.screen {
	position: relative;
	overflow: hidden;
}
	
@media (min-width: 1200px) {
	.screen {
		height: 100vh;
		min-height: 720px;
		position: relative;
	}
}	
@media (max-width: 1199px) {
	.screen {
		min-height: 100vh;
	}
}

/**/

video {
	display: block;
}

/* Home Screen */


#home-screen video {
	position: absolute;
	bottom: 108px;
	right: 0;
	
	height: 74vh;
}

#home-screen .texts  {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translate(0, -50%);
	text-align: left;
}

@media (max-width: 1199px) {
	#home-screen {
		
	}
	
	#home-screen video {
		right: -20%;
	}
}

@media (max-width: 991px) {
	#home-screen video {
		height: 500px;
		right: -300px;
	}
}

#home-screen .texts  {
	font-size: 8vw;
	line-height: 8vw;
}
#home-screen .texts  {
	font-size: 5vw;
	line-height: 5vw;
}

@media (max-width: 991px) {
	#home-screen .texts  {
		font-size: 12vw;
		line-height: 10vw;
		top: auto;
		bottom: 10%;
		left: 20%;
		background: #e7e7e8;
	}
}

#home-screen .texts a  {
	color: inherit;
}

@media (max-width: 991px) {
	#home-screen .texts a {
		background: #e7e6e8;
	}
}

#home-screen .texts a span  {
	display: inline-block;
	position: relative;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
#home-screen .texts a span:before  {
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	left: 100%;
	width: 40px;
	height: 40px;
	background: #76b729;
	margin-left: 5%;
	margin-top: -20px;
	transform: rotate(45deg);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 991px) {
	#home-screen .texts a span:before  {
		transform: rotate(45deg) scale(.6);
	}
}

#home-screen .texts a.link-2 span:before  {
	background: #fecc00 !important;
}

#home-screen .texts a span:after  {
	display: block;
	content: '';
	width: 110%;
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom: 1px solid #878786;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#home-screen .texts a.link:hover span {
	padding-left: 20px;
	padding-right: 40px;
}

#home-screen .texts a.link:hover span:before {
	left: 90%;
}

#home-screen .texts a.link:hover span:after {
	width: 100%;
}

#home-screen .texts a.link-1:hover  {
	color: #76b729;
}

#home-screen .texts a.link-2:hover  {
	color: #000;
}






#home-screen .texts a.link span {
	padding-left: 20px;
}

#home-screen .texts a.link span:before {
	left: -10%;
}

#home-screen .texts a.link span:after {
	width: 100%;
}

#home-screen .texts a.link-1  {
	
}





/* News */

.news {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #fff;
	padding: 1.75rem;
	font-size: 1.45rem;
}

@media (max-width: 991px) {
	.news {
		padding: 0.75rem 0;
		font-size: 1.45rem;
	}
}

.news h2 {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.45rem;
	padding: .35rem 0;
	font-weight: bold;
}

@media (max-width: 991px) {
	.news h2 {
		position: fixed;
		top: -999px;
	}
}

.news .news-content {
	margin-right: 100px;
}


@media (max-width: 991px) {
	.news .news-content {
		margin-right: 0;
	}
}


/* Social */

.social {
	position: absolute;
    top: 50%;
    left: -200px;
	width: 500px;
	text-align: center;
    transform: translate(0, -50%) rotate(-90deg);
	color: #878786;
}

@media (max-width: 991px) {
	.social {
		left: -235px;
	}
}

.social a {
	color: inherit;
}
.social > div {
	display: inline-block;
}
.social > div.line {
	width: 200px;
	position: relative;
}
.social > div.line:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	border-top: 1px solid #878786;
}
.social > div i {
	transform: rotate(90deg);
}

/* Section Headings */


.screen h1  {
	margin-bottom: 5rem;
}

.screen h1 span  {
	display: inline-block;
	position: relative;
	font-size: 3.5rem;
	font-weight: normal;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 991px) {
	.screen h1 span  {
		font-size: 2rem;
	}
}

.screen h1 span:before  {
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	right: 100%;
	width: 20px;
	height: 20px;
	background: #0c3273;
	margin-right: 5%;
	margin-top: -10px;
	transform: rotate(45deg);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.screen h1 span:after  {
	display: block;
	content: '';
	width: 107%;
	position: absolute;
	top: 100%;
	right: 0;
	border-bottom: 1px solid #878786;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.screen h1.left  {
	text-align: left;
}
.screen h1.left span:before  {
	margin-right: 0;
	margin-left: 5%;
	right: auto;
	left: 100%;
}
.screen h1.left span:after  {
	right: auto;
	left: 0;
}

/* Mayor Screen */

#mayor-screen {
	min-height: 950px;
}
#mayor-screen h1 span {
	padding-right: 200px;
}
@media (max-width: 991px) {
	#mayor-screen h1 span {
		padding-right: 80px;
	}
}
#mayor-screen h1 {
	position: relative;
}
#mayor-screen h1:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 180px;
	background-image: url(images/mayor.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	#mayor-screen h1:before {
		width: 70px;
		height: 80px;
		background-size: auto 100%;
		bottom: 3px;
	}
}

