/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* 
Property page Styles  
=========================*/

/* Search Bar Style */
  .search-container input[type="text"] {
      width: 100%;
      margin: 10px;
      height: 30px;
      background: #274970;
      border: none;
      font-size: 18px;
      color: #809EAD;
  }
  .search-container button {
   background: #ddd;
   font-size: 17px;
   border: none;
   cursor: pointer;
   height: 35px;
   position: absolute;
   right: 40px;
  }
  .search-container {
    position: relative;
  }
  .search-container form {
    margin: 0;
    position: relative;
  }
.search-container form a {
    position: absolute;
    right: 15px;
    height: 22px;
    top: 14px;
/*     border-left-width: 13px;
    border-left-style: solid;
    border-left-color: #809EAD; */
    padding-left: 10px;
}
.search-container .x-anchor-content {
    align-items: center;
}
/* End of Search Bar Style */
.rk-filter-bars {
    position: fixed;
    width: 100%;
}
.page-template-template-blank-5 {
    overflow: hidden;
}
.rkp-property-grid.close {
    flex-basis: 0!important;
	padding: 8px!important;
}
.rkp-property-grid {
/*     transition: flex-basis 0.5s ease-in-out; */
	transition: all 500ms linear;
}
.rkp-collapse-btn {
    position: fixed;
}
.rkp-collapse-btn .x-icon {
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.rkp-collapse-btn .x-icon.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.m1s-19.x-div.map-container {
    width: 50%;
}
.wf-active.hidden {
    overflow: hidden;
}


/* bounce  */


.cluster-markc{

    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

         
.add-bounce { 
   animation: bounce-6 .3s infinite alternate;
   -webkit-animation: bounce-6 .3s infinite alternate;
    -moz-animation: bounce-6 .3s infinite alternate;
    -o-animation: bounce-6 .3s infinite alternate;
    //display: none;
}



@-webkit-keyframes bounce-6  { 
    from{transform:translateY(0)}to{transform:translateY(-15px)}
}
 
@-moz-keyframes bounce-6  {
    from{transform:translateY(0)}to{transform:translateY(-15px)}
}
 
@-o-keyframes bounce-6  {
   from{transform:translateY(0)}to{transform:translateY(-15px)}
}
@keyframes bounce-6  {
    from{transform:translateY(0)}to{transform:translateY(-15px)}
}
