/*
    Theme Name: Habait
    Theme URI:
    Description: WP THEME /Bootstrap 3
    Author: EkDesign
    Author URI: 
    Version: 1.0
    Tags: 
*/

/* =GENERAL
-------------------------------------------------------------- */
/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);*/
@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#yaguarregular') 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#yaguarbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-size:29px;
	font-family: 'Osh';
	background: #FFF;
	line-height:1.3em;
	margin:0;
	padding:0;
	color:#000000;
	}

a {
    color: #575555;
    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, a:focus {
	text-decoration:none;
	color:#8a6d28;
}

a:focus { 
    outline: none;
}

strong {
	font-family:"Osh-b";
	font-weight:normal;
}

input,
textarea {
	box-sizing:border-box;
	border:none;
	padding:7px 5px;
	font-size:22px;
	margin-bottom:12px;
	width:100%;
	border-radius:6px;
	background:#FFF;
	color:#FFF;		
	-webkit-box-shadow: inset 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    inset 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         inset 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
}

input[type="submit"] {
	cursor:pointer;
	padding:10px 25px;
	text-align:center;
	background:#000;
	color:#FFF;
	border:none;
	font-size:20px;
	-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: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;
}

input[type="submit"]:hover {
	background:#686868;
}


::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}

/*
.linkfocus {
	outline: #00478E 2px solid !important;
	}
	
#acp_skiplinks.left li a {
	left:50px !important;
	font-size:20px !important;
}

#acp_skiplinks li a:focus {
	top: 10% !important;
}
*/

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:50px 0;
	background:#fff;
}

#header {
	
	
}

#menurow {
	background:#19242f;
	padding:25px 0;
	border-bottom:#fec440 2px solid;
}
/* =HEADER
-------------------------------------------------------------- */
#toprow {
	background:rgba(71, 57, 40, 0.7);
	padding-top:20px;
}

.top-left {
	padding-top:10px;
	padding-bottom:20px;
	text-align:left;
	}


.logo {
	text-align:left;
	
	}


.lang {
	line-height:12px;
	margin-top:-20px;
	margin-bottom:20px;
}
.lang ul {
	padding:0;
	margin:0;
	list-style: none;
	}

.lang li {
	display: inline-block;
	font-size:12px;
	line-height:12px;
	padding:0;
	margin-left:5px;
}

/* =MENUS
-------------------------------------------------------------- */

.menu-primary-container {
    position:relative;
   	z-index: 10;
	text-align:right;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float: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;
	  
}


.menu-primary ul {
	min-width: 200px;
}


/* First Level - Menu Primary */

.menu-primary li li {
	
	}
	
.menu-primary li:before {
	display: block;
	color:#fec440;
	text-align: center;
	font-size:24px;
}

.menu-primary li a {
	font-family: "Osh";
	font-size:24px;
	display:block;
	color:#fff;    
    padding: 5px 15px;
	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;
	}
	

.menu-primary li:hover, .menu-primary li:active, .menu-primary li:focus, 
.menu-primary li.current-cat, .menu-primary li.current_page_item, .menu-primary li.current-menu-item {
	
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	 color: #fec440;
		
}



/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:200px;
	text-align:right;
	z-index:99999999;
	margin:0;
		
}

.menu-primary li li {
	padding:0;
}

.menu-primary li li a {
	font-size:15px;
	background: #ed9412;
	color:#FFF;
	padding:15px 10px;
	border-radius:0;
	z-index:99999999;
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background:#594b34;
		   
}

.sf-sub-indicator {
	display:none;
}

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
	padding-left:8px;
	padding-right:8px;
}

/***************************************HOMEPAGE*************************/
.hometitle-row {
	position: relative;
	z-index:10;
	margin-top:-27px;
	margin-bottom:30px;
	background:url(images/hometitle_bg.png) right no-repeat;
	text-align: right;
		
}

.home-title {
	display: inline-block;
	font-size:44px;
	line-height:1.5em;
	color:#FFF;
	font-style: italic;
	background:url(images/hometitle_bg.png) left no-repeat;
	background-size: cover;
	padding-left:50px;
}

.home-title span {
	color: #d4a63c;
}


/**************SLIDER*************/
#mainslider {
	position: relative;
	width:100%;
	overflow:hidden;
	z-index:1;
	max-height:767px;
	overflow: hidden;
}