#mayor-screen:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	content: '';
	display: block;
	background: #fff;
	height: 16.6%;
}

#mayor-screen video {
	position: absolute;
	bottom: 0;
	right: -10%;
	height: 80%;
	z-index: 1;
	transform: scaleX(-1);
}

@media (max-width: 1321px) {
	#mayor-screen video {
		right: -30%;
	}
}

#mayor-screen .text  {
	position: absolute;
	top: 50%;
	left:0;
	transform: translate(0, -50%);
	width: 100%;
	z-index: 5;
	margin-top: 30px;
}
#mayor-screen .text .text-bg  {
	background: rgb(231 230 232 / .7);
    padding: 1rem;
}

@media (max-width: 1199px) {
	#mayor-screen .text  {
		padding: 0 3rem;
	}
}

@media (max-width: 991px) {
	#mayor-screen {
		height: auto;
	}
	#mayor-screen:before {
		content: none;
	}
	#mayor-screen video {
		position: static;
		width: 100%;
	}
	#mayor-screen .text  {
		position: static;
		width: 100%;
		padding: 0;
		transform: none;
		padding-top: 150px;
	}
}
	

/* Vision Screen */

#vision-screen {
	background: #fff;
}

@media (min-width: 1200px) {
	#vision-screen video {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 100%;
	}
}

@media (max-width: 1199px) {
	#vision-screen video {
		width: 80%;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	#vision-screen .text  {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		padding: 10rem;
		z-index: 5;
		width: 50%;
	}
}
@media (max-width: 1199px) {
	#vision-screen .text  {
		padding: 3rem;
	}
}

/* Goals Screen */

#goals-screen {
	height: auto; !important;
}

@media (min-width: 1200px) {
	#goals-screen video {
		position: absolute;
		bottom: -44.6%;
		right: -4%;
		height: 100vh;
	}
}
@media (max-width: 1199px) {
	#goals-screen video {
		display: none;
	}
}

#goals-screen .goals-grid {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 8rem;
}

#goals-screen .goals-grid > div {
	float: right;
	width: 33.33%;
	position: relative;
}

@media (max-width: 899px) {
	#goals-screen .goals-grid {
		width: 600px;
	}
	#goals-screen .goals-grid > div {
		width: 50%;
	}
}

@media (max-width: 619px) {
	#goals-screen .goals-grid {
		width: 300px;
	}
	#goals-screen .goals-grid > div {
		width: 100%;
	}
}

#goals-screen .goals-grid > div > div {
	width: 300px;
	height: 250px;
	text-align: center;
	border-left: 1px solid #76b729;
	margin: 1rem;
}

@media (min-width: 900px) {
	#goals-screen .goals-grid > div:nth-child(3) > div,
	#goals-screen .goals-grid > div:nth-child(6) > div {
		border-left: 0;
	}
}

@media (max-width: 899px) {
	#goals-screen .goals-grid > div:nth-child(2) > div,
	#goals-screen .goals-grid > div:nth-child(4) > div,
	#goals-screen .goals-grid > div:nth-child(6) > div {
		border-left: 0;
	}
}

@media (max-width: 619px) {
	#goals-screen .goals-grid > div:nth-child(n) > div {
		border-left: 0;
	}
}

#goals-screen .goals-grid .num {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 22rem;
	color: #fff;
}

#goals-screen .goals-grid .t {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 80%;
	
	
}

#goals-screen .goals-grid > div:nth-child(1):before, 
#goals-screen .goals-grid > div:nth-child(2):before, 
#goals-screen .goals-grid > div:nth-child(3):before {
	display: block;
	content: '';
	border-bottom: 1px solid #76b729;
	position: absolute;
	top: 100%;
	right: 10%;
	width: 80%;
}

@media (max-width: 899px) {
	#goals-screen .goals-grid > div:nth-child(4):before {
		display: block;
		content: '';
		border-bottom: 1px solid #76b729;
		position: absolute;
		top: 100%;
		right: 10%;
		width: 80%;
	}
}

#goals-screen h1 {
	padding: 3rem;
	margin-bottom: 3rem;
}
#goals-screen h1 span:before {
	background: #76b729;
}

