@font-face {
	font-family: 'Shalvata_OE';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/Shalvata_OE-Light.eot);
	src: url(fonts/Shalvata_OE-Light.eot?#iefix) format('embedded-opentype'),
	url(fonts/Shalvata_OE-Light.woff) format('woff'),
	url(fonts/Shalvata_OE-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Shalvata_OE';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Shalvata_OE-Medium.eot);
	src: url(fonts/Shalvata_OE-Medium.eot?#iefix) format('embedded-opentype'),
	url(fonts/Shalvata_OE-Medium.woff) format('woff'),
	url(fonts/Shalvata_OE-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Shalvata_OE';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/Shalvata_OE-Heavy.eot);
	src: url(fonts/Shalvata_OE-Heavy.eot?#iefix) format('embedded-opentype'),
	url(fonts/Shalvata_OE-Heavy.woff) format('woff'),
	url(fonts/Shalvata_OE-Heavy.ttf) format('truetype');
}

@font-face {
	font-family: 'Arbel';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/arbelhagildareg.menukad-webfont.eot);
	src: url(fonts/arbelhagildareg.menukad-webfont.eot?#iefix) format('embedded-opentype'),
	url(fonts/arbelhagildareg.menukad-webfont.woff) format('woff'),
	url(fonts/arbelhagildareg.menukad-webfont.ttf) format('truetype');
}

@font-face {
	font-family: 'Arbel';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/arbelhagildamed.menukad-webfont.eot);
	src: url(fonts/arbelhagildamed.menukad-webfont.eot?#iefix) format('embedded-opentype'),
	url(fonts/arbelhagildamed.menukad-webfont.woff) format('woff'),
	url(fonts/arbelhagildamed.menukad-webfont.ttf) format('truetype');
}

@font-face {
	font-family: 'Arbel';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/arbelhagildabold.menukad-webfont.eot);
	src: url(fonts/arbelhagildabold.menukad-webfont.eot?#iefix) format('embedded-opentype'),
	url(fonts/arbelhagildabold.menukad-webfont.woff) format('woff'),
	url(fonts/arbelhagildabold.menukad-webfont.ttf) format('truetype');
}

/**
 * Variables
 */
:root {
	--green-color: #1d8c4e;
	--header-height: 100px;
}

html {
	height: 100%;
	width: 100%;
}

html, body {
	height: 100%;
	/*direction:

rtl  ;*/
	font-size: 18px;
	font-weight: 400;
	color: #595959;
	font-family: 'Arbel', 'Arial';
	padding: 0 !important;
}

body {
	height: calc(100% - 127px);
	overflow-x: hidden;
}

section, header, nav {
	direction: rtl;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select,
textarea,
input {
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
	width: 100%;
	height: 40px;
}

.container {
	max-width: 1440px;
	width: 98%
}

footer, .push {
	height: 333px;
	padding-top: 10px;
	background-color: #f0f0f0;
}

.wrapper {
	margin: 127px auto-333px;
	min-height: calc(100% - 333px);
}

header {
	position: fixed;
	top: 0;
right: 0;
	width: 100%;
	height: auto;
	z-index: 6;
}

.upperHeader {
	background: #fff;
	position: relative;
	padding: 23px 0;
	z-index: 2;
}

header .upperHeader:after {
	content: "";
	position: absolute;
	top: 100%;
right: 0;
	width: 100%;
	height: 2px;
	background: transparent;
	z-index: 1
}

.langBtn {
	color: #000;
	font-size: 1.5rem;
	font-weight: 400;
	margin- left: 20px;
	transition: color 0.3s;
}

@media only screen and (max-width: 992px) {
	.langBtn {
		margin- left: 15px;
		margin-bottom: -2px;
	}
}

.langBtn:hover {
	color: var(--green-color);
	text-decoration: none;
}

/**
 * Search
 */
.searchWrapper {
	float: right;
}

.searchWrapper input#search {
	width: calc(100% - 55px);
	height: 55px;
	background: transparent;
	border: 0;
	float: right;
	text-indent: 15px;
	transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;
}

.searchWrapper input#search:-moz-placeholder {
	font-size: 1.667rem;
	color: rgba(70, 155, 103, 0.6);
}

.searchWrapper input#search::-webkit-input-placeholder {
	font-size: 1.667rem;
	color: rgba(70, 155, 103, 0.6);
}

.searchWrapper button {
	background: transparent;
	border: 0;
	float: right;
	padding: 0;
	text-align: center;
	transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;
}

.searchWrapper button svg {
	width: 26px;
	height: 26px;
	margin-top: 6px;
	transition: height .25s ease-in-out, fill 0.3s;
}

.searchWrapper button:hover svg {
	fill: var(--green-color);
}

.logoWrap a {
	display: block;
}

.logoWrap a img {
	max-width: 100%;
	transition: all .25s ease-in-out;
	max-height: 57px;
}

.searchOuterWrapper {
	padding: 0;
	margin- left: 20px;
}

@media only screen and ( max-width: 992px ) {
	.searchOuterWrapper {
		margin- left: 10px;
	}

	.searchOuterWrapper button svg {
		width: 24px;
		height: 24px;
	}

}

.socialNetworks {
	margin: 0;
	list-style: none;
	border- right: 1px solid #e3e3e3;
	border- left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 0 10px;
}

.socialNetworks li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.socialNetworks li svg.facebook {
	width: 9px;
	height: 19px;
	fill: #3b5998;
}

.socialNetworks li svg.instagram {
	width: 22px;
	height: 22px
}

.socialNetworks li svg.footer_youtube {
	width: 27px;
	height: 27px;
	fill: #bb0000;
}

.accessWrap {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	background: transparent;
}

svg.access {
	width: 27px;
	height: 27px;
	fill: none;
	vertical-align: middle;
	transition: fill 0.3s;
}

@media only screen and ( max-width: 992px ) {
	svg.access {
		width: 24px;
		height: 24px;
	}
}

.accessWrap:hover svg {
	fill: var(--green-color);
}

.allActivities a,
.sysEnter {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 700;
	color: #000;
	border: 1px solid #F39931;
	border-radius: 0;
	padding: 8px 20px;
	display: inline-block;
	transition: all .25s ease-in-out;
}

.sysEnter {
	border-radius: 4px;
}

.allActivities a:hover,
.allActivities a:focus,
.sysEnter:hover,
.sysEnter:focus {
	background: #1d8c4e;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.btnMenu .sysEnter:hover svg,
.btnMenu .sysEnter:focus svg {
	stroke: #1d8c4e;
}

.btnMenu {
	margin: 0 50px;
}

.btnMenu.mobile{
	display: none;
}

/**
 * Header TOP menu
 */
.header-top-menu {

}

.header-top-menu .navbar-nav > li > a {
	color: #000;
	padding: 10px15px;
	transition: color 0.3s;
}

.header-top-menu .megaLi {
	/*position: static !important;*/
}

.header-top-menu .navbar-nav .megaLi > a {
	padding- right: 15px;
	padding- left: 0;

}

.header-top-menu .navbar-nav > li {
	border- left: 1px solid #027D37;
	height: 30px;
	display: flex;
	align-items: center;
	position: relative;
}

.header-top-menu .navbar-nav li:nth-last-child(2) {
	border- left: none;
}

.header-top-menu .navbar-nav > li.megaLi > a svg {
	margin- left: 15px;
	margin- right: 10px;
	width: 9px;
	height: 9px;
	stroke: #000;
	transition: stroke 0.3s;
}

.header-top-menu .navbar-nav > li > a:hover,
.header-top-menu .navbar-nav > li > a:focus,
.header-top-menu .navbar-nav > li:hover > a,
.header-top-menu .navbar-nav > li:focus > a {
	color: var(--green-color);
	background-color: #fff;
}

.header-top-menu .navbar-nav > li > a:hover svg,
.header-top-menu .navbar-nav > li > a:focus svg,
.header-top-menu .navbar-nav > li:hover > a svg,
.header-top-menu .navbar-nav > li:focus > a svg {
	stroke: var(--green-color);
}


/**
 * Main banner
 */
.mainBanner {
	position: relative;
	display: flex;
	flex-direction: column;
}

.innerMainBanner {
	position: relative;
}

.innerMainBanner picture,
.innerMainBanner img {
	width: 100% !important;
}

.innerMainBanner .rotatorTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

svg.play2 {
	fill: none;
	stroke: #fff;
	width: 124px;
	height: 124px;
	stroke-width: 2px;
	display: inline-block;
	vertical-align: middle;
}


/**
 * Header BOTTOM menu
 */
.bottomHeader {
	background: #DDE9D0;
	width: 100%;
	z-index: 5;
	position: fixed;
	transition: transform ease-in-out 0.5s;
	z-index: 1;
}

#header.headroom--unpinned .bottomHeader{
	transform: translateY(-100%);
	
}


.bottomMainBannerMobile{
	display: none;
}

.header-bottom-menu {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-bottom-menu nav {
	display: flex;
	height: 100%;
	align-items: center;
}

#headerBottomMenu {
	height: 100% !important;
}

#headerBottomMenu.swiper {
	overflow: unset;
}

/* Laptop */
@media only screen and ( min-width: 993px ) and ( max-width: 1100px ) {

	#headerBottomMenu li a {
		padding: 4px 12px 0 12px
	}

	#headerBottomMenu li.megaLi a {
		padding: 4px 12px 0 0;
	}

	#headerBottomMenu img {
		margin- left: 3px;
		margin-top: -4px;
	}
}

@media only screen and ( max-width: 992px ) {
	#headerBottomMenu.swiper {
		overflow: hidden;
	}
}

.header-bottom-menu .navbar-nav {
	display: flex;
	align-items: center;
	height: 100%;
	list-style: none;
}

.header-bottom-menu .owl-nav.disabled {
	display: none;
}

.header-bottom-menu .navbar-nav li {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.header-bottom-menu .navbar-nav li.swiper-slide {
	width: unset;
}

.header-bottom-menu .navbar-nav li a {
	color: #000;
	font-weight: 700;
	padding: 4px 17px 0 15px;
	display: flex;
	align-items: center;
	transition: background-color 0.5s;
}

.header-bottom-menu .navbar-nav li a svg.menu-icon {
	margin- left: 5px;
	margin- right: 0;
	width: 45px;
	min-width: 45px;
	fill: none;
}

.header-bottom-menu .navbar-nav > li > a img.menu-icon-light {
	display: block;
}

.header-bottom-menu .navbar-nav > li > a img.menu-icon-dark {
	display: none;
}

.header-bottom-menu .navbar-nav li.megaLi a {
	padding: 4px 15px 0 0px;
}

.header-bottom-menu .navbar-nav li:hover > a {
	background-color: rgba(255, 255, 255, 0.95);
}

.header-bottom-menu .navbar-nav > li.megaLi > a svg.drop_down_arrow {
	margin- left: 15px;
	margin- right: 10px;
	width: 9px;
	min-width: 9px;
	height: 9px;
	stroke: #000;
	transition: stroke 0.3s;
}

.header-bottom-menu .navbar-nav > li > a img.menu-icon {
	margin- left: 10px;
}

.header-bottom-menu .megaLi.open .dropdown-menu,
.header-bottom-menu .megaLi:hover .dropdown-menu {
	top: calc(100% - 1px);
}

.header-bottom-menu .megaLi .dropdown-menu a {
	background-color: transparent;
}

.header-bottom-menu .megaLi .dropdown-menu a:hover {
	text-decoration: none;
}

.mobile-green-gradient {
	display: none;
}

.navbar-nav {
	width: 100%;
}

.navbar-nav.mobile {
	display: none;
}


.pageHeader {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 3.889rem;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	color: #fff;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin- right: 40px;
	text-align: right;
}

.pageHeader span {
	font-size: 2.222rem;
}


/**
 * hpBoxes
 */
.hpBoxes {
	background: #007d37;
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2) inset;
	position: relative;
	height: 90px;
	z-index: 2;
	display: block;
}

@media only screen and ( max-width: 992px ) {
	.hpBoxes {
		display: none;
	}
}

.hpBoxes .container {
	position: relative;
}

.hpBoxItemInnerWrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translate(0%, -70%);
	margin: 0 auto;
	max-width: 1093px;
	display: flex;
}

