* {
	font-family: 'Arimo', arial, sans-serif;;
}

/**/

body {
	margin: 0;
	padding: 0;
	
	font-size: 1.5rem;
}

/**/

a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/* Header */

.header {
	background: #538399;
	color: #fff;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

.header-content {
	position: relative;
	height: 100%;
}

.header a {
	color: inherit;
}

/* Logo */

.header .logo {
	float: right;
	display: block;
	width: 320px;
	height: 100px;
}

@media (max-width: 509px) {
	.header .logo {
		width: 100px;
	}
}

.header .logo:focus {
	background: rgba(255,255,255,0.1);
}

.header .logo img {
    position: absolute;
    right: -1px;
    display: block;
    z-index: 3;
    width: 132px;
}

.header .logo .text {
	font-size: 2rem;
	position: absolute;
    top: 50%;
    right: 180px;
	transform: translate(0, -50%);
}

.header .logo .text span:nth-child(2) {
	color: #fdb910;
}

@media (max-width: 509px) {
	.header .logo .text {
		display: none;
	}
}

/**/

.col-100 {
	height: 100vh;
	padding-top: 100px;
}

/**/

.birthdays-marquee-container {
	direction: ltr;
}

.birthdays-marquee {
	height: 80vh;
	overflow: hidden;
}

/**/

.ynet-news {
	direction: ltr;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #ed1c24;
    border-top: 2px solid #ed1c24;
    background: #f1f1f1;
}

.ynet-news > div {
	position: relative;
	width: 100%;
	height: 100%;
}

.ynet-news > div:before {
    background-color: #f1f1f1;
    background-image: url(https://ynet-images1.yit.co.il/picserver5/wcm_upload/2020/08/06/Sy2vKnt11v/ynet320.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    border-right: 15px solid #f1f1f1;
    border-left: 15px solid #f1f1f1;
}

.ynet-news-marquee {
	overflow: hidden;
	padding: 1rem;
}

/**/

.gallery-slick, .gallery-slick div {
	height: 100%;
	
	background-size: cover;
}

/**/

.card-birthday {
	direction: rtl;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	margin: 0 30px;
	position: relative;
}

.card-birthday img {
	position: absolute;
	top: -28px;
    left: -18px;
	width: 100px;
}

.card-birthday .date {
	background: #fdb910;
	border-radius: 3rem;
	padding: .1rem .75rem;
	display: inline-block;
	margin-bottom: .75rem;
}

/**/

.clock {
    font-weight: bold;
	font-size: 2rem;
    position: absolute;
	left: 0;
	top: 0;
	padding: 1.5rem;
}

/**/

.screen-4 body {
	background-image: url(yizcor-bg.jpg);
	background-size: cover;
}

/**/


/**/

.main-col {
	padding-top: 100px;
}

.pirs-img {
	max-width: 100%;
	max-height: calc(100vh - 170px);
}
.win{
text-align:center;
}
.win img{
width:95%;
margin:20px;
}