/*
    Theme Name: TrouverenIsrael
    Theme URI:
    Description: Business/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@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 {
    color: #5b5b5b;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
	line-height:1.5em;
	margin:0;
	padding:0;
	}

a {
    color: #333;
    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 {
	text-decoration:none;
	color:#3679ad;
}

a:focus {
	text-decoration:none;
	outline:none;
}

a.linkfocus  {
	text-decoration: underline;
	outline:#061644 1px dotted;
}

input,
textarea,
select {
	width:100%;
	border:#c9c9c9 1px solid;
	border-radius:6px;
	padding:7px 5px;
	border-radius:4px;
	margin-bottom:12px;
	font-size:16px;	
}

input[type="submit"] {
	cursor:pointer;
	padding:7px 15px;
	text-align:center;
	color:#FFF;
	background:#248DD1;
	border:none;
	font-size:16px;
	 	-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:#1a77b5;
}


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



#sidebar{
	
}

#content {
	padding:20px 0;
	
	
	}

#content-home {
	
	}

#main {
	position:relative;
}




/* =HEADER
-------------------------------------------------------------- */

#header {
	
	}


.top-nav{
	position:relative;
	padding:20px 0;
    background: rgba(48,114,196,1);
    background: -moz-linear-gradient(left, rgba(48,114,196,1) 0%, rgba(64,130,201,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(48,114,196,1)), color-stop(100%, rgba(64,130,201,1)));
    background: -webkit-linear-gradient(left, rgba(48,114,196,1) 0%, rgba(64,130,201,1) 100%);
    background: -o-linear-gradient(left, rgba(48,114,196,1) 0%, rgba(64,130,201,1) 100%);
    background: -ms-linear-gradient(left, rgba(48,114,196,1) 0%, rgba(64,130,201,1) 100%);
    background: linear-gradient(to right, rgba(48,114,196,1) 0%, rgba(64,130,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3072c4', endColorstr='#4082c9', GradientType=1 );
   }
.logo {
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	text-align:left;
	    	
}

.logo a {
	display:block;
}

.logo a:focus {
	
}

.logo a.linkfocus {
	border:#FFF 1px solid;
}

.img-nav {
	text-align:right;
}



.topsearch {
	position:relative;
	width:9%;
	display:inline-block;
	text-align:right;
	height:120px;
	}
	
.topsearch i {
	
}

.topsearch a {
	display:block;
	color:#FFF;
	position:relative;
	top:50%;
}

.topsearch a.linkfocus {
	border:#FFF 2px solid;
}

.social {
	width:200px;
	float:left;
	margin-right:8px;
	font-size: 26px;
	letter-spacing:5px;
}

.social a {
	color:#6a6a6a;
}


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

/* Menu Primary
----------------------------*/



#topmenu {
	padding-top:20px;
	text-align:center;
	position:relative;
		
}

.menu-primary-container {
    position:relative;
   	z-index: 400;
	padding:0;	
   }

.menu-primary li{
	display:inline-block;
	float:none;
	}


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


/* First Level - Menu Primary */

.menu-primary li a {
 border-right: 1px solid #309DFA;
    color: #fff;
    font-size: 18px;
    padding:10px 10px;

	}
.menu-primary li:first-child a	 {
	margin-left:0;
}

.menu-primary li:last-child a{
    border-right: 0;
	margin-right:0;
}


.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 {
	text-decoration:underline;

}


/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:250px;
	text-align:left;
	z-index:99999999;
	padding:10px 0;
	background:rgba(48,114,196,0.8);
		
}

.menu-primary li li{
	display:block;
	float:none;
	height: auto !important;
	border-radius: 0;	  
}


.menu-primary li li a {
	color:#FFF;
	padding:10px 15px;
	border-bottom:#74B8DC 1px solid;	
	    }

.menu-primary li li:hover, .menu-primary li li:active, .menu-primary li li:focus, 
.menu-primary li li.current_page_item, .menu-primary li li.current-menu-item  {
	text-decoration:none;
	background:rgba(48,114,196, 1);
  
}


.menu-primary li:last-child a{
  border: none;
}


.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;
	
 
}

.menu-primary li li a.linkfocus {
	
	
	}




