/*

Tooplate 2117 Infinite Loop

https://www.tooplate.com/view/2117-infinite-loop

*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,800');



body {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
	position: relative
}


a {
  transition: all 0.3s ease;
  color: #656B00;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 5px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #656B00;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #9AA300;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #656B00;
}


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}



/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3 ease;
}

.bg-white {
  background-color: white;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #9AA300;
}

.tm-navbar.scroll .navbar-brand {
  color: #9AA300;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: #9AA300;
}

.tm-navbar.scroll .tm-nav-link {
  color: #9AA300;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #9AA300;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}


/* Hero */

#infinite2 {
  background-color: #FFFFFF;
  height: 80px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite2 {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite2 {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite2 {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite2 {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite2 {
    background-position: center -450px;
  }
}




#infinite {
  background-color: #222;
  background-image: url(../img/imagen-cabecera.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -150px;
}

.tm-hero-title {
  font-size: 2.0rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -10px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
    background: #9AA300;
    padding: 10px 10px;
    transition: all 0.3s ease;
	float: left;
	margin-bottom: -50px;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #9AA300;
  padding: 20px 20px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #9AA300;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/imagen-equipo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/imagen-equipo-movil.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 30px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9AA300;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #9AA300;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #252700;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #9AA300;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/imagen-contacto.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #9AA300;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #9AA300;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #656B00;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #656B00;
  text-decoration: none;
}

p {
  line-height: 1.9;
}



@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navbar2-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
	
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
	
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}


/*---------------------
  Instagram Photo
-----------------------*/

.instagram-photo {
	overflow: hidden;
	padding-bottom: 100px;
}

.instagram-photo .insta-item {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	position: relative;
}

.instagram-photo .insta-item:hover:before {
	opacity: 1;
}

.instagram-photo .insta-item:hover .inside-text {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.instagram-photo .insta-item:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.instagram-photo .insta-item .inside-text {
	padding-top: 130px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.instagram-photo .insta-item .inside-text i {
	font-size: 30px;
	color: #ffffff;
}

.instagram-photo .insta-item .inside-text h5 {
	margin-top: 14px;
}

.instagram-photo .insta-item .inside-text h5 a {
	color: #ffffff;
}



/***** Instagram media *****/
@media only screen and (max-width: 479px) {
	.instagram-photo .insta-item {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
		.instagram-photo .insta-item .inside-text h5 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.instagram-photo .insta-item {
		width: 50%;
		height: 150px;
	}
}

/*mapa v02*/
#map-canvas{ 
    top: 0;
    left: 0;
    width: 100%;
    height :680px;
	position: relative
}




/*Home map */
#map_canvas{ 
    top: 0;
    left: 0;
    width: 100%;
    height :680px;
	position: relative
}
#markerLayer img{
    border: 4px solid #EEE  !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;

}
.kwitaraInfomob>img{
    z-index: 9;
    right: 1px;
    top: 14px;
}
.kwitaraInfomob{
    background-color: #fff ;
    border: 2px solid #eee;
}
.kwitaraInfomob .info-close{
    position: absolute;
    font-size: 18px;
    color: rgb(146, 140, 140);
    right: 2px;
    top: -6px;
}
.map-property-thumb {
    width: 187px;
    float: left; 
}

.mas img {
    position: absolute;
	width: 25px!important;
	height: 25px!important;
	left: 155px;
	top: 110px;
	z-index: 2;
}

.map-property-thumb img {
    width: 100%;
    height: 140px;
}
.map-property-thumb:hover {
  cursor: pointer;
}

.map-property-body{
    width: 240px;
    float: left;
    position: relative; 
    height: 140px;
    padding: 5px;
	line-height: 14px;
}

.map-property-body h2 {
    color: #1b1d21;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0 7px;
    width: 100%;
}

.map-property-body h2 a{
    color: #1b1d21;
}

.map-property-body:hover {
  cursor: pointer;
}

.map-property-details{
    position: absolute;
    bottom: 0px;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 12px;
    padding: 7px;
    margin: -5px;
}
.map-property-year {
    color: #535353;
    font-family: Montserrat;
    font-size: 22px;
}
#property_google_map_search_input {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 350px;
    height: 40px;
    font-size: 14px;
}
.moxie-shim input {
    display: none;
}
.moxie-shim label  {
    margin-right: 15px;
}

/*Banner */
.banner{
	position: relative;
	top: -200px;
	left: 100%;
	width: 300px;
	height: 150px;
/*
    border-right: 3px solid #656B00;
    border-bottom: 3px solid #656B00;
*/
    background-color: #9AA300;
	margin-left: -300px;

}

.tm-banner {
  	font-size: 0.9rem;
	line-height: 1.4rem;
    color: #FFF;
  	text-align: left;
    padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;


}

.tm-banner:hover,
.tm-banner:focus {
  color: #FFF;
  background: #9AA300;
}




/*Fromulario busqueda */

.horizontal-search ,.virtecal-search{
    padding-top: 500px; 
    margin-bottom: 100px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(213, 208, 208);
    border-bottom: 1px solid rgb(213, 208, 208);
    background-color: #eee;
}

.search-form-title-tow{
    text-align: center;
}
.search-form-title-tow h3{
    color: #fff;
    padding-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 24px;
    font-size: 30px;
}
.search-form-title-tow p{
    color: #fff;
    padding-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 24px;
}

.virtecal-search {
    width: 330px;
    position: absolute;
    padding: 0px;
    right: 46px;
	top: 150px;
}
.virtecal-search form {
    padding: 25px 0px;
}
.fsearch-title{
    background: #020202;
    width: 383px;
    border-radius: 0px 10px 0px 0px;
    margin: 0px;
    position: absolute;
    top: -60px;
    right: 0px;
    max-width: 370px;
}
.fsearch-title i {
    background: #9AA300;
    color: #fff;
    display: inline-block;
    width: 61px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 25px;
    border-radius: 2px;
    margin-right: 5px;
}
.fsearch-title span {
    font-size: 20px;
    color: #fff;
    line-height: 53px;
    text-transform: uppercase;
}
.virtecla-form-search #map_canvas {
    height: 800px;
	position: relative;
}
.horizontal-search form {
    padding: 10px 12px;


}
.horizontal-search  .search-form .search-form-content ,
.virtecal-search  .search-form .search-form-content ,
.search_widget  .search-form .search-form-content{
    display: table;
}
.horizontal-search  .search-form .search-form-content .search-form-field ,
.virtecal-search  .search-form .search-form-content .search-form-field ,
.search_widget  .search-form .search-form-content .search-form-field{
    display: table-cell;
    width: 100%;
    padding: 11px;
	padding-bottom: 25px;
}
.horizontal-search  .search-form .search-form-content .search-form-field .form-group,
.virtecal-search  .search-form .search-form-content .search-form-field .form-group,
.search_widget  .search-form .search-form-content .search-form-field .form-group{
    margin-bottom: 20px;
    display: inline-block; 
    vertical-align: middle;
}
.horizontal-search  .search-form .search-form-content .search-form-field .label-select,
.virtecal-search  .search-form .search-form-content .search-form-field .label-select,
.search_widget  .search-form .search-form-content .search-form-field .label-select{
    position: relative;
}