.hpBoxItem {
	position: relative;
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 66%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(66%, rgba(0, 125, 55, 1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 66%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 66%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 66%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 66%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#007d37', GradientType=0); /* ie6-9 */
	box-shadow: 0px -4px 5.7px 0.3px rgba(0, 0, 0, 0.6);
	padding: 50px 15px 40px 15px;
	margin: 0 5px;
}

.hpBoxItem:after {
	content: "";
	position: absolute;
	top: 0;
right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 63%, rgba(255, 255, 255, 0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(63%, rgba(0, 125, 55, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 63%, rgba(255, 255, 255, 0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 63%, rgba(255, 255, 255, 0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 63%, rgba(255, 255, 255, 0) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 125, 55, 1) 63%, rgba(255, 255, 255, 0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* ie6-9 */
}

.hpBoxItem:before {
	content: "";
	position: absolute;
	bottom: 100%;
right: 0;
	width: 100%;
	height: 4.5px;
	background: #007d37;
}

.hpBoxItem h3 {
	margin: 0;
	color: #fff;
	font-family: 'Shalvata_OE', 'Arial';
	font-size: 1.389rem;
}

.hpBoxItem p {
	color: #cbcbcb;
	font-size: 1rem;
	line-height: 1rem;
	margin: 15px 0;
}

.hpBoxItem a.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.hpBoxItem a:hover,
.hpBoxItem a:focus {
	text-decoration: none;
}

/* Truck */
svg.truck {
	width: 77px;
	height: 50px;
	fill: #017d37;
	position: absolute;
	top: -30px;
right: 17 px;
	transition: transform .25s ease-in-out;
}

.hpBoxItem-0:hover svg {
	transform: translateX(-20px);
}

/* Gear */
svg.gear {
	width: 60px;
	height: 60px;
	fill: #017d37;
	position: absolute;
	top: -30px;
right: 15 px;
	z-index: -1;
	transition: transform .25s ease-in-out;
}

.hpBoxItem-1:hover svg {
	transform: rotate(135deg);
}

/**
 * Speaker
 */
svg.speaker {
	width: 90px;
	height: 90px;
	fill: #017d37;
	position: absolute;
	top: -41px;
right: 23 px;
	z-index: -1;
	transition: all .25s ease-in-out;
}

.hpBoxItem-2:hover svg {
	transform: scale(110%);
}


.imageCanvas {
	position: absolute;
	top: 0;
right: 0;
	transform: translate(0%, -70%);
}

.imageCanvas img.mainImg {
	width: 82px;
	height: 84px;
	position: relative;
}

.activityBox {
	display: block;
}

.activityBox img {
	width: 100%;
}

.tags,
.activities {
	background: #fff;
}

.activities > .container {
	max-width: 1140px;
	margin-top: 50px;
}

.activities h2 {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.944rem;
	margin: 0;
	background: #fff;
	padding- left: 20px;
	z-index: 1;
	position: relative;
}

.activities span {
	font-weight: 500;
}

.allActivities {
	float: left;
	background: #fff;
	padding- right: 20px;
	z-index: 1;
	position: relative;
}

.allActivities a {
	border: 1px solid #3C7344;
	padding: 5px 20px 2px;
	color: #027D37;
}

.headerWrap {
	position: relative;
	padding: 30px 0px;
	float: right;
	width: 100%;
}

.headerWrap:before {
	content: "";
	position: absolute;
	top: 50%;
right: 0;
	width: 100%;
	height: 1px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23017D37' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.activities-card-image img {
	width: 100%;
	height: auto;
}

.activities-card-link {
	margin: 0;
	color: #fff;
	font-size: 0.8333rem;
	height: 115px;
	float: right;
	width: 100%;
	background: linear-gradient(180deg, rgba(58, 113, 67, 0) 0%, rgba(60, 115, 68, 0.773958) 25%, #3C7344 100%);
	position: absolute;
	bottom: 0;
	right: 0;
right: 15 px;
	padding: 20px;
	text-align: right;
}

.activities-card-link a {
	display: block;
}

.activities-card-link a: hover, .activities-card-link a: focus {
	text-decoration: none;
}

.activities-card-link h3 {
	font-family: 'Shalvata_OE', 'Arial';
	color: #fff;
	font-size: 1.389rem;
	font-weight: 500;
	margin: 10px 0;
}


.activityTxt {
	height: 115px;
	float: right;
	width: calc(100% - 30px);
	background: linear-gradient(180deg, rgba(58, 113, 67, 0) 0%, rgba(60, 115, 68, 0.773958) 25%, #3C7344 100%);
	position: absolute;
	top: 100%;
right: 15 px;
	transform: translate(0%, -100%);
	padding: 20px;
	border-top: 2px solid #4BA6DD;
	text-align: right;
}

.activityTxt a {
	display: block;
}

.activityTxt a:hover,
.activityTxt a:focus {
	text-decoration: none;
}

.activityTxt h3 {
	font-family: 'Shalvata_OE', 'Arial';
	color: #fff;
	font-size: 1.389rem;
	font-weight: 500;
	margin: 10px 0;
}

.activityTxt p {
	margin: 0;
	color: #fff;
	font-size: 0.8333rem;
}

.dateBox {
	position: absolute;
	top: -85px;
left: 20 px;
	background: #f39324;
	width: 75px;
	height: 75px;
	color: #fff;
	text-align: center;
	font-family: 'Shalvata_OE', 'Arial';
	font-size: 1.111rem;
	font-weight: 200;
	line-height: 1.111rem;
}

.dateBox span {
	font-size: 2.222rem;
	line-height: 2.222rem;
	margin-top: 7px;
	display: block;
}

.dateBox:before {
	content: "";
	width: 79px;
	height: 79px;
	position: absolute;
	top: -2px;
right: - 2 px;
	border: 2px dashed #f39324;

}

.dateBox .arrSpan {
	content: "";
	position: absolute;
	top: 100%;
right: 25 %;
	width: 0;
	height: 0;
	border- left: 20px solid transparent;
	border-top: 20px solid #f39324;

}

.dateBox .arrSpan:before {
	content: "";
	border- right: 2px dashed #f39324;
	border- right: 2px dashed #f39324;
	width: 2px;
	height: 20px;
	position: absolute;
	top: -20px;
right: - 2 px;
}

.dateBox .arrSpan:after {
	content: "";
	border- left: 3px dashed #f39324;
	width: 8px;
	height: 20px;
	position: absolute;
	top: -19px;
left: - 10 px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.infographic > img {
	width: 100%;
	vertical-align: bottom;
	z-index: 1;
	position: relative;
}

.tags h2 {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 300;
	font-size: 1.944rem;
	float: right;
	margin: 0;
}

.tags h2 span {
	font-weight: 500;
}

.tagsWrapper a {
	float: right;
	padding: 3px 10px;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 200;
	color: #f99f48;
	background: #fef6ee;
	margin-bottom: 10px;
	margin- right: 10px;
}

.tagsWrapper a:nth-child(2n+0) {
	color: #4ca6dd;
	background: #f5fafd;
}

.tagsWrapper a:nth-child(3n+0) {
	color: #007d37;
	background: #f0f7f3;
	font-weight: 500
}

.tags {
	padding: 60px 0 60px;
}

.owl-dots {
	position: absolute;
	bottom: -60px;
right: 0;
	width: 100%;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.activities .swiper-pagination {
	bottom: 0;
	position: relative;
	padding: 10px;
}

.activities .swiper-pagination-bullet-active {
	background-color: #0F7D3C !important;

}

.headerWrap-new {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

.headerWrap-new .line-new {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23017D37' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	height: 1px;
	flex-grow: 1;
	margin: 0 15px;
}

.btn-activity {
	border: 1px solid #3C7344;
	padding: 5px 20px 2px;
	color: #027D37;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 700;
	border-radius: 0;
	display: inline-block;
	transition: all .25s ease-in-out;
}

.headerWrap-new .line-new, .headerWrap-new {
}

.reader-link {
	height: 0px;
	width: 0px;
	opacity: 0;
	display: block;
	overflow: hidden;
}

.btn-activity:hover, .btn-activity:focus, .btn-activity:active {
	background: #1d8c4e;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.activities .swiper-pagination-bullet {
	opacity: 1;
	background-color: white;
	border: 2px solid #0F7D3C;
	transition: opacity 200ms ease;
	border-radius: 30px;
	width: 13px;
	height: 13px;
}

.owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 7px 5px;
	background: #0F7D3C;
	border: 2px solid #0F7D3C;
	display: block;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #fff;
}

.eventCarusel {
	position: relative;
}

.eventCarusel:before {
	content: "";
	border-top: 2px dashed #fff;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
right: 0;
	z-index: 2;
}

.eventTxt {
	position: absolute;
	top: 50%;
right: 0;
	transform: translate(0%, -50%);
	width: 100%;
}

.innerEventTxt {
	background: rgba(251, 192, 5, 0.9);
	color: #fff;
	position: relative;
	padding: 15px;
	float: right;
}

.innerEventTxt h3 {
	margin: 0;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.944rem;
}

.innerEventTxt p {
	font-size: 0.8889rem;
	margin: 0;
}

.innerEventTxt a,
.innerEventTxt a:hover,
.innerEventTxt a:focus {
	color: #fff;
	text-decoration: none;
}

/**
 * Bottom footer
 */
.bottomFooter {
	background: #f0f0f0;
	padding-top: 100px;
	padding-bottom: 100px;
}

.bottomFooter .container {
	background: #f0f0f0;
}

.bottomFooter .container:before {
	content: "";
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23d2d2d2' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.tycoLogo {
	text-align: left;
}

.tycoLogo a {
	float: left;
	position: relative;
	height: 19px;
}

.tycoLogo a span {
	position: absolute;
	width: 120%;
	top: 0px;
left: 0;
	opacity: 0;
	color: #8d8d8d;
	font-size: 0.7778rem;
	transition: all .25s ease-in-out;
}

.tycoLogo a:hover span,
.tycoLogo a:focus span {
	opacity: 1;
left: 120 %;
	transition: all .25s ease-in-out;
}

.tyco {
	width: 80px;
	height: 35px;
}

.tycoLogo,
.footerCredit {
	padding: 13px 15px;
	line-height: 19px;
}

.footerCredit p {
	margin: 0;
	color: #000;
	font-size: 1.1rem;
}

.footerLogo {
	display: block;
	padding: 18px 0;
}

.footerLogo img {
	max-width: 100%;
}

/**
 * Upper footer
 */
.upperFooter {
	background: #f0f0f0;
}

.upperFooter .side1 {
	padding- left: 40px;
	background-color: #F0F0F0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.upperFooter .side2 {
	padding-top: 20px;
	padding-left: 40px;
	background-color: #F0F0F0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.upperFooter .side3 {
	padding-top: 20px;
	padding-left: 40px;
	background-color: #F0F0F0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.upperFooter .side3 img {
	margin- left: 10px;
}

.upperFooter .side3 .footerContactDetails {
	list-style: none;
	display: flex;
	flex-direction: column;
}

.upperFooter .side3 .footerContactDetails li {
	margin: 10px 0;
}

.upperFooter .side3 .footerContactDetails li a {
	color: #000;
	display: flex;
	align-items: flex-start;
	transition: color 0.3s;
}

.upperFooter .side3 .footerContactDetails li a:focus,
.upperFooter .side3 .footerContactDetails li a:hover {
	color: #3a7143;
	text-decoration: none;
}

.upperFooter .side3 .footerContactDetails li a .bold {
	font-weight: 700;
}

.upperFooter .side3 .footerContactDetails li a .footer_waze + span:first-letter {
	font-weight: 700;
}

#nl_join {
	padding: 18px 0;
	float: right;
	width: 100%;
}

#nl_join h3 {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 400;
	font-size: 1.15rem;
	color: #000;
	margin: 0;
}

#nl_join h4 {
	margin: 15px 0 0 0;
	color: #4c4d4f;
	font-size: 1rem;
	font-weight: 300;
}

#nl_join .inputWrap {
	width: 100%;
	margin-top: 50px;
	float: right;
}

#nl_join .inputWrap input[type="email"] {
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	width: calc(100% - 100px);
	float: right;
	text-indent: 10px;
	height: 50px;
	font-size: 1.2rem;
}

#nl_join .inputWrap input[type="email"]::placeholder {
	font-size: 1rem;
	color: #aaa;
}

#nl_join .inputWrap button {
	width: 100px;
	height: 50px;
	line-height: 40px;
	color: #fff;
	background: #f39324;
	border: 1px solid #f39324;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 100;
	float: right;
	padding: 0;
}

#nl_join .inputWrap.checkbox {
	margin-top: 20px;
}

#nl_join .inputWrap input[type="checkbox"] {
	width: 10px;
	height: 22px;
	margin: 0;
	z-index: 999;
	position: relative;
	opacity: 0;
	float: right;
}

#nl_join .inputWrap .checkboxTxt {
	position: relative;
}

#nl_join .inputWrap .chkbx {
	width: 20px;
	height: 20px;
	position: absolute;
right: 1 px;
	top: 1px;
	border: 1px solid #D8D8D8;
	background: #D8D8D8;
}

#nl_join .inputWrap input[type="checkbox"]:checked + .chkbx {
	background: #fff url("../images/v.png") center center no-repeat;
	border: 1px solid #3A7143;
}

#nl_join .inputWrap .labelTxt {
	float: right;
	padding- right: 0;
	font-size: 0.8rem;
	color: #000;
	font-weight: 200;
	opacity: 0.7;
	line-height: 26px;
	width: calc(100% - 10px);
}

.upperFooter .backAdd {
	position: absolute;
	top: 0;
left: 0;
	width: 50%;
	height: 100%;
	background: #F0F0F0;
}

.upperFooter {
	position: relative;
}

.linksWrapper {
	width: 80%;
	float: right;
}

.linksWrapper h3 {
	margin: 0;
	color: #a9ccaf;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 700;
	margin-bottom: 25px;
}

.linksWrapper h3 a,
.linksWrapper h3 a:hover,
.linksWrapper h3 a:focus {
	display: block;
	color: #a9ccaf;
	text-decoration: none;
}

.linksWrapper h3 a svg {
	display: none;
}

.linksWrapper ul {
	width: 33.3%;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.linksWrapper ul li {
	width: 100%;
}

.linksWrapper ul li + li {
	margin-top: 10px;
}

.linksWrapper ul li a,
.linksWrapper ul li a:hover,
.linksWrapper ul li a:focus {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.8889rem;
}

/**
 * Footer social
 */
.footerSocial {
	list-style: none;
	display: flex;
	padding-right: 0;
	margin-top: 30px;
}

.footerSocial li {
	margin: 0 6px;
}

.footerSocial li a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
}

