* {
	font-family: 'Open Sans Hebrew';
}

[tabindex='-1'] {
	outline: 0;
}

a {
	color: #203d5f;
}

/* breadcrumbs */

.breadcrumbs {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul > li {
	display: inline-block;
}

.breadcrumbs ul > li:after {
	content: '›';
}

.breadcrumbs ul > li:last-child:after {
	content: '';
}

/**/

.header {
	border-top: 5px solid #203d5f;
}

.header-content {
	position: relative;
	height: 130px;
	padding: 18px 0;
}

.logo-link {
	position: relative;
    top: -28px;
    right: -23px;
    display: block;
    width: 100px;
    height: 160%;
}

.logo-link img {
	display: block;
	height: 100%;
}

/**/

.header-side {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 991px) {
	.header-side {
		bottom: 18px;
	}
}

/**/

.header .search {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
}

@media (min-width: 992px) {
	.header .search {
		margin-top: 18px;
	}
}

@media (max-width: 991px) {
	.header .search {
		float: left;
		margin-left: 20px;
		
	}
}

.header .search input {
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	
	border: 2px solid #ddd;
	border-radius: 30px;
	font-size: 1em;
	padding: 10px;
	
	width: 0;
	height: 100%;
	
	outline: none;
}

.header .search button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 100%;
	background: none;
	border: 2px solid #ddd;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}

/**/

.toggle-nav {
	display: none;
}

.navigation nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.navigation {
		display: none;
		position: fixed;
		top: 135px;
		right: 0;
		width: 100%;
		background: #fff;
		z-index: 99999;
	}
	
	.toggle-nav {
		display: block;
		float: left;
		font-size: 30px;
	}
	
	.navigation nav ul {
		border-bottom: 1px solid #ddd;
	}
	
	.navigation nav ul li {
		border-top: 1px solid #ddd;
	}
	
	.navigation nav ul li a {
		display: block;
		padding: 10px;
	}
	
	.navigation nav ul ul {
		margin-right: 30px;
		display: none;
	}
}

@media (min-width: 992px) {
	
	.navigation {
		float: right;
		position: relative;
		margin-left: 15px;
	}
	
	#magic-line {
		position: absolute;
		bottom: 14px;
		left: 0;
		width: 0;
		height: 2px;
		background: #203d5f;
		z-index: -1;
	}

	.navigation nav > ul {
		
	}

	.navigation nav > ul > li {
		float: right;
		position: relative;
		padding: 18px 0;
	}

	.navigation nav > ul > li > a {
		display: block;
		text-align: center;
		padding: 8px 15px;
		font-size: 1.1em;
		text-decoration: none;
	}
	
	.navigation nav > ul > li > a.on {
		font-weight: bold;
	}
	
	.navigation nav > ul > li:last-child > a {
		background: #203d5f;
		color: #fff;
		border-radius: 30px;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
		margin-right: 10px;
	}
	
	.header nav > ul > li > ul {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 99999;
		padding: 10px;
		
		background: rgba(32,61,95,0.9);
		color: #fff;
		text-align: right;
		
		-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
		box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
		
		-webkit-transition: all .1s ease-in-out;
	}
	.header nav > ul > li:hover > ul {
		display: block;
	}
	.header nav > ul > li > ul > li {
		float: right;
		width: 25%;
	}
	.header nav > ul > li > ul > li > a {
		display: block;
		padding: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: inherit;
	}
	.header nav > ul > li > ul > li > a em {
		margin-left: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navigation nav > ul > li > a {
		padding: 8px 8px;
	}
}

/**/

footer {
	background: #203d5f;
	color: #fff;
	padding: 15px 0;
}

footer a {
	color: #fff;
}

@media(min-width: 992px) {
	footer .col-md-6:last-child {
		text-align: left;
	}
}

/**/

.float-social {
	position: fixed;
	left: 0;
	top: 200px;
}

.float-social a {
	float: left;
	min-width: 45px;
	display: block;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px;
}

.float-social a em {
	font-size: 28px;
	display: inline-block;
}

.float-social a .text {
	display: none;
	margin-left: 10px;
	padding-top: 3px;
	float: right;
}

.float-social a:hover .text,
.float-social a:focus .text {
	display: inline-block;
}

.float-social .newsletter {
	background: #2aa112;
}

.float-social .facebook {
	background: #3b5998;
}

.float-social .youtube {
	background: #bb0000;
}

.float-social .instagram {
	background: #32506d;
}

/**/

.page-title {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-weight: lighter;
	color: #203d5f;
	font-size: 3em;
}
.page-title:before {
	border-top: 2px solid #ddd;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.page-title span {
	background: #fff;
	padding: 0 15px;
}

/**/

.vertical-padding-30 {
	padding: 30px 0;
}.form-control {    display: block;    width: 100%;    height: calc(2.25rem + 2px);    padding: 0.375rem 0.75rem;    font-size: 1rem;    font-weight: 400;    line-height: 1.5;    color: #495057;    background-color: #fff;    background-clip: padding-box;    border: 1px solid #ced4da;    border-radius: 0.25rem;    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}.form-group {	margin-bottom: 15px;}