/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 5px;
    top:  0;
    padding: 9px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}

#acp_skiplinks.right li a {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
}

/******************MENU SECONDARY*******************/
.menu-secondary li{
	display:inline-block;
	float:none;
	}


.menu-secondary-container {
    position:relative;
   	z-index: 400;
	padding:0;	
   }
.menu-secondary li a {
	 border-right: 1px solid #FFF;
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;

	}
.menu-secondary li a:hover {
	text-decoration: underline;
}

.menu-secondary li:last-child a {
	border-right: none;
}

.menu-secondary li:first-child a {
	padding-left:0;
}

/***************HOMEPAGE**************/

.main-search{
	position:relative;
    background: url("images/main-search.jpg") center center;
	background-size: cover;
	padding-top:40px;
	padding-bottom:87px;
}

.home .main-search {
	padding-bottom: 270px;
}

#top-banners {
	margin-bottom:40px;
}

#banners-scroll {
	width:100%;
	max-height:205px;
	overflow: hidden;
}

#site-intro {
	padding-bottom:50px;
	text-align: center;
	color:#FFF;
}

#site-intro .line1 {
	font-size:50px;
	line-height:1;
	font-weight: bold;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:10px;
}

#site-intro .line2 {
	font-size:20px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#site-intro .line2 a {
	color:#FFF;
}




#scrollrow {
	position:relative;
	top: -183px;
	margin-bottom:-183px;
	background-color: rgba(47,128,207,0.45);
    padding:22px 0;
}

.scroll-title {
	color: #e3c833;
    font-size: 25px;
    margin-left: 112px;
	margin-bottom:10px;
}

#fscroll {
	position:relative;
	padding:15px 60px;
}

.scroll-item img {
	display: inline-block;
	margin-right:5px;
}

.catlink {
	display:block;
	margin-bottom:10px;
	color:#FFF;
	font-size:18px;
}

#eventsrow {
	padding:30px 0;
	background: url(images/bg1.jpg) no-repeat;
	background-size: cover;
}

#toursrow {
	padding:30px 0;
	background: url(images/bg2.jpg) no-repeat;
	background-size: cover;
}

#professionalsrow {
	padding:30px 0;
	background: url(images/bg3.jpg) no-repeat;
	background-size: cover;
}

.more-link {
	color: #141318;
	font-size:22px;
	text-align:right;
	display:block;
	line-height:30px;
}

/**************homeloop**************/
.homepost {
	background:#FFF;
	color:#000;
	padding:10px;
	font-size:18px;
}

.main-img {

	overflow:hidden;
}

.hl-title {
	font-size:22px;
	margin:10px 0;
}

.hl-title a {
	color:#000;
}

.homepost .entry {
	height:3em;
	overflow:hidden;
}

.h-phone  {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#a94caa;
	font-weight:bold;
	}


.h-phone a {
	color:#a94caa;
}

.h-city {
	font-size:16px;
	height:3em;
	line-height:1em;
	overflow:hidden;
}


