﻿:root {
	--main-color1: #292c68;
	--main-color2: #fde314;
	--sub-color1: #d4dff1;
	--sub-color2: #3f96d1;
	--sub-color3: #f5baa6;
	--sub-color4: #2648BF;
	--text-color1: #0A0C14;
	--main-bg-color: #FFF;
	--ravkav-color: #b5be34;
}
html{height:100%;width:100%;-ms-text-size-adjust:none;}
* {
	margin: 0;
	padding: 0;
	border: 0;
    box-sizing: border-box;
}
.link1 {
	color: var(--main-color1);
}
body {
	margin: 0;
	padding: 0;
	background-color: var(--main-bg-color);
	color: var(--text-color1);
	font: 16px 'Open Sans Hebrew', sans-serif;
	width: 100%;
	height: 100%;
	text-align: center;
}
body.noheader {
	background-color: var(--sub-color1);
}
.nowrap { white-space: nowrap; }
.wrapper {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
}
.heb .wrapper, .arab .wrapper {	direction: rtl; }
.main {	padding: 10px 0 240px 0; }
.heb .main, .arab .main { text-align: right; }
.maxwidth {
	max-width: 1160px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}
.link {
	color: var(--main-color1);
	text-decoration: underline;
}
.link:hover { text-decoration: none; }
.topfloat {
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 450;
}
.topfloat a {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: var(--main-color1);
	background: #FFF;
    text-decoration: none;
    z-index: 800;
	transition: all;
	transition-duration: 0.3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 15px 7px 15px;
	box-shadow: 2px 2px 11px #00000034;
}
.topfloat a:hover { background: #b5be34; }
.topfloat a.lang { font-size: 16px; }
.header {
	width: 100%;
	position: relative;
}
.logos {
	text-align: center;
	padding: 20px 0 10px 150px;
}
.logos span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.topImage {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
}
.mainTitle {
	padding: 15px 0 95px 150px;
	background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/top.png) no-repeat left bottom;
	background-size: 100% auto;
}
.main p:first-child {
	padding-left: 100px;
}
.calc-notice {
	background: #fde314;
	padding: 10px 20px;
}
h1 {
	line-height: 1;
	color: var(--main-color1);
	margin-bottom: 10px;
	font-weight: 800;
}
h2 {
	font-weight: 400;
	line-height: 1.2;
	color: var(--main-color1);
}
h3 {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--main-color2);
	background: var(--main-color1);
	padding: 20px 35px;
	width: 170px;
	height: 170px;
	display: inline-block;
	overflow:hidden;
	border-radius: 100px;
	border-bottom-left-radius: 0;
	margin-bottom: 18px;
}
h3 span {
	display: table-cell;
	vertical-align: middle;
	height: 135px;
}
h4, h5 {
	font-weight: 700;
	line-height: 1.2;
	color: var(--main-color1);
	margin-bottom: 8px;
}
h6 {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--main-color2);
	background: var(--main-color1);
	padding: 10px 22px 0 10px;
	width: 120px;
	height: 120px;
	display: inline-block;
	overflow:hidden;
	border-radius: 120px;
	border-bottom-left-radius: 0;
	clear: both;
}
h6 span {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.heb h1 { font-size: 64px; }
.heb h2 { font-size: 30px; }
.heb h3 { font-size: 25px; }
.heb h4 { font-size: 20px; }
.heb h5 { font-size: 16px; }
.heb h6 { font-size: 16px; }
.heb .footer {	font-size: 16px; }
.menu {
	color: var(--main-color1);
	background: #FFF;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	text-align: center;
	border-top: 8px solid var(--main-color2);
	padding-top: 20px;
	padding-left: 150px;
}
.menu a {
	font-size: 20px;
	color: var(--main-color1);
	text-decoration: none;
	padding: 0 30px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 510;
}
.menu a::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -23px;
	width: 30px;
	height: 30px;
	background: #FFF;
	border: 8px solid var(--main-color2);
	border-radius: 30px;
}
.menu a::after{
	content: '';
    position: absolute;
    left: 50%;
	margin-left: 0;
	top: -27px;
    background: var(--main-color1);
    border-radius: 18px;
	transition: all 0.3s;
	width: 0;
	height: 0;
}
.menu a.sel { font-weight: 700; }
.menu a.sel::before {  background: var(--main-color1);}
.menu a.sel::after { background: #FFF; }
.menu a.sel::after, .menu a:hover::after {
	width: 18px;
    height: 18px;
	margin-left: -9px;
    top: -36px;
}
.mobileLink { display: none !important; }
#mobilebuttons {
	display: none;
	position: fixed;
	left: 8px;
	top: 10px;
	z-index: 110;
	width: 52px;
	height: 52px;
	cursor: pointer;
	z-index: 610;
	background: var(--main-color1) url(/National_Library/oe_/https://pti.org.il/img/chargeApp/mobilemenu.png) no-repeat center center;
	border-radius: 34px;
	border: 6px solid #FFF;
}
#mobilebuttons.closed {
    background-image: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/mobileclose.png);
}
.footer {
	background: var(--main-color1);
	color: #FFF;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer .maxwidth { padding: 40px 145px; }
.footer a {
	color: var(--main-color2);
	text-decoration: underline;
}
.footer a:hover { text-decoration: none; }
.small {
	font-size: 12px;
	margin-top: 10px;
}
.list1 {
	padding-right: 20px;
}
.list1 li, .list2 li {
	margin-bottom: 5px;
}
.list2 {
	list-style-type: none;
	padding-right: 30px;
}
.list2 li {
	font-weight: 700; color: var(--main-color1);
	position: relative;
}
.list2 li:before {
	content: counter(list-item) '.';
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: var(--main-color2);
	border-radius: 24px;
	position: absolute;
	right: -30px;
	top: -1px;
	font-size: 14px;
	text-align: center;
}
.remark {
	background: var(--sub-color1);
	padding: 10px;
	margin: 10px 0;
	display: inline-block;
	font-size: 14px;
}
.example {
	border: 1px solid var(--sub-color2);
	padding: 14px;
	box-shadow: 1px 1px 6px #00000038;
	margin-top: 10px;
}
.notice {
	background: var(--main-color2);
	padding: 14px;
	margin-top: 10px;
}
.appButton {
	display: inline-block;
	vertical-align: top;
	color: var(--text-color1);
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	margin-left: 2%;
	width: 23%;
	margin-bottom: 20px;
}
.appButton:last-child { margin-left: 0; }
.appButton span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 112px;
	padding: 10px 20px;
	border: 1px solid var(--sub-color2);
	border-radius: 4px;
	margin-bottom: 8px;
	width: 100%;
}
.appButton:hover span {
	border-color: var(--main-color1);
}
.video {
	width: 800px;
	height: auto;
	max-width: 100%;
	padding: 10px;
	border-radius: 4px;
	background: #FFF;
	margin: 20px auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.videoHolder {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.videoHolder video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	outline:none;
}
.poster {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}
.play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -76px;
	margin-left: -76px;
	cursor: pointer;
	z-index: 300;
}
.video_buttons {
	text-align: center;
	padding-top: 20px;
}
.video_button {
	display: inline-block;
	width: 350px;
	max-width: 40%;
	margin: 20px;
	vertical-align: middle;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid var(--sub-color2);
	cursor: pointer;
}
.video_button:hover {
	background-color: var(--sub-color1);
}
.video_button img {
	max-width: 100%;
}
.video_button span {
	display: block;
	text-align: center;
	padding-top: 8px;
	font-weight: 700;
}
.table1, .table2 {
	border: none;
	margin: 20px 0 20px 0;
	text-align: center;
	
}
	.table1 th, .table1 td, .table2 th, .table2 td {
		padding: 8px 16px;
		border-radius: 4px;
	}