.footerSocial li a svg.footer_linkedin,
.footerSocial li a svg.footer_youtube,
.footerSocial li a svg.footer_instagram,
.footerSocial li a svg.footer_facebook,
.footerSocial li a svg.footer_tiktok {
	width: 44px;
	height: 44px;
	fill: none;
}


.footerSocial li .footer_waze {
	width: 24px;
	height: 24px;
}

.activities .owl-carousel {
	float: right;
	width: 100%;
}

.activities .owl-carousel .owl-item {
	padding: 0 15px;
}

.mobileSearchBtn svg.close {
	display: none;
}


svg.submenu1 {
	fill: #087e39;
	width: 45px;
	width: 80px;
	height: 37.5px;
}

svg.submenu2 {
	fill: #087e39;
	width: 76.5px;
	width: 80px;
	height: 18px;
}

svg.submenu3 {
	fill: #087e39;
	width: 43.5px;
	width: 80px;
	height: 43.5px;
}

svg.submenu4 {
	fill: #087e39;
	width: 45px;
	width: 80px;
	height: 24px;
}

svg.submenu5 {
	fill: #087e39;
	width: 39px;
	width: 80px;
	height: 45px;
}

svg.submenu6 {
	fill: #087e39;
	width: 45px;
	width: 80px;
	height: 42px;
}

svg.news {
	fill: #087e39;
	width: 80px;
	height: 24px;
}

svg.activity {
	fill: #087e39;
	width: 80px;
	height: 31px;
}

svg.blog {
	stroke: #087e39;
	fill: transparent;
	width: 80px;
	height: 33px;
}

svg.icon_trash {
	stroke: #087e39;
	fill: transparent;
	width: 80px;
	height: 33px;
	stroke-width: 3;
	stroke-miterlimit: 10;
}

.dropdown-menu {
	display: block !important;
	top: -9999px;
	opacity: 0;
right: 0;
	transition: opacity .25s ease-in-out;
}

.megaLi .dropdown-menu {
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
}

.megaLi .dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: right;
}

.megaLi .dropdown-menu ul li {
	width: 33.3%;
	float: right;
	padding: 5px 0;
}

.megaLi .dropdown-menu ul li.open,
.megaLi .dropdown-menu ul li:hover {
	background: #fff;
}

.megaLi .dropdown-menu ul li svg {
	display: inline-block;
	vertical-align: middle;
}

.megaLi .dropdown-menu ul li .headerTxtWrap {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
}

.megaLi .dropdown-menu ul li .headerTxtWrap span {
	font-size: 1.25rem;
	line-height: 1.25rem;
	color: #009e3c;
	font-weight: 500;
	font-family: 'Shalvata_OE', 'Arial';
}

.megaLi .dropdown-menu ul li .headerTxtWrap p {
	margin: 0;
	color: #727272;
	font-size: 1rem;
	line-height: 1rem;
}

.mainContent {
	background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.05) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.05) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.05) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.05) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0.05) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); /* ie6-9 */
}

.m_history .mainContent {
	background: transparent;
}

body:not(.m_hp) .mainBanner:after {
	content: "";
	position: absolute;
	bottom: 0;
right: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2) inset;
}

.parallaxContainer {
	position: relative;
}

.innerPageHeader {
	color: #fff;
	font-size: 2.778rem;
	font-family: Shalvata_OE, 'Arial';
	font-weight: 500;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
right: 0 %;
	text-align: center;
	width: 100%;
	margin: 0;
}

.sideMenu {
	transform: translate(0%, -20px);
}

.sideMenu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	position: relative;
	background: #deece0;
}

.sideMenu ul li {

	margin-bottom: 5px;
}

.sideMenu ul li:last-child {
	margin-bottom: 0;
}

.sideMenu ul li a {
	padding: 10px 15px;
	display: block;
	color: #00762d;
	background: #e5f0e6;
	position: relative;
}

.sideMenu ul li a svg {
	width: 15px;
	height: 15px;
	fill: #00762d;
}