.corner {
	position: absolute;
	left:0;
	bottom:0;
	z-index:100;
	width: 539px;
	height:637px;
	background:url(images/corner_lg.png) bottom no-repeat;
}

.more {
	display: block;
	margin-top:15px;
	
}

.more a {
	display: inline-block;
	padding:10px 10px;
	background:#181818;
	color:#FFF;
	text-align: center;
}



/*********RELATED***************/

#relatedrow {
	position:relative;
	padding:30px 0;
	background:#181818;
	
}

#related-scroll {	
	margin:0 -28px;
	overflow: hidden;
}

.related-art {
	position:relative;
	display:block;
}

.rel-hover {
	position: absolute;
	display: none;
	bottom: -350px;
	left:0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	padding:15px;
	direction:rtl;
		}

.related-art:hover .rel-hover {
	position: absolute;
	display: block;
	bottom: 0px;
	animation: slideInUp 1s;
	
	}
	
.rel-h-logo {
	text-align: center;
	margin-bottom:20px;
}

.rel-h-logo img {
	display: inline-block;
}
.rel-hover a {
	color:#FFF;
}
.rel-title {
	font-family:"Osh-b";
	font-size:22px;
	color:#FFF;
}

.rel-more {
	display: block;
	color:#fec440;
	margin-top:10px;
	font-size:22px;	
}

.rel-more a {
	display: inline-block;
	padding:15px;
	border:#fec440 1px solid;
	border-radius:6px;
}

.rel-title a {
	color:#FFF;
}
	
#home-articles-row {
	background:url(images/home_bg.jpg) no-repeat;
	background-size: cover;
	padding:50px 0;
}

/*********GENERAL*******/

.no-img {
	display:block;
	background:#251c15;
}

.title {
    color: #131701;
	margin-bottom:20px;
    font-size: 43px;
	font-family:"Osh-b";
	text-align:center;
	font-style: italic;
	    	
}

.title a {
    color: #3c3c3c;
    text-decoration: none;
}

.title a:hover {
	color:#000;
}

.border {
  background: url(images/border.png) repeat-x;
  height: 8px;
  margin: 15px 0;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image.alignleft {
	margin-right:20px;
	margin-bottom:20px;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry ul,
.entry ol {
	margin-right: 30px;
}

.entry ul li {
	list-style:none;
}

.entry ul li:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:"\f06c";
	padding-left:5px;
	color:#a0cc39;

}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}

#topimage {
	position: relative;
	overflow: hidden;
}

#topimage img.topimg {
	width:100%;
	height:auto;
	}
	
.corner-small {
	position: absolute;
	z-index:10;
	bottom:0;
	left:0;
	width:30%;
	height:340px;
	text-align: left;
		}

.corner-small img.cornerimg {
	display:inline-block;
	max-height:340px;
	width: auto;
	max-width:100%;
	}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.featured-img.alignleft {
	padding-right:20px;
	padding-bottom:20px;
	
}

.featured-img.alignright {
	padding-left:20px;
	padding-bottom:20px;
	
}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}

#breadcrumbs {
	float:left;
}




/**********posts-loop***************/


.page-title {
	font-family: 'Osh-b';
   	font-size: 43px;
	font-style: italic;
	color:#131701;
	margin-bottom: 20px;
	}
	

.article {
	margin-bottom:20px;
	position:relative;
			
}

.article-inner {
	padding:20px 10px;
	text-align:center;
}

#home-articles-row .article .featured_image img {
	border-radius:3px;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
	
	}
	
#home-articles-row .article .featured_image img:hover {
	  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
-webkit-filter: grayscale(0%);
}

article .featured_image img {
	border-radius:3px;
}
	
.article .read-btn {
	color:#000;
	display: inline-block;
	padding:10px;
	border:#000 1px solid;
	border-radius:6px;
	margin-top:10px;
	font-family:"Osh-b";
}

.article .read-btn:hover {
	color:#000;	
}

.article .no-img {
	background:#251c15;
	}

.featured_image.alignright {
	margin-left:30px;
	margin-bottom:20px;
}

.post-title {
	font-family:"Osh-b";
	font-size:40px;
	color: #000000;
	margin-bottom:10px;
	font-style:italic;
	
}

.post-title a {
	color: #000000;
}