.table1 th, .table2 th {
	font-weight: 700;
	background: var(--main-color1);
	color: #FFF;
	border-right: 1px solid #FFF;
}
.table2 td {
	border-right: 1px solid var(--sub-color2);
	border-bottom: 1px solid var(--sub-color2);
}
.table2 td:first-child {
	border-right: none;
}
.tr1 { background: var(--sub-color3); }
.tr2 { background: var(--sub-color1); }
.step {
	color: var(--main-color1);
	font-weight: 700;
	font-size: 30px;
}
.stages {
	list-style-type: none;
}
.stages li {
	list-style-type: none;
	padding-right: 38px;
	padding-left: 38px;
	position: relative;
	display: inline-block;
	width: 32.8%;
	vertical-align: top;
	margin-bottom: 18px;
}
.stages li:nth-child(3), .stages li:nth-child(6), .stages li:nth-child(7) {
	padding-left: 0;
}
.stages li:nth-child(7) { width: 100%; padding-top: 3px; }
.stages li span {
	position:absolute;
	display: block;
	background: var(--main-color1);
	color: var(--main-color2);
	font-size: 20px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 28px;
	text-align: center;
	top: 0;
	right: 0;
}
.arrow {
	width: 20px;
	height: 30px;
	background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/arrow.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 10px;
}
.arrowDown {
	width: 30px;
	height: 20px;
	background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/arrowDown.png) no-repeat center center;
	position: absolute;
	bottom: -5px;
    right: 0;
	display: none;
}
.appLinks {
	text-align: center;
	padding: 10px;
}
.appLinks img {
	margin: 0 10px;
}
.footer .appIcon {
	display: inline-block;
	font-size: 20px;
	padding: 10px 20px;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	margin-bottom: 10px;
}
.footer .appIcon:hover {
	color: var(--main-color2);
}
.footer .appIcon span{
	background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/appstores.png) no-repeat left center;
	display: block;
	padding-left: 60px;
}
.calculatorLink, .showScreens, .pdfLink {
	padding: 20px 66px 20px 25px;
	border: 1px solid var(--sub-color1);
	color: var(--text-color1);
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.2;
	cursor: pointer;
}
.calculatorLink { background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/calculator.png) no-repeat right center; }
.showScreens { background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/app.png) no-repeat right center; }
.pdfLink { background: url(/National_Library/oe_/https://pti.org.il/img/chargeApp/pdf.png) no-repeat right center; }
.calculatorLink:hover, .showScreens:hover, .pdfLink:hover {
	background-color: var(--sub-color1);
}
.mainPageButtons {
	margin: 20px 0;
	display: inline-block;
}
.mainPageButtons a { width: 100%; text-align: center; }
.blackbg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000077;
	z-index: 1100;
	display: none;
	padding: 20px 10px;
	text-align: center;
}
.closeHolder {
	margin: auto;
	height: 1px;
	position: relative;
}
.closeWindow, .videoClose {
	position: absolute;
	left: 8px;
	top: 10px;
	z-index: 1110;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: var(--main-color1) url(/National_Library/oe_/https://pti.org.il/img/chargeApp/mobileclose.png) no-repeat center center;
	border-radius: 34px;
	border: 6px solid #FFF;
}
.videoClose {
	left: -30px;
	top: -20px;
}
.screensWindow {
	height: 100%;
	margin: auto;
	overflow: auto;
	text-align: right;
	background: #FFF;
	border-radius: 2px;
	padding: 20px;
	box-shadow: 2px 2px 11px #00000034;
	direction: ltr;
	position: relative;
	z-index: 1101;
}
.screens { margin: 30px 0 20px 0; direction: rtl; }
.screenHolder {
	display: inline-block;
	width: 32%;
	padding-left: 38px;
	position: relative;
}
.screens.show4 .screenHolder {
	width: 24.5%;
}
.screenHolder img {
	border: 1px solid var(--main-color1);
	max-width: 100%;
}
.screenHolder .arrow {
	top: 50%;
	margin-top: -15px;
}
.screensWindowTitle {
	direction: rtl;
	font-size: 28px;
	padding-left: 40px;
}
.question {
	margin-top: 15px;
	font-weight: 700;
	color: var(--main-color1);
}
.answer {
	margin-top: 5px;
	font-weight: 400;
	color: var(--text-color1);
}
.footer .maxwidth { padding: 30px 145px; }
.photoHolder {
	float: left;
	margin: 30px 30px 20px 0;
	max-width: 45%;
	text-align: center;
}
.photoHolder img { max-width: 100%; }
.star {
	font-size: 22px;
	line-height: 16px;
	margin-top: 2px;
	display: inline-block;
	vertical-align: middle;
}
.textbox, .scombobox-display {
	background-color: #e7e7e7;
	border-radius: 4px;
	text-align: right;
	font-size: 16px;
	color: #000;
	height: 35px;
	padding: 0 15px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	outline: none;
}
/* --- Claculator --- */
.calculator {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid var(--sub-color1);
	border-radius: 4px;
}
.ticketsRow {
	padding-top: 20px;
	display: flex;
	width: 100%;
	gap: 10px;
}

.ticket {
	background: #ededed;
	width: 100%;
	text-align: center;
	color: #000;
	position: relative;
	padding: 16px;
	box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 35%);
	z-index: 20;
}

.eng .ticket {
	box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 35%);
}

