@font-face {
	font-family: 'open sans hebrew';
	font-style: normal;
	font-weight: 400;
	src: url(/mega/fonts/opensanshebrew-regular-webfont.eot);
	src: url(/mega/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),  url(/mega/fonts/opensanshebrew-regular-webfont.woff) format('woff'),  url(/mega/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
	font-family: 'open sans hebrew';
	font-style: normal;
	font-weight: 700;
	src: url(/mega/fonts/opensanshebrew-bold-webfont.eot);
	src: url(/mega/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),  url(/mega/fonts/opensanshebrew-bold-webfont.woff) format('woff'),  url(/mega/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
html {
	position: relative;
	min-height: 100%;
}
body {
	background-color: #fff;
	font-family: 'Open Sans Hebrew', sans-serif;
	line-height: 1.3;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #00a6e3;
	height: 150px;
}

.header_h1{
	font-size: 50px;
	font-weight: 700;
	color: #131E43;
}

.header_logo{
	width: 240px;
	margin-top: 14px;
}


.header_row{
	border-bottom: 9px solid #131E43;
	text-align: center;
}

.wrapper_images{
	/*border: 1px solid #ccc;*/
	box-shadow: 0px 0px 7px -1px #333;
}

.section_row{margin-top: 45px;}
.padding_0{padding: 0px;}
.padding_footer{padding-top: 30px;}


.hatava{
	background-color: #65676A;
	color: #fff;
	/*max-width: 682px;*/
	min-height: 50px;
	font-weight: bold;
	font-size: 27px;
	line-height: 45px;
	text-align: center;
}

.hatava>h2{
	margin-top: 0px;
	line-height: 45px;
	font-size: 24px;
}


.hatavaimg {
	vertical-align: text-top;
	margin: 2px 0px 0px 0px;
}

.img-strech{
	width: 100%;
}

.Cardpayment{
	border-right: 1px solid #ccc;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}

.logoright{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
}


.shovi{
	font-size: 27px;
}
.shekel{
	font-size: 27px;
}

.btn{
	height: 50px;
	border-radius: 0px;
	font-weight: 600;
	font-size: 25px;
	background-color: #203f7d;
	line-height: 25px;
}
.section_colright_row_1{
	border-top: 2px solid #65676A;
	font-size: 34px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;

	color: #000;
}

.section_colright_row_2{
	border-top: 2px solid #65676A;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}
.section_colright_row_2_title{font-weight: bold;}
.section_colright_row_2_list{
	padding-right: 17px;
	margin-top: 10px;
	color: #5A5A5A;
	font-size: 13px;
}


.section_colright_row_3{
	border-top: 2px solid #65676A;
	border-bottom: 2px solid #65676A;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}
.section_colright_row_3_title{font-weight: bold;color: #1d4aab;}



.paymentmainimage{
	width: 113px;
	border: 1px solid #ADACAC;
}


iframe{
	width: 100%; height: 400px; overflow: hidden; border: none;
}

/*  Media queries
============================= */
@media (min-width: 768px) and (max-width: 2200px){
iframe{
	width: 100%; height: 500px; overflow: hidden; border: none;
}

}

@media (min-width: 481px) and (max-width: 767px) {
iframe{
	width: 100%; height: 700px; overflow: hidden; border: none;
}

}

@media (min-width: 1300px) {

	.header_h1{
		font-size: 55px;
		font-weight: 700;
		color: #131E43;
	}
}

@media (max-width: 480px) {
	.header_h1{
		font-size: 43px;
	}
	.Cardpayment{
		border-top: 1px solid #ccc;
		border-right: 0px;
	}
	.section_colright_row_3{
		border-bottom: 0px;
	}
	.header_h1{
		font-size: 35px;
		font-weight: 700;
		color: #131E43;
	}
	.header_logo{
		width: 150px;
	}
iframe{
	width: 100%; height: 700px; overflow: hidden; border: none;
}
}