.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

.ui-widget { font-family: 'Roboto', Helvetica, Arial, sans-serif; font-size: .8em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #444444; }

.ui-autocomplete { position: absolute; cursor: default; }	
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	padding: 3px 0 2px 10px;
	font-weight: bold;
    font-size: 18px;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }


/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border:2px solid #dddddd;background:inherit; font-weight: bold; text-decoration:none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { font-weight: bold; color: #ffffff; border-width:2px;}
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; font-weight: bold; color: #ff0084;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
.ui-widget :active { outline: none; }


/* Button */
.ui-button{border-width:2px !important;border-bottom-style:solid;font-weight:bold !important;}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -1px; }

/* Additional states */
.ui-state-highlight{border:2px solid;}
.ui-state-error{border:2px solid;}
/*.ui-state-highlight .ui-icon, .ui-state-error .ui-icon{position:relative;top:-4px;}*/

/* General */
.ui-widget-overlay{background:#ffffff;}
.ui-widget-content{color:#525252;}

/* Button states */
.ui-autocomplete .ui-state-default, .ui-autocomplete.ui-widget-content .ui-state-default{background-color:#d4d4d4;border-color:#d4d4d4;color:#525252;}
.ui-autocomplete .ui-state-focus, .ui-autocomplete.ui-widget-content .ui-state-focus{background-color:#5bbbf7;border-color:#5bbbf7;color:#ffffff;}
.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-widget-content .ui-state-hover{background-color:#5bbbf7;border-color:#5bbbf7;color:#ffffff;}
.ui-autocomplete .ui-state-active, .ui-autocomplete.ui-widget-content .ui-state-active{background-color:#1e73be;border-color:#1e73be;color:#ffffff;}

/* Autocomplete */
.ui-autocomplete {border:solid 2px #525252; padding:0; z-index: 10000; max-height: 340px !important; overflow-y: scroll;}
.ui-autocomplete a{background-color:#ffffff;color:#525252;}
.ui-autocomplete .ui-state-hover{background:#1e73be;color:#ffffff;}
.ui-autocomplete .ui-menu-item a{padding:5px;border:none;margin:0 !important;}


*:focus {
    outline: none;
}

#omni-sections ul.omni-sub-nav {
    display: none;
}
#omni-sections ul.visible {
    display: block;
}
#omni-container { 
width: 80%; 
margin: auto; 
}
#omni-container ul {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0;
}
#omni-container ul li {
  margin-right: 0px;
  padding: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  float: left;
  margin-bottom: 0;
  text-align: left;
}
#omni-container ul li ul {
  padding: 0;
  position: absolute;
  top: 85px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#omni-container ul li ul li { 
  display: block; 
  left: 50%;
  padding: 32px;
  margin-left: -202px;
  right: auto;
  width: 310px;
cursor: default;
background-color: #fcfcfc;
}
.omni-search-container { 
width: 85%; 
clear: left;
}
.omni-price-low {

}
.omni-price-high {
    float: right;
}
.omni-dropdown {
  float: left;
  height: 34px;
  margin: 0 0 16px;
  padding-right: 34px;
  position: relative;
  width: 32%;
}
.omni-ok {
text-align: center;
}
.omni-okbtn { 
  background-color: #e25252;
  background-image: -webkit-linear-gradient(top, #e87575 0, #df4040 100%);
  background-image: linear-gradient(to bottom, #e87575 0, #df4040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe87575', endColorstr='#ffdf4040', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: 1px solid #dc2a2a;
  cursor: pointer; 
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
  padding: 6px 20px;
  }
.omni-okbtn:hover { 
background-color: #df4040;
  background-position: 0 -15px;
}
#omni-beds label {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 11px 8px 8px 4px;
  font-size: 14px;
  color: #000;
  margin-right: 2px;
}





/* CLIENT SPECIFIC styles */
#omni-container { 
background:rgba(255,255,255,0.8);
padding: 5px;
position: absolute;
top: 400px;
left: 10%;
}
#omni-container  input {
  font-size: 20px;
  height: 50px;
  border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #4CAF50;
  box-shadow: 1px 2px 6px #aaa;
  color: #333;
} 
#omni-container select {
  font-size: 16px;
  height: 45px;
      width: 100%;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 12px; 
  border: 1px solid #4CAF50;  
	  box-shadow: 1px 2px 6px #aaa;
}
#omni-mobile-message {
display: none;
}
#tags {
  padding-left: 10px;
  padding-right: 16px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  vertical-align: middle;
  width: 100%;
}
::-webkit-input-placeholder {
   color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
   color: #8b8b8b;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #8b8b8b;  
}
:-ms-input-placeholder {  
   color: #8b8b8b;  
}
.omnilogo {
  height: 62px;
}
.omnilogo img {
width: 50%;
}
.omni-parent-first {
clear: left;
  width: 17%;
  min-width: 202px;
}
.omni-parent {
  background-color: #e7e7e7;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #d7d7d7 100%);
  background-repeat: repeat-x;
  box-shadow: inset 1px 0 0 white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid #909090;
  border-right: none;
  padding: 25px !important; 
  font-family: "Arial", sans-sarif;
  font-size: 22px;
  text-shadow: 0 1px 0 white;
  color: #555;
  position: relative !important;
  top: 3px;
}
.omnibedbath {
   width: 17%;
min-width: 117px;
}
.omnilphp {
	width: 34%;
}
#omniprice {
	background: url('https://methowrealestateservices.com/idxforge/omni/price-span.png') center no-repeat;
}
#omniprice select {
	width: 45%;
}
.omni-submit {
  height: 50px;
  width: 15%;
  min-width: 116px;
  float: right !important;
position: relative;
    top: -63px;
  }