.ticket::before {
	content: '';
	position: absolute;
	right: -2px;
	margin-top: -17px;
	top: 50%;
	width: 20px;
	height: 34px;
	background: #fff;
	border-radius: 15px 0 0 15px;
	box-shadow: inset 1px 1px 2px 0px rgb(0 0 0 / 35%);
}

.eng .ticket::before {
	right: auto;
	left: -2px;
	border-radius: 0 15px 15px 0;
	box-shadow: inset -1px 1px 2px 0px rgb(0 0 0 / 35%);
}

.ticket span {
	vertical-align: baseline;
}

.ticketData {
	background: var(--sub-color1);
	border-radius: 0;
}

.calcButton {
	background: var(--main-color1);
	color: #FFF;
}
	.calcButton:hover {
		background: var(--main-color2);
	}
/*.checkmark {
	background-color: #fff;
}
.checkcontainer:hover input ~ .checkmark {
	background-color: var(--sub-color2);
}
.checkcontainer input:checked ~ .checkmark {
	background-color: var(--main-color1);
}
.checkcontainer .checkmark:after {
	background-color: #fff;
}
.checkcontainer:hover input ~ .checkmark {
	background-color: var(--sub-color2);
}
.checkcontainer input:checked ~ .checkmark { background-color: var(--main-color1); }
.textBox, .scombobox-display {
	background-color: #fff;
	border-radius: 0;
	text-align: right;
	font-size: 16px;
	color: var(--text-color1);
	height: 35px;
	padding: 0 15px;
	width: 100%;
	border: none;
	-webkit-appearance: none;
}
.scombobox-list {
	max-height: 240px !important;
}
.scombobox-display:disabled {
	background: var(--sub-color2);
}
.scombobox-marker {
	background: var(--sub-color4);
	border-radius: 2px;
}
.scombobox-list p:hover, .scombobox-list p.scombobox-hovered {
	background-color: var(--main-color2);
}
.calcButton, .ravkavResultsButton {
	float: left;
	background-color: var(--main-color1);
	padding: 8px 16px;
	min-width: 160px;
	border-radius: 22px;
	color: #FFF;
	font: 18px 'Open Sans Hebrew', sans-serif;
	line-height: 1;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	transition: all 0.2s;
}

	.calcButton:hover, .ravkavResultsButton:hover {
		background-color: var(--main-color2);
		color: var(--main-color1) !important;
	}

	.calcButton:focus, .ravkavResultsButton:focus, .checkcontainer input:focus ~ .checkmark {
		box-shadow: 0 0 0 2pt var(--main-color2);
	}

.simpleCalculator .calcButton {
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.smallajaxloader {
	background: #e7e7e7 url(/National_Library/oe_/https://pti.org.il/img/chargeApp/smallajaxloader.gif) no-repeat 4px center;
	padding-left: 20px;
	color: #999;
}

	.smallajaxloader:hover {
		background-color: var(--sub-color3);
	}




.ravkavResults .priceBox:hover {
	border-color: var(--ravkav-color);
}
.showPriceDetails {
	border-bottom-left-radius: 1px;
	background-color: var(--main-color1);
}
.ravkavResults h3 {
	color: var(--ravkav-color);
}*/

