.address {
	margin-bottom:20px;
}
.address span {
    padding-left: 20px;
    padding-right: 20px;
}
.address td, tr td {
	border: none !important;
}

.address th {
	text-align:right;
	word-wrap: break-word;

}

.address td {
	text-align:left;
	word-wrap: normal;
}
.btn-categories {
	margin: 5px;
	padding: 0px 5px 0px 5px !important;
	border-radius: 0px !important;
}

.plg-categories {
	margin-bottom: 20px;

}


.card-resultwindow-container
{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}
/*
.card-resultBox {
	background: none repeat scroll 0% 0% #FFF !important;
	box-shadow: 0px -4px 9px -2px rgba(0, 0, 0, 0.2);
	max-height: 160px;
	overflow:hidden;
	width: 270px;
	margin:10px;
}


.card-resultBox > img {
    position: absolute !important;
    right: 2px;
    top: 2px;
    padding: 5px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.65);
    border-radius: 100%;
    opacity:1;

}



.card-resultBox .item-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;    
    height: 110px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}


.card-resultBox  h3 {
    font-family: Roboto;
    font-weight: 800;
    font-size: 14px; 
    font-style: normal;
    margin: 0px 0px 1px;
	height: 14px;
	overflow: hidden;
}


.card-resultBox .item-data {
    float: left;
    padding: 10px 5px 5px 10px;
    width: 50%;
    box-sizing: border-box;
}


.card-resultBox .item-data .btn{
    padding: 6px 0px;

}


.card-resultBox .item-picture {
    float: right;
    width: 50%;

}

.card-resultBox .item-picture img{
    position: inherit !important;
    max-width: 100% !important;
}

*/

.protected-e-mail:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
	margin-left:-20px;
}

.protected-e-mail-card:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}
.directory-content {

	width:100%; 
	padding-left: 15px;

}

.gmap-container { 
	border-radius:5px; 
}
.gmap-container img { 
	max-width: none !important; 
}

.gt_google_map_streetview {
	border-radius:5px;
}

@media (max-width: 500px) {

	.card-resultBox .item-data {
		width: 100% !important;;
	}
	.card-resultBox .item-address {
		width: 100% !important;;
	}	
	
	.card-resultBox .item-picture {
		display:none;
	}
	.card-resultBox-wide .item-data {
		width: 100% !important;;
	}
	.card-resultBox-wide .item-address {
		width: 100% !important;;
	}	
	
	.card-resultBox-wide .item-picture {
		display:none;
	}
}
/*Card-small style*/
.card-resultBox {
  background: none repeat scroll 0% 0% #FFF !important;
  overflow:hidden;
  margin: 0 0 30px 0;
  max-width: 100%;
  width: 270px;
  border: 0px;
  border-left: 0px;
  box-sizing: border-box;
  max-height: inherit;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  border-bottom: 3px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);

}
.card-resultBox .item-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    height:114px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}
.card-resultBox .item-picture {
  float: right;
  width: 30%;
  border: 0px;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.card-resultBox .item-picture img {
   max-width:none !important;
   display: inline !important;
   position: inherit !important;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  height: 200px;
}
.card-resultBox .item-data {
    float: left;
    width: 70%;
    box-sizing: border-box;
	padding: 8px;
}
.card-resultBox .item-data h3 {
  font-size: 14px;
  font-family: inherit;
  color: #3a3f48;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 5px 0px 10px;
  position: relative;
  margin: 0px;
  margin-bottom: 12px;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.card-resultBox .item-data h3 a {
  text-decoration: none;
  color: #3a3f48;
}
.card-resultBox .item-data h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background: #c9ced3;
  left: 0px;
  bottom: 0px;
  margin-top: 5px;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.card-resultBox .item-data:hover h3 {
  color: #019877 !important;
}
.card-resultBox .item-data:hover h3 a {
  color: #019877 !important;
}
.card-resultBox .item-data:hover h3::after {
  background: #019877 !important;
}
.card-resultBox .item-data span {
  color: #686e7c;
  font-size: 16px;
  line-height: 23px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: inherit !important;
  padding-left: 0px;
}
.card-resultBox:hover {
 /* border-bottom: 3px solid #019877;*/
  cursor: pointer;
}
/*
.card-resultBox:hover h3 {
  color: #019877 !important;
}
.card-resultBox:hover h3 a {
  color: #019877 !important;
}
.card-resultBox:hover h3::after {
  background: #019877 !important;
}
*/
.card-resultBox:hover .item-picture img {
  -webkit-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  -moz-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  -o-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  -ms-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
}

/*Card-wide style*/
.card-resultBox-wide {
  background: none repeat scroll 0% 0% #FFF !important;
  overflow:hidden;
  margin: 0 0 30px 0;
  max-width: 100%;
  width: 100%;
  border: 0px;
  border-left: 0px;
  box-sizing: border-box;
  max-height: inherit;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  border-bottom: 3px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1);

}
.card-resultBox-wide .item-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    height:160px;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}
.card-resultBox-wide .item-picture {
  float: right;
  width: 30%;
  border: 0px;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.card-resultBox-wide .item-picture img {
   max-width:none !important;
   display: inline !important;
   position: inherit !important;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  height: 100%;
}
.card-resultBox-wide .item-data {
    float: left;
    width: 70%;
    box-sizing: border-box;
	padding: 20px;
}
.card-resultBox-wide .item-data h3 {
  font-size: 22px;
  font-family: inherit;
  color: #3a3f48;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 10px 0px 25px;
  position: relative;
  margin: 0px;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.card-resultBox-wide .item-data h3 a {
  text-decoration: none;
  color: #3a3f48;
}
.card-resultBox-wide .item-data h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background: #c9ced3;
  left: 0px;
  bottom: 0px;
  margin-top: 5px;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.card-resultBox-wide .item-data span {
  color: #686e7c;
  font-size: 16px;
  line-height: 23px;
  margin: 0px;
  margin-bottom: 20px;
  text-align: inherit !important;
  padding-left: 0px;
}
.card-resultBox-wide:hover {
 /* border-bottom: 3px solid #019877;*/
  cursor: pointer;
}
/*
.card-resultBox-wide .item-data:hover h3 {
  color: #019877 !important;
}
.card-resultBox-wide .item-data:hover h3 a {
  color: #019877 !important;
}
.card-resultBox-wide .item-data:hover h3::after {
  background: #019877 !important;
}
*/

.card-resultBox-wide:hover .item-picture img {
  -webkit-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  -moz-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  -o-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  -ms-transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
  transform: rotate(5deg) scale(1.2) skew(1deg) translate(10px);
}

.directions-detals #directions-address{width:100% !important;}
.directions-detals .get-directions-buttons {width:49% !important;}