.omni-go {
font-size: 24px;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 2px 6px #555;
  box-shadow: 1px 2px 6px #555;
  margin: -3px 0 0 0;
  width: 100%;
  height: 110px;
  background-color: #4d636f;
  cursor: pointer;
}
.omni-go:hover {
  background-color: #3a4b53 !important;
    color: #fff !important;
}
.ui-autocomplete li {
z-index: 9999;
}




/* MOBILE styles */
@media screen and (max-width: 1550px) and (min-width: 1391px) {
.omnibedbath {
    width: 16%;
}}
@media screen and (max-width: 1390px) and (min-width: 1265px) {
#omni-container {
    top: 320px;
}
.omnibedbath {
    width: 15%;
}}
@media screen and (max-width: 1264px) and (min-width: 1161px) {
#omni-container {
    top: 320px;
}
.omnibedbath {
    width: 14%;
}}
@media screen and (max-width: 1160px) and (min-width: 1015px) {
#omni-container {
    width: 100%;
	left: 0;
    top: 300px;
}
.omnibedbath {
    width: 14%;
}}
@media screen and (max-width: 1014px) and (min-width: 966px) {
#omni-container {
    width: 100%;
	left: 0;
    top: 250px;
}
.omnibedbath {
    width: 14%;
}}

@media screen and (max-width: 965px) and (min-width: 801px) {
#omni-container {
    width: 100%;
	left: 0;
top: 200px;
    padding: 5px;
}
.omni-search-container {
  width: 100%;
}
.omni-parent-first {
  width: 37%;
}
.omnibedbath {
    width: 24%;
}
.omnilphp {
    width: 61%;
}
.omnilphp {
clear: left;
}
.omni-submit {
    top: -59px;
}
.omni-go {
  height: 107px;
}}

@media screen and (max-width: 800px) and (min-width: 601px) {
.mySlides img {
    width: auto !important;
    height: 410px;
}
#omni-container {
    width: 489px;
	min-width: 300px;
    padding: 5px 5px 22px;
	top: 185px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#omni-container ul li {
    padding: 8px 8px 0;
}
.omni-search-container {
  width: 100%;
}
.omni-parent-first {
  width: 33%;
}
.omnilphp {
	width: 100%;
}
.omnibedbath {
    width: 26%;
}
.omnibath {
  	float: right !important;
}
#omni-container select {
  padding: 3px 7px;
}
.omni-submit {
  top: 3px;
  width: 100%;
}
.omni-go {
  height: inherit;
}
.omnibedbath {
  min-width: 104px;
}
.omnilphp {
clear: left;
top: -81px;
}}

@media screen and (max-width: 600px) and (min-width: 411px){
.mySlides img {
    width: auto !important;
    height: 410px;
}
#omni-container {
    padding: 5px 5px 22px;
	top: 110px;
}
.omni-search-container {
  width: 100%;
}
#omni-mobile-message {
display: block;
font-size: 14px;
    padding: 8px 51px 0 !important;
    text-align: center !important;
    font-weight: bold;
	color: #555;
}
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
:-ms-input-placeholder {  
   color: #fff;  
}
#omni-container ul li {
    padding: 8px 8px 0;
}
#omni-container input {
    height: 45px;
}
#omni-container select {
  padding: 3px 7px;
}
.omni-parent-first {
  width: 100%;
}
.omnibedbath {
  width: 50%;
}
.omnibath {
  	float: right !important;
}
.omnilphp {
width: 100%;
clear: left;
}
.omni-price-low {
  padding: 0px !important;
}
.omni-price-high {
  right: 0px;
  padding: 0px !important;
  clear: left;
}
.omni-submit {
  top: 3px;
  width: 100%;
}
.omni-go {
  height: inherit;
}}

@media screen and (max-width: 410px) {
.mySlides img {

}

/* client elected to hide omni for mobile */
/* these atributes should be added back in to display correctly on mobile /*
/* .mySlides img : height: 550px; */
/* .mySlides img : width: auto !important; */
#omni-container {
display: none;
}

#omni-container {
    padding: 5px 5px 22px;
	top: 110px;
}
.omni-search-container {
  width: 100%;
}
#omni-mobile-message {
display: block;
font-size: 14px;
    padding: 8px 5px 0 !important;
    text-align: center !important;
    font-weight: bold;
	color: #555;
}
::-webkit-input-placeholder {
   color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
:-ms-input-placeholder {  
   color: #fff;  
}
#omni-container ul li {
    padding: 8px 8px 0;
}
#omni-container input {
    height: 45px;
}
#omni-container select {
  padding: 3px 7px;
}
.omni-parent-first {
  width: 100%;
}
.omnibedbath {
  width: 100%;
  clear: left;
}
.omnilphp {
width: 100%;
clear: left;
}
#omniprice {
    height: 114px;
}
#omniprice select {
    width: 100%;
}
.omni-price-high {
  right: 0px;
  clear: left;
  margin-top: 25px;
}
.omni-submit {
  top: 3px;
  width: 100%;
}
.omni-go {
  height: inherit;
}}