@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'Osh';
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensanshebrew-regular-webfont.svg#opensanshebrew') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'Osh-b';
    src: url('../fonts/opensanshebrew-bold-webfont.eot');
    src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'),
         url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensanshebrew-bold-webfont.svg#opensanshebrew') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	direction:rtl;
	margin:0;
	padding:0;
	 font-family:'Osh';
	font-size:30px;
	color:#414042;
	line-height:1.3em;
	background: url(../images/bg.jpg) no-repeat;
	background-size:cover;
	
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

a {
	color:#414042;
	text-decoration:none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

a:hover {
	color:#e66a2c;
	}
	
h1,h2,h3 {
	margin:0;
	padding:0;
}

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


input,
select,
textarea {
	width:100%;
	border: #C5C5C5 1px solid;
	margin-bottom:10px;
	border-radius:3px;
	padding:4px 5px;
	outline:none;
	font-size:20px;
	color:#414042;
}
	
::-webkit-input-placeholder {color:#414042; font-weight:bold;}
::-moz-placeholder          {color:#414042; font-weight:bold;}/* Firefox 19+ */
:-moz-placeholder           {color:#414042; font-weight:bold;}/* Firefox 18- */
:-ms-input-placeholder      {color:#414042; font-weight:bold;}
	

input[type="button"] {
	display:inline-block;
	padding: 7px 10px;
	color:#FFF;
	font-family:'Osh-b';
	font-size:20px;
	border: #f07241 5px solid;
	border-radius:6px;
	background:#e66a2c;
	text-align:center;
	width:50%;
	
}

/*********************************/
.door {
	position:absolute;
	z-index:0;
	max-width:100%;
	}

#main {
	position:relative;
	z-index:1;
}

.police {
	text-align:left;
}

.logo {
	width:100%;
	padding-top:30%;	
	text-align:center;
	margin-bottom:60px;
	
}

.slogan {
	font-family:"Osh-b";
	font-size:44px;
	padding:10px;
	background:url(../images/slogan_bg.png) center center no-repeat;
	margin-top:15px;
	
}

.white {
	color:#FFF;
}

#order {
	width:80%;
	margin:0 auto;
}

.o-1 {
	font-size:44px;
	font-weight:bold;
}

.phone {
	font-size:110px;
	font-weight:bold;
	line-height:110px;
}

.o-2 {
	font-size:54px;
	font-family:"Osh-b";
}

#list {
	width:80%;
	margin:40px auto;
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
	
}

#list li {
	list-style-image:url(../images/bullet.png);
	margin-right:50px;
}

#mainslider {
	position:relative;
	direction:ltr;
	overflow:hidden;
	}

#bottom {
	margin:50px 0;	
}

#contact {
	background:#414143;
	padding:20px 20px;
}

.c-1 {
	font-size:35px;
	font-weight:bold;
}

.c-2 {
	font-size:50px;
	font-weight:bold;
}

.c-2 a {
	color:#e66a2c;
}

.c-3 {
	font-size:33px;
}


.send {
	width:100%;
	text-align:left;
}

#contact form {
	margin-top:20px;
}
/***********footer************/

#footer {
	padding:15px 0;
	font-size:16px;
	}


.credits {
	text-align:left;
}
.credits img {
	vertical-align:middle;
}