.sideMenu ul li a .gallery_svg_rotate {
	margin-top: 8px;
	display: inline-block;
	vertical-align: middle;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.svg_wrapper {
	position: absolute;
left: 15px;
	top: 10px;
	top: 10px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.sideMenu ul li.active a,
.sideMenu ul li a:hover,
.sideMenu ul li a:focus {
	background: #00762d;
	color: #e5f0e6;
	text-decoration: none;
}

.sideMenu ul li.active a svg,
.sideMenu ul li a:hover svg,
.sideMenu ul li a:focus svg {
	fill: #e5f0e6;
}

.sideMenu ul:after {
	content: "";
	position: absolute;
	top: -2px;
right: - 2 px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: transparent;
	border: 2px dashed #deece0;
	z-index: -1;
}

.breadCrumbs .breadcrumb {
	background: transparent;
	margin: 0;
	padding: 10px 0;
	font-size: 0.8889rem;
	border-bottom: 1px solid #e5f0e6;
	border-radius: 0;
}

.breadcrumb > li + li:before {
	content: "←";
	color: #c9c9c9;
}

.breadcrumb > li a {
	color: #58a8de;
	text-decoration: underline;
}

.breadcrumb > li span {
	color: #727272;
}

.legoTxtWrap {
	/* border-bottom:1px solid #e5f0e6; */
	margin-bottom: 20px;

}

.pageTxt h2 {
	margin: 30px 0 20px;
	color: #009e3c;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.444rem;
	display: inline-block;
}

.pageTxt h2 span {
	color: #939393;
}

.legoTxtWrap p {
	font-weight: 500;
	text-align: justify;
}

.legoTxtWrap h3 {
	margin: 0;
	font-weight: 700;
	font-size: 1.056rem;
	color: #009e3c;
	margin: 20px 0;
}

.legoTxtWrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.legoTxtWrap ul li {
	background: url("../images/listIcon.png") right top no-repeat;
	background-size: 15px 15px;
	padding- right: 25px;
	font-weight: 500;
}

.legoTxtWrap hr {
	border-top: 1px solid #e5f0e6;
}

.legoTxtWrap img {
	max-width: 100%;
	margin-bottom: 15px;
}

.shareBtn {
	margin-bottom: 20px;
	color: #009e3c;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 0.8333rem;
	border-top: 1px solid #e5f0e6;
	padding-top: 20px;
	float: right;
	width: 100%;
}

.yearsWrap {
	float: left;
	margin: 25px 0 20px;
}

.yearsWrap span {
	color: #009e3c;
	font-size: 0.8333rem;
}

.yearsWrap a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #b9e0c7;
	background: #f7faf7;
	color: #009e3c;
	font-size: 0.8333rem;
	margin- right: 7px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.yearsWrap a.active,
.yearsWrap a:hover,
.yearsWrap a:focus {
	border-color: #179747;
	background: #00762d;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}


.filtersWrap {
	float: left;
	margin: 17px 0 20px;
}

.filtersWrap.open > .dropdown-menu {
	display: block !important;
	top: 100%;
	opacity: 1;
right: initial;
left: 0;
}

.filtersWrap .dropdown-menu li {
	font-size: 1rem;
	line-height: 1.5;
	margin: .5rem 0;
}

@media (max-width: 400px) {
	.pageTxt.withFilters {
		display: flex;
		flex-direction: column;
	}

	.filtersWrap {
		margin-top: 0;
	}
}


.itemBox {
	float: right;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e5f0e6;
    display: flex;
    gap: 20px;
}

.itemBox .imagWrap {
	float: right;
	width: 163px;
	min-height: 81px;
	background: #deece0;
	position: relative;
}

.itemBox .imagWrap.teamImgWrap {
    background: none;
}

.itemBox .txtWrap .email-link {
    display: flex;
    gap: 5px;
}

.itemBox .imagWrap a {
	display: block;
}

.itemBox .imagWrap img {
	max-width: 100%;
}

.itemBox .txtWrap {
	float: right;
	width: calc(100% - 163px);
	padding- right: 20px;
}

.itemBox .txtWrap h3 a,
.itemBox .txtWrap h3 {
	color: #00762d;
	font-size: 1.056rem;
}


.itemBox .txtWrap h3 a:hover,
.itemBox .txtWrap h3 a:focus {
	text-decoration: none;
}

.itemBox .txtWrap svg {
	width: 10px;
	height: 22px;
	fill: #c9c9c9;
	float: right;
	margin- left: 7px;
}

.itemBox .txtWrap svg.calender_2 {
	width: 15px;
}

.itemBox .txtWrap > a {
	font-size: 0.8889rem;
	color: #727272;
	float: right;
}

.itemBox .txtWrap a span {
	text-decoration: underline;
	display: inline-block;
}

.itemBox .txtWrap > span {
	font-weight: 700;
	font-size: 0.8889rem;
}

.itemBox .txtWrap a + a:before {
	content: "|";
	padding: 0 5px;
	color: #727272;
}

.itemsWrapper.protocols {
	border-top: 1px solid #e5f0e6;
}

.itemsWrapper.protocols .itemBox {
	border-top: 0;
}

.teamWrap {
    display: grid;
    column-gap: 32px;
}

@media (min-width: 768px) {
    .teamWrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .teamWrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

.teamWrap .itemBox:first-child .txtWrap > a {
	width: 100%;
	margin-top: 10px;
	text-decoration: none;
}

.teamWrap .itemBox .txtWrap > a span {
	text-decoration: none;
}

.teamWrap .itemBox .txtWrap a + a:before {
	content: initial;
}

.teamWrap .itemBox:not(:first-child) .txtWrap a + a {
	padding- right: 15px;
}

.teamWrap .itemBox .txtWrap h4 {
	font-size: 1.222rem;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 700;
	color: #00762d;
}

.teamWrap .itemBox .txtWrap h3 {
	color: #00762d;
	font-size: 1.056rem;
	margin-bottom: 5px;
}

.temp {
	color: rgba(0, 118, 45, 0.5);
	font-weight: 700;
	position: absolute;
	top: 50%;
left: 50 %;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.056rem;
	line-height: 1.056rem;
	width: 80%;
}

.galleryItem {
	overflow: hidden;
	margin-bottom: 30px;
}

.galleryItem a {
	display: block;
	position: relative;
}

.galleryItem a img {
	width: 100%;
}

.galleryItem a h3 {
	margin: 0;
	color: #ffffff;
	font-size: 1.056rem;
	position: absolute;
	top: 100%;
right: 0 px;
	padding: 15px;
	border-top: 2px solid #4ca6dd;
	background: rgba(0, 0, 0, 0.5);
	transform: translate(0%, 0%);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	width: 100%;
	transform: translate(0%, -100%);
}

.infographic {
	background: #fff url(https://www.hiriya.co.il/images/infographic_top_new.png?260725) top center no-repeat;
	background-size: contain;
	color: #363636;
	padding: 70px 0 0;
	/*margin-top: 100px;*/
	position: relative;
}

.infographic > h1 {
	width: 400px;
	margin: auto;
	margin-top: 16px;
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Shalvata_OE', 'Arial';
	font-size: 4.4rem;
	font-weight: 100;
	text-align: center;
}

.infographic > h1 b {
	font-weight: 400;
}

.infoContentArea [data-animation='fadeInUp'] {
	opacity: 0;
}

.infoContentArea .top {
	padding-top: 30px;
}

.infoContentArea .top .num,
.infoContentArea .top .like_num {
	color: #03471f;
	font-weight: bold;
	font-size: 3rem;
	font-family: 'Shalvata_OE', 'Arial';
	line-height: 54px;
	height: 54px;
	display: inline-block;
}

.infoContentArea .top p {
	font-size: 1rem;
	color: #fff;
	margin: 0;
}

.infoContentArea .top h3 {
	font-size: 1.1rem;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 100;
	color: #fff;
	padding: 0 0 10px;
	border-bottom: 8px solid #fbc005;
	margin: 0;
}

.infoContentArea .top .area {
	float: right;
	padding: 15px 30px;
	border- left: 2px dashed #fff;
}

.infoContentArea .top .man {
	width: 21%;
	padding- right: 0;
}

.infoContentArea .top .shield {
	width: 28%;
}

.infoContentArea .top .shield .aside_img {
	margin- left: 25px;
}

.infoContentArea .top .shield .aside_content {
	width: calc(100% - 21.5% - 25px);
}

.infoContentArea .top .trucks {
	width: 51%;
	padding- right: 25px;
	padding- left: 10px;
	text-align: center;
	border: 0;
	position: relative;
}

@-webkit-keyframes driven {
	0%, 100% {
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(.7px) translateY(.7px);
		-ms-transform: translateX(.7px) translateY(.7px);
		transform: translateX(.7px) translateY(.7px);
	}
}

@keyframes driven {
	0%, 100% {
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(.7px) translateY(.7px);
		-ms-transform: translateX(.7px) translateY(.7px);
		transform: translateX(.7px) translateY(.7px);
	}
}

.driven {
	-webkit-animation-name: driven;
	animation-name: driven;
}

.infoContentArea .top .trucks .col-md-3:not(.truck) {
	width: 32%;
}

.infoContentArea .top .trucks .col-md-3.truck {
	width: calc(68% / 3);
	background: url(https://www.hiriya.co.il/images/green_truck.png?260725) center center no-repeat;
	background-size: 95%;
	padding: 15px 15px;
	padding- right: 0;
	padding-top: 16px;
	padding-bottom: 20px;
}


@-webkit-keyframes driving {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0) translateY(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(0px) translateY(0px);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(.7px) translateY(.7px);
	}
}

@keyframes driving {
	0% {
		opacity: 0;
		left: -10px;
	}
	10% {
		opacity: 1;
	}
	35% {
		opacity: 0;
		left: -150px;
	}
	100% {
		left: -10px;
	}
}

.infoContentArea .top .trucks .col-md-3.truck.driving {
	position: absolute;
	height: 68px;
	left: -10px;
	z-index: -1;
	opacity: 0;
	-webkit-animation-name: driving;
	animation-name: driving;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.infoContentArea .top .trucks .col-md-3.truck:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.infoContentArea .top .trucks .col-md-3.truck:nth-child(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.infoContentArea .top .trucks .col-md-3.truck .num,
.infoContentArea .top .trucks .col-md-3.truck .like_num {
	font-size: 1.4rem;
	height: 27px;
	line-height: 27px;
	margin-top: -10px;
	margin-bottom: -5px;
	display: block;
}

.infoContentArea .top .trucks .col-md-3.truck p {
	color: #03471f;
	font-size: .8rem;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 100;
}

.infoContentArea .bottom {
	padding-bottom: 50px;
}

.aside_img, .aside_content {
	display: inline-block;
	vertical-align: middle;
}

.aside_img {
	max-width: 21.5%;
}

.aside_content {
	width: calc(100% - 21.5%);
	float: left;
	text-align: center;
}

.recycling_park {
	padding: 10px 0;
	font-size: 2.7rem;
	font-weight: 700;
	font-family: 'Shalvata_OE', 'Arial';
	color: #363636;
	position: relative;
}

.recycling_park:after {
	content: '';
	position: absolute;
	top: 50%;
left: 0;
	height: 8px;
	width: 75%;
	background: #fbc005;
}

.galleryItem.open a h3,
.galleryItem a:hover h3,
.galleryItem a:focus h3 {
	transform: translate(0%, -100%);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.galleryItem a:before {
	content: "";
	position: absolute;
	top: 0;
right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.galleryItem.open a:before,
.galleryItem a:hover:before,
.galleryItem a:focus:before {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.galleryItem a svg {
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 1;
	top: calc(50% - 13px);
right: calc(50 % - 13 px);
	fill: transparent;
	stroke: #fff;
	stroke-width: 2px;
	opacity: 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.galleryItem.open a svg,
.galleryItem a:hover svg,
.galleryItem a:focus svg {
	opacity: 1;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.pagination {
	float: left;
	margin: 0 0 30px;
	border-radius: 0;
	direction: ltr;
}

.pagination > li {
	float: left;
	display: inline-block;
}

.pagination > li + li {
	margin- left: 10px;
}

.pagination > li a, .pagination > li > span {
	border-radius: 0 !important;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #007d37;
	background: #f4f8f5;
	border: 1px solid #b6ddc5;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #007d37;
	border-color: #007d37;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.newsWrap {
	padding-top: 20px;
	border-top: 1px solid #e5f0e6;
}

.newsBox {
	position: relative;
	margin-bottom: 20px;
}

.newsBox a {
	display: block;
left: 15 px;
}

.newsTxt:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
right: 0;
	/*background: rgba(0,0,0,0.2);*/
}

.newsBox img {
	width: 100%;
}

.newsTxt {
	position: absolute;
	bottom: 0;
right: 0;
	width: 100%;
	padding: 15px;
	background: -moz-linear-gradient(270deg, rgba(0, 125, 55, 0.5) 0%, rgba(0, 125, 55, 1) 89%, rgba(0, 125, 55, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 125, 55, 0.5)), color-stop(89%, rgba(0, 125, 55, 1)), color-stop(100%, rgba(0, 125, 55, 1)));
	background: -webkit-linear-gradient(270deg, rgba(0, 125, 55, 0.5) 0%, rgba(0, 125, 55, 1) 89%, rgba(0, 125, 55, 1) 100%);
	background: -o-linear-gradient(270deg, rgba(0, 125, 55, 0.5) 0%, rgba(0, 125, 55, 1) 89%, rgba(0, 125, 55, 1) 100%);
	background: -ms-linear-gradient(270deg, rgba(0, 125, 55, 0.5) 0%, rgba(0, 125, 55, 1) 89%, rgba(0, 125, 55, 1) 100%);
	background: linear-gradient(180deg, rgba(0, 125, 55, 0.5) 0%, rgba(0, 125, 55, 1) 89%, rgba(0, 125, 55, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007d37', endColorstr='#007d37', GradientType=0);
	border-top: 2px solid #4ca6dd;
}

.newsBox:nth-child(2n+2) .newsTxt {
	border-top: 2px solid #ffde00;
}

.newsBox:nth-child(3n+3) .newsTxt {
	border-top: 2px solid #415cac;
}

.newsTxt p {
	margin: 0;
	z-index: 1;
	position: relative;
}

.newsTxt h3 {
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.222rem;
	z-index: 1;
	position: relative;
}

.newsTxt h3 a,
.newsTxt h3 a:hover,
.newsTxt h3 a:focus {
	color: #fff;
	text-decoration: none;
}

.newsTxt p {
	font-size: 0.8889rem;
	color: #fff;
}

.newsTxt p a:after {
	content: " >";
}

.newsTxt p a {
	color: #4ca6dd;
	text-decoration: underline;
	margin- right: 7px;
}

.newsBox:nth-child(2n+2) .newsTxt p a {
	color: #ffde00;
}

.newsBox:nth-child(3n+3) .newsTxt p a {
	color: #415cac;
}

.innerNews {
	position: relative;
}

.innerNews .sticky-wrapper {
	width: 100%;
	z-index: 1;
	margin-bottom: 30px;
}

.innerNews .dateBox,
.newsTxt .dateBox {
	width: 190px;
	height: 30px;
	top: -45px;
}

.innerNews .dateBox {
	position: relative;
	top: auto;
left: auto;
	margin-bottom: 30px;
}

.innerNews .dateBox:before,
.newsTxt .dateBox:before {
	width: 194px;
	height: 34px;
}

.innerNews .dateBox span {
	display: inline-block;
}

.innerNews .dateBox span,
.newsTxt .dateBox span {
	font-size: 1rem;
	line-height: 1rem;
}

.innerNews .dateBox .arrSpan {
	border- left: 0;
	border- right: 20px solid transparent;
	border-top: 20px solid #f39324;
}

.innerNews .dateBox .arrSpan:after {
left: auto;
right: - 10 px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border- right: 3px dashed #f39324;
	border- left: 0;
}

.innerNews .dateBox .arrSpan:before {
right: auto;
left: - 2 px;
}

.ticketSoft {
	height: 0;
	width: 100%;
	overflow: hidden;
	padding-top: 70%;
	min-height: 400px;
	position: relative;
	margin-bottom: 170px;
}

.ticketSoft iframe {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: scroll;
	position: absolute;
}

.center-block {
	float: none;
}

.searchResults .itemBox .txtWrap h3 a,
.searchResults .itemBox .txtWrap h3 {
	font-size: 1.111rem;

}

.searchResults .itemBox .txtWrap p {
	font-weight: 500;
}

.searchResults .itemBox .txtWrap p span {
	color: #009e3c;
}

.searchResults .itemBox .txtWrap p a {
	font-weight: 500;
	color: #00762d;
	text-decoration: underline;
	padding- right: 7px;
}

.searchResults .itemBox .txtWrap p a:after {
	content: " >"
}

.searchResults .itemBox .itemNum {
	width: 70px;
	float: right;
	margin-top: 20px;
	font-size: 1.111rem;
	line-height: 1.111rem;
	font-weight: 500;
	color: #00762d;
}

.searchResults .itemBox .itemNum:after {
	content: " >"
}

.searchResults .itemBox .txtWrap {
	width: calc(100% - 70px);

}

.contactWrap {
	background: #fff;
}

.contactPart1,
.contactPart2,
.contactPart3 {
	width: 860px;
	margin: 0 auto;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}

.contactPart2 {
	margin-top: 0;
}

.contactPart1 h2 {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.444rem;
	margin: 0;
	color: #00762d;
}

#newsletterReg,
#contactUs {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	float: right;
	position: relative;
}

#newsletterReg {
	margin-bottom: 50px;
}

#newsletterReg .inputWrap,
#contactUs .inputWrap {
	position: relative;
	float: right;
	width: 100%;
	margin-top: 35px;
}

#contactUs .inputWrapNonHover {
	position: relative;
	float: right;
	width: 100%;
	margin-top: 35px;
}

#newsletterReg .checkWrap,
#newsletterReg .submitWrap,
#contactUs .checkWrap,
#contactUs .submitWrap {
	width: 50%;
	position: relative;
	float: right;
	margin-top: 35px;
}

#newsletterReg .submitWrap {
	float: left;
}

#newsletterReg .checkWrap label,
#contactUs .checkWrap label {
	position: relative;
}

#newsletterReg .inputWrap svg,
#contactUs .inputWrap svg {
	fill: transparent;
	stroke: #00762d;
}

#newsletterReg .inputWrap .svgWrap,
#contactUs .inputWrap .svgWrap {
	width: 50px;
	float: right;
}

#newsletterReg .inputWrap select,
#newsletterReg .inputWrap textarea,
#newsletterReg .inputWrap input,
#contactUs .inputWrap select,
#contactUs .inputWrap textarea,
#contactUs .inputWrap input {
	float: right;
	width: calc(100% - 50px);
	color: #727272;
	font-weight: 500;
}

#newsletterReg .inputWrap select,
#contactUs .inputWrap select {
	background: url("../images/selectArr.png") 15px center no-repeat;
	background-position-x: left;
}

#newsletterReg .inputWrap textarea,
#contactUs .inputWrap textarea {
	height: 100px;
}

#newsletterReg .inputWrap input[type="submit"],
#contactUs .inputWrap input[type="submit"], #contactUs button {
	background: #00762d;
	border: 1px solid #00762d;
	color: #fff;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.111rem;
	width: 250px;
	float: left;
}

#newsletterReg .checkWrap input[type="checkbox"],
#contactUs .checkWrap input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	margin- left: 30px;
	z-index: 1;
	position: relative;
	opacity: 0;
	float: right;
}

#newsletterReg .checkWrap .chkbx,
#contactUs .checkWrap .chkbx {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #009e3c;
	position: absolute;
	top: 0;
right: 0;
}

#newsletterReg .checkWrap span:not(.chkbx),
#contactUs .checkWrap span:not(.chkbx) {
	color: #009e3c;
	font-size: 0.8889rem;
	float: right;
	margin-top: 2px;
	width: calc(100% - 50px);
}

#newsletterReg .checkWrap input[type="checkbox"]:checked + .chkbx,
#contactUs .checkWrap input[type="checkbox"]:checked + .chkbx {
	background: #fff url(../images/v_2.png) center center no-repeat;
}

#newsletterReg .inputWrap svg.fullName,
#contactUs .inputWrap svg.fullName {
	width: 29px;
	height: 29px;
}

#newsletterReg .inputWrap svg.companyName,
#contactUs .inputWrap svg.companyName {
	width: 29px;
	height: 26px;
}

#newsletterReg .inputWrap svg.occupation,
#contactUs .inputWrap svg.occupation {
	width: 29px;
	height: 26px;
	stroke: transparent;
	fill: #00762d;
}

#newsletterReg .inputWrap svg.cellPhone,
#contactUs .inputWrap svg.cellPhone {
	width: 16px;
	height: 25px;
}

#newsletterReg .inputWrap svg.location,
#contactUs .inputWrap svg.location {
	width: 18px;
	height: 26px;
}

#newsletterReg .inputWrap svg.email_2,
#contactUs .inputWrap svg.email_2 {
	width: 24px;
	height: 24px;
}

#newsletterReg .inputWrap svg.subject,
#contactUs .inputWrap svg.subject {
	width: 11px;
	height: 12px;
	stroke: transparent;
	fill: #00762d;
}

#newsletterReg .inputWrap svg.message,
#contactUs .inputWrap svg.message {
	width: 22px;
	height: 19px;
}

#newsletterReg .inputWrap:not(.checkWrap) label,
#contactUs .inputWrap:not(.checkWrap) label {
	position: absolute;
	top: 7px;
right: 50 px;
	margin: 0;
	color: #727272;
	font-weight: 500;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#newsletterReg .inputWrap.hover label,
#contactUs .inputWrap.hover label {
	color: #00762d;
	font-size: 0.8333rem;
	font-weight: 700;
	top: -20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.innerContentWrap {
	padding: 20px 20px 15px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	float: right;
	width: 100%;
	margin: 40px 0;
	text-align: center;
	color: #00762d;
	font-size: 1.111rem;
	font-weight: 500;
}

.innerContentWrap a,
.innerContentWrap a:hover,
.innerContentWrap a:focus {
	color: #00762d;
	text-decoration: none;
}

.contactPart3 .innerContentWrap {
	background: rgba(39, 39, 39, 0.8);
	color: #fff;
	margin-top: 0;
	padding: 40px;
}

