

@media only screen and (max-width: 767px) {
    .responsive .logo img {
        width: 200px;
        height: auto !important;
        top: 25px;
    }
}

.logo img {
top: 15px !important;
}


.header-scrolled .logo img {
top: 20px !important;
}


.avia-menu-text {
 	text-transform: uppercase;
 }
 
 .av-image-caption-overlay { background: transparent !important; }
 
/* disable the Previous and Next arrows that show on the sides of a post */
 #top .avia-post-nav { display: none; }
 
 @charset "utf-8";
/* CSS Document */

.gap50{
	width:100%;
	height:50px;
}
@media screen and (min-width: 768px) {
.cbp-l-filters-buttonCenter {
    margin-bottom: 30px;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    top: 89px;
    padding-top: 45px;
    padding-bottom: 20px;
}
.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    margin-top: 60px;
}
}
@media screen and (max-width: 767px) {
	#portfolio{
		display: none;
	}
}
/**testimonial**/
@media (min-width: 40rem) {
    .column {
        float: left;
        padding-left: 1rem; /* beta3 */
        padding-right: 1rem; /* beta3 */
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.center {
	text-align:center;
}
.quote {
    position: relative;
    margin: 1.5em 0;
}
.quote > p {
    text-align: left;
}
.quote > small {
    margin-left: 50px;
    opacity: 0.7;
    font-size: 1em;
}
.img-testimonial {
    border-radius: 500px;
    margin-top: 1.5em;
    width: 350px;
}
.bg-cat{

}
/*chat window*/
.at-floating-navigation {
  z-index: 999999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.at-floating-navigation * {
  pointer-events: none;
}
.at-floating-navigation__user {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px;
  box-sizing: border-box;
}
.at-floating-navigation__thumbnail {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  margin: 0 20px 0 0;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.at-floating-navigation__thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 100%;
}
.at-floating-navigation__title {
  color: #444444;
  margin: 0 0 2px;
  padding: 0;
  font-size: 14px !important;
}
.at-floating-navigation__description {
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 12px;
}
.at-floating-navigation__description a {
  color: inherit;
  text-decoration: none;
}
.at-floating-navigation__button {
  pointer-events: auto;
  outline: none;
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: 200ms ease;
  cursor: pointer;
}
.at-floating-navigation__button img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 6px 16px 50px 0 rgba(0, 0, 0, 0.45);
  background: white;
  padding: 3px;
}
.at-floating-navigation__menu {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #ccc;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
  transition: 200ms ease;
}
.at-floating-navigation__item {
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #EEEEEE;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #444444;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
}
.at-floating-navigation__item:last-child {
  border-bottom: 0;
}
.at-floating-navigation--active * {
  pointer-events: auto;
}
.at-floating-navigation--active .at-floating-navigation__button {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.at-floating-navigation--active .at-floating-navigation__menu {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
}
