@font-face {
	font-family:'RosenbergTextileMF-Medium';
	src: url('RosenbergTextileMF-Medium_gdi.eot');
	src: url('RosenbergTextileMF-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('RosenbergTextileMF-Medium_gdi.woff') format('woff'),
		url('RosenbergTextileMF-Medium_gdi.ttf') format('truetype'),
		url('RosenbergTextileMF-Medium_gdi.otf') format('opentype'),
		url('RosenbergTextileMF-Medium_gdi.svg#RosenbergTextileMF-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FFFC;
}

@font-face {
	font-family:'RosenbergTextileMF-Black';
	src: url('RosenbergTextileMF-Black_gdi.eot');
	src: url('RosenbergTextileMF-Black_gdi.eot?#iefix') format('embedded-opentype'),
		url('RosenbergTextileMF-Black_gdi.woff') format('woff'),
		url('RosenbergTextileMF-Black_gdi.ttf') format('truetype'),
		url('RosenbergTextileMF-Black_gdi.otf') format('opentype'),
		url('RosenbergTextileMF-Black_gdi.svg#RosenbergTextileMF-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FFFC;
}

@font-face {
	font-family:'RosenbergTextileMF-Light';
	src: url('RosenbergTextileMF-Light_gdi.eot');
	src: url('RosenbergTextileMF-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('RosenbergTextileMF-Light_gdi.woff') format('woff'),
		url('RosenbergTextileMF-Light_gdi.ttf') format('truetype'),
		url('RosenbergTextileMF-Light_gdi.otf') format('opentype'),
		url('RosenbergTextileMF-Light_gdi.svg#RosenbergTextileMF-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FFFC;
}


html,body
{
	font-family:'RosenbergTextileMF-Medium', arial;
	background: white;
	direction: rtl;
	background:#e0f0fa;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #1c4584;
}

h1
{
  font-family:'RosenbergTextileMF-Black'; 
	font-size: 240%;
	margin-top: 120px;
  margin-bottom: 0px;
}

h2
{
	font-size: 160%;
	
}

a
{
	color: #1c4584;
	text-decoration: none;
	border-bottom:2px solid #e0f0fa;
	transition:0.5s all;
	display: inline-block;
}

a:hover
{
	border-bottom:2px solid #1c4584;
}

.bold
{
	font-family:'RosenbergTextileMF-Black'; 
}

section
{
	
	width: calc(100% - 40px);
	background: url(../images/boat.jpg) no-repeat top right;
	zbackground-size: 100% auto;
	padding: 10px 20px;
	display: block;
	position: relative;
	font-family:'RosenbergTextileMF-Light';

}

section img#toplogo
{

	margin-top:0 auto;
	max-width:100%;
}

section p
{
	font-size: 1.4rem;
}

section ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

section ul li
{
	position: relative;
	margin-right:20px;
}

section ul li:before
{
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/dot.png) no-repeat top left;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: -25px;
	top:5px;
}

section ul:first-of-type
{
	margin-right: 0px;
	font-size: 2.1rem;
}

section ul:first-of-type li
{
	display: block;
	margin-left: 10px;
	font-family:'RosenbergTextileMF-Medium';
}

section ul:first-of-type li:before
{
	top: 10px;
}




article #contactform:before
{
	content:"טופס הרשמה";
	display: inline-block;
  width: calc(100% - 20px);
	font-size: 200%;
	font-family:'RosenbergTextileMF-Black';
	background:#034794;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top:-1px;
	position: relative;
	text-align: center;
}

article #contactform p
{
	text-align: center;
}

form .inputwrap
{
	display: block;
	/*! margin:0px 5px; */
	max-width: calc(100% - 30px);
	margin: 30px 0px 0px 5px;
}

form label
{
	font-family:'RosenbergTextileMF-Black';
	display: block;
	margin: 20px 5px 0px 0px;
}

form input[type="text"], form input[type="tel"]
{
	border: 1px solid #034794;
	padding: 10px;
	margin: 0px 5px;
	font-size: 0.8rem;
	width: 100%;
	font-family: arial;
	border-radius: 6px;
	background:#e0f0fa;
}

form input[type="submit"]
{
	background:#034794;
	border: 2px solid #034794;
	color: #FFF;
	font-size: 1.6rem;
	font-family:'RosenbergTextileMF-Black';
	padding:15px 10px 10px 10px;
	border-radius: 6px;
	transition: 0.5s all;
	cursor: pointer;
	margin: 10px;
	width: calc(100% - 10px);
}

form input[type="submit"]:hover
{
	background: #2bdcff;
	color:#034794;
}

article
{
	/*! width: 100%; */
}

article #footerlogo
{
	display: block;
	max-width: 100%;
	margin:0 auto;
	padding:0;
}

article h3
{
	display: block;
	font-size: 160%;
	font-family:'RosenbergTextileMF-Light';
	position: relative;
	line-height:auto;
	text-align: center;
	margin: 0px;
	padding:0;
	width: 100%;
}

aside
{
	position: relative;
	width: 100%;
	background:#034794;
	border-top: 8px solid #2bdcff;

	overflow:hidden;
}

aside:after
{
	content: "";
	display: block;
	width: 400px;
	height: 400px;
	background: url(../images/haemek.png) no-repeat top center;
	opacity: 0.1;
	position: absolute;
	right:-50px;
	bottom: -50px;
	background-size: cover;
}

aside ul
{
	color:#FFF;
	list-style: none;
	text-align: left;
	font-size: 1.8rem;
	font-family:'RosenbergTextileMF-Light';
	max-width: 200px;
	display:block;
	margin: 20px auto;
		position: relative;
		right: -40px;
	}

aside ul li
{
	width: 100%;
	padding-top:10px;

	position:relative;
}

aside ul li:before
{
	width: 40px;
	height: 40px;
	background:url(../images/tick.png) no-repeat top center;
	background-size: 100% 100%;
	display: block;
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
}

aside img
{
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.formresponse
{
	display: block;
	background: #034794;
	color: #FFF;
	text-align: center;
	padding:40px;
	border-radius: 10px;
	margin-top:10px;
	overflow: hidden;
	position: relative;
	font-size: 1.4rem;
	font-family:'RosenbergTextileMF-Medium',arial;
}


@media screen and (min-width:500px)
{
	section ul:first-of-type li
{
	display: inline-block;
	margin-left: 10px;
	font-family:'RosenbergTextileMF-Medium';
}
	
	section ul:first-of-type li:first-of-type
	{
		margin-right: 0px;
	}
	
	section ul:first-of-type li:first-of-type:before
	{
		display: none;
	}
	
		h1
{
  font-family:'RosenbergTextileMF-Black'; 
	font-size: 3rem;
	margin-top: 240px;
  margin-bottom: 0px;
}
	
	section img#toplogo
{
	float:left;
	margin-top: -240px;
	width:450px;
}

	article h3
	{
		font-size: 3rem;
	}
}

@media screen and (min-width:770px)
{
	h1
{
  font-family:'RosenbergTextileMF-Black'; 
	font-size: 3rem;
	margin-top: 200px;
  margin-bottom: 0px;
}

a
{
	color: #1c4584;
	text-decoration: none;
	border-bottom:2px solid #e0f0fa;
	transition:0.5s all;
	display: inline-block;
}

a:hover
{
	border-bottom:2px solid #1c4584;
}

.bold
{
	font-family:'RosenbergTextileMF-Black'; 
}

section
{
	
	width: auto;
	background: url(../images/boat.jpg) no-repeat top right;
	background-size: contain;
	padding: 40px;
	display: inline-block;
	position: relative;
	font-family:'RosenbergTextileMF-Light';

}

section img#toplogo
{
	float:left;
	margin-top: -250px;
	width:auto;
}

section p
{
	font-size: 1.4rem;
}

section ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

section ul li
{
	position: relative;
	margin-right:20px;
}

section ul li:before
{
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/dot.png) no-repeat top left;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: -25px;
	top:5px;
}

section ul:first-of-type
{
	margin-right: -20px;
	font-size: 2.1rem;
}

section ul:first-of-type li
{
	display: inline-block;
	margin-left: 10px;
	font-family:'RosenbergTextileMF-Medium';
}
	
section ul:first-of-type li:first-of-type
	{
		margin-right: 20px;
	}

section ul:first-of-type li:before
{
	top: 10px;
}

section ul:first-of-type li:first-of-type:before
{
	display: none;
}

article #contactform
{
	border-top: 1px dashed #034794;
	position: relative;
	right: 0px;
}

article #contactform:before
{
	content:"טופס הרשמה";
	display: inline-block;
	width: auto;
	font-size: 2rem;
	font-family:'RosenbergTextileMF-Black';
	background:#034794;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top:-1px;
	position: relative;
}
	
article #contactform p
	{
		text-align: right;
	}

form .inputwrap
{
	display: inline-block;
	width:25%;
	/*! margin:10px 0px 0px 5px; */
}

form label
{
	font-family:'RosenbergTextileMF-Black';
}

form input[type="text"], form input[type="tel"]
{
	border: 1px solid #034794;
	padding: 10px;
	margin: 0px 5px;
  font-size: 0.8rem;
	width:calc(100% - 15px);
	font-family: arial;
	border-radius: 6px;
}

form input[type="submit"]
{
	background:#034794;
	border: 2px solid #034794;
	color: #FFF;
	font-size: 1.6rem;
	font-family:'RosenbergTextileMF-Black';
	padding:0;
	padding-top:5px;
	position:relative;
	top:3px;
	border-radius: 6px;
	transition: 0.5s all;
	width: calc(25% - 70px);
}

form input[type="submit"]:hover
{
	background: #2bdcff;
	color:#034794;
}

article
{
	width: 100%;
}

article #footerlogo
{
	display: inline-block;
	height: 100px;
}

article h3
{
	display: inline-block;
	font-size: 2.5rem;
	font-family:'RosenbergTextileMF-Light';
	position: relative;
	top: -35px;
	height: 100px;
	line-height:100px;
	width:auto;
}

aside
{
	position: relative;
	width: 100%;
	background:#034794;
	border-top: 8px solid #2bdcff;
	height: 300px;
	overflow:hidden;
}

aside:after
{
	content: "";
	display: block;
	width: 400px;
	height: 400px;
	background: url(../images/haemek.png) no-repeat top center;
	opacity: 0.1;
	position: absolute;
	right:-50px;
	bottom: -50px;
	background-size: cover;
}

aside img
{
	position: absolute;
	left: 20px;
	top: 20px;
}

aside img:nth-of-type(2)
{
	bottom: 20px;
	top: auto;
}

aside ul
{
	color:#FFF;
	list-style: none;
	text-align: left;
	margin-left: 30px;
	font-size: 1.8rem;
	width: 80%;
	font-family:'RosenbergTextileMF-Light';
	max-width: 240px;
	display:inline-block;
	top:0;
	right: 0;
	position:absolute;
}

aside ul li
{
	margin:0px -40px;
	width: 100%;
	padding-top:10px;
	top:10px;
	position:relative;
}

aside ul li:before
{
	width: 40px;
	height: 40px;
	background:url(../images/tick.png) no-repeat top center;
	background-size: 100% 100%;
	display: block;
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
}

aside img
{
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
}

@media screen and (min-width:1200px)
{
	h1
{
  font-family:'RosenbergTextileMF-Black'; 
	font-size: 2.6rem;
	margin-top: 200px;
  margin-bottom: 0px;
}

a
{
	color: #1c4584;
	text-decoration: none;
	border-bottom:2px solid #e0f0fa;
	transition:0.5s all;
	display: inline-block;
}

a:hover
{
	border-bottom:2px solid #1c4584;
}

.bold
{
	font-family:'RosenbergTextileMF-Black'; 
}

section
{
	
	width: auto;
	background: url(../images/boat.jpg) no-repeat top right;
	background-size: contain;
	padding: 40px;
	display: inline-block;
	position: relative;
	font-family:'RosenbergTextileMF-Light';
	padding-right: 235px;
	margin-right: 300px;
}

section img#toplogo
{
	float:left;
	margin-top: -250px;
}

section p
{
	font-size: 1.4rem;
}

section ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}

section ul li
{
	position: relative;
	margin-right:20px;
}

section ul li:before
{
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/dot.png) no-repeat top left;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: -25px;
	top:5px;
}

section ul:first-of-type
{
	margin-right: -20px;
	font-size: 2.1rem;
}

section ul:first-of-type li
{
	display: inline-block;
	margin-left: 10px;
	font-family:'RosenbergTextileMF-Medium';
}

section ul:first-of-type li:before
{
	top: 10px;
}

section ul:first-of-type li:first-of-type:before
{
	display: none;
}

article #contactform
{
	border-top: 1px dashed #034794;
	position: relative;
	right: -20px;
	padding-right: 20px;
}

article #contactform:before
{
	content:"טופס הרשמה";
	display: inline-block;
	width: auto;
	font-size: 2rem;
	font-family:'RosenbergTextileMF-Black';
	background:#034794;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	top:-1px;
	right: -185px;
	position: absolute;
}

form .inputwrap
{
	display: inline-block;
	margin: 0px 10px;
	width:calc(25% - 10px);
}

form label
{
	font-family:'RosenbergTextileMF-Black';
}

form input[type="text"], form input[type="tel"]
{
	border: 1px solid #034794;
	padding: 10px;
	margin: 0px 5px;
  font-size: 0.8rem;
	font-family: arial;
	border-radius: 6px;
	width: 100%;
}

form input[type="submit"]
{
	background:#034794;
	border: 2px solid #034794;
	color: #FFF;
	font-size: 1.6rem;
	font-family:'RosenbergTextileMF-Black';
	line-height:1.5rem;
	padding-top:5px;
	top:3px;
	position:relative;
	border-radius: 6px;
	transition: 0.5s all;
	cursor: pointer;
	margin-right: 15px;
}

form input[type="submit"]:hover
{
	background: #2bdcff;
	color:#034794;
}

article
{
	width: 100%;
}

article #footerlogo
{
	display: inline-block;
	height: 100px;
}

article h3
{
	display: inline-block;
	font-size: 200%;
	font-family:'RosenbergTextileMF-Light';
	position: relative;
	top: -35px;
	height: 100px;
	line-height:100px;
}

aside
{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width: 300px;
	background:#034794;
	border-left: 8px solid #2bdcff;
	border-top: none;
	height: 100%;
	overflow:hidden;
}

aside:after
{
	content: "";
	display: block;
	width: 400px;
	height: 400px;
	background: url(../images/haemek.png) no-repeat top center;
	opacity: 0.5;
	position: absolute;
	left:0px;
	bottom: -80px;
	background-size: cover;
}

aside img
{
	position: relative;
	left: auto;
	top: auto;
	margin:20px auto !important;
}
	
aside ul
{
	color:#FFF;
	list-style: none;
	text-align: left;
	font-size: 1.8rem;
	font-family:'RosenbergTextileMF-Light';
	/*! max-width: 200px; */
	margin: unset;
	position:relative;
	left: -10px;
}

aside ul li
{
	margin:0px -40px;
	width: 100%;
	padding-top:10px;
	top:10px;
	position:relative;
}

aside ul li:before
{
	width: 40px;
	height: 40px;
	background:url(../images/tick.png) no-repeat top center;
	background-size: 100% 100%;
	display: block;
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
}

aside img
{
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
}





