@font-face{
	font-family: spoiler;
	src: url('font/fbspoileren-regular-webfont.eot');
	src: url('font/fbspoileren-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/fbspoileren-regular-webfont.ttf'),
		url('font/fbspoileren-regular-webfont.woff');
}
@font-face 
{
   font-family:Latinaires;
   src: url(/fonts/Latinaires.eot);
}

@font-face 
{
   font-family:Latinaires;
   src: url(/fonts/Latinaires.ttf);
}
body{margin:0;}

#bg-wood{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}
.wrapper{
	/*background: url(images/bg-wood.jpg) no-repeat;*/
	width: 1200px;
	height: 1417px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.header{
	width: 970px;
	height: 440px;
	margin: 0 auto;
}
.menu{
	/*background: url(images/menu_wood.png) no-repeat */
	background: url(images/menu_wood.png) no-repeat 196px 0px;
	width: 971px;
	height: 29px;
	float: right;
	margin: 0;
	font-family: spoiler,Latinaires;
	color: #fff;
	position: relative;
	z-index: 5555;
	top: 1px;
}
.menu a:link, .menu a:visited, .menu a:hover{
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
}
.header-grey{
	background: url(images/bg-gray.png) no-repeat 38px 0;
	width: 1027px;
	height: 1107px;
	float: right;
	margin: -9px 0 0 0;
	position: relative;
	z-index: 1;
}
.menu-button{
	width: 192px;
	height: 29px;
	margin: 0 0 0 2px;
	float: left;
	position: relative;
	/*left: 20px;*/
}
.menu-button:first-child {
	margin-left: 0;
	margin-right: 1px;
}
.pro{
	background: url(images/pro.png) no-repeat;
	width: 273px;
	height: 33px;
	float: left;
	margin: 31px 670px 0 -4px;
}
.pro-links{
	width: 295px;
	height: 10px;
	float: left;
	margin: -7px 0 45px 4px;
	position: relative;
	top: 13px;
}
.pro-links a{
	margin: 0 6px 0 0;
	color: white;
}
.pro-links a:link, a:visited, a:hover{
	text-decoration: none;
	font-family: spoiler,Latinaires;
	float: left;
	direction: rtl;
	color: white;
}
.header-title{
	font-family: spoiler,Latinaires;
	direction: rtl;
	float: right;
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin: 90px 56px 0 0;
}
html[data-useragent*='MSIE 10.0'] .header-title {
  margin: 50px 80px 0 0;
}
.ie8 .header-title{
	margin: 50px 56px 0 0 !important;
}
.ie9 .header-title{
	margin: 50px 80px 0 0 !important;
}
.header-sub-title{
	color: #D4CFCB;
	font-family: spoiler,Latinaires;
	direction: rtl;
	float: right;
	margin: 0 84px 0 0;
	font-size: 22px;
}
#call-modal {
	position: absolute;
	width: 92px;
	height: 28px;
	display: block;
	z-index: 555;
	top: 280px;
	left: 226px;
}
.modal-close {
	color: #000 !important;
}
.video{
	width: 388px;
	height: 210px;
	/*background: blue;*/
	float: left;
	margin: 168px 0 0 0;
	position: relative;
	left: 132px;
}
.wood-form{
	width: 330px;
	height: 310px;
	float: right;
	margin: 107px 116px 0 0;
	font-family: spoiler,Latinaires;
}
.orang-form-title{
	color:#f37021;
	font-size: 36px;
	direction: rtl;
	float: right;
	margin: 0;
}
.white-form-title{
	color:#fff;
	font-size: 15px;
	direction: rtl;
	float: right;
	margin: 15px 7px 0 0;
}
.sub-title-form{
	color: #D4CFCB;
	font-size: 20px;
	direction: rtl;
	float: right;
	margin: -4px 22px 0 0;
}
.wood-form form{
	background: url(images/form_wood.png);
	width: 260px;
	height: 177px;
	float: right;
	margin: 74px -22px 0 0;
}
.wood-form form input{
	width: 221px;
	height: 28px;
	margin: 0 19px 15px 0;
	float: right;
	direction: rtl;
	color: #555555;
	font-size: 20px;
}

/*------------------------------------*\
    $IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
	.header-title {
		margin-right: 42px;
	}
	.wood-form form input{
		margin: -6px 24px 15px 0;
	}
	.header-title {
		font-family: arial;
		font-size: 44px;
	}
	.wood-form {
		margin: 107px 100px 0 0 !important;
	}
	.video {
		margin: 168px 0 0 0 !important;
	}
    /*--- iPhone only CSS here ---*/
}

.wood-form form input[type="text"] {
	/*background: url('images/wood_textbox.png') 0 4px no-repeat;*/
	background: transparent;
	border: none;
	height: 27px;
	width: 224px;
	text-indent: 9px;
	font-family: spoiler,Latinaires;

}

.wood-submit{
	/*background: url(images/wood-form-button.png);*/
	background: transparent;
	border: none;
	width: 224px !important;
	height: 31px !important;
	border: none;
	cursor: pointer;
	color: #fff !important;
	font-family: spoiler,Latinaires;
	font-size: 25px !important;
	position: relative;
	bottom: 6px;

}
.bullets{
	background: url(images/bullets.png) no-repeat;
	width: 954px;
	height: 121px;
	float: left;
	margin: 41px 0 0 0;
}
.pic1{
	background: url(images/pic1.png) no-repeat;
	width: 1300px;
	height: 368px;
	float: left;
	position: relative;
	bottom: 23px;
	right: 18px;
}
