body
{
	font-family: "Nachlieli CLM";
	color: #f1f1f1;
	background-color: #000;
}

a
{
	color: #b11116;
}

a:hover, a:focus
{
	color: #b11116;
	text-decoration: none;
}

h1
{
	font-size: 40px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	color: #fff;
}

h1 span
{
	display: block;
	font-size: 34px;
	color: #aa0000;
}

h2
{
	font-size: 28px;
	font-weight: normal;
	margin: 10px 0;
	color: #aa0000;
}

h3
{
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0;
	color: #fff;
}

h4
{
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
	color: #aa0000;
}

#header-navbar-container
{
	background-image: none;
	background-color: transparent;
	/*background-color: #000;*/
	border: 0;
	height: 130px;
	padding-bottom: 20px;
	z-index: 99999;
	-webkit-transition: all 1s linear;
    transition: all 1s linear;
}

#header-navbar-container.moved
{
	background-color: #000;
}

#header-navbar
{
	position: relative;
	max-width: 950px;
}

#header-navbar .social-bar
{
	position: absolute;
	top: 0;
	left: 15px;
}

.navbar-header
{
	height: 110px;
}

#brand-logo
{
	height: 110px;
}

.navbar-inverse .navbar-toggle
{
	clear: both;
	margin-top: -44px;
	border-color: #fff;
	background-color: #aa0000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
	background-color: #aa0000;
}