.site-btn a {
	border-radius: 6px;
    color: #fff;
    display:inline-block;
    font-size: 21.3px;
	padding:10px 10px;
   	background: #B25EB3;
    background: -moz-linear-gradient(top, #B25EB3 0%, #B25EB3 42%, #a94caa 42%, #a94caa 100%);
    background: -webkit-linear-gradient(top, #B25EB3 0%,#B25EB3 42%,#a94caa 42%,#a94caa 100%);
    background: linear-gradient(to bottom, #B25EB3 0%,#B25EB3 42%,#a94caa 42%,#a94caa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B25EB3', endColorstr='#a94caa',GradientType=0 );
}

#toursrow .site-btn a {
	ackground: #4dacea;
    background: -moz-linear-gradient(top, #4dacea 0%, #4dacea 42%, #39a3e8 42%, #39a3e8 100%);
    background: -webkit-linear-gradient(top, #4dacea 0%,#4dacea 42%,#39a3e8 42%,#39a3e8 100%);
    background: linear-gradient(to bottom, #4dacea 0%,#4dacea 42%,#39a3e8 42%,#39a3e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dacea', endColorstr='#39a3e8',GradientType=0 );
}

#toursrow .h-phone a {
	color: #39a3e8;
}

#professionalsrow .h-phone a {
	color: #c5ac03;
}

#professionalsrow .site-btn a {
	background: #d1bd35;
    background: -moz-linear-gradient(top, #d1bd35 0%, #d1bd35 42%, #c5ac03 42%, #c5ac03 100%);
    background: -webkit-linear-gradient(top, #d1bd35 0%,#d1bd35 42%,#c5ac03 42%,#c5ac03 100%);
    background: linear-gradient(to bottom, #d1bd35 0%,#d1bd35 42%,#c5ac03 42%,#c5ac03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1bd35', endColorstr='#c5ac03',GradientType=0 );
}

/**************BANNERS****************/
.bannersrow {
	padding:30px 0;
	background:#FFF;
}

#margin-banners {
	width:100%;
	position: fixed;
	top:300px;
	z-index:100;
			
}

#margin-banners img {
	max-width:165px;
}

.home #margin-banners {
	width:100%;
	position: fixed;
	top: auto;
	bottom: 500px;
	z-index:100;
			
}

.banner-margin:nth-child(odd){
	left:1%;
	position:absolute;
	z-index:100;
	
}

.banner-margin:nth-child(even) {
	right:1%;
	left:auto;
	position: absolute;
	z-index:1;
}

.banner-item {
	text-align:center;
}

.banner-item img {
	max-height:116px;
}






/****************GRID BOXES*****************/
#boxes {
	padding:30px 0;
}

.grid-box {
	display:block !important;
	margin-bottom:30px;
	text-align:center;
}

.grid-box img {
	border-radius:50%;
	margin-bottom:30px;
}

.box-title {
	font-family: Montserrat;
	font-size:19px;
	height:2em;
	color: #77acb2;
}
.grid-box .entry {
	height:10em;
	}

.post-title {
	padding:0;
	margin:0;
	color: #238cd1;
    font-size: 18px;
    font-weight: bold;
	margin-bottom:10px;
}

.subtitle {
	font-weight: bold;
	color:#000;
	font-size:16px;
}

.post-title a {
	display:block;
	color: #238cd1;
}
.post-title a:hover {
	color: #000;
}

.post-title.colored-3 a  {
	color:#a94caa;
}
.post-title.colored-6 a  {
	color:#D44346;
}

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


.bus-info {
	border-left: 1px solid #D9D9D9;
	padding-left:15px;
	line-height:1.5em;
}

.bus-info .tel {
	display:block;
	color: #238cd1;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 6px;
}

.bus-info .tel.colored-3 {
	color:#a94caa;
}
.bus-info .tel.colored-6 {
	color:#D44346;
}

.bus-info .tel.colored-5 {
	color:#000;
}


/*****************TABS*******************/

.yellow {
	background: #FFE138;
}

.violet {
	background: #a94caa;
}
.blue {
	background: #248DD1;
}

.red {
	background: #D44346;

}

.r-tabs .r-tabs-accordion-title a {
	color:#FFF;
}

.r-tabs .r-tabs-accordion-title {
	background: #a94caa;
	font-size:22px;
	margin:1px 0;
	border-radius:6px;		
}

#searchtabs .r-tabs-accordion-title:nth-child(2) {
	background: #248DD1;
}

.listitems.r-tabs-nav {
	
	}

.listitems li {
	font-size:22px;
	padding:0;
	margin:0;
	text-align:center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	width:24.7%;
	margin-right:1%;
}

.listitems li#tab-4 {
	margin-right:0;
	width:25%;
}

.listitems li a {
	
	display:block;
	color: #FFF;
	text-align:center;
}

.searchandfilter ul {
	margin:0;
	padding:0;
}

.searchandfilter ul li {
	padding:0;
	display: inline-block;
}

.searchandfilter input[type="text"],
.searchandfilter select {
	display:inline-block;
	border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 5px gray inset;
    font-size: 22px;
    padding: 18px 20px;
	}
.searchandfilter select option {
	font-size:16px;
}
.searchandfilter input[type="text"] {
	width:88%;
}

.searchandfilter select {
	width:100%;
}

.sf-field-search {
	width:60%;
}