.horizontal-search  .search-form .search-form-content .search-form-field .label-select::before ,
.virtecal-search  .search-form .search-form-content .search-form-field .label-select::before ,
.search_widget  .search-form .search-form-content .search-form-field .label-select::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 50px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    pointer-events: none;
    z-index: 5;
}
.horizontal-search  .search-form .search-form-content .search-form-field .label-select::after ,
.virtecal-search  .search-form .search-form-content .search-form-field .label-select::after ,
.search_widget  .search-form .search-form-content .search-form-field .label-select::after {
    content: "\f107";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 20px;
    pointer-events: none;
    z-index: 7;
}
.horizontal-search  .search-form .search-form-content  .form-group select ,
.search_widget  .search-form .search-form-content  .form-group select {
    position: relative;
    display: block;
    height: 45px;
    font-size: 16px;
    color: #2D313F;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
} 

.virtecal-search .search-form .search-form-content .form-group select{
    position: relative;
    display: block;
    height: 38px;
    font-size: 16px;
    color: #2D313F;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.horizontal-search  .form-control ,
.virtecal-search  .form-control ,
.virtecal-search  .marca-select ,
.virtecal-search  .situ_comun-select ,
.virtecal-search  .from-select ,
.search_widget  .form-control {
    display: block;
    width: 100% !important;
}
.search_widget .search-form .search-form-content .search-form-field{
    padding: 0px;
}
.search_widget .search-form {
    background-color: rgb(245, 245, 245);
    clear: both;
    padding: 30px 10px;
}
.search-form-submit {
    position: relative;
    text-align: center;
}
.slider-selection { 
    background: none repeat scroll 0 0 #FF2929;
}

.btn-search {
    border: 4px solid #eee;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 0;
    margin-left: auto;
    border-radius: 50%;
    background-color: #9AA300;
    height: 80px;
    width: 80px;
    padding: 0px;
    top: -40px;
}
.btn-search:hover{
    background: #656B00;
    color: #FFF;
}