/* Values Screen */

@media (min-width: 1200px) {
	#values-screen video {
		position: absolute;
		top: -58.7%;
		right: -4%;
		height: 100vh;
	}
}
@media (max-width: 1199px) {
	#values-screen video {
		display: none;
	}
}


#values-screen {
	background: #fff;
	height: auto;
}

#values-screen h1 {
	padding: 3rem;
	text-align: left;
}

#values-screen .text {
	margin-bottom: 3rem;
}

.value-card {
	background: #ececec;
	margin: 1.5rem 0;
	padding: 1rem;
}

.value-card .row .col-md-4 {
	border-left: 2px solid #fff;
	text-align: center;
}

.value-card .row .col-md-4 img {
	max-width: 100%;
}


/* Structure Screen */


@media (min-width: 1200px) {
	#structure-screen video {
		position: absolute;
		top: -370px;
		right: -100px;
		height: 800px;
	}
}
@media (max-width: 1199px) {
	#structure-screen video {
		display: none;
	}
}

@media (min-width: 992px) {
	#structure-screen {
		min-height: 950px;
	}
}


#structure-screen .text  {
	padding: 12rem 0;
	font-size: .9rem;
	
}
#structure-screen .text p  {
	margin-bottom: 5px;
}
#structure-screen .text .text-bg  {
    padding: 1rem;
	position: relative;
	max-width: 890px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
	#structure-screen .text  {
		padding: 3rem;
	}
}

@media (min-width: 992px) {
	#structure-screen .text img  {
		position: absolute;
		top: 170px;
		left: 0;
	}
}
@media (max-width: 991px) {
	#structure-screen {
		height: auto;
	}
	#structure-screen:before {
		content: none;
	}
	#structure-screen video {
		position: static;
		width: 100%;
	}
	#structure-screen .text  {
		position: static;
		width: 100%;
		padding: 2rem 0;
		transform: none;
	}
}











/* Contact Screen */

@media (max-width: 991px) {
	#contact-screen {
		height: auto;
		min-height: auto;
	}
	
	#contact-screen:before {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		content: '';
		display: block;
		background: #fff;
		height: 2.1%;
	}
}

@media (min-width: 992px) {
	#contact-screen video {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 43%;
	}
	
	#contact-screen:before {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		content: '';
		display: block;
		background: #fff;
		height: 4.8%;
	}
}
@media (max-width: 991px) {
	#contact-screen video {
		width: 43%;
	}
}

#contact-screen h1 {
	padding: 3rem;
}

@media (max-width: 991px) {
	#contact-screen h1 {
		margin-bottom: 0;
	}
}

#contact-screen h1 span:before {
	background: #e30613;
}

@media (min-width: 992px) {
	#contact-screen .text  {
		position: absolute;
		top: 50%;
		right: 0;
		width: 100%;
		transform: translate(0, -50%);
		z-index: 5;
	}
}

#contact-screen label  {
	position: fixed;
	top: -9999px;
	right: -999px;
}
#contact-screen .form-control  {
	border: 1px solid #939392;
	border-radius: 0;
	background: none;
	font-size: 1.5rem;
	padding: .5rem 1rem;
	height: auto;
}
#contact-screen .btn  {
	border: 1px solid #939392;
	color: #333;
	border-radius: 0;
	background: none;
	font-size: 1.5rem;
	padding: .5rem 1rem;
	height: auto;
}

#contact-screen iframe  {
	border: 1px solid #939392;
	display: block;
}


/* Footer */

.footer {
	background: #fff;
}



/**/


/* bids Screen */

#bids-screen {
	
}

@media (min-width: 1200px) {
	#bids-screen video {
		position: absolute;
		bottom: -19px;
		right: -4%;
		height: 50vh;
	}
}
@media (max-width: 1199px) {
	#bids-screen video {
		display: none;
	}
}

#bids-screen .text {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}
#bids-screen h1 {
	padding: 3rem;
	margin-top: 6rem;
	margin-bottom: 3rem;
}
#bids-screen h1 span:before {
	background: #76b729;
}


/**/

/* CEO Screen */