.contactPart3 .innerContentWrap .txtWrapper {
	width: 70%;
	float: right;
	text-align: right;
}

.contactPart3 .innerContentWrap .txtWrapper h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.444rem;
}

.contactPart3 .innerContentWrap .txtWrapper p {
	font-size: 1rem;
	line-height: 1.063rem;
	margin: 0;
	font-weight: 400;
}

.contactPart3 .innerContentWrap .aWrapper {
	width: 30%;
	float: right;
	padding- right: 20px;
}

.contactPart3 .innerContentWrap .aWrapper a {
	display: block;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.111rem;
	padding: 8px;
	position: relative;
}

.contactPart3 .innerContentWrap .aWrapper a img {
	position: absolute;
right: - 15 px;

}

.contactPart3 .innerContentWrap .aWrapper a.wazeLink {
	background: #fff;
	color: #00762d;
	margin-bottom: 15px;
}

.contactPart3 .innerContentWrap .aWrapper a.googlemapLink {
	color: #fff;
	background: #00762d;
}

.contactPart3 .innerContentWrap .aWrapper a.wazeLink img {
	width: 34px;
	height: 34px;
	top: 5px;
}

.contactPart3 .innerContentWrap .aWrapper a.googlemapLink img {
	width: 28px;
	height: 27px;
	top: 7px;
}

.mapWrapper {
	height: 350px;
}

.success {
	position: absolute;
	top: 0;
right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.success .thanksTxt {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.success .thanksTxt h3 {
	color: #00762d;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.667rem;
	margin-bottom: 0;
}

.success .thanksTxt h4 {
	color: #939393;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.333rem;
	margin: 0;
}

.parallaxContainer {
	height: 800px;
	overflow: hidden;
}

.parallaxContainer picture {
	width: 100%;
	z-index: -1;
}

.activities .container {
	position: relative;
}

.trash1 {
right: 0;
	top: 5%;
}

.trashSide3 .trash1 {
right: 0;
	top: 5%;
}

.trash2 {
left: 0;
	top: 25%;
}

.trash3 {
right: 0;
	top: 45%;
}

.trash4 {
left: 0;
	top: 65%;
}

.trashSide4 .trash4 {
left: 0;
	top: 85%;
}

.trash5 {
right: 0;
	top: 85%;
}

.trash6 {
left: 0;
	top: 15%;
}

.trashSide2 .trash6 {
	top: 85%;
}

.trash7 {
right: 0;
	top: 40%;
}

.trash8 {
left: 0;
	top: 55%;
}

.trash9 {
right: 0;
	top: 85%;
}

.trashAnim {
	height: 100%;
	width: 100px;
	position: absolute;
	top: 0;
	transform: translateY(-100%);
}

.trashAnim img {
	position: absolute;
}

.trashSide1, .trashSide2 {
left: 100 %;
}

.trashSide3, .trashSide4 {
right: 100 %;
}

.trashSide1.in-view, .trashSide3.in-view {
	opacity: 0;
	-webkit-animation: fall 5s infinite linear;
	animation: fall 5s infinite linear;
}

.trashSide2.in-view, .trashSide4.in-view {
	opacity: 0;
	-webkit-animation: fall 6s infinite linear;
	animation: fall 6s infinite linear;
}

.trashSide1.second.in-view,
.trashSide3.second.in-view {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.trashSide2.second.in-view,
.trashSide4.second.in-view {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.activities {
	overflow: hidden;
	padding-bottom: 100px;
}

.tagsWrapper a.wp {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.zoom1 {
	-webkit-animation-name: zoomIn_rev;
	animation-name: zoomIn_rev;
}

.in-view.zoom1 {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.zoom2 {
	-webkit-animation-name: zoomIn_2_rev;
	animation-name: zoomIn_2_rev;
}

.in-view.zoom2 {
	-webkit-animation-name: zoomIn_2;
	animation-name: zoomIn_2;
	-webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
	animation-delay: 0.5s;
}

.zoom3 {
	-webkit-animation-name: zoomIn_3_rev;
	animation-name: zoomIn_3_rev;
}

.in-view.zoom3 {
	-webkit-animation-name: zoomIn_3;
	animation-name: zoomIn_3;
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
	animation-delay: 1s;
}

.in-view.fade1,
.in-view.fade2,
.in-view.fade3 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fade1 {
	-webkit-animation-name: fadeIn_rev;
	animation-name: fadeIn_rev;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.in-view.fade1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.fade2 {
	-webkit-animation-name: fadeIn_rev;
	animation-name: fadeIn_rev;
}

.in-view.fade2 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.fade3 {
	-webkit-animation-name: fadeIn_rev;
	animation-name: fadeIn_rev;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.in-view.fade3 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.itemsContainer {
	/*position: absolute;
top:10%;


right  :10%;
width: 80%;*/
}

.itemsContainer .itemWrapper {
	border- left: 2px dashed #fff;
}

.itemsContainer .itemWrapper.itemWrapper4 {
	border- left: 6px solid #fbc005;
}

.itemsContainer .itemWrapper:first-child,
.itemsContainer .itemWrapper:last-child {
	border- left: 0;
}

.itemsContainer .itemWrapper img {
	margin: 0 auto;
	display: block;
	width: 80%;
	padding-bottom: 90px;
}

.itemsContainer .itemWrapper1 img {
	width: 60%;
	padding-bottom: 0px;
	margin: 30px auto 0;
}

.itemsContainer .itemWrapper2 img {
	width: 70%;
}

.itemsContainer .itemWrapper3 img {
	width: 90%;
}

.itemsContainer .itemWrapper5 img {
	width: 50%;
}

.itemsContainer .itemWrapper6 img {
	width: 70%;
}

.itemWrapper .itemHeader {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 700;
	font-size: 1.111rem;
	line-height: 1.4rem;
	text-align: center;
	position: absolute;
	bottom: 0;
right: 15 px;
	width: calc(100% - 30px);
}

.itemWrapper.itemWrapper1 .itemHeader {
	position: relative;
	margin-top: 10px;
}

.hover > ul {
	padding- right: 15px;
}

.itemsContainer .itemWrapper .itemHeader > span:not(.num) {
	display: block;
	font-weight: 300;
}

.itemsContainer .itemWrapper1 span {
	line-height: 1.2rem;
}

.itemsContainer .itemWrapper > span > span {
	font-weight: 700 !important;
}

.itemsContainer .itemWrapper span.num {
	font-size: 2.222rem;
	font-weight: 700 !important;
}

.itemWrapper .hover {
	position: absolute;
	top: 0;
	right: 15px;
	width: calc(100% - 30px);
	height: 100%;
	background: #8dc043;
	font-family: 'Shalvata_OE', 'Arial';
	font-size: 0.8889rem;
	font-weight: 300;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	text-align: right;
	direction: rtl;
}

.itemWrapper .hover > span {
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;

}

.itemsContainer .itemWrapper:hover .hover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.infoContentArea {
	position: relative;
	background: url("../images/infographic_middle.png") center center;
	background-size: 100% 100%;
	/*height: 200px;*/
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: transparent;
	border: 0;
}

.pswp__bg {
	background: rgba(0, 0, 0, 0.5) !important;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	width: 63px;
	height: 63px;
	opacity: 1 !important;
	z-index: 1;
}

.pswp__button--arrow--left {
	background: url("../images/arrS1.png") center center no-repeat !important;
}

.pswp__button--arrow--right {
	background: url("../images/arrS2.png") center center no-repeat !important;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: initial;
}

.pswp__caption {
	left: auto;
}

.pswp__caption__center {
	background: rgba(0, 0, 0, 0.5);
	max-width: 100%;
	height: 63px;
	line-height: 63px;
	padding: 0;
	color: #fff;
	border-top: 2px solid #4ca6dd;
	font-size: inherit;
}

.pswp__img {
	border: 9px solid #fff;
	box-sizing: content-box;
}

.pswp--supports-fs .pswp__button--fs {
	display: none !important;
}

.pswp__button--close {
	background: url("../images/closeBtn.png") center center no-repeat !important;
	background-size: 15px 15px !important;
	position: absolute;
	opacity: 1 !important;
}

.pswp__top-bar {
	opacity: 1 !important;
	background: transparent !important;
}

.open .chkbx {
	border: 1px solid #000 !important;
}

.addthis_inline_share_toolbox {
	display: inline-block;
	vertical-align: middle;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 16px !important;
	height: 16px !important;
	line-height: 16px !important;

}

.at-style-responsive .at-share-btn {
	width: 20px;
	height: 20px;
	padding: 2px !important;
	margin-bottom: 0 !important;
}

.at-style-responsive .at-share-btn svg {
	width: 16px !important;
	height: 16px !important;
}

.at-svc-compact {
	background-color: #98cc2e !important;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
	-webkit-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}

.eventCarusel {
	overflow: hidden;
	background: #fff;
}

.eventCarusel.played .owl-item.active img {
	width: auto;
	animation: kenburns 20s infinite;
}

.navContainer {
	position: absolute;
	bottom: 10px;
right: 0;
	height: 11px;
	width: 100%;
	z-index: 2;
	text-align: center;
}

.navContainer button {
	border: 0;
	background: none;
	margin: 0 auto;
	padding: 0;
}

.stopCarousel {
	display: none;
}

.played .stopCarousel {
	display: block;
}

.played .playCarousel {
	display: none;
}

.navContainer button svg {
	width: 11px;
	height: 11px;
	fill: #fff;
	margin: 0;
	vertical-align: top;
}

.innerEventTxt .dateBox {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.carousel-control {
	z-index: 5;
	background-image: none !important;
	opacity: 1 !important;
}

#overlay {
	height: 100%;
left: 0;
	position: relative;
	top: 0;
	transition: background-color 300ms ease;
	width: 100%;
}

.fade {
	background-color: rgba(0, 0, 0, .85) !important;
}

#hero-vid {
	backface-visibility: hidden;
	/*background:url("../images/mainBanner.jpg") no-repeat scroll 0 0 #000;*/
	background-size: cover;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	perspective: 1000;
right: 0;
	width: auto;
	z-index: -1;
}

.trakAnimation {
	position: absolute;
left: 0;
	top: 136px;
	padding- right: 13px;
	-webkit-animation: trak 2s;
	animation: trak 2s;
	z-index: 0
}

.trakAnimation #trakB {
	position: absolute;
	bottom: 12px;
right: 0;
	-webkit-animation: trakB 5s;
	animation: trakB 5s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

#trakB {
	z-index: -1
}

#bubble {
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: 95px;
right: 180 px;
	border-radius: 50%;
	z-index: 2;
	-webkit-animation: bubble 10s;
	animation: bubble 10s;
}

.historyCarWrap {
	position: relative;
	float: right;
	width: 100%;
	padding: 60px 0;
}

.historyCarWrap > a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #adadad;
	font-size: 0.7778rem;
}

.vco-notouch .vco-slider .nav-next .icon,
.vco-notouch .vco-slider .nav-previous .icon,
.historyCarWrap > a span.arr {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 37px;
	text-align: center;
	background: #00762d;
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	font-family: 'Arbel', 'Arial';
}

.historyCarWrap > a span:not(.arr) {
	display: block;
	line-height: 14px;
}

.historyCarWrap > a.prev {
right: 0;
	text-align: right;
}

.historyCarWrap > a.next {
left: 0;
	text-align: left;
}

.vco-notouch .vco-slider .nav-previous .icon:before,
.historyCarWrap > a.prev span.arr:before {
	content: "<";
	margin- right: 7px;
}

.vco-notouch .vco-slider .nav-next .icon:before,
.historyCarWrap > a.next span.arr:before {
	content: ">";
	margin- right: 7px;
}

.itemContent {
	width: 75%;
	margin: 0 auto;
}

.historyItem img {
	width: 100%;
}

.historyItem .imgWrap h3 {
	margin: 0;
	color: #ffffff;
	font-size: 1.056rem;
	position: absolute;
	bottom: 0;
right: 15 px;
	padding: 15px;
	border-top: 2px solid #4ca6dd;
	background: rgba(0, 0, 0, 0.5);
	width: calc(100% - 30px);
}

.historyItem .txtWrap {
	position: absolute;
	top: 50%;
right: 15 px;
	transform: translate(0%, -50%);
}

.vco-slider .slider-item .content .content-container .text .container h2.date,
.historyItem .txtWrap .date {
	font-family: 'Shalvata_OE', 'Arial' !important;
	font-weight: 300 !important;
	color: #555555 !important;
	font-size: 0.8889rem !important;
	line-height: 0.8889rem !important;
}

#timeline-embed .container h3,
.historyItem .txtWrap h3 {
	font-family: 'Shalvata_OE', 'Arial' !important;
	font-weight: 300 !important;
	color: #00762d !important;
	font-size: 1.333rem !important;
	margin: 0 !important;
	margin-bottom: 15px !important;
}

.vco-slider .slider-item .content .content-container .text .container p,
.historyItem .txtWrap p {
	font-family: 'Shalvata_OE', 'Arial' !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
}

.a2a_kit {
	display: inline-block;
	vertical-align: middle;
}

.a2a_svg, .a2a_count {
	border-radius: 0 !important;
}

/** TIME LINE PAGE STYLE
*************************/
.timeline_page .main_content {
	width: 100% !important;
}

.timeline_page .storyjs-embed * {
	direction: ltr;
}

.timeline_page .storyjs-embed .content .text .container {
	text-align: right !important;
}

.timeline_page .storyjs-embed .content .text .container *,
.timeline_page .nav-container {
	font-family: tipograf, arial !important;
}

.vco-slider .nav-container .icon {
	background: #00A4D9;
	position: relative;
	height: 40px;
	width: 40px;
	margin: 12px auto 15px;
}

.vco-notouch .vco-slider .nav-next .icon {
	margin- left: 46px;
	transform: rotate(0deg)
}

.vco-notouch .vco-slider .nav-next:hover .icon {
	margin- left: 51px;
}

.vco-notouch .vco-slider .nav-previous .icon {
	margin- left: 15px;
}

.vco-notouch .vco-slider .nav-previous:hover .icon {
	margin- left: 10px;
}

.vco-slider .nav-container .icon svg {
	width: 100%;
	height: 100%;
}

.vco-slider .nav-container .icon svg path {
	stroke: #fff;
	stroke-width: 1px;
}


#timeline-embed .container h3 {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 300;
	color: #00762d;
	font-size: 1.333rem;
	margin: 0;
	margin-bottom: 15px;
}

.fixedPos header {
	height: auto;
}

.fixedPos header .logoWrap a img {
	max-width: 60%;
	transition: all .25s ease-in-out;
}

.fixedPos header .searchWrapper button {
	width: 33px;
	height: 33px;
	transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;
}

.fixedPos header .searchWrapper input#search {
	width: calc(100% - 33px);
	height: 33px;
	transition: height .25s ease-in-out;
	-moz-transition: height .25s ease-in-out;
	-webkit-transition: height .25s ease-in-out;
}

.fixedPos header .searchWrapper button svg {
	width: 20px;
	height: 20px;
}

.fixedPos header .searchWrapper input#search:-moz-placeholder {
	font-size: 1.2rem;
}

.fixedPos header .searchWrapper input#search::-webkit-input-placeholder {
	font-size: 1.2rem;
}