.sf-field-search:after {
	display:inline-block;
	content:"près";
	margin: 16px 0;
	font-size: 25px;
	color:#000;
	width:12%;
	text-align:center;
}

.sf-field-taxonomy-city {
	width:30%;
}

.sf-field-submit {
	width:10%;
	text-align:right;
	vertical-align: top;
}

.sf-field-submit input[type="submit"] {
	display:inline-block;
    background: rgba(0, 0, 0, 0) url("images/searchoptions.png") no-repeat scroll 0 0;
    border: 0 none;
	height:70px;
	width:100px;
	padding: 20px 20px;
   }
   
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item {
	line-height:1.5em;
	font-size:16px;
	padding:10px;
 }
 
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:focus  {
	outline:none;
	background:#F6F6F6;
	border:none;
}


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

.entry table {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
	border:none;
    border-collapse: collapse;
 }

.entry table th {
	background:#77acb2;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	padding:20px 10px;
}

.entry table td {
	width:33%;
	padding: 12px;
	border-top: none;
	border-left:none;
	border-right:none;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
	font-size:14px;
}


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

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

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



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

.content h2 {
	color:#000;
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:bold;
}



#breadcrumbs {
	padding:15px 0;
	font-size:14px;
}


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


.social-icons {
	margin:15px 0;
	font-size:30px;
}

.social-icons a {
	display: inline-block;
	margin-right:5px;
	color: #888;
}

.social-icons a:hover {
	color:#77acb2;
}

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

.main-img img {
	padding:0;
	margin:0;
}


.title {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 30px;
	line-height:1.3em;
	margin-bottom:20px;
   }

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



.framed .entry {
	padding:15px;   
}


.page-title {
	background-color: #eaeaea;
    border-bottom: 4px solid #222325;
    border-radius: 10px 10px 0 0;
	color: #222325;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 16px 6px 15px;
	margin:0;
	line-height:1.3em;
	}

.category .page-title {
	 border-bottom: 4px solid #238cd1;
	 }
.page-title.colored-3 {
	 border-bottom: 4px solid #a94caa !important;
}
.page-title.colored-6 {
	 border-bottom: 4px solid #D44346 !important;
}
.page-title.colored-5 {
	 border-bottom: 4px solid #FFE138 !important;
}

.page-title.colored-4 {
	 border-bottom: 4px solid #248DD1 !important;
}


.framed {
	display:block;
	border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.padding30 {
	height:30px;
}
.article {
	margin-bottom:15px;
}

.loop-img {
	border: 1px solid #D9D9D9;
}

.loop-img.no-image {
	padding:25px 15px;
}

.search-nf {
	padding:10px 20px;
	font-size:20px;
}

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

/********************TOPLINKS*************/
#toplinks {
	background: #238cd1; 
    border-radius: 6px;
    margin-bottom: 21px;
    padding:13px;	
}

.white-title {
	padding-bottom:10px;
	font-size:22px;
	color:#FFF;
	font-weight: bold;
}

#toplinks.colored-3 {
	background:#a94caa;
}
#toplinks.colored-6 {
	background:#D44346;
}

#toplinks.colored-5 {
	background:#FFE138;
}

.toplinks-inner {
	background:#FFF;
	padding:15px;
}

.terms-list {
	height:100px;
	overflow:hidden;
}

#more-slide {
	padding:10px 0;
	font-weight:bold;
}

#more-slide a {
	color:#238cd1;
}
#more-slide a:hover {
	color:#000;
}

/******************business page****************/
#topimage {
	margin-bottom: 25px;
    position: relative;
	border-radius: 8px;
}

#topimage img {
	border-radius: 8px 8px 0 0;
}

.bus-title {
	background-color: #eaeaea;
    border-radius: 0 0 8px 8px;
    border-top: 4px solid #238cd1;
    color: #222325;
    font-size: 25px;
    font-weight: bold;
    line-height: 52px;
    padding-left: 16px;
	margin:0;
}

.bus-title.colored-3  {
	border-top: 4px solid #a94caa;
	color:#a94caa;
}
.bus-title.colored-6 {
	border-top: 4px solid #D44346;
	color:#D44346;
}

.bus-title.colored-5 {
	border-top: 4px solid #FFE138;
	color:#000;
}