.post-title a:hover {
	color: #000;
}

.more-btn {
	margin:10px 0;
}

/*****************PROJECTS*******************/
#onepage-menu {
	background:url(images/project_menu_bg.png) right no-repeat;
}

#onepage-menu a {
	display: inline-block;
	font-size:28px;
	padding: 12px 25px;
	color:#FFF;
}

#onepage-menu a:hover {
	color:#d0a33a;
}

#pr-about,
#pr-gallery,
#movie {
	padding:30px 0;
}

.pr-title {
	font-size:43px;
	font-family:"Osh-b";
	font-style:italic;
	color:#131701;
	margin-bottom:20px;
}

.pr-title a {
	color:#131701;
}

.gallery-image {
	margin-bottom:30px;
}

#greyrow {
	padding:40px 0;
	background:#ececec;
}

.files {
	padding:20px 0;
}

.files a {
	color: #000;
    display: inline-block;
    padding: 12px 15px;
    border: #000 1px solid;
    border-radius: 6px;
	margin-left:10px;
	font-family:"Osh-b";
	font-size:29px;
       
}

.movie-entry {
	
}

/****************PROJECTS PAGE**********************/
.yellow-title {
	position:absolute;
	bottom:0;
	right:0;
	font-size:25px;
	font-family:"Osh-b";
	font-style:italic;
	color:#000000;
}

.yellow-title a {
	display: block;
	text-align:center;
	padding: 15px 20px;
	padding-left:40px;
	background:url(images/pr_yellow_bg.png) left no-repeat;
	background-size: cover;
	color:#000000;
}

#projects-list .article .featured_image{
	background:#000;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#projects-list .article .featured_image img:hover {
	opacity:0.8;
}

#projects-menu {
	margin-bottom:30px;
}
.projects-menu-bg {
	display: inline-block;
	background:url(images/project_menu_bg.png) left no-repeat;
	background-size: cover;
	padding-bottom:15px;
	padding-top:10px;
	padding-left:50px;
	padding-right:20px;
	}
	
#projects-menu li {
	display: inline-block;
	float: none;
	
}

#projects-menu li a {
	display: inline-block;
	padding:10px 10px;
	color:#FFF;
	font-size:28px;
	font-style: italic;
}

#projects-menu li a:after {
	content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
	margin-right:10px;
}

/**********************NEWS****************/
.news {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: #DEDEDE 1px solid;
}

.news .post-title {
	font-size:30px;
}

.news a.newstitle {
	color:#000;
	font-style: italic;
}

.news a.newstitle:hover {
	text-decoration: underline;
}

.news:last-child {
	border-bottom: none;
}

.news .more-btn a {
    color: #000;
    display: inline-block;
    padding: 10px;
    border: #000 1px solid;
    border-radius: 6px;
    margin-top: 10px;
    font-family: "Osh-b";
}


.slides-lg {
	margin-bottom:30px;
}

.slides-th {
	text-align:center;
}

/******************STAFF**************/

#blackrow {
	padding:30px 0;
	background:#535353;
	color:#FFF;
	
}
.staff-title-bg {
	display: inline-block;
   	padding: 15px 20px;
    padding-left: 60px;
    background: url(images/pr_yellow_bg.png) left no-repeat;
    background-size: cover;
    color: #000000;
}

.subtitle {
	font-size:25px;
	color:#000000;
	}
.subtitle.t1 {
	font-family: "Osh-b";
}

#staff {
	padding:40px 0;
}

.box-item {
	position: relative;
	line-height:1em;
	margin-bottom:30px;
	}

.box-image {
	border: #C9C9C9 1px solid;
}

.box-title {
	display: block;
	position: absolute;
	bottom: 0;
	right:0;
}

.box-title-bg {
	display: inline-block;
   	padding: 7px 10px;
    padding-left: 50px;
    background: url(images/pr_yellow_bg.png) left no-repeat;
    background-size: cover;
    color: #000000;
}

/***********************CONTACT***********************/

.contact-page {
	padding-bottom:50px;
}

#contactrow {
	padding:40px 0;
	position: relative;
    z-index: 10;
    margin-top: -27px;
    background: #fec440;
}

.contact-title-bg {
	position: absolute;
	width:100%;
	top:-20px;
	right: 0;
	background: url(images/cont_t_bg.png) right no-repeat;
	z-index:10;
}

