.cover {
	height: 100vh;
	position: relative;
	padding-top: 90px;
	min-height: 816px;
}

@media (min-width: 768px) {
	.cover {
		padding-top: 205px;
	}
}
@media (max-width: 767px) {
	.cover {
		padding-top: 135px;
	}
}
.cover-slick {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* News */

.news-ticker {
	font-size: 1.2rem;
	margin-bottom: 3.5rem;
}

@media (max-width: 767px) {
	.news-ticker {
		margin-bottom: 2rem;
	}
}

.news-ticker .content {
	position: relative;
    background: #fff;
    border-radius: 50px;
    padding: .7rem;
	border: 1px solid #b22512;
}

@media (max-width: 767px) {
	.news-ticker .content {
		border-radius: 0;
		margin: 0 -15px;
		padding: .5rem;
	}
}

.news-ticker h2 {
	position: absolute;
    top: .65rem;
    right: .8rem;
    background: #b22512;
    border-radius: 2rem;
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    padding: .2rem .5rem;
}

.news-ticker a {
	color: #000;
}

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

.news-ticker-inner-container {
	direction: ltr;
}

@media (min-width: 992px) {
	.news-ticker-inner-container {
		padding-left: 90px;
		padding-right: 100px;
	}
}
@media (max-width: 991px) {
	.news-ticker-inner-container {
		padding-left: 80px;
	}
}

.news-ticker .name {
	color: #b22512;
}

.news-ticker .date {
	color: #000;
	font-weight: bold;
}

.news-ticker-inner {
	overflow: hidden;
}

.news-ticker .toggle-news {
	background: none;
	border: 0;
	font-size: 34px;
    position: absolute;
    top: .5rem;
    left: 50px;
    color: #b22512;
	padding: 0;
	background: #fff;
	border-radius: 50%;
	line-height: 0;
}

.news-ticker .all-news {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: .65rem;
    left: 1rem;
    color: #ffffff;
    background: #a2a2a2;
    border-radius: 50%;
    line-height: 0;
	padding: 6px 7px;
}

.news-ticker .all-news em {
    font-size: 17px;
}

@media (max-width: 767px) {
	.news-ticker h2 {
		top: 1rem;
		display: none;
	}
	
	.news-ticker .toggle-slick {
		top: 11px;
	}
	
	.news-ticker .toggle-news {
		top: 5px;
		left: 40px;
	}
	
	.news-ticker .all-news {
		top: 7px;
		left: .5rem;
	}
}

/* Lang Bar */

.lang-bar {
	text-align: center;
	margin-bottom: 4rem;
}

@media (max-width: 767px) {
	.lang-bar {
		margin-bottom: 1rem;
	}
}

.lang-bar > div {
	display: block;
	width: 260px;
	margin: 0 auto;
	background: #fff4d2;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 2rem;
	position: relative;
	height: 51px;
}

.lang-bar > div > a {
	border-radius: 2rem;
	padding: .5rem;
	width: 50%;
	display: block;
	border: 2px solid transparent;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -2px;
	right: -2px;
}

.lang-bar > div > a:first-child {
	right: 5px;
}
.lang-bar > div > a.active:first-child {
	right: -2px;
}

.lang-bar > div > a:last-child {
	right: auto;
	left: 5px;
}
.lang-bar > div > a.active:last-child {
	left: -2px;
}
.lang-bar > div > a.active {
	border-radius: 2rem;
	background: #f1c02f;
	border-radius: 2rem;
	border: 2px solid rgba(255,255,255,0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
	
	.lang-bar > div {
		height: 40px;
	}
	
	.lang-bar > div > a {
		font-size: 1rem;
		padding: .36rem.5rem;
	}
}

/**/

/**/

.fast-navigation {
	margin: 0 auto;
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 4rem;
}

.fast-navigation h2 {
	text-align: center;
	float: right;
	color: #fff;
	display: block;
	background: #018a0a;
	width: 180px;
	height: 60px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1.1rem;
	margin: 0 .5rem;
	border-radius: 0 2rem 2rem 0;
}

.fast-navigation .group {
	position: relative;
	margin-bottom: .5rem;
	background: #fff;
	width: 270px;
	height: 60px;
	float: right;
	border: 1px solid #018a0a;
	margin: 0 .5rem;
}

@media (max-width: 1059px) {
	.fast-navigation .group {
		width: 200px;
	}
}

.smart-nav-sub label {
	position: relative;
	margin-bottom: .5rem;
	background: #018a0a;
	color: #fff;
	height: 60px;
	float: right;
	border: 1px solid #018a0a;
	margin: 0 .5rem;
	padding: .7rem 1rem;
}

.fast-navigation .group select {
	padding: 0 1rem;
	display: block;
	
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	
	width: 100%;
	height: 100%;
	
	font-size: 1.4rem;
	color: #018a0a;
}

.fast-navigation .group em {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: #018a0a;
	z-index: 1;
}

.fast-navigation button {
	margin: 0 auto;
	border: 0;
	background: #018a0a;
	width: 180px;
	height: 60px;
	color: #fff;
	padding: 0 .3rem;
	font-size: 1.4rem;
	float: right;
	font-weight: bold;
	margin: 0 .5rem;
	border-radius: 2rem 0 0 2rem;
	position: relative;
	padding-left: 50px;
}

.fast-navigation button:after {
	content: '\f137';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 37px;
}

@media (max-width: 991px) {
	.fast-navigation .group {
		display: block;
	}
}



/* Primary Nav */

.primary-nav {
	text-align: center;
	margin-bottom: 4rem;
}

.primary-nav > div {
	display: inline-block;
	margin: 0 auto;
}

.primary-nav > div > div {
	display: inline-block;
}


.nav-button {
	display: inline-block;
	background: rgba(241,192,47,.8);
	border: 2px solid rgba(255,255,255,0.9);
	border-radius: 2rem;
	margin: 0 1.5rem;
	width: 150px;
	padding: .8rem;
	color: #000;
	font-size: 1.4rem;
	text-align: center;
	height: 152px;
    overflow: hidden;
}

.nav-button img {
	max-height: 86px;
	margin: 0 auto;
}
.nav-button figcaption {
	line-height: 1.4rem;
}

.nav-button[href='https://www.cityedu.co.il/v2/CityEdu.aspx?CustomerID=62690&PageID=25001&group'] figcaption {
	font-size: 1rem;
	line-height: 1rem;
}

@media (max-width: 767px) {
	.nav-button {
		font-size: 1.3rem;
		padding: .25rem;
		
		margin: 0 .5rem;
		border-radius: 1rem;
	}
	.nav-button img {
		height: 80px;
	}
}


/**/

@media (min-width: 992px) {
	.footer {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		color: #fff;
		padding: 1rem 0;
	}
	.footer a {
		color: #f1c02f;
	}
}

/**/

@media (max-width: 991px) {
	.fast-navigation h2,
	.fast-navigation .group,
	.fast-navigation button {
		float: none;
		width: 280px;
		border-radius: 0;
		text-align: right;
		padding: 1.1rem;
		line-height: 1.4rem;
	}
	
	.fast-navigation button:after {
		top: 19px;
	}
	
	.cover {
		height: 100%;
	}
}

@media (max-width: 767px) {
	.fast-navigation {
		margin-bottom: 1rem;
		font-size: 1.2rem;
		line-height: 1.2rem;
		height: auto;
		padding: .75rem;
	}
	
	.fast-navigation h2, .fast-navigation button {
		height: auto;
		padding: .75rem;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	
	.fast-navigation button {
		border-bottom-right-radius: 1rem;
		border-bottom-left-radius: 1rem;
	}
	
	.fast-navigation .group {
		height: auto;
		padding: 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	.fast-navigation h2 {
		margin-bottom: 2rem;
		margin: 0 auto;
		border-top-right-radius: 1rem;
		border-top-left-radius: 1rem;
	}
	
	.smart-nav-sub label {
		position: static;
		display: block;
		float: none;
		text-align: right;
		height: auto;
		padding: .1rem .75rem;
		font-size: 1rem;
	}
	
	.fast-navigation .group em {
		top: .7rem;
	}
	
	.fast-navigation .group select {
		font-size: 1.2rem;
		line-height: 1.2rem;
		padding: .75rem;
		height: auto;
		position: static;
	}
	
	.fast-navigation button:after {
		font-size: 20px;
		top: 13px;
	}
	
	
}

.modal {
	z-index: 99999;
}

.modal-header .close {
    padding: 15px;
    margin: -15px auto -15px -15px;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
}
.modal-header .close span {
    display: block
}
.modal-header .close span:first-child {
	font-size: 30px;
	color: #b22512
}


.services-slick {
	padding: 0 50px;
}


.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #0a8a17;
    border-radius: 1rem;
    padding-top: 9px;
    line-height: 0;
    margin-top: -23px;
}


.slick-prev:hover, .slick-next:hover {
    background: #111;
}

.slick-prev:focus, .slick-next:focus {
    background: #111;
}


