@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

body {
	font-family: "Alef Hebrew", Arial, sans-serif;
	width: 100%;
	height: 100%;
	direction: rtl;
	color: #404041;
	max-width: 1280px;
	margin: 0px auto;
	line-height: 1.15;
}

a {
	text-decoration: underline;
	color: #008ecc;
}

img {
	border: none;
}

h1, h2 {
	font-weight: normal;
	margin-top: 0px;
	line-height: 1;
	margin-bottom: 0.33rem;
}

h3, h4 {
	margin-top: 0px;
	line-height: 1;
}

h1 {
	color: #008ecc;
}

.wrapper {
	margin: 0px auto;
	width: 930px;
}

.header {
	color: #008ecc;
	font-size: 1.5rem;
	padding-top: 2rem;
}

nav {
	background-color:  #404041;
	height: 2rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

nav ul {
	list-style-type: none;
	padding: 0.35rem 20px;
	margin: 0px;
}

nav li {
	display: block;
	float: right;
	margin-left: 20px;
	padding: 0px;
}

nav li>a {
	text-decoration: none;
	color: white;
}

nav li.active>a {
	color: #008ecc;
}

.banner {
	width: 605px;
	height: 302px;
	border: 1px solid #bbbdbf;
	background-image: url('images/mainpic.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.banner>p, .banner>p>a {
	font-size: 2rem;
	padding: 0.5rem 30px;
	width: 90%;
	color: #FFF;
	margin-top: 14rem;	
	text-align: center;
}

.banner>p>a {
	text-decoration: none;}

#contact_form {
	width: 281px;
	height: 304px;	
	background-image: url('images/back_contact.png');
	background-repeat: no-repeat;
	background-position: left bottom;		
	float: left;
	box-sizing: border-box;
	padding: 2rem 20px;
}

#contact_form h2 {
	color: white;
}

#contact_form tr {
	height: 2.75rem;
	border: none;
}

#contact_form th {
	text-align: right;
}

#contact_form input {
	border: none;
	margin-right: 10px;
}

#send_contact {
	float: left;
	width: 53px;
	height: 53px;
	color: white;
	background-image: url('images/send_back.png');
	background-repeat: no-repeat;	
	text-align: center;
	background-color: transparent;
	outline: 0;
}

.footer {
	background-image: url('images/footer_back.jpg');
	background-repeat: no-repeat;	
	height: 145px;
	margin-top: 2rem;
	box-sizing: border-box;
	padding: 3.5rem 20px;
}

.footer p, .footer p>a {
	color: white;
	margin: 0px;
}

.social ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.social li {
	display: block;
	float: left;
	margin-right: 20px;
}

.social li>a {
	text-decoration: none;
	color: #404041; 
}

.webmeup {
	font-size: 0.8rem;
}

.main {
	margin-top: 2rem;
}

.short-strip {
	background-image: url('images/strip_title.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 48px;
	color: #FFF;
	font-size: 1.3rem;
	box-sizing: border-box;
	padding: 0.75rem 40px;
	margin: 0px;
}

.condensed {
	margin: 0px;
}

.long-strip {
	background-image: url('images/long_strip_title.png');
	background-repeat: no-repeat;		
	height: 48px;
	color: white;
	font-size: 1.5rem;
	box-sizing: border-box;
	padding: 0.55rem 40px;
	margin: 0px 0px 2rem;
}

.product .short-strip {
	background-image: url('images/strip_title.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 48px;
	color: #FFF;
	font-size: 1.1rem;
	box-sizing: border-box;
	padding: 0.75rem 40px;
	margin: 0px;
}

.product-image {
	border: 1px solid #bbbdbf;
	width: 278px;	
	margin: 1rem auto 2rem;
}

.news-item {
	margin-bottom: 2rem;
}

.topline {
	position: relative;
	height: 46px;
}

a.whatsapp {
    width: 150px;
    height: 46px;
    background: #25d366;
    top: 0px;
    display: block;
    margin-right: auto;
    right: 0px;
    text-align: center;
    padding: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    position: absolute;
}

a.whatsapp img {
    height: 34px;
    vertical-align: middle;
    padding-left: 5px;
}

a.link_to_shop {
	color: transparent;
}