/**
 * Search Modal
 */
.searchBackdrop {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	z-index: 6;
	position: fixed;
	display: none;
}

.searchBackdrop.show-modal {
	display: block;
}

.search-modal-form {
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: #fff;
	transition: transform 0.3s;
	transform: translateY(-100%);
	top: 0;
	left: 0;
	z-index: 7;
}

.search-modal-form.show-modal {
	transform: translateY(0);
}

.search-modal-form form {
	margin: 60px auto;
	width: 80%;
	max-width: 600px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 5px 10px;
	display: flex;
	flex-direction: row-reverse;
}

.search-modal-form form svg {
	width: 26px;
	height: 26px;
}

.search-modal-form form button {
	background-color: #fff;
	border: none;
	display: flex;
	align-items: center;
}

#search {
	font-size: 2rem;
	font-weight: 100;
	text-align: right;
	padding: 0 6px;
	border: none;
	height: unset;
}

#search::placeholder {
	color: #dde9d0;
}


.sideMenuWrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.fixedPos header .sideMenuWrap {
	padding-top: 15px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.vco-slider .slider-item .content .content-container .media {
	float: right !important;
	width: 30% !important;
	min-width: 0 !important;
}

.vco-storyjs {
	z-index: 0 !important;
}

.ticketLink {
	position: absolute;
	background: #1d8c4e;
	color: #fff;
	top: 15px;
	display: block;
	width: 180px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.ticketLink:hover,
.ticketLink:focus {
	color: #fff;
	text-decoration: none;
}

.innerPageTicket {
	position: relative;
	float: left !important;
}

.maor1 {
	animation: maor 2s;
	animation-name: maor1;
	animation-duration: 2s;
}

.maor2 {
	animation: maor 1s;
	animation-name: maor2;
	animation-duration: 2s;
}

@keyframes maor1 {
	0% {
		opacity: 0;
		transform: translate(-100%, 0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
		transform: scale(1);
	}
}

@keyframes maor2 {
	0% {
		opacity: 0;
		transform: translate(0, 100%);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.wrapper404 {
	text-align: center;
	padding: 200px 0 100px;
	background-image: url(../images/404Side1.jpg), url(../images/404Side2.jpg);
	background-position: right 25% top 60%, left 25% top 60%;
	background-repeat: no-repeat, no-repeat;
}

.wrapper404 h1 {
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 300;
	color: #0d8441;
	font-size: 12.33rem;
	line-height: 7.33rem;

}

.wrapper404 h2 {
	font-size: 1.333rem;
	color: #4c4d4f;
	margin: 0;
}

.wrapper404 p {
	font-size: 1.333rem;
	color: #f39324;
}

.wrapper404 p a {
	color: #f39324;
	text-decoration: underline;
}

.wrapper404 .h1Wrap {
	position: relative;
	display: inline-block;
	padding: 0 100px;
}

.wrapper404 .dateBox {
	line-height: 75px;
	font-weight: 400;
}

.unsubscribeWrap {
	padding-bottom: 150px;
}

.unsubscribeWrap form {
	width: 70%;
	padding: 30px;
	padding-bottom: 70px;
	margin: 0 auto;

}

.innerUnsubscribeWrap {
	width: 615px;
	max-width: 80%;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	margin-top: -30px;
	z-index: 1;
	position: relative;
	background: #fff;
}

.unsubscribeWrap form .unsubscribeHeader {
	font-size: 1.444rem;
	text-align: center;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 400;
	color: #00762d;
}

.unsubscribeWrap form input[type=submit] {
	background: #00762d;
	border: 1px solid #00762d;
	color: #fff;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 500;
	font-size: 1.111rem;
}

.unsubscribeInput {
	margin-bottom: 20px;
	margin-top: 40px;
	background: url("../images/emailBg.png") right center no-repeat;
	background-size: 20px 20px;
	padding-right: 30px;
}

.modal-backdrop.fade {
	background-color: rgba(0, 0, 0, .5) !important;
}

#newsletterModal .modal-content {
	border-radius: 0;
	text-align: center;
	padding: 30px;
}

#newsletterModal button.close {
	opacity: 1;
	position: absolute;
	top: 20px;
	right: 20px;
}

#newsletterModal svg.close {
	opacity: 1;
	fill: #4c4d4f;
	width: 19px;
	height: 19px;
}

#newsletterModal h4 {
	color: #f99e48;
	font-size: 1.556rem;
	text-align: center;
	font-family: 'Shalvata_OE', 'Arial';
	font-weight: 400;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px 40px 0;

}

#newsletterModal p {
	color: #4c4d4f;
	font-size: 1rem;
	margin-top: 20px;

}

#newsletterModal a {
	display: inline-block;
	background: #f99e48;
	color: #fff;
	font-size: 1.333rem;
	font-family: 'Shalvata_OE', 'Arial';
	padding: 7px 80px;
	margin-top: 20px;
}

#newsletterModal a:hover,
#newsletterModal a:focus {
	text-decoration: none;
}

.grecaptcha-badge {
	display: none
}

.tourWrap .inputWrap input {
	width: 100% !important;
}

.tourWrap .inputWrap:not(.checkWrap) label {
right: 0 !important;
}

.tourWrap .checkWrap {
	margin-top: 0 !important;
	width: 100% !important;
}

.tourWrap .checkWrap h3 {
	font-size: 1rem;
	color: #727272;
	margin-bottom: 20px;
}

.tourWrap .checkWrap input[type="checkbox"] {
	/*    margin-*/
 /*: 5px!important;*/
}

.avAges label + label,
.avDays label + label {
	margin- right: 20px;
}

.tourWrap .checkWrap span:not(.chkbx) {
	color: #727272 !important;
	width: auto !important;
}

.tourWrap input[type=radio] {
	border: 1px solid #009e3c;
	border-radius: 50%;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	margin-top: 0;
	float: right;
	margin- left: 5px;
}

.tourWrap input[type=radio]:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #009e3c;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0;
}

.tourWrap input[type=radio]:checked:before {
	opacity: 1;
}

.contactPart1 a {
	color: #727272;
	font-weight: bold;
}

.startHours label + label {
	margin- right: 20px;
}

.tourWrap .checkWrap {
	margin-top: 25px !important;
	border-bottom: 1px solid #f0f0f0;
}

.tourWrap .submitWrap {
	float: left !important;
}

.g-recaptcha {
	float: right;
}

.tourWrap .submitWrap {
	width: 100% !important;
}

.tourWrap .submitWrap input {
	margin-top: 34px;
}

