/*Google ma infobox style*/
.headermap-infowindow-container
{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}

.infoBox {
    background: none repeat scroll 0% 0% #FFF !important;
    box-shadow: 0px -4px 9px -2px rgba(0, 0, 0, 0.3);
    max-height: 180px;
	overflow:hidden;
	width: 320px; 
	max-width:100%;
}

.infoBox > 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;
    z-index: 1;
    
}

.infoBox .item-address {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;     
    height: 85px;
    font-size: 10px;
    line-height: 14px;
    color: #666;
    overflow: hidden;
}

.infoBox  h3 {
    font-family: Roboto;
    font-weight: 800;
    font-size: 14px !important; 
    font-style: normal;
    margin: 0px 20px 1px 0px !important;
	 overflow: hidden;
	 height: 16px !important;;
}

.infoBox .item-data {
    float: left;
    padding: 10px 10px 10px 10px;
    width: 50%;
    box-sizing: border-box;
}

.infoBox .item-data a {
    display: block;
    padding: 2px 0px 4px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;    
    transition: all 0.5s ease 0s;
}

.infoBox .item-data i {
    width:16px;
}

.infoBox .item-picture {
    float: right;
    width: 50%;
}

.infoBox .item-picture img {
    max-width:none !important;
	display: inline !important;
	position: absolute !important;    
}


/*Google map search styles*/
.panel {
    margin-bottom: 0px;
}

.panel .gmarsearch-close {
    display: none;
}

.gmap-container img { 
	max-width: none !important; 
}

.gmap-search li {
  display: flex;
  padding: 5px;
  
  }
  
.gmap-search img {

	height:24px;
	width: auto !important;
	padding-left:5px;
	padding-right:5px;
  
  }

.gmap-search-currency {
	padding:10px;
}

.gmap-search-price {
	padding-bottom: 0px !important;
}

/*Responsive style corrections*/
@media (max-width: 500px) {

	.resultBox-wide .item-data {
		width: 100% !important;;
	}
	.resultBox-wide .item-address {
		width: 100% !important;;
	}	
	
	.resultBox-wide .item-picture {
		display:none;
	}
      
}

/*Resultbox container style*/
.resultwindow-container
{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
    height:180px;
}

/*Resultbox grid style*/

.resultBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -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;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
    background: none repeat scroll 0% 0% #FFF !important;
	overflow:hidden;
	width: 270px !important;
	margin:10px;  
  
}
.resultBox:first-child,
.resultBox:nth-child(5n) {
  margin-left: 15px;
}
.resultBox:nth-child(4n) {
  margin-right: 0px;
}
.resultBox .item-data {
  padding: 10px!important;
  float: left;
  width: 50%;
  box-sizing: border-box;  
}
.resultBox .item-data h3 {
  font-size: 12px;
  font-family: inherit;
  color: #3a3f48;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 0px 0px 5px;
  position: relative;
  margin: 0px;
  margin-bottom: 5px;
  height: 14px;
  overflow: hidden;  
  -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;
}
.resultBox .item-data h3 a {
  text-decoration: none;
  color: #3a3f48;
}
.resultBox .item-data .item-address {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  height: 90px;
  font-size: 13px;
  line-height: 21px;
  color: #686e7c;
  overflow: hidden;
  padding-top: 5px;
}
.resultBox .item-data .item-address p {
  text-align: left !important;
}
.resultBox .item-data p {
  margin: 0px;
}
.resultBox .item-data p a {
  color: #3a3f48;
  padding: 0px;
  font-size: 12px;
}
.resultBox .item-data p a::after {
  content: "\f178";
  font-family: FontAwesome;
  -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;
  padding-left: 2px;
}
.resultBox .item-picture {
  overflow: hidden;
  float: right;
  width: 50%;
}
.resultBox .item-picture img {

	max-width: none !important;
	display: inline !important;
	position: absolute !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;
}
/*
.resultBox:hover {
  border-bottom: 3px solid #019877;
}
* */
.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);
}
/*
.resultBox:hover .item-data h3 a {
  color: #019877;
}
.resultBox:hover .item-data p a {
  color: #019877;
}
*/
.resultBox:hover .item-data p a::after {
  padding-left: 8px;
}

/*Resultbox list style*/

.resultBox-wide {
  background: none repeat scroll 0% 0% #FFF !important;
  overflow:hidden;
  max-width: 96%!important;
  min-width: 96%;
  margin: 10px auto!important;
  float: none;
  max-height: inherit!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -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-width: 1px 1px 3px 1px!important;
  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;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1) !important;

}
.resultBox-wide:first-child,
.resultBox-wide:nth-child(5n) {
  margin-left: 15px;
}
.resultBox-wide:nth-child(4n) {
  margin-right: 0px;
}
.resultBox-wide .item-data {
	padding: 10px!important;
    float: left;
    width: 80%;
    box-sizing: border-box;  
  
}
.resultBox-wide .item-data h3 {
  font-size: 15px;
  font-family: inherit;
  color: #3a3f48;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 0px 0px 5px;
  position: relative;
  margin: 0px;
  margin-bottom: 5px;
  height: 14px;
  overflow: hidden;
  -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;
}
.resultBox-wide .item-data h3 a {
  text-decoration: none;
  color: #3a3f48;
}
.resultBox-wide .item-data .item-address {
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  height: 95px;
  font-size: 13px;
  line-height: 18px;
  color: #686e7c;
  overflow: hidden;
  padding-top: 5px;
}
.resultBox-wide .item-data p {
  margin: 0px;
}
.resultBox-wide .item-data p a {
  color: #3a3f48;
  padding: 0px;
  font-size: 12px;
}
.resultBox-wide .item-data p a::after {
  content: "\f178";
  font-family: FontAwesome;
  -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;
  padding-left: 2px;
}
.resultBox-wide .item-picture {
  float: right;
  width: 20%;
  overflow: hidden;
}
.resultBox-wide .item-picture img {
  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;
}

/*
.resultBox-wide:hover {
  border-bottom: 3px solid #019877;
}*/
.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);
}
/*
.resultBox-wide:hover .item-data h3 a {
  color: #019877;
}
.resultBox-wide:hover .item-data p a {
  color: #019877;
}
* */
.resultBox-wide:hover .item-data p a::after {
  padding-left: 8px;
}
  
.resultBox-orderby {
	margin: 10px 10px 10px 10px;
}  
.resultBox-orderby .label {
    margin-bottom: 0px;
}

.resultBox-orderby  input[type="radio"] {
    margin: 4px 10px 15px;

}

.resultBox-orderby-input {
    display:inline;
}

/*responsive settings*/
@media (max-width: 768px) {

	.resultBox-orderby-input {
		display:block;
	}
}