@media all and (max-width: 1550px) {
	.header .maxwidth {
		padding: 0 30px 0 350px;
	}
	.mainTitle, .menu, .logos { padding-left: 0; }
	.main p:first-child {
		padding-left: 0;
	}
}

@media all and (max-width: 1024px) {
	.heb h1 { font-size: 50px; }
	.heb h1 strong { font-size: 70px; }
	.heb h2 { font-size: 28px; }
	.header .maxwidth {	padding-left: 260px; }
	.topImage { width: 260px; top: 30px; }
	.mainTitle {
		margin-bottom: 40px;
		padding: 10px 0 70px 0;
		text-align: right;
		border-bottom: 6px solid var(--main-color2);
	}
	.menu {
		display: block;
		position: fixed;
		left: -260px;
		min-width: 0;
		width: 240px;
		top: 0;
		margin: 0;
		max-height: 100%;
		padding: 20px;
		text-align: right;
		box-shadow: 1px 0px 18px 0px rgba(0,0,0,0.55);
		transition: all;
		transition-duration: 0.3s;
		z-index: 600;
		background-color: var(--main-color1);
		border-bottom-right-radius: 10px;
		border-top: none;
		border-right: 6px solid var(--main-color2);
	}
	.menu a {
		font-size: 18px;
		color: #FFF;
		padding: 0 4px 0 0;
		display: block;
		margin-bottom: 20px;
	}
	.menu a::before {
		border-width: 6px;
		left: auto;
		margin-left: 0;
		right: -40px;
		top: -2px;
		height: 20px;
		width: 20px;
	}
	.menu a::after {
		right: -25px;
		top: 12px;
		margin-left: 0;
	}
	.menu a.sel::after, .menu a:hover::after {
		width: 12px;
		height: 12px;
		right: -30px;
		top: 8px;
	}
	.menu.opened { left: 0;	}
	.header .menu .maxwidth { padding: 0; }
	.topfloat { display: none; }
	.mobileLink { display: block !important; }
	#mobilebuttons { display: block; }
	.logos { padding: 14px 0; text-align: right; }
	.header .logos .maxwidth { padding-left: 20px; }
	.logos span { margin-right: 0; margin-left: 20px; }
	.mot_logo {	height: 73px; }
	.rashut_logo { height: 41px; }
	.hatahana_logo { height: 70px; }
	.footer .maxwidth { padding: 20px; }
	.appButton {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.appButton:last-child { margin-bottom: 0; }
	.appButton span { width: 320px; max-width: 100%; margin: auto; }
	.appButton img { max-width: 100%; }
	.screens.show4 .screenHolder {
		width: 32%;
	}
	.screens.show4 .screenHolder:last-child { margin-top: 20px; }
	.videoClose {
		left: 0px;
		top: -37px;
	}
}
@media all and (max-width: 770px) {
	.heb h1 { font-size: 38px; }
	.heb h1 strong { font-size: 60px; }
	.heb h2 { font-size: 24px; }
	.heb h4 { font-size: 18px; }
	.header .maxwidth {	padding-left: 195px; padding-right: 20px; }
	.topImage {
		width: 210px;
		top: 55px;
		left: -20px;
	}
	.mainTitle { padding: 10px 0 60px 0; }
	
}
@media all and (max-width: 600px) {
	.maxwidth {
		padding: 0 14px;
	}

	.footer .maxwidth {
		padding: 20px 14px 50px 14px;
	}

	.topImage {
		width: 180px;
		top: 55px;
		left: 0;
	}

	h3 {
		width: 140px;
		height: 140px;
		margin-bottom: 14px;
		padding-right: 25px;
	}

		h3 span {
			height: 100px;
		}

	.heb h1 {
		font-size: 32px;
	}

		.heb h1 strong {
			font-size: 48px;
		}

	.heb h2 {
		font-size: 18px;
	}

	.heb h3 {
		font-size: 22px;
	}

	.table1 {
		width: 100%;
	}

	.table2 th {
		font-size: 12px;
		padding: 4px;
	}

	.table2 td {
		font-size: 14px;
		padding: 4px;
	}

		.table2 td.step {
			font-size: 22px;
		}

	.main {
		padding: 10px 0 40px 0;
	}

	.footer {
		position: static;
	}

	.mainTitle {
		margin-bottom: 20px;
	}

	.stages li {
		width: 100%;
		padding-left: 0;
		padding-bottom: 30px;
	}

		.stages li:nth-child(7) {
			padding-top: 0;
		}

	.arrow {
		display: none;
	}

	.arrowDown {
		display: block;
	}

	.screenHolder {
		width: 100%;
		padding-left: 0;
		padding-bottom: 35px;
	}

	.screens.show4 .screenHolder {
		width: 100%;
	}

		.screens.show4 .screenHolder:last-child {
			margin-top: 0;
		}

	.screenHolder img {
		width: 250px;
	}

	.screenHolder div {
		text-align: center;
	}

	.screenHolder .arrowDown {
		right: 50%;
		margin-right: -15px;
		bottom: 10px;
	}

	.screensWindow {
		padding: 20px;
	}

	.screensWindowTitle {
		font-size: 20px;
	}

	.video {
		padding: 5px;
	}

	.play {
		width: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}


	.price-table thead, .tr-last, .price-table td.td-display-none {
		display: none;
	}

	td:nth-of-type(1):before {
		content: "איזור תעריף: ";
		font-weight: 700;
	}

	td:nth-of-type(2):before {
		content: "מרחק: ";
		font-weight: 700;
	}

	td:nth-of-type(3):before {
		content: "נסיעה בודדת אוטובוס: ";
		font-weight: 700;
	}

	td:nth-of-type(4):before {
		content: "נסיעה בודדת רכבת: ";
		font-weight: 700;
	}

	td:nth-of-type(5):before {
		content: "חופשי יומי אוטובוס: ";
		font-weight: 700;
	}

	td:nth-of-type(6):before {
		content: "חופשי יומי רכבת: ";
		font-weight: 700;
	}

	td:nth-of-type(7):before {
		content: "חופשי ארצי: ";
		font-weight: 700;
	}

	td:nth-of-type(8):before {
		content: "חופשי ארצי + רכבת ישראל: ";
		font-weight: 700;
	}

	.price-table br {
		display: none;
	}

	.price-table td, .price-table th {
		display: block;
	}
}
@media all and (max-width: 540px) {
	.topImage { top: 95px; }
	.video_button { width: 240px; max-width: 100%; margin: 10px; }
}
@media all and (max-width: 480px) {
	.topImage {
		width: 180px;
		top: 80px;
		left: -39px;
	}
	.topspacer {
		float: left;
		height: 55px;
		width: 113px;
	}
	.header .maxwidth { padding: 0 14px 0 145px; }
	.mainTitle { padding: 10px 0 26px 0; }
	.table2 td.step { font-size: 20px; }
	.heb h1 { font-size: 28px; }
	.heb h1 strong { font-size: 44px; }
	.heb h2 { font-size: 18px; }
	.heb h4 { font-size: 16px; font-weight: 700; }
	.photoHolder { max-width: 100%; float: none; margin: 0; padding: 20px 20px 0 20px; }
	.mot_logo {	height: 60px; }
	.rashut_logo { height: 30px; }
	.hatahana_logo { height: 56px; }
	.blackbg { padding: 10px; }
}
@media all and (max-width: 400px) {
	.heb h1 {
		font-size: 25px;
	}
	.logos span {
		margin-left: 10px;
	}
	.mot_logo {
		height: 46px;
	}
	.rashut_logo {
		height: 27px;
	}
	.hatahana_logo {
		height: 45px;
	}
}
@media all and (max-width: 360px) {
	.topspacer { display:none; }
}