#ceo-screen {
	background: #fff;
}
#ceo-screen {
	min-height: 950px;
}
#ceo-screen h1 span {
	padding-left: 200px;
}
@media (max-width: 991px) {
	#ceo-screen h1 span {
		padding-left: 80px;
		font-size: 1.6rem;
	}
}
#ceo-screen h1 {
	position: relative;
}
#ceo-screen h1:before {
	/*content: '';*/
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 170px;
	height: 193px;
	/*background-image: url(images/ceo.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	#ceo-screen h1:before {
		width: 70px;
		height: 93px;
		background-size: auto 100%;
		bottom: 6px;
	}
}

#ceo-screen h1 span:before {
	background: #ed1c24;
}

#ceo-screen:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	content: '';
	display: block;
	background: #fff;
	height: 16.6%;
}


@media (min-width: 1200px) {
	#ceo-screen video {
		position: absolute;
		bottom: -430px;
		right: -100px;
		height: 800px;
	}
}
@media (max-width: 1199px) {
	#ceo-screen video {
		display: none;
	}
}

#ceo-screen .text  {
	position: absolute;
	top: 50%;
	left:0;
	transform: translate(0, -50%);
	width: 100%;
	z-index: 5;
	margin-top: 30px;
}
#ceo-screen .text .text-bg  {
	background: rgb(255 255 255 / .7);
    padding: 1rem;
}

@media (max-width: 1199px) {
	#ceo-screen .text  {
		padding: 0 3rem;
	}
}

@media (max-width: 991px) {
	#ceo-screen {
		height: auto;
	}
	#ceo-screen:before {
		content: none;
	}
	#ceo-screen video {
		position: static;
		width: 100%;
	}
	#ceo-screen .text  {
		position: static;
		width: 100%;
		padding: 0;
		transform: none;
		padding-top: 40px;
	}
}


/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.news-marquee {
	overflow: hidden;
}

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

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}



.news-slick {
	margin-right: 100px;
	margin-left: 65px;
}

.news-slick button {
	position: absolute;
	top: 0;
	font-size: 0;
	font-family: 'FontAwesome';
	background: none;
	border: 0;
	cursor: pointer;
}

.news-slick button:before {
	font-size: 26px;
	color: #fff;
}

.news-slick .slick-next {
	top: 13px;
	left: 0;
}

.news-slick .slick-prev {
	top: 13px;
	left: 30px;
}

.news-slick .slick-prev:before {
	content: '\f0a9';
}

.news-slick .slick-next:before {
	content: '\f0a8';
}

.news .toggle-slick {
	position: absolute;
    top: 1.2rem;
    left: 3.5rem;
    font-size: 26px;
    background: none;
    border: 0;
    cursor: pointer;
    color: #fff;
    padding: 0;
}




.breaking-news-ticker {
	font-size: 1.1rem;
}
.bn-news ul li a {
	font-size: 1.2rem;
	padding: 2px 10px;
	color: inherit;
}
.bn-news ul li a:hover {
	color: #000;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}
.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: #4ea44b;
}

.news time {
	color: #4ea44b;
}

.news-toggle {
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
	height: 40px;
	width: 110px;
}

.bn-controls button:nth-child(1),
.bn-controls button:nth-child(3) {
	background: none;
	color: #fff;
	width: 20px;
	padding: 0;
}

.bn-direction-rtl .bn-controls button {
	border: 0;
}

.bn-controls button:nth-child(2) {
	position: absolute;
	top: 0;
	right: 25px;
	background: none;
	border-radius: 50%;
	width: 40px;
	border: 1px solid #000;
}
.bn-controls button:nth-child(2) .bn-pause::before {
	background-color: #000;
}
.bn-controls button:nth-child(2) .bn-pause::after {
	background-color: #000;
}
.bn-controls button:nth-child(2) .bn-play::after {
	border-left-color: #000;
}




.fa-oryehuda {
	width: 23px;
	height: 24px;
	display: inline-block;
	background: url(images/oryehuda.png);
	transform: rotate(90deg) translateX(3px);
	margin-left: 5px;
}


/**/

#write-about-us-screen {
	height: auto;
	background: #fff;
}


/**/


.articles-list {
	list-style: none;
	padding: 0;
	margin: 0 -20px;
}

.articles-list li {
	border-bottom: 1px solid #cdcdcd;
	padding: 20px;
}

.articles-list li:last-child {
	border-bottom: 0;
}

.articles-list article img {
	display: block;
	width: 100%;
}

@media(min-width: 768px) {
	.articles-list article img {
		float: right;
		width: 300px;
		margin-left: 10px;
	}
}

.articles-list article a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
}

.articles-list article h2 {
	margin: 0;
}

.articles-list article a:hover h2,
.articles-list article a:focus h2 {
	color: #126d3c;
}

.articles-list article p {
	margin: 0;
	font-size: 1.1em;
}



.ateam {
	transform: rotate(90deg);
    margin-top: -10px;
    margin-right: 90px;
}


#structure-screen-mobile-video {
	display: none;
}

@media (max-width: 991px) {
	#structure-screen-mobile-video {
		display: block;
		width: 100%;
	}

}