#contactline {
	padding-top:105px;
	}

#contactline input, #contactline textarea {
	width:26%;
	float:right;
	margin-left:2%;
	color:#333;
	
}

#contactline input[type="submit"] {
	width:15%;
	padding-top:7px;
	padding-bottom:7px;
	float: left;
	margin-left:0;
	color:#FFF;
}


.acf-map {
	width:100%;
	min-height:360px;
}

#location {
	direction:ltr;
}

#sidecontact {
	background:#514944;
	padding:20px;
}

#sidecontact .title {
	color:#FFF;
	font-size:28px;
	margin-bottom:20px;
}

#sidecontact input[type="submit"] {
	width:100%;
	text-align:center;
}

.entry.contact-page {
	line-height:1.5em;
	font-size:18px;
}

#contact-page input,
#contact-page textarea  {
	border:#c5c5c5 1px solid;
	background:#f5f5f5;
}

#contact-page input[type="submit"] {
	background: #251c15;
	width:40%;
}

#contact-page input[type="submit"]:hover {
	    background: #ed9412;
}

.contact-image {
	margin:20px 0;
}


.c-li {
	margin-bottom: 10px;
}

.c-li i {
	margin-left:10px;
}

.tel i {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}
#footer-area .c-li {
	border-bottom: 1px solid #2677ab;
}

#contact-footer .col {
	float:right;
	width:31.3%;
	margin-left:3%;
	}
#contact-footer .col:last-child {
	margin-left:0;
}

#contact-footer textarea {
	width:100%;
	height:80px;
	overflow:auto;
}

#contact-footer input[type="submit"] {
	float:left;
	}
	
/**************SIGNUP**************************/
#newsletter-signup {
}

.singup-title {
	color:#fec440;
	font-family:"Osh-b";
	font-size:22px;
	margin-bottom:10px;
	
}

.sml_email {
	width:80%;
	float: right;
}
.sml_email input {
	background:#505050;
	border: none;
	border-radius: 0 6px 6px 0;
	box-shadow: none;
	color:#aaa7a7;
	}
	
	.sml_email ::-webkit-input-placeholder {
   color: #aaa7a7;
}

.sml_email :-moz-placeholder { /* Firefox 18- */
   color: #aaa7a7;  
}

.sml_email ::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa7a7;  
}

.sml_email :-ms-input-placeholder {  
   color: #aaa7a7;  
}

.sml_submit {
	width:20%;
	float:right;
}

.sml_submit input {
	background:#fec440;
	color:#000;
	font-size:36px;
	line-height:36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 6px 0 0 6px;
	padding: 7px 25px;
}

.sml_submit input:hover {
	background:#eeaa10;
}

/* =FOOTER
-------------------------------------------------------------- */

.footer-bg {
	position: relative;
	background:#000;
}

.footer-cover {
	
	position: absolute;
	width: 100%;
	height:392px;
	background:url(images/footer_bg.jpg) bottom center no-repeat;
	background-size:cover;
	opacity:0.3;
	bottom:0;
	z-index:0;
	}

#footer {
	position: relative;
	z-index:10;
	color: #aaa7a7;
	font-size:22px;
	}

#footer a {
	color:#aaa7a7;
}
#footer a:hover {
	color:#FFF;
}

#footer .menu li{
	display:block;
	float:none;
}

#footer .menu li a {
	display:block;
}

#footer .social-icons {
	margin:20px 0;
}

#footer .social-icons a {
	display: inline-block;
	font-size:18px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#FFF;
	border-radius:50%;
	color:#000;
	margin-right:5px;	
}

.widget-title {
	font-size:22px;
	padding-bottom:10px;
	margin-bottom: 10px;
	color:#fec440;
}

.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget ul li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:7px;
}

.footer-widget-title {
	font-family: "Osh-b";
	margin-bottom:20px;
	color:#fec440;
}

#bottom {
	position:relative;
	padding:15px 0;
	font-size:16px;
	color: #aaa7a7;
	
	}
	
#bottom .container {
	border-top:#514944 1px solid;
	padding-top:15px;
}
#bottom a {
	color: #aaa7a7;
}

#copyrights {
	text-align:right;
	}
#credits {
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}

.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}

.mk-go-top i {
	padding:10px 20px;
}


/* =END
