@charset "utf-8";
@font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot);
	src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),  url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2) format('woff2'),  url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff) format('woff'),  url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Open Sans Hebrew';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot);
	src: url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),  url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2) format('woff2'),  url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff) format('woff'),  url(//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf) format('truetype');
}
/* CSS Document */
*:focus {
	outline: none;
}
*{
    width: auto;
	height: auto;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans Hebrew', sans-serif;
}
body {
	background: url(../images/bg.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
}
a {
	color: inherit;
}
#main-content {
	opacity: 0.01;
}
.hid {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.loading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000000000;
	display: none;
}
.desktopContainer {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	
}
.desktopContainer .mainLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	
	
	
	cursor: pointer;
}
.desktopContainer .leftMenu {
	position: absolute;
	top: 278px;
	left: 0;
}
.desktopContainer .danChamizerLogo {
	position: absolute;
	bottom: 20px;
	left: 30px;
}
.desktopContainer .moviePlace {
	position: absolute;
	right: 118px;
	top: 208px;
	background: url(../images/movie_bg.png) top center no-repeat;
	background-size: contain;
	width: 1078px;
	height: 632px;
}
.desktopContainer .moviePlace .innerMoviePlace {
	position: absolute;
	top: 18px;
	left: 19px;
}
.desktopContainer .moviePlace .innerMoviePlace .movie {
	width: 1039px;
	height: 585px;
	cursor: pointer;
	transition: linear 0.3s;
}
.desktopContainer .moviePlace .innerMoviePlace .movie:hover {
	filter: brightness(1.2);
	transition: linear 0.1s;
}
.desktopContainer .moviePlace .posterPlace {
	position: absolute;
	top: 18px;
	left: 19px;
}
.desktopContainer .moviePlace .posterPlace img{
	width: 1039px;
	height: 585px;
	cursor: pointer;
	transition: linear 0.3s;
}
.desktopContainer .moviePlace .posterPlace img:hover{
	filter: brightness(1.2);
	transition: linear 0.1s;
	
}





.desktopContainer .rulesPlace, .desktopContainer .solutionPlace, .desktopContainer .answersPlace {
	position: absolute;
	right: 118px;
	height: 834px;
	bottom: -30px;
	background-color: white;
	width: 1078px;
	border-radius: 30px;
	font-weight: bold;
}
.desktopContainer .rulesPlace .titlePlace, .desktopContainer .solutionPlace .titlePlace, .desktopContainer .answersPlace .titlePlace {
	position: absolute;
	right: -70px;
	top: -50px;
}
.desktopContainer .rulesPlace .innerTextPlace, .desktopContainer .solutionPlace .innerTextPlace, .desktopContainer .answersPlace .innerTextPlace {
	position: absolute;
	width: 975px;
	bottom: 50px;
	left: 50px;
	font-size: 25px;
	height: 630px;
	text-align: right;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-left: 35px;
	box-sizing: border-box;
}
.titlePlace > img {
	width: 557px;
	height: 210px;
}
.rott {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 1000000;
	display: none;
}
.rott img {
	position: relative;
	top: 0;
	height: 100%;
	margin: auto;
}
form {
	right: 260px;
	width: 500px;
	height: 500px;
	margin-right: 166px;
}
form lable {
	width: 162px;
	height: 50px;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
}
form .inpot_a {
	width: 326px;
	height: 47px;
	background-color: white;
	color: black;
	border: solid 3px #f26a26;
	border-radius: 8px;
	font-size: 25px;
	right: 185px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
form .inpot_b {
	width: 236px;
	height: 47px;
	background-color: white;
	color: black;
	border: solid 3px #f26a26;
	border-radius: 8px;
	font-size: 25px;
	right: 185px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
form .submit_btn {
	position: absolute;
	top: 391px;
	left: 328px;
	width: 255px;
	height: 117px;
	cursor: pointer;
}
form .errorMessage {
	position: absolute;
	top: 391px;
	left: 570px;
	width: 230px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: red;
	display: none;
}
.radioPlace {
	width: 300px;
	display: inline-block;
}
.radioPlace label {
	width: 200px;
	padding-right: 30px;
}
.radioPlace div {
	margin-bottom: 5px;
}
.radioPlace input[type=checkbox]:not(old), .radioPlace input[type=radio]:not(old) {
	width: 26px;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.radioPlace input[type=checkbox]:not(old) + label, .radioPlace input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: -28px;
	padding-left: 28px;
	background: url(../images/check0.png) no-repeat right 0;
	background-size: contain;
	line-height: 26px;
}
.radioPlace input[type=checkbox]:not(old):checked + label, .radioPlace input[type=radio]:not(old):checked + label {
	background: url(../images/check1.png) no-repeat right 0;
	background-size: contain;
}
.desktopContainer .rulesPlace .closewindow, .desktopContainer .solutionPlace .closewindow, .desktopContainer .answersPlace .closewindow {
	position: absolute;
	left: 15px;
	top: 15px;
	cursor: pointer;
}
.verticalAlignTop {
	vertical-align: top;
}
.ltrit:focus {
	direction: ltr;
}
.signeture {
	width: 89px !important;
	height: 62px !important;
}
select:required:invalid {
 color: gray;
}
option[value=""][disabled] {
	display: none;
}
option {
	color: black;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    gray;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    gray;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    gray;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    gray;
}



/*webkit scrollbar*/
::-webkit-scrollbar {
 width: 12px;
 height: 12px;
}
::-webkit-scrollbar-button {
 width: 0px;
 height: 0px;
}
::-webkit-scrollbar-thumb {
 background: #ee6e2f;
 border: 29px none #ffffff;
 border-radius: 7px;
}
::-webkit-scrollbar-track {
 background: #f8b492;
 border: 0px none #ffffff;
 border-radius: 35px;
}
::-webkit-scrollbar-corner {
 background: transparent;
}

/*moz scrollbar*/
::-moz-scrollbar {
 width: 12px;
 height: 12px;
}
::-moz-scrollbar-button {
 width: 0px;
 height: 0px;
}
::-moz-scrollbar-thumb {
 background: #ee6e2f;
 border: 29px none #ffffff;
 border-radius: 7px;
}
::-moz-scrollbar-track {
 background: #f8b492;
 border: 0px none #ffffff;
 border-radius: 35px;
}
::-moz-scrollbar-corner {
 background: transparent;
}
