/* CSS Document */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#downboy{
	position: absolute;
bottom: 0;
width: 100%;
margin-bottom: 1%;
color: white;
text-align: center;
}
#downboy a{
color: white;
}
#thes{
	position: absolute;
  	bottom: 0;
	width: 1010px;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
	margin-bottom: 12%;
	
}

@media (max-width: 1100px){
	#thes{
		display: none;
	}
}

/*.listings #thes{*/
/*	margin-bottom: 5%;*/
/*	*/
/*}*/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0;
	bottom: auto!important;
}


.search-holder {
  
}
.search-holder-mobile {
	max-width: 90%;
	margin: 150px auto 0;
}
#thes-mobile .smart-forms .gui-input {
	padding-top: 20px;
	padding-bottom: 20px;
}


#thes-mobile .smart-forms .select > select{
	padding: 5px 10px;
	height: 43px;
}
.smart-forms .select{
	height: 43px;
}
.search {	

	background-color: rgba(220, 220, 220, 0.8);	
	padding: 0;
	margin: 0 auto;
	width: 100%;
	
}

.smw{
	width: 80%;
}
/*custom smartform*/
	.wrap-3 {

    max-width: 100%;

}
.smart-wrap {

    padding: 0;
	width: 1010px;
	margin: 0 auto;
}
.smart-forms .form-body {

    padding: 0;

}
.smart-forms .section {

    margin-bottom: 0px;

}

.smart-forms .btn-primary, .smart-forms .btn-primary:hover, .smart-forms .btn-primary:focus, .smart-forms .btn-primary:active {

 /*   color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08);*/

}


	
	
	
.dropdown{
	outline: none;
}	
	
/*Styling Selectbox	
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}*/
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
/*.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    /*box-shadow: 0 0 4px rgb(78, 189, 74);
    border-radius: 5px 5px 0 0;* /
    background-color: #f8f8f8;
	border: solid #FF8C08 1px;
}*/
.dropdown.active .select > i {
    transform: rotate(-180deg);
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
   /* max-height: 144px; */
    overflow-y: auto;
    z-index: 9;
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
	z-index:995;
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
	z-index: 990;
}
.dropscroll{
	height: 300px;
	overflow: scroll;
    overflow-x: hidden;
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
	.darkdrop{
		background: #989798 !important;
		color: #fff !important;
	}
	.darkdropWhite{
		color: #fff !important;
	}
.dropdown .dropdown-menu li {
    font-size: 12px;

}
.selected{
	background-color: transparent!important;
}


.search-form .select, .search-form .gui-input {
	border: 1px solid #CFCFCF;
	background-color: transparent;
	color: #000;
	
}
.search-form input::placeholder {color: #000;}
.search-form .field-icon i {color: #000 !important;}
.search-form .btn-primary {
    border: none;
    color: #fff;
    font-weight: bold;
	width: 100%;
}
.search-form .btn-primary:hover {
    color: #000;
}

.search-form .select, .search-form .gui-input:focus{
    outline: none !important;
	border: 0px;
	background-color: transparent !important;
	color: #000;
	box-shadow: 0px 0px 0px transparent inset;
}

.search-btn-holder {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0 !important; 
	padding-right: 0!important;
	background: #949191;
	width: 120px;
	text-align: center;
	
}
.search-inp-holder{
	margin: 10px 0;
}

.sf1{width: 200px;}
.sf2{width: 140px;border-left: 1px solid #888;}
.sf3{width: 190px;border-left: 1px solid #888;}
.sf4{width: 180px;border-left: 1px solid #888;}
.sf5{width: 200px;border-left: 1px solid #888;}


.dropdown:active {
	border: 1px;
}




@media only screen and (max-width: 1240px) {
		.smart-wrap {
	width: 100%;
}
		}
	