.btnMenu {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.btnMenu .sysEnter {
	font-weight: 300;
	padding- left: 30px;
	background: #fff;
	position: relative;
}

.btnMenu.open .sysEnter,
.btnMenu .sysEnter:hover,
.btnMenu .sysEnter:focus {
	color: #1d8c4e;
}

.btnMenu .sysEnter span {
	white-space: nowrap;
}

.btnMenu .sysEnter svg {
	position: absolute;
	left: 13px;
	top: 39%;
	width: 9px;
	height: 9px;
	stroke: #000;
	transition: stroke 0.3s;
}

.dropSysLinks {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid #F39931;
	border-top: 0;
	width: 100%;
	z-index: 999;
}

.dropSysLinks a {
	display: block;
	color: #1d8c4e;
	padding: 5px;
	text-align: center;
}

img.mfp-img {
	padding: 0;
}

.mfp-close {
	color: #000 !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	left: 15px;
	top: 10px;
	width: auto;
	opacity: 1;
	font-size: 48px;
}

.mfp-counter {
	display: none;
}

.mfp-title {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	border-top: 2px solid #4ca6dd;
	color: #ffffff;
	font-size: 1.056rem;
	text-align: center;
	padding: 15px;
	direction: rtl;
}

.mfp-bottom-bar {
	margin-top: 0;
	transform: translateY(-100%);
}

.mfp-auto-cursor .mfp-content {
	border: 7px solid #fff;
}

.hp_infographics {
	background-color: #fff;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.hp_infographics img {
	width: 100%;
	max-width: 100%;
}

.hp_infographics:after {
	display: block;
	content: "";
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: url("../images/hp_info.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.hp_infographics:hover:after {
	display: none;
}

.hp_mobile_gallery {
	display: none;
	width: 100%;
}


.hp_mobile_gallery .ratio {
	--aspect-ratio: 97%;
}

.hp_mobile_gallery .ratio img {
	object-fit: cover;
}

.hp_mobile_gallery .ratio:before {
	content: '';
	display: block;
	padding-top: var(--aspect-ratio, 100%);
}

.hp_mobile_gallery .ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hp_mobile_gallery .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #0F7D3C;
	border: 2px solid #fff;
	border-radius: 30px;
	opacity: 0.5;
}

.hp_mobile_gallery .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.white-gradient {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	left: -5px;
	width: 15%;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
}

.menu-mobile-bottom {
	display: none;
}


/* Gallery images desktop fix */
@media (min-width: 1200px) {
	.galleryItem, .galleryItem img {
		height: 262px;
	}
}

@media only screen and ( max-width: 992px ) {
	
	.header-bottom-menu {
		min-height: 100px;
		max-width: 100%;
		position: relative;
	}

	.header-bottom-menu nav {
		min-height: 100px;
		max-width: 100%;
	}

	.bottomHeader {
		display: none;
	}
	
	.navbar-nav.mobile{
		display: block;
	}
	
	.btnMenu.mobile{
		display: block;
		margin-bottom: 100px;
	}
	
	.bottomMainBannerMobile{
		display: block;
		background: #107D3A;
		min-height: 100px;
	}

	.header-bottom-menu .navbar-nav li {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.header-bottom-menu .navbar-nav li.megaLi a,
	.header-bottom-menu .navbar-nav li a {
		color: #fff;
		font-weight: normal;
		padding: 0 10px;
		font-size: 0.85rem;
		text-align: center;
		display: unset;
	}

	.header-bottom-menu .navbar-nav > li > a img.menu-icon {
		margin: 0 auto;
		padding-bottom: 10px;
		height: 44px;
	}

	.header-bottom-menu .navbar-nav > li > a img.menu-icon-light {
		display: none;
	}

	.header-bottom-menu .navbar-nav > li > a img.menu-icon-dark {
		display: block;
	}

	.header-bottom-menu .navbar-nav li a img {
		display: block;
	}

	.header-bottom-menu .navbar-nav > li.megaLi > a svg.drop_down_arrow {
		stroke: #fff;
		fill: #fff;
		margin-left: 0;
	}

	.header-bottom-menu .navbar-nav > li:not(:last-child) {
		border: none;
	}

	.mobile-green-gradient {
		display: block;
		position: absolute;
		width: 25%;
		z-index: 2;
		height: 100%;
		right: -10px;
		background: linear-gradient(270deg, rgba(16, 125, 58, 0.0001) 0%, #107D3A 35%);
		transform: rotate(-180deg);
	}

	.hp_mobile_gallery {
		display: block;
	}

	.parallaxContainer {
		display: none;
	}

	.white-gradient {
		display: block;
	}

}


.innerNews .sticky-wrapper.is-sticky a {
	bottom: 0;
	top: unset !important;
	animation-name: sticky-from-bottom;
	animation-duration: 0.4s;
}

@keyframes sticky-from-bottom {
	0%{bottom: -100%}
	100%{bottom: 0}
}

@media (max-width: 500px) {
    .vco-slider .nav-previous, .vco-slider .nav-next {
        display: block !important;
        background: transparent !important;
    }

    .vco-slider .nav-container .icon {
        background: #ffffff;
    }
}


@media only screen and (min-width:992px){

    .logoWrap{width: 16%;}
    .sideMenuWrap{
	    transition: all .25s ease-in-out;
	    padding-left: 0;
	    align-self: auto;
	    margin-right: auto;
    }
    
    .megaLi.open .dropdown-menu,
    .megaLi:hover .dropdown-menu {
	    top:calc(100% - 1px);
	    opacity: 1;
	    transition: opacity .25s ease-in-out;
	    right: auto;
	    width: max-content;
    }
    
	.megaLi .dropdown-menu .container {
		padding-right: 0;
		padding-left: 0;
		width: auto;
	}
	
	.megaLi .dropdown-menu ul {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.megaLi .dropdown-menu ul li {
		align-items: center;
		padding: 0px 30px;
		display: flex;
		width: auto;
		float: none;
	}
	
	.megaLi .dropdown-menu ul li svg {
		display: none;
	}
	
	.megaLi .dropdown-menu ul li .headerTxtWrap {
		width: auto;
	}
	
	.megaLi .dropdown-menu ul li .headerTxtWrap span {
		font-size: 1rem;
		color: #000;
		font-weight: 100;
		padding-rtl: 30px;
	}
    .mobileVisibelLi{display: none!important;}
    
	.upperHeader {
        min-height: 127px;
	    display: flex;
	    align-items: center;
    }

	.upperHeader .row {
		display: flex;
		align-items: center;
	}
}
@media only screen and (min-width:768px){
    .hpBoxItem:hover .bag1{
        top: -47px;
        right: 40px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .hpBoxItem:hover .bag2{
        top: -30px;
        right: 20px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .hpBoxItem:hover svg.calender{
        top: -50px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .hpBoxItem:hover svg.book{
        top: -55px;
        right: 10px;
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .hpBoxItem:hover .line1{
        bottom: 100px;
        right: 0px;
    }
    .hpBoxItem:hover .line2{
        left: 26px;
        bottom: 130px;
    }
    .hpBoxItem:hover .line3{
        bottom: 110px;
        right: -20px;
    }
    .hpBoxItem:hover .line4{
        bottom: 120px;
        right: 65px;
    }
    .hpBoxItem:hover .line5{
        left: -10px;
        bottom: 70px;
    }
    .hpBoxItem:hover .line6{
        left: -10px;
        bottom: 130px;
    }
    .hpBoxItem:hover .line7{
        bottom: 90px;
        right: 75px;
    }
    .hpBoxItem:hover .line8{
        bottom: 140px;
        left: 55px;
    }
    .imageCanvas:hover .line1,
    .imageCanvas:hover .line2,
    .imageCanvas:hover .line3,
    .imageCanvas:hover .line4,
    .imageCanvas:hover .line5,
    .imageCanvas:hover .line6,
    .imageCanvas:hover .line7,
    .imageCanvas:hover .line8{
        transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
    }
    .megaLi .dropdown-menu ul li{height: 50px;}
}
@media only screen and (min-width:1200px) and (max-width:1600px){
    /*.itemsContainer .itemWrapper img{padding-bottom: 100px;}*/
    .trashAnim{display: none;}
    .parallaxContainer{height: 650px;}
    .infographic > h1{font-size: 3rem;       margin-top: -5px;}

}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .infoContentArea .top .num, .infoContentArea .top .like_num{    font-size: 2rem;}
    .infoContentArea .top .trucks .col-md-3.truck{width: calc(100% / 3); float: none;display: inline-block;}
    .recycling_park:after{    width: 60%;}
    .recycling_park{    font-size: 2rem;}

}
@media only screen and (min-width:992px) and (max-width:1199px){
    .navbar-nav>li>a{padding: 20px 11px;font-size: 0.8889rem;}
    .sideMenuWrap{padding-top: 0px;width: 27%;margin-top: -5px;}
    .logoWrap{width: 30%;}
    .searchOuterWrapper{width: 43%;}
    .megaLi .dropdown-menu ul li .headerTxtWrap span{font-size: 1rem;line-height: 1rem;}
    .infographic, .trashAnim{display: none;}
    .innerMainBanner img{width: auto;}
    .parallaxContainer{height: 700px;}
    .eventTxt{    transform: translate(0%, -20%);}
    .trakAnimation{display: none;}
    .sysEnter{margin-top: 6px;}

}

@media only screen and (min-width:768px) and (max-width:991px){
    .innerMainBanner img{width: auto;}
    .itemContent{    width: 50%;}
    .logoWrap{    width: auto!important;}
    .sideMenuWrap{max-width: 61%!important;}

}
@media only screen and (min-width:600px){
    .vco-slider .slider-item .content .content-container .text{
        width: 70%!important;
        display: block!important;
        float: right!important;
        max-width: 70%!important;
        min-width: 0!important;
    }
    .vco-slider .slider-item .content .content-container .text .container{
        display: block!important;
        text-align: right!important;
    }
    .vco-slider .slider-item{
        display: block!important;
        overflow: hidden!important;
    }
    .vco-slider .nav-next{
        left:0!important;
    }
    .vco-slider .nav-previous{
        right:0!important;
    }
    .vco-slider .nav-previous{
        float: right!important;
        text-align: right!important;
    }
    .vco-slider .nav-next{
        float: left!important;
        text-align: left!important;
    }
    .vco-notouch .vco-slider .nav-previous .icon{
        margin-right: 15px!important;
        margin-left:0!important;
    }
    .vco-notouch .vco-slider .nav-next .icon{
        margin-right: 0px!important;
        margin-left:15px!important;
    }
    .vco-slider .nav-next .date, .vco-slider .nav-next .title{
        text-align: left!important;
        padding-left: 15px!important;
        color: #adadad!important;
        font-size: 0.7778rem!important;
        font-family: 'Arbel' , 'Arial'!important;
    }
    .vco-slider .nav-previous .date, .vco-slider .nav-previous .title{
        text-align: right!important;
        padding-right: 15px!important;
        color: #adadad!important;
        font-size: 0.7778rem!important;
        font-family: 'Arbel' , 'Arial'!important;
    }
    .vco-slider .nav-container .icon{
        background: #00762d!important;
    }
    .vco-storyjs .vco-feature{
        width: 70%!important;
        margin: 0 auto!important;
        box-shadow: none!important;
    }
    .vco-storyjs .vco-feature .slider, .vco-storyjs .vco-feature .vco-slider{
        box-shadow: none!important;
    }
    .vco-slider .slider-item{
        width:calc(100% - 260px)!important;
        height: auto!important;
    }
    .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame, .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img{
        border:0!important;
        background: transparent!important;
        width: 100%;
        max-width: 100%!important;
    }
    .vco-slider .nav-previous .nav-container, .vco-slider .nav-next .nav-container{
        transform: translateY(-50%);
        width: 135px!important;
    }
    .vco-slider .nav-previous, .vco-slider .nav-next{
        width: 135px!important;
    }
    .vco-slider .slider-item .content .content-container,
    .vco-slider .slider-item .content{
        width: 100%!important;
        display: block!important;
    }
    .vco-skinny.vco-notouch .vco-slider .nav-previous:hover, .vco-skinny.vco-notouch .vco-slider .nav-next:hover{
        background-color: transparent!important;
    }
    .vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .icon, .vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .icon, .vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .date, .vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .date, .vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title, .vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title{
        border-radius: 0!important;
        font-weight: normal!important;
    }
}


@media only screen and ( max-width:992px ) {
 
	.trakAnimation{display: none;}
	.navbar-toggle{display: block!important;}
    .navbar-collapse.collapse{display: none!important;}
    .navbar-collapse.collapse.in{display: block!important;}
    .navbar-toggle .icon-bar{
	    background: #000;
	    transition: transform 0.3s;
	    width: 28px;
    }
    .navbar-toggle{float: right;margin:0;padding-right: 0;}
    
    .navbar-toggle[aria-expanded='true'] .icon-bar:nth-of-type(3) {
	    display: none;
    }

	.navbar-toggle[aria-expanded='true'] .icon-bar:nth-of-type(2) {
		transform: rotate(45deg) translateX(3px) translateY(6px);
	}

	.navbar-toggle[aria-expanded='true'] .icon-bar:nth-of-type(4) {
		transform: rotate(-45deg) translateY(-3px);
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 6px;
	}
    
    
    .menuLabel{display: inline-block;padding-top: 5px;color:#00762d;font-family: 'Shalvata_OE' , 'Arial';font-weight: 500;}
    .accessWrap{float: left;padding-left: 0;}
    .mobileHeader{float: right;width: 100%;}
    .searchOuterWrapper.search_open{top: 100%;opacity: 1;width: 100%;padding: 0;}
    .searchWrapper input#search:-moz-placeholder{font-size: 1.056rem;}
    .searchWrapper input#search::-webkit-input-placeholder{font-size:1.056rem;}
    .mobileSearchBtn.search_open svg.close{display: block;}
    .mobileSearchBtn.search_open svg.searchBtn{display: none;}
    .sideMenuWrap {
	    width: auto;
	    max-width: 58%;
	    float: left;
	    padding-left : 0;
    }
	.sideMenuWrap.hide-icons > a,
	.sideMenuWrap.hide-icons .searchOuterWrapper,
	.accessWrap.hide-icons {
		display: none;
	}
    .mobileSearchBtn{background: none;border:none;display: flex;vertical-align:middle;padding-left: 10px;}
    .mobileSearchBtn svg{width:20px;height: 20px;opacity: 1;}
    
	.upperHeader {
	    padding:15px 0;
        left: 0%;
	    transition: left .25s ease-in-out;
    }

	.upperHeader > .container > .row {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
    .logoWrap {
	   margin-left: auto;
    }
    .navbar-nav > li{width: 100%;}
    .navbar-nav > li>a{width: 100%;text-align: right;padding:10px 15px;}
    
	/**
	 * Top mobile menu
	 */
	#mainMenu.in {
	    min-height: calc(100vh - (var(--header-height) - 15px)) !important;
	    position: absolute;
	    top: var(--header-height);
	    width: 85%;
		right: 0;
		display: unset !important;
		overflow-x: hidden;
    }
	
	#mainMenu.in:before  {
		left: 0;
		width: 95%;
		content: "";
		height: 1px;
		position: absolute;
		border-top: 1px solid #E9E9E9;
	}

	#mainMenu.in .nav {
		margin-top: 30px;
	}

	#mainMenu.in .nav > li > a {
		font-size: 1.3rem;
		font-weight: 700;
	}
    
	.header-top-menu .navbar-nav > li {
		border: none;
		padding: 10px 0;
		flex-direction: column;
		height: auto;
		background-color: #fff;
	}

	.header-top-menu .navbar-nav > li.megaLi.open {
		padding-bottom: 0;
	}
	
    .wrapper{
	    margin: 161px auto -333px;
	    position: unset;
	    z-index: 4;
    }

	.header-top-menu .navbar-nav > li.megaLi > a svg {
		position: absolute;
		left: 10px;
		width: 20px;
		height: 20px;
	}

	.header-top-menu .navbar-nav > li > a:hover svg,
	.header-top-menu .navbar-nav > li > a:focus svg,
	.header-top-menu .navbar-nav > li:hover > a svg,
	.header-top-menu .navbar-nav > li:focus > a svg {
		stroke: #000;
	}

	.header-top-menu .navbar-nav > li > a:hover,
	.header-top-menu .navbar-nav > li > a:focus,
	.header-top-menu .navbar-nav > li:hover > a,
	.header-top-menu .navbar-nav > li:focus > a {
		color: #000;
	}
	
	
	
	
    
    svg.play2{width: 84px;height: 84px;}
    .pageHeader{font-size: 2.778rem;    line-height: 40px;}
    .pageHeader span{font-size: 1.667rem;}
    .hpBoxItem{padding: 30px 15px 0;}
    .imageCanvas img.mainImg{width: 70px;height: 71px;}
    svg.calender{width: 50px;height: 50px;}
    .bag1{width: 25px;top: -35px;}
    .bag2{width: 35px;top: -15px;}
    svg.book{width: 60px;height: 60px;top: -32px;right: 12px;}
    .activities .owl-carousel  .owl-dots{display: none;}
    .owl-dots .owl-dot span{background: #c2c2c2;border: 2px solid #c2c2c2;}
    .allActivities{float: none;margin-top:30px;background: transparent;padding: 0;text-align: center;}
    .headerWrap:before{content: initial;}
    .activities h2{background: transparent;}
    .headerWrap{padding:15px 0;}
    .navbar-nav{margin:0;}
    .navbar-collapse{position: fixed; top: 0;right: -70%;height: 100%!important;width: 70%;background: #fff;padding: 0;transition: right .25s ease-in-out;
        -moz-transition: right .25s ease-in-out;
        -webkit-transition: right .25s ease-in-out;}
    .menu_open .navbar-collapse{right: 0%;transition: right .25s ease-in-out;-moz-transition: right .25s ease-in-out;-webkit-transition: right .25s ease-in-out;}
    .navbar-collapse.collapse{height: 100%!important;}
    .navbar-nav > li>a{color:#363636;}
    
    .navbar-nav > li{float: right;}
    .mobileVisibelLi{display: block;padding:15px;}
    .btnMenu:not(.mobile){display: none;}
    .mobileVisibelLi:first-child{background: #ebf4ec;border-bottom: 1px solid #d9ebdb;float: right;}
    .mobileVisibelLi:last-child{text-align: center;}
    .mobileVisibelLi>span{font-family: 'Shalvata_OE' , 'Arial';font-size: 1.333rem;color:#007d37;margin-top:7px;float: right;}
    .mobileVisibelLi .mobilePhone{margin-left: 15px;}
    .mobileVisibelLi .mobilePhone svg{fill:#007d37;width: 20px;height: 20px;margin: 0 auto;display: block;}
    .mobileVisibelLi .mobilePhone span{color:#007d37;display: block;font-size: 0.8889rem;}
    .mobileVisibelLi .mobilePhone, .mobileHeaderLi .mobileWaze{float: right;width: auto;padding:0;}
    .mobileVisibelLi .mobileWaze{border-radius: 50%;width: 40px;height: 40px;line-height:37px; background: #bcdcc8;text-align: center;display: inline-block;}
    .mobileVisibelLi .mobileWaze img{width: 26px;height: auto;}
    .aWrapper{float: left;}
    .megaLi{position: relative!important;}
    .dropdown-menu{position: static;display: none!important;box-shadow: none;}
    .megaLi.open .dropdown-menu {
	    display: block !important;
	    opacity:1;
	    padding:0;
	    border:0;
	    width: 100%;
    }
    
    #headerBottomMenu .megaLi .dropdown-menu {
	   display: none !important;
    }

	.menu-mobile-bottom {
		display: block;
		order: 3;
	}

	.menu-mobile-bottom {
		list-style: none;
	}

	.menu-mobile-bottom > li > a {
		display: none;
	}

	.menu-mobile-bottom .dropdown-menu {
		position: absolute;
		opacity: 1;
		top: -2px;
		background: rgba(16,137,65,1);
		border-radius: 0;
	}

	.menu-mobile-bottom .dropdown-menu * {
		background: rgba(16,137,65,1) !important;
		color: #fff !important;
	}

	.menu-mobile-bottom .dropdown-menu.show-dd-menu {
		display: block !important;
	}
	
	.header-bottom-menu .swiper .navbar-nav li:focus,
	.header-bottom-menu .swiper .navbar-nav li:hover > a {
		background-color: unset;
	}

	.header-bottom-menu .swiper .navbar-nav li.swiper-slide-active {
		background-color: rgba(16,137,65,1);
	}


	#mainMenu .sysEnter {
		line-height: 1.5;
		font-size: 1.3rem;
		border-radius: 4px;
		background-color: #fdebd7;
		border: none;
	}
	
	#mainMenu .sysEnter svg {
		display: block;
	}
    
    .navbar-nav > li > a.sysEnter{display: inline-block;width: auto;}
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{background: #007d37;color:#fff;}
    
	
	/**
	 * MegaLi Mobile
	 */
	.megaLi .dropdown-menu ul li svg {
		display: none;
	}
	
    .megaLi .dropdown-menu .container {
	    width: 100%;padding:0;
    }
    
	.megaLi .dropdown-menu ul li {
		width: 100%;
		margin:0;
		padding:15px;
		background: #fff;
	}
	
    .megaLi .dropdown-menu ul li:last-child {
	    border-bottom: 0;
    }
    
    .megaLi .dropdown-menu ul li a {
	    width: 100%;float: right;position: relative;
    }
    
    .megaLi .dropdown-menu ul li .headerTxtWrap {
	    width: 100%;
    }
    
    .megaLi .dropdown-menu ul li .headerTxtWrap span {
	    font-size: 1.2rem;
	    line-height: 1;
	    padding: 12px;
	    padding-right: 25px;
	    color: #000;
	    font-weight: 100;
    }
    
    .megaLi .dropdown-menu ul li .headerTxtWrap p {
	    font-size: 0.9rem;
    }
    
    .megaLi .dropdown-menu ul li .headerTxtWrap svg {
	    display: none !important;
    }
    
    .innerPageHeader{    transform: translate(0%, -50%);}
    .newsTxt{position: relative;}
    .newsTxt:before{background: rgba(0,0,0,0.6);}
    .contactPart1, .contactPart2, .contactPart3{width: 98%;}
    .infographic,.hp_infographics_wrapper, .trashAnim{display: none;}
    .parallaxContainer{height: 600px;}
    .historyItem .txtWrap{position: static;transform: translate(0%, 0%);margin-top: 40px;}
    .vco-storyjs .vco-feature{    width: 80%!important;}
    .wrapper404{    background-image: url(../images/404Side1.jpg), url(../images/404Side2.jpg);background-position: right 15% top 60%, left 15% top 60%;}
    .push{
        background-color: #f0f0f0;
	    padding-top: 20px;
    }
	.ticketSoft {
		padding-top: 100%;
	}
}


@media only screen and (max-width:768px) {
    html, body{font-size: 16px;}
    .socialNetworks{padding: 0 5px;display: none;}
    .hpBoxes{height: auto;background: transparent;}
    .hpBoxItemInnerWrap{ position: static;    transform: translate(0%, 0%);    background: #000; }
    .upperFooter .backAdd{display: none;}
    .upperFooter .side1{padding-left: 15px;}
    .footerLogo{text-align: right;}
    .upperFooter .side2{background: transparent;padding: 0;}
    .linksWrapper{width: 100%;background: #007d37;}
    .footerSocial{position: relative;width: 100%;height:48px;float: right; margin-top: 14px;}
    .footerSocial .footer_waze{position: relative; top: -17px;}
    .footerSocial:before{right:0;width: 100%;}
    .upperFooter .side1:after{content: initial;}
    .footerSocial{text-align: center;}
    .footerSocial li{display: inline-block;}
    .linksWrapper ul{width: 100%;    padding: 15px;}
    .ulsWrapper{display: none;}
    .linksWrapper h3{margin:0;font-size:1.222rem;padding:15px;}
    .linksWrapper h3 a svg{display: block;position: absolute;top: 18px;left: 15px;width: 25px;height: 25px;fill: #a9ccaf;}
    .tycoLogo a span{display: block;}
     footer, .push{height: 427px;}
     footer { position: relative; z-index: 5; }
    .wrapper{margin: 161px auto -427px;}
    .hpBoxItemInnerWrap .col-sm-4{padding: 0;}
    .hpBoxes .container{padding:0;}
    .hpBoxItem{float: right;width: 100%;padding: 30px 15px;padding-right: 0;}
    .imageCanvas{position: static;float: right;transform: translate(0%, 0%);}
    .textWrapper{float: right;padding-right:10px;width: calc(100% - 70px);}
    .tags{text-align: center;padding:30px 0;}
    .tags h2{float: none;margin-bottom: 15px;}
    .tagsWrapper a{float: none;display: inline-block;}
    .innerEventTxt h3{font-size: 1.333rem;}
    .eventTxt{    top: 60%;}
    header{}
    .wrapper{ margin: 145px auto -427px;}
    .newsTxt{position: absolute;}
    .newsTxt:before{background: rgba(0,0,0,0.2);}
    #contactUs .checkWrap, #contactUs .submitWrap{width: 100%;}
    .contactPart3 .innerContentWrap{padding: 20px;}
    .contactPart3 .innerContentWrap .txtWrapper{width: 65%;}
    .contactPart3 .innerContentWrap .aWrapper{width: 35%;}
    .parallaxContainer{height: 375px;}
    .historyCarWrap{padding: 30px 0;}
    .vco-slider .slider-item .content .content-container .media, .vco-slider .slider-item .content .content-container .text{width: 100%!important;}
    .vco-slider .slider-item .content .content-container .text{max-width: 100%!important;}
    .vco-slider .slider-item .content .content-container .text .container p{display: none;}
    .vco-slider .slider-item .content .content-container .text .container{padding: 15px 15px 0!important;}
}
@media only screen and (max-width:599px){
    .itemsWrapper.protocols>.row>div{width: 100%;}
    .newsTxt{position: relative;}
    .newsTxt:before{background: rgba(0,0,0,0.6);}
    #contactUs .inputWrap input[type="submit"]{width: 100%;}
    .contactPart3 .innerContentWrap .txtWrapper{width: 100%}
    .contactPart3 .innerContentWrap .aWrapper{width: 100%;padding: 0;margin-top:15px;}
    #contactUs{padding:20px;}
    .contactPart1 h2{font-size: 1.111rem;}
    .parallaxContainer{height: 300px;}
    .historyCarWrap>a span:not(.arr){display: none;}
    .historyCarWrap>a span.arr{width: 25px;height:25px;    line-height: 23px;}
    .itemContent{    width: calc(100% - 70px);}
    .vco-storyjs .vco-feature{width: 100%!important;}
    /*.vco-slider .nav-previous .date, .vco-slider .nav-previous .title{display: none!important;}
    .vco-slider .nav-previous, .vco-slider .nav-next{width: 30px!important;}
    .vco-slider .nav-previous .nav-container, .vco-slider .nav-next .nav-container{width: 30px!important;height: 30px!important;}
    .vco-notouch .vco-slider .nav-previous .icon, .vco-notouch .vco-slider .nav-next .icon{margin: 0!important;opacity:1!important;width: 30px!important;height: 30px!important;    line-height: 29px!important;}
    .vco-slider .slider-item{width: calc(100% - 60px)!important;}
    .vco-skinny .vco-slider .slider-item .content .content-container .text .container{    width: calc(100% - 30px)!important;}*/
    .wrapper404 h1{font-size: 6.33rem;line-height: 3.33rem;}
    .wrapper404 h2, .wrapper404 p{font-size: 1.2rem;}
    .wrapper404 .dateBox{width: 55px;height: 55px;    line-height: 55px;    top: -55px;}
    .wrapper404 .dateBox:before{width: 59px;height: 59px;}
    .wrapper404 .h1Wrap{padding: 0 70px;}
    .unsubscribeWrap form{width: 100%;    padding: 40px!important;}
    .unsubscribeWrap form .unsubscribeHeader{font-size: 1.2rem;}

}
@media only screen and (max-width:479px){
    header {}
    .wrapper{margin: 138px auto -427px;}
    svg.play2{width: 54px;height: 54px;/* display: block;margin: 0 auto; */}
    .pageHeader{font-size: 1.667rem;line-height: 30px;margin:7px 10px 0 0;/* text-align: center;display: block; */}
    .innerPageHeader{font-size: 1.778rem;}
    .sideMenu{transform: translate(0%, 0%);margin-top:15px;}
    .itemBox .txtWrap{width: 100%;padding:0;}
    .yearsWrap{width: 100%;margin-top: 0;}
    .yearsWrap span{display: block;margin-bottom: 10px;}
    .parallaxContainer{height: 230px;}
    .itemsWrapper{float: right;width: 100%;}

    .yearsWrap a{margin-right: 0px;}
    .yearsWrap a + a{margin-right: 7px;}
    .pswp__img{box-sizing: border-box;}
    .pswp__button--arrow--left, .pswp__button--arrow--right{bottom:0!important;}
    .pswp__button--arrow--left{left: 0!important;}
    .pswp__button--arrow--right{right: 0!important;}
    .pswp__caption{bottom: 0!important;right:0!important;width: 100%!important;}
    .avAges label{display: block;width: 100%;float: right;}
    .avAges label + label{margin-right: 0px;}
    .avDays label + label{margin-right: 7px;}
    .g-recaptcha iframe{transform: scale(0.85);-webkit-transform: scale(0.85);transform-origin: 100% 0;-webkit-transform-origin: 100% 0;width: 100%!important;}
    .g-recaptcha, .g-recaptcha>div{width: 105%!important;}
}

@media only screen and (max-width: 992px) {
	#nl_join .inputWrap {
		width: 90%;
		margin: 20px auto 0 auto;
	}

	.upperFooter > .container > .row {
		margin-right: 0;
		margin-left: 0;
	}
	
	.footerContactDetails {
		padding-inline-start: 0;
		padding-inline-end: 0;
	}
	
	.bottomFooter {
		padding-top: 25px;
	}

	.upperFooter .side3 img {
		width: 25px;
	}

	.upperFooter .side3 .footerContactDetails li a {
		font-size: 19px;
	}

	.bottomFooter .container:before {
		background-image: unset;
		border-top: 1px solid #d2d2d2;
	}
}


@media only screen and (max-width:360px){
    .socialNetworks li svg.twitter{width: 20px;height: 20px;}
    .mobileSearchBtn svg{width: 17px;}
    #nl_join .inputWrap .labelTxt{line-height: 16px;}
    header{height: 113px;}
    .wrapper{margin: 111px auto -427px;}
    .galleryItem{width: 100%;}
    .newsTxt p{display: none;}
    .newsTxt h3{margin:0;}
    .parallaxContainer{height: 200px;}
    .innerEventTxt p{display: none;}
    .wrapper404{background-image: url(../images/404Side1.jpg), url(../images/404Side2.jpg);background-position: right -25% top 60%, left 0% top 60%;}
    .unsubscribeWrap form{padding: 15px!important;}
    .unsubscribeWrap form .unsubscribeHeader {font-size: 1rem;}
    .unsubscribeInput{margin-top: 20px;}
    .g-recaptcha iframe{transform: scale(0.80);-webkit-transform: scale(0.80);transform-origin: 100% 0;-webkit-transform-origin: 100% 0;width: 100%!important;}
    .g-recaptcha, .g-recaptcha>div{width: 115%!important;}
}