/* CSS Document */
.entrance {
	width: 100%;
	min-height: 656px;
}

.entrance h2 {
	color: #000;
    font: bold 24px 'Open Sans Hebrew';
    line-height: 69px;
    height: 69px;
    letter-spacing: 1px;
}
.entrance h2 span {
	color:#F60041;
	margin-left: 8px;
}

.entrance .lincs a {

	/* 601f3a  */

	color: #000;

	font-size: 17px;

	text-decoration: none;
	padding: 3px;
}

#lincs {
	margin: 15px 0 0 0;
}

.entrance .lincs a:hover,
.entrance .lincs .selected {
	/*background: rgb(213, 9, 59);*/
	/*background: linear-gradient(90deg, rgba(213, 9, 59, 1) 0%, rgba(208, 10, 70, 1) 22%, rgba(212, 10, 61, 1) 40%, rgba(193, 12, 104, 1) 72%, rgba(190, 12, 111, 1) 92%);*/
	border-radius: 7px;
	background-color: black;
	padding: 3px;
	position: relative;
	display: inline-block;
	color: #fff;
}

.entrance .lincs a.selected:after,
.entrance .lincs a:hover:after {
	content: '';
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 10px solid black;
	position: absolute;
	bottom: -9px;
	right: 42%;
}

.entrance .lincs span {
	color: #000;
	/* d35e8c  */
	font: normal 24px 'Open Sans Hebrew';
	line-height: 69px;
}

ul {
	list-style: none;
}

li.online_user {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-left: 12px;
	padding-bottom: 15px;
	text-align: center;
	width: calc(20% - 14px);
	border-radius: 10px;
	border: 2px solid #fafbfc;
	background-color: #f4f4f4;
}

li.online_user:last-child {
	margin-left: 0;
}


li.online_user img {
	/*background:#0FF; /*Test*/
	background-color: #000101;
	box-sizing: border-box;
	height: 182px;
	width: 177px;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	border-radius: 10px 10px 0px 0;
}

li.online_user .title {
	text-align: center;
	color: #F60041;
	/*601f3a*/
	/* line-height: 25px; */
	font-size: 20px;
}

li.online_user .text {
	text-align: center;
	color: #5c5f62;
	/*601f3a*/
	/* line-height: 25px; */
	font-size: 15px;
}

li.online_user .btntext {
	text-align: center;
	font: 16px 'Open Sans Hebrew';
	line-height: 25px;
}

li.online_user .btntext a {

	/*d35e8c*/

	/*background: rgb(213, 9, 59);*/

	/*background: linear-gradient(90deg, rgba(213, 9, 59, 1) 0%, rgba(208, 10, 70, 1) 22%, rgba(212, 10, 61, 1) 40%, rgba(193, 12, 104, 1) 72%, rgba(190, 12, 111, 1) 92%);*/

	border: 0 none;

	background-color: #F60041;

	border-radius: 8px;

	box-sizing: border-box;

	color: #ffffff;

	display: inline-block;

	font-size: 18px;

	font-weight: bold;

	height: 35px;

	line-height: 34px;

	max-width: 100%;

	padding: 0;

	text-align: center;

	text-decoration: none;

	width: 156px;
}


#users-type_actions ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1025px) {
	li.online_user {
		margin-left: 35px;
	}
}
@media only screen and (max-width: 768px) {
	li.online_user {
		margin-left: 16px;
	}
}
@media only screen and (max-width: 480px) {
	li.online_user {
		margin-left: 12px;
	}
}