.bus-logo {
	border: 3px solid #fff;
    position: absolute;
    right: 17px;
    bottom: 25px;
}

#topimage .bus-logo img {
	border-radius:0;
}

.main-phone {
	position:relative;
	display: inline-block;
	background-color: #248dd1;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 48px;
    margin-left: -12px;
	margin-top:20px;
    padding:0 30px;
 
}

.main-phone:after {
border-color: #000 #000 transparent transparent;
    border-style: solid;
    border-width: 5px 6px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 0;
}

.main-phone.colored-3, .main-phone.colored-3:after {
	background-color:#a94caa;
	}
.main-phone.colored-6, .main-phone.colored-6:after {
	background-color:#D44346;
	}

.main-phone.colored-5, .main-phone.colored-5:after, .main-phone.colored-5 a {
	background-color:#FFE138;
	color:#000;
	}

.main-phone a {
	color:#FFF;
}

#details {
	margin:30px 0;
}

#details i {
	color: #222325;
	font-size:22px;
	margin-right:4px;	
}

#details img {
	display:inline-block;
	margin-right:2px;
	vertical-align: top;
}

.d-title {
	color: #222325;
    font-size: 16px;
    font-weight: bold;
}

.d-line {
	margin-bottom:10px;
}

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

.contact-details .d-title {
	font-size:22px;
	line-height:1em;
}

.contact-details a {
	color:#248DD1;
	font-family:"Osh-b";
}

.contact-details.colored-3 a {
	color:#a94caa;
	}
.contact-details.colored-6 a {
	color:#D44346;
	}

.contact-details.colored-5 a {
	color:#000;
	}

.b-title {
	background-color: #eaeaea;
    border-bottom: 4px solid #218ecf;
    border-radius: 10px 10px 0 0;
    color: #222325;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 14px 6px;
    margin: 0;
}

.b-title.colored-3  {
	border-bottom: 4px solid #a94caa;
	}
	
.b-title.colored-5 {
	border-bottom: 4px solid #FFE138;
	}
	
.b-title.colored-6  {
	border-bottom: 4px solid #D44346;
	}


.b-widget {
	margin:20px 0;
}

.b-widget .acf-map {
	margin:0;
	height:146px;
}

.info-item {
	margin-bottom:20px;
}


/****************ARTICLES BOXEDLOOP*********************/

#boxedrow {
	padding:15px;
}
#boxedrow .item {
	display:block;
	margin-bottom:30px;
}

.practice-col h3, .practice-col .over{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.practice-col a img{
	max-width: 100%;
	display: block;
	height: auto;
}
.practice-col {
	overflow: hidden;
}
.practice-col a {
	display: block;
	position: relative;
}
.practice-col h3 {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 51px;
    line-height: 24px;
    margin: 0;
    padding: 14px 10px;
    top: auto;
    transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.practice-col .over {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	color: white;
	font-size: 14px;
	line-height: 24px;
	visibility: hidden;
}
.practice-col .over .box {
	display: table;
	width: 100%;
	height: 100%;
}
.practice-col .over .box .block {
	display: table-cell;
    height: 100%;
    padding: 10px 14px;
    vertical-align: middle;
    width: 100%;
}
.practice-col .over .box .frame {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0 0;
}
.practice-col .over .box .title {
	color: white;
    display: block;
    font-family: "Open Sans Hebrew";
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 7px;
}
.practice-col .over .box p {
	line-height: 20px;
    margin: 0;
}
.practice-col:hover h3 {
	visibility: hidden;
	opacity: 0;
}
.practice-col:hover .over {
	animation-name: expand-up;
	-webkit-animation-name: expand-up;
	animation-duration: .7s;
	-webkit-animation-duration: .7s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important;
}
@keyframes expand-up {
	0%   {transform: translateY(100%) scale(0.6) scaleY(0.5);}
	60%  {transform: translateY(-7%) scaleY(1.12);}
	75%  {transform: translateY(3%);}
	100% {transform: translateY(0%) scale(1) scaleY(1);}
}
 @-webkit-keyframes expand-up {
	0%   {-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);}
	60%  {-webkit-transform: translateY(-7%) scaleY(1.12);}
	75%  {-webkit-transform: translateY(3%);}
	100% {-webkit-transform: translateY(0%) scale(1) scaleY(1);}
}
/*--------CONTACT---------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

#b-contact {
	background:#eaeaea;
}

#b-contact span {
	padding:0;
	margin:0;
}
#b-contact .your-name,
#b-contact .phone {
	display: inline-block;
	width:31%;
	margin-right:2%;
	margin-left:0;	
}

#b-contact .your-email {
	display: inline-block;
	margin-right:0;
	width:32.9%;
}
#b-contact textarea {
	height:74px;
	overflow:auto;
}

#b-contact .submit {
	
	}

	
#b-contact.colored-3 input[type="submit"] {
	background:#a94caa;
	}

#b-contact.colored-5 input[type="submit"] {
	background:#FFE138;
	color:#000;
	}
	
#b-contact.colored-6 input[type="submit"] {
	background:#D44346;
	
	}

#b-contact input[type="submit"] {
	float:right;
	width:150px;
	text-align:center;
	margin:0;
	}


#contact-form {
	margin-top:40px;
}

#contact-form .framed {
	background-color: #eaeaea;
}

.four {
	float:left;
	width:24%;
	margin-right:1%;
}
.four:last-child {
	margin-right:0;
	width:25%;
}

#contact-form textarea {
	height:80px;
	overflow:auto;
}

#contact-form input[type="submit"] {
	float:right;
	width:150px;
	text-align:center;
	margin:0;
	}

/**************ACCESIBILITY***************/

#acp_toolbarWrap button.acp_hide_toolbar {
	top:2% !important;
}

