/*   
Theme Name: eshkolhousing
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Chen Oren @LEOS
Version: 1.0
*/

/* CSS Document */

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url('css/contact.css');
@import url('fonts/almoni/almoni.css');
@import url('fonts/LCALLIG.TTF');


* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	border: none;
	outline: none;
}
h1 , 
h2 ,
h3 { 
	font-weight: normal; 
	margin: 0 0 0 0;
}

p { 
	margin: 0 0 0 0; 
}
a {
	text-decoration:none;
	color:inherit; 
}
a:hover {
	text-decoration:none; 
} 
ul { 
	margin: 0 0 0 0;
	list-style:none; 
}
nav {
	background-color:rgba(0, 0, 0, 0.50);
	width:100%;
	text-align:center;
}
nav ul {
	display:inline-block;
}
nav ul li {
	display:inline-block;
	margin-left:10px;
}
nav ul li a {
	display:block;
	line-height:100%;
	color:white;
}
body {
	font-family: 'Open Sans', sans-serif;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
.clearfix {
	clear: both;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
}
header {
	margin: 15px 0;
}
header .logo {
	display:inline-block;
	width:49%;
	vertical-align:top;	
	text-align:left;
}
header .head_ph {
	color: #f8a022;
	font-size: 40px;
	margin-top: 30px;
	display:inline-block;
	width:50%;
	vertical-align:top;
	font-family:almoni;
	font-weight:bold;	
}
.body_area_one {
	background: url(images/back_bg_1.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 25px;
	height: 816px;
	overflow: hidden;
}
.body_area_one .entry p {
	font-size: 40px;
	color: #01244d;
	text-align: center;
}
.body_area_one .entry .text_2 {
	font-size: 40px;
	color: #783761;
	text-align: center;
	margin-bottom: 40px;
	font-weight:bold;
}
.body_area_one .contact_area {
	padding: 10px 20px 0px 20px;
	background: #783761;
	display:inline-block;
	width:29%;
	vertical-align:top;
	margin-right: -4px;
}
.body_area_one .slider {
	display:inline-block;
	width:67%;
	vertical-align:top;
	position: relative;
}
.body_area_one .contact_area h3 {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	font-family:almoni;
    margin-bottom: 3px;
}
.body_area_one .contact_area p {
	font-size: 21px;
	color: #ffffff;
	text-align: center;
	font-family:almoni;
}
.body_area_one .contact_area input[type="text"],
.body_area_one .contact_area input[type="tel"],
.body_area_one .contact_area input[type="email"], 
.body_area_one .contact_area input[type="number"],
.body_area_one .contact_area input[type="date"]{
	width: 96%;
	padding: 0 2%;
	height: 40px;
	border-radius: 5px;
	background: rgba(255,255,255,0.7);
	direction:ltr;
    text-align: left;
}
.check_in{
	display:inline-block;
	width:48%;
	vertical-align:top;
}
.check_out{
	display:inline-block;
	width:50%;
	vertical-align:top;
}
.body_area_one .contact_area .small_fild {
	width: 42% !important;
	float: left;
}
.body_area_one .contact_area .right_align {
	float: right;
}
.body_area_one .contact_area input[type=submit] {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	height: 36px;
    margin-top: 14px;
	cursor: pointer;
	border-radius: 5px;
	background: #697587;
	background: -moz-linear-gradient(top, #697587 0%, #020b19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #697587), color-stop(100%, #020b19));
	background: -webkit-linear-gradient(top, #697587 0%, #020b19 100%);
	background: -o-linear-gradient(top, #697587 0%, #020b19 100%);
	background: -ms-linear-gradient(top, #697587 0%, #020b19 100%);
	background: linear-gradient(to bottom, #697587 0%, #020b19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#697587', endColorstr='#020b19', GradientType=0 );
}
.body_area_one .contact_area input[type=submit]:hover{
	opacity:0.8;
}
.body_area_two {
	background: url(images/back_bg_2.jpg) no-repeat center top;
	background-size: cover;
}
.body_area_two .container{
	background:url(images/body_2_middle_bg.jpg) repeat;
	width:950px;
	padding:40px;
}
.body_area_two .map_block li{
	font-size:20px;
	margin-bottom:30px;
	display:inline-block;
	width:33%;
	vertical-align:top;
}
.map_block_img{
	display:inline-block;
	width:25%;
	vertical-align:top;
}
.map_block_text{
	display:inline-block;
	width:52%;
	vertical-align:top;
    text-align: left;
	font-family:lucida calligraphy;
}
.body_area_two h2{
	color:#8f6439;
	font-size:25px;
	margin-bottom:30px;
	text-align:center;
	direction:ltr;
	font-family:almoni;
}
.body_area_two h2 span{
	font-style:italic;
	font-weight:400;
}
.body_area_two h1{
	padding:15px 0;
	border:1px solid #783761;
	border-left:0;
	border-right:0;
	color:#783761;
	font-size:35px;
	text-align:center;
	margin-bottom:30px;
	font-family:almoni;
	font-weight:bold;
	direction:ltr;
}
.body_area_two .body_two_left{
	display:inline-block;
	width:60%;
	vertical-align:top;
	color:#01244d;
	text-align: left;
}
.body_area_two .body_two_right{
	display:inline-block;
	width:36%;
	vertical-align:top;
	padding:15px;
	background:#dad9d9;
	color:#01244d;
	direction:ltr;
}
.body_area_two .body_two_left .body_two_left_text{
	margin-bottom:40px;
	font-weight:700;
	font-family:almoni;
	font-size:19px;
	display:inline-block;
	width:80%;
	vertical-align:top;
	direction:ltr;
	text-align: left;
}
.body_two_left_img{
	display:inline-block;
	width:10%;
	vertical-align:top;
}
.body_two_right_text{
	display:inline-block;
	width:93%;
	vertical-align:top;
	direction:ltr;
	margin-bottom:20px;
	font-weight:700;
	font-size:15px;
}
.body_two_right_img{
	display:inline-block;
	width:5%;
	vertical-align:top;
}
.body_area_two .body_two_left p:last-child{
	margin-bottom:0;
}
.body_area_two .body_two_right h3{
	font-size:25px;
	margin-bottom:20px;
}
.body_area_two .body_two_left p:last-child{
	margin-bottom:0;
}
.text_3{
	font-family:lucida calligraphy;
}
	


/*footer*/

.footer_one{
	background:#bda86f;
	padding:25px 0 50px 0;
	text-align:center;
}
.footer_one p{
	font-family:almoni;
	font-size:27px;
}
footer{
	background:#783761;
	font-size:27px;
	font-weight:700;
	color:#ffffff;
	padding:15px 0 20px 0;
	text-align:center;
	font-family:almoni;
}
footer .shoe_img{
	margin-top:-50px;
	float:left;
}
footer p span{
	font-size:40px;	
}
#leos{
   width:100%;
    background-color:#000;
    text-align:center;
}
#leos img{
    padding-top: 10px;
	height:50px;
}
#leos a{
    position:relative;
}
#leos span{
    opacity:0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 0px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition:.3s;
}
#leos a:hover span{
    right: -110px;
    opacity:1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
 
@-webkit-keyframes flipInY {
    0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    }
    40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    }
}
@keyframes flipInY {
    0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    }
    40% {
    transform: perspective(400px) rotateY(-10deg);
    }
    70% {
    transform: perspective(400px) rotateY(10deg);
    }
    100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
    }
}

	@media screen and (max-width: 1024px){

		.container,
		header .head_ph,
		header .logo,
		.body_area_one .contact_area,
		.body_area_two .container,
		.body_area_two .map_block li,
		.body_area_two .body_two_right,
		.body_area_two .body_two_left {
			width:95%;
			margin:0 auto;
		}
		header .head_ph{
			display:block;
			font-size:27px;
			margin-top:0px;
		}
		header .logo{
			display:block;
		}
		.body_area_one{
			height:auto;
		}
		.body_area_one .entry p,
		.body_area_one .entry .text_2{
		    font-size: 18px;	
		}
		.body_area_one .entry .text_2{
			margin:15px 0 15px 0;
		}
		.body_area_one .slider{
			width:100%;
			display:block;
		}
		.body_area_one .contact_area{
		    padding: 10px 8px 0px 8px;
			display:block;
		}
		.body_area_two .container{
			padding:0px;
		}
		.body_area_two .map_block li{
			display:block;
			margin-bottom: 30px;
			padding-top:25px;
		}
		.body_area_two h2{
			font-size:21px;
		}
		.body_area_two h1{
			font-size:26px;
		}
		.body_area_two .body_two_right{
			padding: 8px;
		}
		.body_area_two .body_two_right h3{
			font-size:23px;
		}
		.body_two_left{
			padding-top:25px;
		}
		.body_area_two .body_two_left .body_two_left_text{
			width:88%;
			font-size:16px;
		}
		.footer_one p{
		    font-size: 21px;
		}
		footer{
			font-size: 18px;
		}
		footer .shoe_img{
			float: inherit;
		}

	 }
