.navbar-brand {
	display: inline-block;
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-right: 0px; 
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.listing-image {
	height: 216px !important;
}
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:focus,
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:hover {
    color: inherit;
    text-decoration: none;
    background: #F26516;
    border: 1px solid #F26516;
}
.swiper-container {
    height: 100%;
    padding: 0px 10px;
    margin: 0 -10px;
}
.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky-header .navbar.bg-default {
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}

.sticky-header + .sticky-content {
	padding-top: 114px;
}

.full-width {
	width: 100%;
}

@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(8deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(8deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(8deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(8deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 5.5s ease-in-out forwards infinite;
    animation: swinging 5.5s ease-in-out forwards infinite;
}

.show {
    display: block;
}

.hide {
    display: none;
}

/*    Change date picker Icon      */

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/calendar-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.contact-bar {
  position: fixed;
  /*top: 180px;*/
  top: 40%;
  z-index: 10;
}
.contact-bar.left {
  left: -40px;
}
.contact-bar.right {
  right: -40px;
}

.contact-bar.slide-on-scroll {
  position: absolute;
}

.cb-link {
  display: block;
  width: 80px;
  height: 40px;
  padding: 0;
  margin-bottom: 0.1em;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  background: #8e8e93;
  color: #fff;
  position: relative;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
}
.left .cb-link {
  left: 0;
  border-radius: 0 0.4em 0.4em 0;
}
.right .cb-link {
  right: 0;
  border-radius: 0.4em 0 0 0.4em;
}
.cb-link .icon {
  margin: 0 !important;
}
.left .cb-link:hover,
.left .cb-link:focus,
.left .cb-link:active {
  color: #fff;
  padding: 10px;
  width: 150px;
}
.right .cb-link:hover,
.right .cb-link:focus,
.right .cb-link:active {
  color: #fff;
  padding: 10px;
  width: 150px;
  height: 60px;
}
.left .cb-link.cb-hidden {
  left: -40px;
}
.right .cb-link.cb-hidden {
  right: -40px;
}

.cb-link.separated {
  margin-top: 0.5em;
}

.toggle-bar,
.cb-link.toggle-bar:focus,
.cb-link.toggle-bar:hover,
.cb-link.toggle-bar:active {
  background: #ccc;
  color: #000;
  border: 0;
  outline: 0;
  padding: 0;
  width: 40px;
}