
@import url('https://fonts.googleapis.com/css?family=Alef:400,700&subset=hebrew');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,hebrew,latin-ext');

html {
	font-size: 62.5%;
}

body {
	color: #4b4b4b;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Alef', sans-serif;
	background-color: #fff;
	height: 100%;
	overflow-x: hidden;
}

	body#page-1515,
	body#page-1534 {
		font-family: 'Rubik', sans-serif;
	}

a, a:hover {
	color: #9c1006;
}

:focus, .dropdown-toggle:focus, .dropdown-menu > .active > a:focus {
	outline: thin dotted;
	outline: 1px solid -webkit-focus-ring-color;
	outline-color: red !important;
	outline-offset: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #14316f;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
}

h4, h5 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.container {
	position: relative;
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1010px;
	}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xs-5ths-2,
.col-sm-5ths-2,
.col-md-5ths-2,
.col-lg-5ths-2 {
	position: relative;
	min-height: 1px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-bottom: 30px;
}

	.col-xs-5ths:first-child,
	.col-sm-5ths:first-child,
	.col-md-5ths:first-child,
	.col-lg-5ths:first-child,
	.col-xs-5ths-2:first-child,
	.col-sm-5ths-2:first-child,
	.col-md-5ths-2:first-child,
	.col-lg-5ths-2:first-child {
		padding-left: 15px !important;
	}

	.col-xs-5ths:last-child,
	.col-sm-5ths:last-child,
	.col-md-5ths:last-child,
	.col-lg-5ths:last-child,
	.col-xs-5ths-2:last-child,
	.col-sm-5ths-2:last-child,
	.col-md-5ths-2:last-child,
	.col-lg-5ths-2:last-child {
		padding-right: 15px !important;
	}

.col-xs-5ths {
	width: 20% !important;
}

.col-xs-5ths-2 {
	width: 40% !important;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20% !important;
		float: left;
		margin-bottom: 0;
	}

	.col-sm-5ths-2 {
		width: 40% !important;
		float: left;
		max-height: 250px;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20% !important;
		float: left;
		margin-bottom: 0;
	}

	.col-md-5ths-2 {
		width: 40% !important;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left;
		margin-bottom: 0;
	}

	.col-lg-5ths-2 {
		width: 40% !important;
		float: left;
	}
}

.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	
	#ctl00_content_OrderFormPnl > .row {
    margin-right: -80px !important;
}

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}

/*.form-group{display: inline-block;margin-bottom: 0;}*/
#login-page .form-group {
	display: block;
	margin-bottom: 10px;
}

.form-control {
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 0 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	border: solid 1px #999;
	height: 25px;
	vertical-align: middle;
}

select.form-control {
	padding: 0 3px;
}

.form-group textarea.form-control {
	height: auto;
}

::-webkit-input-placeholder {
	color: #4d4d4d !important;
}

:-moz-placeholder {
	color: #4d4d4d !important;
}

::-moz-placeholder {
	color: #4d4d4d !important;
}

:-ms-input-placeholder {
	color: #4d4d4d !important;
}

.btn {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 6px 12px;
	border-radius: 0;
	font-weight: normal;
}

.btn-nopadding {
	padding: 10px 0px;
}

.btn-default {
	color: #9c1006 !important;
	border: solid 1px #cac7c7;
}

.btn-danger {
	border: solid 1px #cac7c7;
	background-color: #b53d25;
	color: White !important;
}

	.btn-danger.btn-big {
		font-weight: bold;
		font-size: 1.5rem;
		text-align: left;
		white-space: normal;
		position: relative;
	}

		.btn-danger.btn-big .icon-arr-white {
			top: auto;
			


transform: rotate(180deg);
			bottom: 15px;
			right: 15px;
			position: absolute;
		}

.btn-profile {
	text-align: left;
	background: url(../../images/sprite.png) no-repeat 5px -85px;
	padding-right: 60px;
	display: block;
	margin-bottom: 15px;
	width: 200px;
}

	.btn-profile.icon-contact {
		text-align: left;
		background: url(../../images/sprite.png) no-repeat 5px -131px;
		padding-right: 60px;
	}

	.btn-profile.icon-events {
		text-align: left;
		background: url(../../images/sprite.png) no-repeat 5px -180px;
		padding-right: 60px;
	}

.User-profile-btns {
	float: right;
}

.breadcrumbs {
	background: none;
	padding: 0;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 10px;
}

	.breadcrumbs a {
		color: #003761;
	}

	.breadcrumbs .active {
		color: #003761;
		font-weight: bold;
	}

	.breadcrumbs > li + li:before {
		padding: 0 3px;
		color: #003761;
	}

a, .transition {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}

.fl {
	float: right;
}

.fr {
	float: left;
}