.navbar-inverse .navbar-collapse
{
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.nav.navbar-nav
{
	margin: 0 -15px;
}

@media screen and (min-width: 992px)
{
	#navbar-topnav
	{
		float: right;
		margin-right: 30px;
	}

	#navbar-topnav > ul
	{
		margin-top: 65px;
		height: 30px;
	}

	.nav.navbar-nav
	{
		float: left;
	}
}

#navbar-topnav li
{
	padding: 0;
}

#navbar-topnav li > a
{
	background-image: none;
	background-color: transparent;
	/*color: #727272;*/
	color: rgba(76, 76, 75, 1);
	height: 30px;
	line-height: 30px;
	/*line-height: 28px;*/
	font-size: 14px;
	font-weight: bold;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	padding: 0 20px;
	/*border-bottom: 2px solid rgba(76, 76, 75, 1);*/
	-webkit-transition: all .5s linear;
    transition: all .5s linear;
}

#navbar-topnav li:hover > a
{
	color: #f1f1f1;
	/*border-bottom: 2px solid #f1f1f1;*/
}

#navbar-topnav li.current-menu-item > a, #navbar-topnav li.current-page-ancestor > a, #navbar-topnav li.current-post-ancestor > a, #navbar-topnav li > a.mPS2id-highlight
{
	color: #aa0000;
	/*border-bottom: 2px solid #aa0000;*/
}

@media screen and (max-width: 991px)
{
	#navbar-topnav li
	{
		padding: 0;
	}
	
	#navbar-topnav li > a
	{
		background-color: #000;
		line-height: 30px;
		border-bottom: 0;
		padding: 0 20px;
	}
	
	#navbar-topnav li:hover > a
	{
		border-bottom: 0;
	}

	#navbar-topnav li.current-menu-item > a, #navbar-topnav li.current-page-ancestor > a, #navbar-topnav li.current-post-ancestor > a, #navbar-topnav li > a.mPS2id-highlight
	{
		border-bottom: 0;
	}
}

#navbar-topnav .dropdown-menu
{
	border: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: none;
	-webkit-transition: all .5s linear;
    transition: all .5s linear;
}

#navbar-topnav .dropdown-menu li > a
{
	font-size: 12px;
}

@media (min-width: 992px)
{
    .dropdown .dropdown-menu
	{
        display: block;
		visibility: hidden;
		opacity: 0;
		height: 0;
    }
	
    .dropdown:hover .dropdown-menu
	{
		visibility: visible;
        opacity: 1;
		height: auto;
    }

	#navbar-topnav .dropdown-menu
	{
		right: -32px;
		top: 38px;
	}

	#navbar-topnav .dropdown-menu li > a
	{
		width: 120px;
	}
}

#home-container
{
	/*margin-top: 130px;*/
}

#owl-carousel-home img
{
	height: 100vh;
}

#home
{
	overflow: hidden;
	font-size: 14px;
	margin-top: 20px;
}

#main-container
{
	margin-top: 130px;
}

#main
{
	overflow: hidden;
	font-size: 16px;
	margin-top: 20px;
}

#breadcrumbs
{
	font-size: 12px;
	color: #a5a5a5;
}

#breadcrumbs a
{
	color: #a5a5a5;
}

.single-figure
{
	float: left;
	margin: 0 20px 20px 0;
}

.category-figure
{
	float: right;
	margin: 0 0 20px 20px;
}

.single-figure img
{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.category-figure img
{
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}
	
.category-product-box
{
	text-align: center;
}

.category-product-box h2
{
	color: #fff;
	font-size: 16px;
}

.category-product-figure img
{
	width: 100%;
	/*max-width: 330px;*/
	max-width: 200px;
	margin: 0 auto;
	-webkit-transition: all 1s linear;
    transition: all 1s linear;
}
	
.category-product-box:hover img
{
	-webkit-filter: saturate(0.1);
	filter: saturate(0.1);
}

.extra-content
{
	font-size: 14px;
	color: #a5a5a5;
}

.category-box
{
	color: #f1f1f1;
}

.logo-box
{
	font-size: 14px;
	color: #a5a5a5;
}

.logo-figure
{
	text-align: center;
	margin-bottom: 10px;
}

.logo-figure img
{
	width: 190px;
	height: 70px;
	margin: 0 auto;
}

.home-short-text
{
	color: #a5a5a5;
	margin-top: 50px;
}

@media screen and (max-width: 991px)
{
	.home-short-text
	{
		margin-top: 30px;
	}
}

.home-ma
{
	text-align: center;
}

.home-ma img
{
	width: 100%;
	max-width: 149px;
	margin: 0 auto;
}

@media screen and (max-width: 991px)
{
	.single-figure
	{
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}
	
	.category-figure
	{
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}
}

#owl-carousel-products-container
{
	height: 330px;
	overflow: hidden;
	position: relative;
}

.owl-carousel-nav
{
	position: absolute;
	top: 0;
	width: 30px;
	height: 330px;
	line-height: 330px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	z-index: 99998;
	cursor: pointer;
}

.owl-carousel-nav#prev
{
	right: 0;
}

.owl-carousel-nav#next
{
	left: 0;
}

span.wpcf7-not-valid-tip
{
	color: #b11116;
	font-weight: bold;
}

div.wpcf7-response-output
{
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	border: 0;
	color: #b11116;
	font-weight: bold;
}

.wpcf7
{
	text-align: center;
	overflow: hidden;
}

.wpcf7 input
{
	width: 100%;
	background-color: #353535;
	color: #f1f1f1;
	font-size: 16px;
	height: 36px;
	border: 0;
	padding: 0 10px;
	outline: 0;
}

.wpcf7 textarea
{
	width: 100%;
	background-color: #353535;
	color: #f1f1f1;
	font-size: 16px;
	line-height: 22px;
	height: 122px;
	border: 0;
	padding: 6px 10px;
	outline: 0;
}

.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder
{
	color: #f1f1f1;
}

.wpcf7 input[type="submit"]
{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #b11116;
	color: #fff;
	border: 0;
	outline: 0;
}

.wpcf7 input[type="submit"]:hover
{
	font-weight: bold;
}

.button
{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding: 0 15px;
	text-align: center;
	background-color: #b11116;
	color: #fff;
	border: 0;
	outline: 0;
}

.button:hover
{
	font-weight: bold;
	color: #fff;
}

#footer
{
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 14px;
	overflow: hidden;
	border-top: 2px solid #b11116;
	margin-top: 40px;
}

#footer a
{
	color: #f1f1f1;
}

.vcard i
{
	margin-left: 5px;
	width: 20px;
	text-align: center;
	display: inline-block;
}

.vcard a
{
	color: #f1f1f1;
}

.social-bar
{
	font-size: 18px;
}

.social-bar a
{
	display: inline-block;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #f1f1f1;
	background-color: #212121;
}

#footer .social-bar
{
	margin-top: 20px;
}

#footer .social-bar a
{
	margin-left: 5px;
}

.small-map
{
	text-align: center;
}
/*
.small-map img
{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
*/
#rights
{
	text-align: right;
}

#credits
{
	text-align: left;
}

@media screen and (max-width: 991px)
{
	#rights, #credits
	{
		text-align: center;
	}
}

#fs-contact
{
	display: none;
	overflow: hidden;
}

#swipebox-contact
{
	direction: rtl;
	float: left;
	width: 700px;
}

#swipebox-contact #fs-contact
{
	display: block;
}

@media screen and (max-width: 991px)
{
	#swipebox-contact
	{
		display: none;
	}
}

#swipebox-contact p
{
	float: right;
	width: 26%;
	margin: 5px 0 0 1%;
}

#swipebox-contact p.half-width
{
	width: 19%;
	margin-left: 0;
	overflow: hidden;
}

#swipebox-contact .ajax-loader
{
	display: none;
}

@media screen and (max-width: 991px)
{
	.box-contact-form div.wpcf7 p
	{
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.box-contact-form div.wpcf7 p.half-width
	{
		width: auto;
		text-align: left;
		margin-bottom: 0;
	}

	.box-contact-form div.wpcf7 .ajax-loader
	{
		display: none;
	}
}

.video-wrapper
{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper > iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.margin-top
{
	margin-top: 20px;
}

@media screen and (max-width: 991px)
{
	.margin-top-mobile
	{
		margin-top: 20px;
	}
	
	.sfWrapper
	{
		display: none;
	}
}

.no-p p
{
	margin-bottom: 0;
}

.short-content
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

/* Google Map */
 #map-embedded-container {
	height: 174px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}
.credits {margin: 10px 0;}	
.credits a {display:block;width:400px;height:auto;margin:15px 0;padding:5px 10px 5px 20px;background:rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);font-size:12px;text-decoration:none;color:#575757;}	
.credits p {margin:0px;}	
.credits a img{height:45px;width:45px;float:right;margin:0 0 0 10px;}

.category-product-figure img {max-height: 200px;}
.extra-content li {margin-top:10px;}