/*****404*********/

.entry.er404 {
	text-align:center;
	font-size:30px;
}

.e404 {
	    color:#248DD1;
		font-size:100px;
		line-height:1.5em;
		text-align:center;
		font-weight:bold;
		
}

.error404 #search {
	margin-top:30px;
	border-bottom: #5b5b5b 5px solid;
}

.error404 #search-button {
	color:#5b5b5b;
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #333333;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #DFDFDF;  
}

.wp-pagenavi a:hover {
    color: #A92E29;
    background:#F6F6F6;
}

.wp-pagenavi span.pages {
    color: #333333;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #333333;
    background: none;
}

/**************SIDEBAR***************/
#sidebar .widget-container,
#sidebar .posts-widget {
	padding:0;
	margin:0;
	border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 19px;
}

#sidebar .widget-title {
	background-color: #eaeaea;
    border-bottom: 4px solid #218ecf;
    border-radius: 10px 10px 0 0;
    color: #222325;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 14px 6px;
	margin:0;

}

.widget-container ul {
	padding:10px 15px;
	margin:0;
}
.widget-container li {
	list-style:none;
	padding:0;
	margin:0;
}

.posts-widget ul {
	padding:0 15px;
}

.posts-widget ul li {
	border-bottom: 1px solid #d7d7d7;
    margin-bottom: 14px;
    padding-bottom: 20px;
	padding-left:10px;
}
.posts-widget ul li:last-child {
	border: none;
}

.pw-image {
	float:left;
	width:40%;
	margin-right:10px;
	margin-bottom:10px;
}

.pw-title {
	font-weight:bold;	
	margin-bottom:10px;
	font-size:16px;
}

.pw-title a {
	color:#000;
}

.pw-title a:hover {
	color:#218ecf;
}

#sidebar .menu li {
	line-height:1.5em;
}

.art-link a {
	font-size:18px;
	display: block;
	padding:10px 0;
	border-bottom:1px solid #d9d9d9;	
}
.art-link:last-child a {
	border-bottom: none;
}


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

#footer {
	position: relative;
	background:#3679ad;
	font-size:17px;
	padding:36px 0;
	color:#FFF;
}

.footer-menu {
	margin-bottom:20px;	
}

#copyrights {
	text-align:left;
}

#credits {
	text-align: right;
}
#footer a {
	color:#FFF;
}


/*************GO TOP**************/