.alert {
	padding: 35px;
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 35px;
	height: 35px;
	background-color: #14316f;
	border-radius: 20%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	z-index: 1000;
	text-align: center;
	color: white;
}

	#toTop .glyphicon {
		position: absolute;
		top: 17%;
		font-size: 25px;
		right: 7px;
	}

	#toTop:hover {
		opacity: 1;
		filter: alpha(opacity=100); /* For IE8 and earlier */
		z-index: 1000;
	}

.sprite {
	background-image: url(../../images/sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
}

.icon-fb {
	width: 8px;
	height: 16px;
	background-position: -36px 0;
	top: 5px;
	margin-right: 5px;
}

.icon-youyube {
	width: 26px;
	height: 17px;
	top: 5px;
	background-position: 0 0;
}

.icon-slider-more {
	width: 24px;
	height: 30px;
	background-position: 0 -27px;
	transform: scaleX(-1);
	top: 10px;
}

.icon-more {
	width: 11px;
	height: 11px;
	background-position: -36px -27px;
	top: 2px;
	vertical-align: middle;
	transform: scaleX(-1);
}
#productPage h2 {
    font-weight: bold;
}
	.icon-more.icon-more1 {
	transform: rotate(0deg);
    left: -4px;
    top: -1px;
	}

.icon-arr-blue {
	width: 9px;
	height: 10px;
	background-position: -10px -222px;
	top: 2px;
}

.icon-arr-white {
	width: 9px;
	height: 10px;
	background-position: -78px -27px;
	top: 2px;
}

.icon-pdf {
	width: 23px;
	height: 23px;
	background: url(../../images/icon-pdf.png) no-repeat center top;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.icon-attach {
	width: 13px;
	height: 17px;
	background: url(../../images/icon-attach.png) no-repeat center top;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.icon-cart {
	width: 19px;
	height: 18px;
	background-position: 0 -245px;
	vertical-align: middle;
	margin-right: 10px;
}

.icon-cart-add {
	width: 25px;
	height: 24px;
	background-position: -36px -245px;
}

.btn-icon-next {
	background: url(../../images/sprite.png) no-repeat 40px -210px;
	padding-right: 20px;
}

.btn-icon-prev {
	background: url(../../images/sprite.png) no-repeat -50px -17px;
	padding-left: 20px;
}

.access-nav-hidden {
	position: absolute;
	top: -9999px;
}

	.access-nav-hidden a {
		position: fixed;
		top: -9999px;
		left: 20px;
		background: #f5f5f5;
		padding: 10px;
		z-index: 0;
		display: block;
		-webkit-transition: all ease-out 0s;
		-moz-transition: all ease-out 0s;
		transition: all ease-out 0s;
	}

		.access-nav-hidden.show a, .access-nav-hidden a:focus {
			z-index: 100;
			top: 10px;
		}

.stop-scroll {
	position: absolute;
	top: 3px;
	right: 10px;
	background: #9c1006;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	color: White;
	font-size: 11px;
	text-align: center;
}

	.stop-scroll .glyphicon {
		top: 3px;
		right: 1px;
	}

	.stop-scroll:focus {
		color: white;
	}

	.stop-scroll:hover {
		background: white;
		color: #9c1006;
	}

.table th {
	color: #14316f;
	font-size: 16px;
	font-size: 1.6rem;
}

.no-margin {
	margin-bottom: 0 !important;
}

.close {
	color: #b53d25;
}
/****** Google search  ***************/
.gsc-control-cse {
	background-color: transparent !important;
	border: none !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	background-color: transparent !important;
	border: none !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0 !important;
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	color: #14316f !important;
	font-size: 18px !important;
	font-family:'Alef', sans-serif;
}

	.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
		text-decoration: none !important;
	}

		.gsc-control-cse .gs-result .gs-title b, .gsc-control-cse .gs-result .gs-title * b {
			font-style: italic;
		}

.gs-webResult div.gs-visibleUrl-short, .gs-promotion div.gs-visibleUrl-short {
	color: #4b4b4b !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	font-family: 'OpenSansHebrew-Regular', sans-serif;
	!important;
	color: #505050 !important;
	font-size: 14px !important;
}

.gsc-url-top {
	display: none !important;
}

.gsc-webResult .gsc-result {
	padding-bottom: 25px !important;
	margin-bottom: 25px !important;
	border-bottom: dashed 1px #828282 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #d81921 !important;
}

.jssocials-share-link {
	border-radius: 50%;
	color: White !important;
}

.jssocials-share {
	margin: 0.3em 0 0.3em 0.6em;
}

	.jssocials-share:last-child {
		margin-right: 0;
	}

.print-btn {
	float: left;
}

@media print {
	html, body {
		height: auto !important;
	}
}
