.finder {
   position:relative;
}
.left-side {
  display: inline-block;
  position:relative;
  padding:10px;
  margin:10px;
  float:left;
  width:20%;
  border:1px solid black
}
.right-side{
    display: inline-block;
	position:relative;
  padding:10px;
  margin:10px;
  width:70%;
}
.right-select{
  width:100%;
  margin-bottom:10px;
  height:40px;
}
.search-single{
	position: relative;
    display: inline-block;
    width: 100%;
	    border-bottom: 1px solid grey;	
}
.result-left{
	position:relative;
	width:80%;
	float:left;
}
.result-right{
	width:15%;
	display: inline-block;
	margin-top:1em;
}
.Magic360-container {
    max-width: 60%!important;
    float: right;
}
.hidden-layout {
    border-bottom: none;
    background-image: url(//www.gmb.net/wp-content/plugins/xml-part-search-ajax/css/catalog-page-search-arrow.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
    height: 400px;
}
.hidden-layout.es {
    background-image: url(//www.gmb.net/wp-content/plugins/xml-part-search-ajax/css/catalog-page-search-arrow-es.png);
}
.loading {
	background-image: url(//www.gmb.net/wp-content/plugins/xml-part-search-ajax/css/loading.gif);
	background-repeat: no-repeat;
	height:200px;
}
.small-loading {
	background-image: url(//www.gmb.net/wp-content/plugins/xml-part-search-ajax/css/loading-small.gif);
	background-repeat: no-repeat;
	background-position-x: center;
	height: 48px;
}

@media only screen and (max-width: 767px) {
  .hidden-layout {
    display: none;
  }
  .hidden-layout.es {
    display:none;
  }
}