.mk-go-top {
	background-color: #ccc;
    background-color: rgba(0,0,0,.2);
    display: block;
    position: fixed;
	z-index:300;
    bottom: 15px;
    right: -60px;
    opacity: 0;
    width: 45px;
    height: 45px;
    text-align: center;
   /* -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	*/
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mk-go-top.off {
    right: -60px;
    opacity: 0;
}

.mk-go-top.on {
  right: 15px;
  opacity: 1;
}
.mk-go-top:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.mk-go-top i {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}


/****************IMAGE-GALLERY*****************/

#image-gallery {
	padding:30px 0;
}

.gallery-img {
	padding-bottom:30px;
}
.gallery-img_3 {
	display:block !important;
	margin-bottom:30px;
	text-align:center;
	padding:10px;
	border:#EEE 1px solid;
	border-radius:6px;
	height:162px;
	vertical-align:middle;
}


.gallery-img_3 img {
	max-height:162px;
	
	}






/* Search
----------------------------*/
#popup {
	width: 100%;
    height: 100%;
    position: fixed;
	z-index:99999;
    top: 0;
    left: 0;
	background-color: rgba(0,0,0,.94);
    text-align: center;
	-webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

#popup .mfp-close {
	width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right:50px;
  top: 50px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; 
}



.search-area {
	display:inline-block;
	padding-top:15%;
	color:#FFF;
	width:35%;
}


#search {
	width:100%;
	text-align:left;
	padding-bottom:5px;
	border-bottom:#262626 5px solid;
	 	
}

#search #s {
	display:block;
	float:left;
	box-sizing:border-box;
	width:90%;
	color: #FFF;
    padding: 10px 10px;
    margin: 0;
	border: none;
	font-size:14px;
	text-transform:uppercase;	
	
}

#search input {	
	background:none;
	outline: none;
	text-align:center;
	font-size: 35px;
	
}

#search-button, #submit_btn {
	display:block;
	float:right;
	box-sizing:border-box;
	color:#262626;
	background:none;
	padding:5px;
  	border:none;
	outline: none;
	border-radius:2px;
	margin:0px;
	font-size: 35px;
	text-align:right;

	
}

#search form {
	margin:0;
}

/*****************content SEARCH*****************/

.content-search {
	width:60%;
	margin:20px 0;
}

#content-search  {	
	box-sizing: padding-box;
	 background: url(images/c-search.png) 99% 50% no-repeat;
	 border:#CCC 1px solid;
	 padding:5px 5px;
	 }


#content-search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}



/* Text Widget
----------------------------*/


/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}



/* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none; 
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; 
    height: 26px;
}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #656565;
    background: #DEDEDE;
    padding: 6px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: #B2232B;
    color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0;
	max-width:100%;
	
}

.facebook-widget ul span  {
	width:100% !important;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}



.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-line {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:#cecdcd 1px solid;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar img{
    border: 1px solid #ccc;
	border-radius:3px;
   }

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}
	
.comment-title {
	font-size:18px;
	color:#4d4d4d;
	
}

.comment-author cite {
   
}

.comment-author .says {
	font-size: 18px; 
    }

.fn, .fn a:link, .fn a:hover, .fn a:visited {
   	font-size: 18px; 
    font-style: normal; 
    text-decoration: none;
	color:#4d4d4d;
}

.comment-meta {
   
    }

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
	display:inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:15px 0;
	background:#1f92bd;
	color:#FFF;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.reply:hover {
	background:#14aee8;
	
}

.comment-reply-link  {
	display:block;
	color:#FFF;
   }

.comment-reply-link:hover {
		color:#FFF; 
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

h3#reply-title {
    font-size: 28px;
font-weight: normal;
margin-top: 0;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: #1f92bd 2px solid;
line-height: 1em;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
   	line-height: 18px;
    font-weight: normal;
}

#respond .required {
	display:inline;
    color:#FF4B33;
	font-size:13px;
    }

#respond label {
	display:inline;
	font-size:13px;
	font-weight:normal;
    }

#respond input {
    margin-bottom:10px;
    width:98%;
	background:#ebebeb;
}

#respond textarea {
    width:98%;
    margin:0;
	background:#ebebeb;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    display:inline-block;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:15px 0;
	background:#1f92bd;
	border:0;
	color:#FFF;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

#respond .form-submit input:hover {
	background:#14aee8;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}

/* =END
