@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret,
  .wpcf7-submit > .caret,
  .dropup > .wpcf7-submit > .caret,
  .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a > .caret,
  .dropup > .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a > .caret,
  .widget_newsletterwidget .newsletter-submit > .caret,
  .dropup > .widget_newsletterwidget .newsletter-submit > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato";
  font-size: 15px;
  line-height: 1.5;
  color: #2d313f;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #75b08a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4f8a64;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #dedede;
}
.sr-only,
.jp-controls a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
iframe {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.1;
  color: #030304;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #75b08a;
}
a.text-primary:hover {
  color: #589a70;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #75b08a;
}
a.bg-primary:hover {
  background-color: #589a70;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-primary-overlay {
  background: rgba(117, 176, 138, 0.9);
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #dedede;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 18.75px;
  border-left: 5px solid #dedede;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dedede;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}
.form-control,
.wpcf7-form-control:not(.wpcf7-submit),
.chosen-container-single,
.chosen-container-multi .chosen-choices,
.widget_newsletterwidget .newsletter-email {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus,
.wpcf7-form-control:not(.wpcf7-submit):focus,
.widget_newsletterwidget .newsletter-email:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
}
.form-control:focus,
.wpcf7-form-control:not(.wpcf7-submit):focus,
.widget_newsletterwidget .newsletter-email:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
}
.form-control::-moz-placeholder,
.wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder,
.widget_newsletterwidget .newsletter-email::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder,
.widget_newsletterwidget .newsletter-email:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder,
.wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder,
.widget_newsletterwidget .newsletter-email::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.wpcf7-form-control:not(.wpcf7-submit)[disabled],
.wpcf7-form-control:not(.wpcf7-submit)[readonly],
fieldset[disabled] .wpcf7-form-control:not(.wpcf7-submit),
.widget_newsletterwidget .newsletter-email[disabled],
.widget_newsletterwidget .newsletter-email[readonly],
fieldset[disabled] .widget_newsletterwidget .newsletter-email {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control,
textarea.wpcf7-form-control:not(.wpcf7-submit),
textarea.widget_newsletterwidget .newsletter-email {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 31px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio:first-of-type,
.checkbox:first-of-type {
  margin-top: 0;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.form-horizontal .form-group-sm .wpcf7-form-control:not(.wpcf7-submit),
.form-horizontal .form-group-sm .widget_newsletterwidget .newsletter-email {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control,
.form-horizontal .form-group-lg .wpcf7-form-control:not(.wpcf7-submit),
.form-horizontal .form-group-lg .widget_newsletterwidget .newsletter-email {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .wpcf7-form-control:not(.wpcf7-submit),
.has-feedback .widget_newsletterwidget .newsletter-email {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control,
.has-success .wpcf7-form-control:not(.wpcf7-submit),
.has-success .widget_newsletterwidget .newsletter-email {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .wpcf7-form-control:not(.wpcf7-submit):focus,
.has-success .widget_newsletterwidget .newsletter-email:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .wpcf7-form-control:not(.wpcf7-submit),
.has-warning .widget_newsletterwidget .newsletter-email {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .wpcf7-form-control:not(.wpcf7-submit):focus,
.has-warning .widget_newsletterwidget .newsletter-email:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control,
.has-error .wpcf7-form-control:not(.wpcf7-submit),
.has-error .widget_newsletterwidget .newsletter-email {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .wpcf7-form-control:not(.wpcf7-submit):focus,
.has-error .widget_newsletterwidget .newsletter-email:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.jp-controls a span ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626b89;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .wpcf7-form-control:not(.wpcf7-submit),
  .form-inline .widget_newsletterwidget .newsletter-email {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .wpcf7-form-control:not(.wpcf7-submit),
  .form-inline .input-group .widget_newsletterwidget .newsletter-email {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .wpcf7-form-control:not(.wpcf7-submit),
  .form-inline .input-group > .widget_newsletterwidget .newsletter-email {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #75b08a;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #75b08a;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dedede #dedede #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #75b08a;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dedede;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label,
.wpcf7-submit .label,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a .label,
.widget_newsletterwidget .newsletter-submit .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #75b08a;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #589a70;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.wpcf7-submit .badge,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a .badge,
.widget_newsletterwidget .newsletter-submit .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #75b08a;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #dedede;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c5c5c5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #75b08a;
}
.thumbnail .caption {
  padding: 9px;
  color: #2d313f;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #75b08a;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #dedede;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f7faf8;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #75b08a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #75b08a;
}
.panel-primary > .panel-heading .badge {
  color: #75b08a;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #75b08a;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn,
.modal-footer .wpcf7-submit + .wpcf7-submit,
.modal-footer .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a + .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.modal-footer .widget_newsletterwidget .newsletter-submit + .widget_newsletterwidget .newsletter-submit {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .wpcf7-submit + .wpcf7-submit,
.modal-footer .btn-group .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a + .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.modal-footer .btn-group .widget_newsletterwidget .newsletter-submit + .widget_newsletterwidget .newsletter-submit {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container-boxed:before,
.container-boxed:after,
.container-fullwidth:before,
.container-fullwidth:after,
.noo-logreg .logreg-container:before,
.noo-logreg .logreg-container:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.sf-menu:before,
.sf-menu:after,
.noo-menu:before,
.noo-menu:after,
.noo-social:before,
.noo-social:after,
.bootstrap-select .dropdown-menu > li > a:before,
.bootstrap-select .dropdown-menu > li > a:after,
.noo-pricing-table:before,
.noo-pricing-table:after,
.noo-member .member-info .team-meta:before,
.noo-member .member-info .team-meta:after,
.properties:before,
.properties:after,
.properties .hentry .property-detail:before,
.properties .hentry .property-detail:after,
.properties .hentry .property-info:before,
.properties .hentry .property-info:after,
.recent-properties.recent-properties-featured .property-detail:before,
.recent-properties.recent-properties-featured .property-detail:after,
.recent-properties.recent-properties-featured .property-info:before,
.recent-properties.recent-properties-featured .property-info:after,
.noo-map .gmap-infobox .info-detail:before,
.noo-map .gmap-infobox .info-detail:after,
.infobox-info .bmap-infobox .info-detail:before,
.infobox-info .bmap-infobox .info-detail:after,
.agents.grid:before,
.agents.grid:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after,
.content:before,
.content:after,
.content-excerpt:before,
.content-excerpt:after,
.content-footer #author-bio:before,
.content-footer #author-bio:after,
.single-noo-portfolio .attribute-list:before,
.single-noo-portfolio .attribute-list:after,
.comments-area > .comment-respond .comment-form-fields:before,
.comments-area > .comment-respond .comment-form-fields:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container-boxed:after,
.container-fullwidth:after,
.noo-logreg .logreg-container:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.sf-menu:after,
.noo-menu:after,
.noo-social:after,
.bootstrap-select .dropdown-menu > li > a:after,
.noo-pricing-table:after,
.noo-member .member-info .team-meta:after,
.properties:after,
.properties .hentry .property-detail:after,
.properties .hentry .property-info:after,
.recent-properties.recent-properties-featured .property-detail:after,
.recent-properties.recent-properties-featured .property-info:after,
.noo-map .gmap-infobox .info-detail:after,
.infobox-info .bmap-infobox .info-detail:after,
.agents.grid:after,
.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after,
.content:after,
.content-excerpt:after,
.content-footer #author-bio:after,
.single-noo-portfolio .attribute-list:after,
.comments-area > .comment-respond .comment-form-fields:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
select {
  background-color: #fff;
  font-size: 15px;
  padding: 5px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.bg-cover {
  background-size: cover !important;
}
.bg-transparent {
  background-color: transparent;
}
@-webkit-keyframes inpulse {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes inpulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.inpulse {
  -webkit-animation: inpulse 4s infinite;
  animation: inpulse 4s infinite;
}
[data-parallax="1"].parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover !important;
}
@media (max-width: 768px) {
  [data-parallax="1"].parallax[data-parallax_no_mobile="0"] {
    background-position: 50% 50% !important;
    background-attachment: scroll;
  }
}
img.grayscale,
.grayscale > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
img.grayscale:hover,
.grayscale > img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
img {
  border: 0;
  max-width: 100%;
}
.site {
  position: relative;
}
.site:before,
.site:after {
  content: " ";
  display: table;
}
.site:after {
  clear: both;
}
.site:before,
.site:after {
  content: " ";
  display: table;
}
.site:after {
  clear: both;
}
body {
  position: relative;
}
body.boxed-layout {
  background-color: #fff;
}
body.boxed-layout .site {
  margin: 0 auto;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  width: 90%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  body.navbar-fixed-left-layout {
    padding-left: 240px;
  }
  body.navbar-fixed-right-layout {
    padding-right: 240px;
  }
}
body.nice-scroll {
  position: relative;
  padding-right: 10px !important;
}
body.nice-scroll .nicescroll-rails {
  background: #666;
  z-index: 9001 !important;
}
a {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #030304;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  color: #75b08a;
  text-decoration: none;
}
body {
  font-weight: 300;
  font-style: normal;
}
iframe {
  max-width: 100%;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white {
  color: white;
}
h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
pre code {
  white-space: normal;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.list-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.container-boxed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-boxed {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-boxed {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-boxed {
    width: 1200px;
  }
}
.container-boxed.max {
  max-width: 100%;
}
.container-boxed.offset {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-boxed {
    width: 100%;
  }
  .container-boxed.max {
    max-width: 100%;
  }
  .container-boxed.offset {
    padding-top: 0;
    padding-bottom: 0;
    margin: 40px auto;
  }
}
.container-fullwidth {
  overflow: hidden;
}
.noo-topbar {
  position: relative;
  background: #f8f8f8;
  height: 30px;
  z-index: 1001;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .noo-topbar {
    display: none;
  }
}
.noo-topbar .topbar-inner .topbar-content {
  font-size: 13px;
  line-height: 1.5;
  color: #2d313f;
  margin: 0;
}
.noo-topbar .topbar-inner .topbar-content a {
  color: #a5a5a5;
}
.noo-topbar .topbar-inner .topbar-content a:hover {
  color: #4f8a64;
}
.noo-topbar .topbar-inner .topbar-content .noo-menu {
  margin-top: 2px;
}
.noo-topbar .topbar-inner p.topbar-content {
  margin: 13px 0 0;
}
.noo-topbar .topbar-inner .noo-social {
  display: inline-table;
}
.noo-topbar .topbar-inner .noo-social a {
  margin-left: 1px;
  float: left;
}
.noo-topbar .topbar-inner .noo-social a i {
  border-radius: 0;
  color: #a5a5a5;
  width: 29px;
  height: 29px;
  line-height: 29px;
  border: 0;
  background: #f2f2f2;
}
.noo-topbar .topbar-inner .noo-social a i:hover {
  color: #4f8a64;
}
.noo-topbar .topbar-inner .topbar-content {
  float: right;
  display: inline-table;
  list-style: none;
}
.noo-topbar .topbar-inner .topbar-content li {
  padding: 4px 20px;
  float: left;
  position: relative;
}
.noo-topbar .topbar-inner .topbar-content li + li {
  border-left: 1px solid #f3f3f3;
}
.noo-topbar .topbar-inner.content_right .noo-social {
  float: left;
}
.noo-topbar .topbar-inner.content_right .topbar-content {
  float: right;
}
.noo-topbar .topbar-inner.content_left .noo-social {
  float: right;
}
.noo-topbar .topbar-inner.content_left .topbar-content {
  float: left;
  padding-left: 0;
}
.noo-page-heading {
  position: relative;
  background: none no-repeat scroll 0 0 #f7f7f7;
  font-family: "Lato";
  font-weight: 300;
  color: #030304;
  padding: 11px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.noo-page-heading .page-title {
  color: #030304;
  font-weight: 300;
}
.noo-page-heading .page-sub-title {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 15px;
  display: block;
  color: #181a21;
}
.noo-page-heading .page-sub-title strong {
  color: #181a21;
}
.noo-page-heading.noo-page-heading-bg {
  padding: 60px 0;
  min-height: 200px;
  border: none;
}
.noo-page-heading.noo-page-heading-bg .page-title,
.noo-page-heading.noo-page-heading-bg .page-sub-title,
.noo-page-heading.noo-page-heading-bg .breadcrumb,
.noo-page-heading.noo-page-heading-bg .breadcrumb a,
.noo-page-heading.noo-page-heading-bg .breadcrumb > .active span {
  color: #fff;
}
.noo-page-heading.noo-page-heading-bg .page-title {
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.1;
  color: #030304;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 39px;
  font-style: normal;
  color: #fff;
  margin-top: 0;
}
.noo-page-heading.noo-page-heading-bg .page-title small,
.noo-page-heading.noo-page-heading-bg .page-title .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.noo-page-heading.noo-page-heading-bg .page-title small,
.noo-page-heading.noo-page-heading-bg .page-title .small {
  font-size: 65%;
}
.noo-page-heading.noo-page-heading-bg .page-title a {
  color: #030304;
}
.noo-page-heading.noo-page-heading-bg .page-title a:hover {
  color: #75b08a;
  text-decoration: none;
}
.noo-page-heading.noo-page-heading-bg .page-title small {
  color: #fff;
}
.noo-page-heading.noo-page-heading-bg .page-heading-info {
  float: left;
  max-width: 48%;
}
.noo-page-heading.noo-page-heading-bg .noo-page-breadcrumb {
  float: right;
  max-width: 48%;
}
@media (max-width: 767px) {
  .noo-page-heading.noo-page-heading-bg .page-heading-info,
  .noo-page-heading.noo-page-heading-bg .noo-page-breadcrumb {
    float: none;
    max-width: 100%;
  }
}
.noo-main.left-sidebar {
  float: right;
}
@media (max-width: 767px) {
  .noo-main.left-sidebar {
    float: none;
  }
}
.noo-main .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .noo-sidebar .noo-sidebar-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main-content > .row {
  position: relative;
}
.noo-sidebar-line {
  display: none;
}
@media (min-width: 992px) {
  .page-left-sidebar .main-content {
    position: relative;
  }
  .page-left-sidebar .main-content:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: calc(33.3333% - 15px);
    left: -webkit-calc(33.3333% - 15px);
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
  .page-right-sidebar .main-content {
    position: relative;
  }
  .page-right-sidebar .main-content:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: calc(33.3333% - 15px);
    right: -webkit-calc(33.3333% - 15px);
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
}
.wp-caption {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #eee;
  max-width: 100%;
  padding: 5px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
.gallery-caption {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0px 10px;
}
.bypostauthor {
  margin: 0;
  padding: 0;
}
#wpstats {
  display: none;
}
.sticky {
  margin-bottom: 30px;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.page-title {
  margin-bottom: 30px;
  padding: 0;
}
.page-title small {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 300;
}
.colophon {
  background: url("../images/bg-footer.png") no-repeat scroll 0 center transparent;
  background-size: cover;
}
.colophon:before,
.colophon:after {
  content: " ";
  display: table;
}
.colophon:after {
  clear: both;
}
.colophon:before,
.colophon:after {
  content: " ";
  display: table;
}
.colophon:after {
  clear: both;
}
.colophon.wigetized {
  padding: 5% 0 3%;
  position: relative;
}
.colophon.wigetized:before {
  background: rgba(117, 176, 138, 0.8);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-size: 100%;
  width: 100%;
  display: block;
  height: 100%;
}
.wigetized .widget {
  color: #f7f7f7;
}
.wigetized .widget .widget-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.wigetized .widget ul li,
.wigetized .widget ol li {
  border-color: rgba(245, 245, 245, 0.15);
}
.wigetized .widget ul li a,
.wigetized .widget ol li a {
  color: #f5f5f5;
}
.wigetized .widget ul li a:hover,
.wigetized .widget ol li a:hover {
  color: #f0e797;
}
.wigetized .widget.widget_recent_entries li a {
  color: #f5f5f5;
}
.wigetized .widget.widget_recent_entries li a:hover {
  color: #f0e797;
}
.colophon.site-info {
  background: #A2A7A3;
}
.colophon.site-info .footer-menu {
  background-color: #567560;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #567560;
}
.colophon.site-info .footer-menu .noo-menu li > a:hover,
.colophon.site-info .footer-menu .noo-menu li > a:focus {
  background: none;
  text-decoration: underline;
}
.colophon.site-info .footer-menu .noo-menu li.current-menu-item > a {
  background: none;
}
.colophon.site-info .footer-more {
  color: #e1e1e1;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: rgba(60, 105, 76, 0.8);
}
.colophon.site-info .footer-more .noo-social {
  text-align: right;
}
.colophon.site-info .footer-more .noo-social a {
  font-size: 25px;
}
.colophon.site-info .footer-more .noo-bottom-bar-content {
  font-size: 13px;
}
.colophon.site-info .footer-more .noo-bottom-bar-content span {
  font-size: 11px;
}
.noo-menu {
  margin-right: auto !important;
  margin-left: auto !important;
}
.footer-menu .noo-menu li > a {
  color: #aeaeae;
}
a.go-to-top,
a.go-to-top:hover a.go-to-top:focus {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #75b08a;
  font-size: 16px;
  height: 40px;
  line-height: 1;
  text-align: center;
  width: 40px;
  line-height: 35px;
  z-index: 100;
  visibility: hidden;
}
a.go-to-top.on,
a.go-to-top:hover a.go-to-top:focus.on {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
}
a.go-to-top.on:hover,
a.go-to-top:hover a.go-to-top:focus.on:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
  color: #2d313f;
}
a.noo-slider-scroll-bottom {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  bottom: 80px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 50px;
  left: 50%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50px;
  z-index: 50;
}
a.noo-slider-scroll-bottom:hover,
a.noo-slider-scroll-bottom:focus {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 767px) {
  a.noo-slider-scroll-bottom {
    display: none;
  }
}
.footer-contact-info > div {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 10px 0;
  padding: 8px 0;
  position: relative;
  padding-left: 40px;
}
.footer-contact-info > div i {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 34px;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 5px 0 0 5px;
  line-height: 40px;
  margin-right: 10px;
  display: inline-block;
  left: 0;
  position: absolute;
}
.our-service .service-icon i {
  width: 100px!important;
  height: 100px!important;
  line-height: 80px!important;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.35);
}
.our-service a {
  color: rgba(255, 255, 255, 0.9);
}
.our-service:hover .service-icon i {
  border: 10px solid rgba(0, 0, 0, 0.3) !important;
  background: rgba(240, 231, 151, 0.3);
}
.our-service:hover a {
  border-bottom: 1px solid #fff !important;
}
.our-service:hover .service-icon a {
  border-bottom: none !important;
}
.footer-nav {
  background: url("../images/bg-nav-footer.png") repeat-x scroll 0 top transparent;
}
@media (max-width: 991px) {
  .footer-nav .noo-image {
    padding: 15px 0;
  }
}
.testimonial-desc {
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
  width: 90%;
  text-align: center;
  margin: 30px auto 15px auto;
}
.our-customer-info {
  text-align: center;
}
.our-customer-info .custom-desc {
  text-align: left;
  color: #bbbbbb;
  font-style: italic;
  font-weight: 300;
}
.our-customer-info .custom-desc h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 0;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .our-customer-info img {
  display: inherit;
  max-width: 100%;
  width: auto;
  float: right;
  padding-top: 15px;
}
.noo-slider.testimonial-slide .slider-indicators {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  right: auto;
  top: 0;
}
.noo-slider.testimonial-slide .slider-indicators a {
  color: #d6d6d6;
  border: 2px solid #d6d6d6;
  background: #d6d6d6;
}
.noo-slider.testimonial-slide .slider-indicators a.selected {
  border: 2px solid #75b08a;
  background: #75b08a;
}
.slide-home-info {
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 270px;
}
.noo-logreg .logreg-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.noo-logreg .logreg-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #313131;
  line-height: 1.5;
  font-size: 23px;
}
.noo-logreg .btn,
.noo-logreg .wpcf7-submit,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.noo-logreg .widget_newsletterwidget .newsletter-submit {
  border: none;
  padding: 15px 60px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  margin: 15px 0;
  font-size: 16px;
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-logreg .btn:hover,
.noo-logreg .btn:focus,
.noo-logreg .btn:active,
.noo-logreg .btn.active,
.noo-logreg .wpcf7-submit:hover,
.noo-logreg .wpcf7-submit:focus,
.noo-logreg .wpcf7-submit:active,
.noo-logreg .wpcf7-submit.active,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:focus,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active,
.noo-logreg .widget_newsletterwidget .newsletter-submit:hover,
.noo-logreg .widget_newsletterwidget .newsletter-submit:focus,
.noo-logreg .widget_newsletterwidget .newsletter-submit:active,
.noo-logreg .widget_newsletterwidget .newsletter-submit.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-logreg .btn:active,
.noo-logreg .btn.active,
.noo-logreg .wpcf7-submit:active,
.noo-logreg .wpcf7-submit.active,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active,
.noo-logreg .widget_newsletterwidget .newsletter-submit:active,
.noo-logreg .widget_newsletterwidget .newsletter-submit.active {
  background-image: none;
}
.noo-logreg .btn.disabled,
.noo-logreg .btn.disabled:hover,
.noo-logreg .btn.disabled:focus,
.noo-logreg .btn.disabled:active,
.noo-logreg .btn.disabled.active,
.noo-logreg .wpcf7-submit.disabled,
.noo-logreg .wpcf7-submit.disabled:hover,
.noo-logreg .wpcf7-submit.disabled:focus,
.noo-logreg .wpcf7-submit.disabled:active,
.noo-logreg .wpcf7-submit.disabled.active,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled:hover,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled:focus,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled:active,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled.active,
.noo-logreg .widget_newsletterwidget .newsletter-submit.disabled,
.noo-logreg .widget_newsletterwidget .newsletter-submit.disabled:hover,
.noo-logreg .widget_newsletterwidget .newsletter-submit.disabled:focus,
.noo-logreg .widget_newsletterwidget .newsletter-submit.disabled:active,
.noo-logreg .widget_newsletterwidget .newsletter-submit.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-logreg .btn .badge,
.noo-logreg .wpcf7-submit .badge,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a .badge,
.noo-logreg .widget_newsletterwidget .newsletter-submit .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.noo-logreg .btn:hover,
.noo-logreg .wpcf7-submit:hover,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.noo-logreg .widget_newsletterwidget .newsletter-submit:hover {
  background: #589a70;
}
.noo-logreg .btn:disabled,
.noo-logreg .wpcf7-submit:disabled,
.noo-logreg .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:disabled,
.noo-logreg .widget_newsletterwidget .newsletter-submit:disabled {
  background: #dadada;
  cursor: not-allowed;
}
.noo-logreg .login-form,
.noo-logreg .register-form {
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
.noo-logreg .login-form > form,
.noo-logreg .register-form > form {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.noo-logreg.both .register-form {
  padding-bottom: 120px;
  background: #f8f8f8;
  -webkit-box-shadow: -6px -6px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -6px -6px 12px 0px rgba(0, 0, 0, 0.1);
}
.noo-call-to-action {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .noo-call-to-action {
    padding-left: 30px;
    padding-right: 30px;
  }
  .noo-call-to-action .btn-thirdary {
    padding: 10px 30px !important;
  }
}
.gm-style img {
  max-width: none;
}
.gm-style label {
  width: auto;
  display: inline;
}
#registerform #recaptcha_widget_div {
  margin-bottom: 20px;
}
#registerform #recaptcha_widget_div .recaptcha_image_cell {
  width: 230px !important;
}
#registerform #recaptcha_widget_div #recaptcha_image,
#registerform #recaptcha_widget_div img,
#registerform #recaptcha_widget_div input {
  width: 100% !important;
  height: auto !important;
}
.noo-mailchimp {
  padding: 70px 0;
}
.noo-mailchimp .noo-mailchimp-left {
  float: left;
  width: 50%;
}
.noo-mailchimp .noo-mailchimp-left .noo-title {
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 0 0 10px;
  margin: 0;
}
.noo-mailchimp .noo-mailchimp-left .noo-sub-title {
  font-family: "Lato";
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}
.noo-mailchimp .noo-mailchimp-right {
  float: right;
  width: 50%;
  margin: 15px 0 0;
}
.noo-mailchimp .noo-mailchimp-right form input[type='email'] {
  max-width: 400px;
  width: calc(100% - 150px);
  height: 48px;
  background: transparent;
  border: 1px solid #2d313f;
  font-style: italic;
  padding: 0 20px;
  display: inline-block;
  border-radius: 3px;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"] {
  border: 0 solid transparent;
  font-family: "Lato";
  padding: 10px 16px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: bottom;
  border: 0;
  padding: 0 43px;
  height: 48px;
  display: inline-block;
  margin-left: 17px;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:hover,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:focus {
  color: #94a2a7;
  text-decoration: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"][disabled],
fieldset[disabled] .noo-mailchimp .noo-mailchimp-right form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].square {
  border-radius: 0;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].pill {
  border-radius: 100em;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].rounded {
  border-radius: 0.225em;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"] i {
  margin-right: 10px;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:hover,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:focus {
  color: #94a2a7;
  text-decoration: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].square {
  border-radius: 0;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].pill {
  border-radius: 100em;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].rounded {
  border-radius: 0.225em;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"] i {
  margin-right: 10px;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].btn-link:hover {
  text-decoration: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:hover,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active {
  color: #bdb254;
  background-color: #e8df8b;
  border-color: #e8df8b;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"]:active,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].active {
  background-image: none;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled:hover,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled:focus,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled:active,
.noo-mailchimp .noo-mailchimp-right form input[type="submit"].disabled.active {
  color: #bdb254;
  background-color: #e8df8b;
  border-color: #e8df8b;
}
.noo-mailchimp .noo-mailchimp-right form input[type="submit"] .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.noo-mailchimp .noo-mailchimp-right form i {
  color: #fff;
  top: 6px;
}
.noo-mailchimp .noo-mailchimp-right .mc4wp-alert {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  padding: 10px 0;
  font-style: italic;
  font-weight: 300;
}
.noo-mailchimp:after {
  clear: both;
  content: '';
  display: table;
}
/**
 * Reponsive
 */
@media (max-width: 991px) {
  .noo-mailchimp {
    text-align: center;
  }
  .noo-mailchimp .noo-mailchimp-left,
  .noo-mailchimp .noo-mailchimp-right {
    width: 100%;
  }
  .noo-mailchimp .noo-mailchimp-left .noo-title {
    font-size: 25px;
  }
  .noo-mailchimp .noo-mailchimp-left .noo-sub-title {
    font-size: 15px;
  }
  .noo-mailchimp .noo-mailchimp-right {
    margin: 30px 0 0;
  }
  .noo-mailchimp .noo-mailchimp-right .mc_footer input[type="email"] {
    padding: 8px 15px;
  }
  .noo-mailchimp .noo-mailchimp-right .mc_footer i {
    top: 1px;
  }
}
.btn,
.wpcf7-submit,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_newsletterwidget .newsletter-submit,
.content-footer .content-tags a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.wpcf7-submit:focus,
.wpcf7-submit:active:focus,
.wpcf7-submit.active:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active:focus,
.widget_newsletterwidget .newsletter-submit:focus,
.widget_newsletterwidget .newsletter-submit:active:focus,
.widget_newsletterwidget .newsletter-submit.active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.btn:hover,
.btn:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:focus,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus {
  color: #94a2a7;
  text-decoration: none;
}
.btn:active,
.btn.active,
.wpcf7-submit:active,
.wpcf7-submit.active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.wpcf7-submit.disabled,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled,
.widget_newsletterwidget .newsletter-submit.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.content-footer .content-tags a {
  color: #94a2a7;
  background-color: #ededed;
  border-color: transparent, #75b08a, #fff, #75b08a;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-default .badge {
  color: #ededed;
  background-color: #94a2a7;
}
.btn-primary,
.widget_newsletterwidget .newsletter-submit {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.widget_newsletterwidget .newsletter-submit:hover,
.widget_newsletterwidget .newsletter-submit:focus,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-primary:active,
.btn-primary.active,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.widget_newsletterwidget .newsletter-submit.disabled,
.widget_newsletterwidget .newsletter-submit.disabled:hover,
.widget_newsletterwidget .newsletter-submit.disabled:focus,
.widget_newsletterwidget .newsletter-submit.disabled:active,
.widget_newsletterwidget .newsletter-submit.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-primary .badge,
.widget_newsletterwidget .newsletter-submit .badge {
  color: #75b08a;
  background-color: #fff;
}
.btn-secondary,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.btn-secondary:active,
.btn-secondary.active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled:active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.btn-secondary .badge,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.btn-thirdary {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-thirdary:hover,
.btn-thirdary:focus,
.btn-thirdary:active,
.btn-thirdary.active {
  color: #bdb254;
  background-color: #e8df8b;
  border-color: #e8df8b;
}
.btn-thirdary:active,
.btn-thirdary.active {
  background-image: none;
}
.btn-thirdary.disabled,
.btn-thirdary.disabled:hover,
.btn-thirdary.disabled:focus,
.btn-thirdary.disabled:active,
.btn-thirdary.disabled.active {
  color: #bdb254;
  background-color: #e8df8b;
  border-color: #e8df8b;
}
.btn-thirdary .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #75b08a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4f8a64;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.navbar {
  position: relative;
  height: 70px;
  z-index: 1000;
  background-color: white;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-boxed {
  position: relative;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  float: right;
}
@media (max-width: 991px) {
  .navbar-collapse {
    float: none;
    clear: both;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-fixed-top.bg-transparent {
    background-color: #fff;
  }
}
body.boxed-layout .navbar-fixed-top {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1200px;
}
body.nice-scroll:not(.boxed-layout) .navbar-fixed-top {
  padding-right: 10px;
}
body.boxed-layout.nice-scroll .navbar-fixed-top {
  width: 90%;
  /** Safari 6, Chrome 19-25 **/
  /** FF 4-15  **/
  width: calc( 90% - 10px );
  /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
  left: -10px;
}
.navbar-fixed-top.navbar {
  height: 60px;
}
.navbar-fixed-top {
  top: 0;
}
@media (min-width: 992px) {
  .navbar-fixed-top.navbar-shrink {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
    color: #2d313f;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    padding: 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand .noo-logo-img,
  .navbar-fixed-top.navbar-shrink .navbar-brand .noo-logo-retina-img {
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    vertical-align: top;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav > li > a {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.navbar-brand {
  float: left;
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
}
.navbar-brand,
.navbar-brand:hover {
  color: #999999;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand img {
  max-height: 100%;
  vertical-align: baseline;
}
.navbar-brand .noo-logo-img,
.navbar-brand .noo-logo-retina-img {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  vertical-align: middle;
}
.navbar-brand .noo-logo-img {
  display: block;
}
.navbar-brand .noo-logo-retina-img,
.navbar-brand .noo-logo-floating {
  display: none;
}
.navbar-fixed-top .navbar-brand .noo-logo-img,
.navbar-fixed-top .navbar-brand .noo-logo-retina-img {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  vertical-align: baseline;
}
/* retina logo */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navbar-brand .noo-logo-img {
    display: none;
  }
  .navbar-brand .noo-logo-retina-img {
    display: block;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  font-size: 25px;
  height: 70px;
  display: table;
  padding: 0 15px;
  border-radius: 4px;
  background-image: none;
  cursor: pointer;
}
.navbar-toggle i.fa-bars {
  display: table-cell;
  vertical-align: middle;
}
.navbar-toggle:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.sf-menu,
.noo-menu,
.sf-menu *,
.noo-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu a,
.noo-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.sf-menu > li,
.noo-menu > li {
  display: inline-block;
}
@media (max-width: 991px) {
  .sf-menu > li,
  .noo-menu > li {
    display: block;
  }
}
.sf-menu li,
.noo-menu li {
  position: relative;
}
.sf-menu li:hover > ul.sub-menu,
.noo-menu li:hover > ul.sub-menu,
.sf-menu li .sfHover > ul.sub-menu,
.noo-menu li .sfHover > ul.sub-menu {
  display: block;
}
.sf-menu ul.sub-menu,
.noo-menu ul.sub-menu {
  position: absolute;
  display: none;
  top: auto;
  left: auto;
  width: auto;
  min-width: 200px;
}
.noo-menu li > a {
  color: #75b08a;
  padding: 10px 12px;
}
.noo-menu li > a:hover,
.noo-menu li > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #4f8a64;
}
.noo-menu li.current-menu-item > a,
.noo-menu li.active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #4f8a64;
}
.noo-menu li.disabled > a,
.noo-menu li.disabled > a:hover,
.noo-menu li.disabled > a:focus {
  color: #777777;
  background-color: #777777;
}
.noo-menu ul.sub-menu {
  z-index: 1030;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.noo-menu ul.sub-menu ul.sub-menu {
  top: 10px;
  left: 95%;
  right: auto;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .sf-arrows .sf-with-ul:after {
    float: right;
  }
}
.sf-arrows .sub-menu .sf-with-ul:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
  right: 15px;
  position: absolute;
}
.navbar {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-left {
    border-right: 1px solid #e5e5e5;
  }
  .navbar.navbar-fixed-right {
    border-left: 1px solid #e5e5e5;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    font-weight: bold !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav li {
    border-top: 1px solid #cccccc;
    background-color: white;
  }
}
.navbar-nav li > a {
  color: #2d313f;
  padding: 10px 12px;
  line-height: 1;
  font-size: 14px;
}
.navbar-nav li > a:hover,
.navbar-nav li > a:focus {
  color: #4f8a64;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-nav li:hover > a,
.navbar-nav li .sfHover > a {
  background-color: rgba(0, 0, 0, 0);
  color: #4f8a64;
}
.navbar-nav li.current-menu-item > a,
.navbar-nav li.active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #75b08a;
}
.navbar-nav li.disabled > a,
.navbar-nav li.disabled > a:hover,
.navbar-nav li.disabled > a:focus {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-nav ul.sub-menu {
  z-index: 1030;
  font-size: 14px;
}
@media (max-width: 991px) {
  .navbar-nav ul.sub-menu > li > a {
    padding-left: 25px;
  }
  .navbar-nav ul.sub-menu > li li a {
    padding-left: 35px;
  }
}
.navbar-nav ul.sub-menu li {
  display: block;
}
.navbar-nav ul.sub-menu li > a {
  color: #333333;
  border-top: 1px solid #F1F0F0;
  line-height: 22px;
  padding: 7px 20px;
}
.navbar-nav ul.sub-menu li > a:hover {
  color: #4f8a64;
  background-color: #f5f5f5;
}
.navbar-nav ul.sub-menu li:hover .navbar-nav ul.sub-menu li.sfHover > a {
  color: #4f8a64;
  background-color: #f5f5f5;
}
.navbar-nav ul.sub-menu li.current-menu-item > a {
  color: #4f8a64;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li > ul.sub-menu {
    left: 0;
    right: auto;
  }
  .navbar-nav > li > ul.sub-menu ul.sub-menu {
    top: 10px;
    left: auto;
    right: 95%;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav li > a {
    white-space: normal;
  }
  .navbar-nav li {
    -webkit-transition: none;
    transition: none;
  }
  .navbar-nav ul.sub-menu {
    position: static;
    float: none;
    max-width: none;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-nav ul.sub-menu:before,
  .navbar-nav ul.sub-menu:after {
    display: none;
  }
  .navbar-nav ul.sub-menu a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    line-height: 70px;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 70px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .navbar-nav.sf-menu > li ul.sub-menu {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: white;
  }
  .navbar-nav.sf-menu > li > ul.sub-menu {
    border-top: 2px solid #75b08a;
  }
  .navbar-nav.sf-menu > li > ul.sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 35px;
    top: -10px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #75b08a;
    border-left: 8px solid transparent;
  }
  .navbar-nav.sf-menu > li li.fly-left > ul.sub-menu {
    left: auto;
    right: 95%;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .navbar-nav.sf-menu > li li.fly-right > ul.sub-menu {
    left: 95%;
    right: auto;
    -webkit-box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.135);
            box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.135);
  }
  .navbar-nav.sf-menu > li.align-left > ul.sub-menu {
    left: 0;
    right: auto;
  }
  .navbar-nav.sf-menu > li.align-right > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .navbar-nav.sf-menu > li.align-right > ul.sub-menu:before {
    right: 35px!important;
    left: auto!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #75b08a;
    border-left: 8px solid transparent;
  }
  .navbar-nav.sf-menu > li.align-center > ul.sub-menu {
    left: 50% !important;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .navbar-nav.sf-menu > li.align-center > ul.sub-menu:before {
    right: 50%;
    left: auto;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-right: 8px solid transparent;
    border-bottom: 8px solid #75b08a;
    border-left: 8px solid transparent;
  }
  .navbar-nav.sf-menu > li.full-width {
    position: inherit !important;
  }
  .navbar-nav.sf-menu > li.full-width > ul.sub-menu {
    width: 100%;
    left: 0;
  }
  .navbar-nav.sf-menu > li.full-width.sfHover > ul.sub-menu:before {
    border: 0;
  }
  .navbar-nav.sf-menu > li.full-width.sfHover > a {
    position: relative;
  }
  .navbar-nav.sf-menu > li.full-width.sfHover > a:before {
    content: '';
    position: absolute;
    left: 35px;
    bottom: 0px;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #21c2f8;
    border-left: 0px solid transparent;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu {
    padding: 15px 0 15px 4px;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu li {
    float: left;
    width: 100%;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu li > a {
    white-space: normal;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li {
    display: table-cell !important;
    float: none !important;
    margin: 5px 0;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    position: relative;
    width: 32.8%;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
    opacity: 1 !important;
    top: 0px !important;
    width: 100%;
    left: 0px !important;
    position: relative !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children {
    border-right: 1px solid rgba(65, 65, 65, 0.1);
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children:last-child {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children > a {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children > a.sf-with-ul:before,
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children > a.sf-with-ul:after {
    display: none;
  }
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children:hover > a,
  .navbar-nav.sf-menu > li.megamenu > ul.sub-menu > li.menu-item-has-children.sfHover > a {
    background-color: transparent;
  }
  .navbar-nav.sf-menu > li.megamenu ul.sub-menu li > a {
    border-top: 0;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-2 > ul.sub-menu > li {
    width: 49.6%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-2 > ul.sub-menu > li:nth-child(2n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-2 > ul.sub-menu > li:nth-child(2n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-3 > ul.sub-menu > li {
    width: 32.8%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-3 > ul.sub-menu > li:nth-child(3n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-3 > ul.sub-menu > li:nth-child(3n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-4 > ul.sub-menu > li {
    width: 24.45%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-4 > ul.sub-menu > li:nth-child(4n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-4 > ul.sub-menu > li:nth-child(4n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-5 > ul.sub-menu > li {
    width: 19.45%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-5 > ul.sub-menu > li:nth-child(5n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-5 > ul.sub-menu > li:nth-child(5n+1) {
    clear: both;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-6 > ul.sub-menu > li {
    width: 16.1%;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-6 > ul.sub-menu > li:nth-child(6n) {
    border-right: none !important;
  }
  .navbar-nav.sf-menu > li.megamenu.columns-6 > ul.sub-menu > li:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-toggle.collapsed {
  color: #777;
}
.navbar-toggle.collapsed:hover {
  color: #515151;
}
.noo-menu-item-search {
  position: relative;
}
.noo-menu-item-search .searchbar {
  padding: 15px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  z-index: 9999;
  position: absolute;
  border-color: #ddd;
  width: 300px;
  right: 0px;
  -webkit-box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
  background: #fff;
  top: 100%;
}
@media (max-width: 991px) {
  .noo-menu-item-search .searchbar {
    background: rgba(0, 0, 0, 0);
    width: auto;
  }
}
.noo-menu-item-search .searchbar:before {
  position: absolute;
  display: block;
  content: "";
  top: -8px;
  right: 20px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
}
.noo-menu-item-search .searchbar.hide {
  display: none;
}
.noo-menu-item-search .searchbar.show {
  display: block;
}
.noo-menu-item-search .searchbar #s {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ededed;
}
.noo-menu-item-search .searchbar #searchsubmit {
  display: none;
}
@media (max-width: 991px) {
  .noo-menu-item-search .search-button {
    display: none;
  }
  .noo-menu-item-search .searchbar {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .noo-menu-item-search .searchbar:before {
    display: none;
  }
  .noo-menu-item-search .searchbar.hide {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navbar.has-mobile .navbar-header {
    width: 70%;
    /** Safari 6, Chrome 19-25 **/
    /** FF 4-15  **/
    width: calc( 100% - 200px );
    /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
    float: left;
  }
}
@media (max-width: 767px) {
  .navbar.has-mobile .navbar-header {
    width: 100%;
    float: none;
  }
}
.calling-info {
  float: right;
  min-width: 16.5em;
  border-left: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 1em;
  height: 70px;
  display: table;
}
.calling-info .calling-content {
  display: table-cell;
  vertical-align: middle;
}
.calling-info i {
  font-size: 3.75em;
  float: left;
  color: #75b08a;
  padding: 0 0.25em;
  line-height: 1;
}
.calling-info .calling-desc {
  color: #c9c9c9;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: normal;
}
.calling-info .calling-desc span a {
  color: #2d313f;
  font-size: 1.5em;
}
.navbar-fixed-top .calling-info {
  font-size: 0.8em;
}
@media (max-width: 1199px) {
  .calling-info,
  .navbar-fixed-top .calling-info {
    font-size: 0.7em;
  }
}
@media (max-width: 767px) {
  .calling-info {
    display: none;
  }
}
.noo-navbar {
  display: inline-block;
  width: 100%;
}
.nooicon,
.noo-vc-accordion .panel-title a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.nooicon:before,
.noo-vc-accordion .panel-title a:before:before {
  speak: none;
  line-height: 1;
}
a [class^="fa-"],
a [class*=" fa-"] {
  display: inline-block;
}
.nav [class^="fa-"],
.nav [class*=" fa-"] {
  display: inline;
  margin-right: 0.5em;
}
li [class^="fa-"],
.nav li [class^="fa-"],
li [class*=" fa-"],
.nav li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
[class^="fa-"].left,
[class*=" fa-"].left {
  margin-right: 0.3em;
}
[class^="fa-"].right,
[class*=" fa-"].right {
  margin-left: 0.3em;
}
.noo-social {
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noo-social a {
  text-align: center;
  margin-left: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.noo-social a i {
  display: block;
  width: 38px;
  height: 38px;
  border: 2px solid;
  color: #fff;
  border-radius: 50%;
  line-height: 38px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noo-social a i:hover {
  background: transparent;
}
.noo-social a .fa-facebook {
  background: #3c599f;
  border-color: #3c599f;
}
.noo-social a .fa-facebook:hover {
  color: #3c599f;
}
.noo-social a .fa-twitter {
  background: #5dd7fc;
  border-color: #5dd7fc;
}
.noo-social a .fa-twitter:hover {
  color: #5dd7fc;
}
.noo-social a .fa-google-plus {
  background: #cc3433;
  border-color: #cc3433;
}
.noo-social a .fa-google-plus:hover {
  color: #cc3433;
}
.noo-social a .fa-pinterest {
  background: #e63d44;
  border-color: #e63d44;
}
.noo-social a .fa-pinterest:hover {
  color: #e63d44;
}
.noo-social a .fa-linkedin {
  background: #0077b5;
  border-color: #0077b5;
}
.noo-social a .fa-linkedin:hover {
  color: #0077b5;
}
.noo-social a:hover {
  color: #4f8a64;
}
.noo-social a:first-child {
  margin-left: 0px;
}
/* GENERAL
----------------------------------------------- */
.jp-jplayer {
  width: 0px;
  height: 0px;
  background-color: #000000;
  position: absolute;
}
.jp-jplayer a:hover {
  text-decoration: none;
}
.jp-controls-container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.jp-video {
  position: absolute;
  bottom: 0;
}
.jp-interface {
  position: relative;
  height: 30px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a3b3c), to(#222222));
  background-image: linear-gradient(to bottom, #3a3b3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a3b3c', endColorstr='#ff222222', GradientType=0);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
/* CONTROLS
----------------------------------------------- */
.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jp-controls a {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777777;
  z-index: 1;
}
.jp-controls a:hover {
  color: #75b08a;
}
.jp-controls a:before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  display: block;
  line-height: 30px;
}
.jp-controls .jp-play,
.jp-controls .jp-pause {
  border-right: 1px solid #323334;
}
.jp-controls .jp-play:before {
  content: "\f04b";
}
.jp-controls .jp-pause {
  display: none;
}
.jp-controls .jp-pause:before {
  content: "\f04c";
}
.jp-controls .jp-mute,
.jp-controls .jp-unmute {
  border-left: 1px solid #323334;
  display: block;
  position: absolute;
  top: 0;
  right: 55px;
}
.jp-controls .jp-mute:before {
  content: "\f028";
}
.jp-controls .jp-unmute:before {
  content: "\f026";
}
/* PROGRESS BAR
----------------------------------------------- */
.jp-progress {
  position: absolute;
  padding: 0 95px 0 40px;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 10px;
}
.jp-seek-bar,
.jp-play-bar {
  width: 0px;
  height: 8px;
  border-radius: 1px;
}
.jp-seek-bar {
  cursor: pointer;
  position: relative;
  z-index: 999;
  background: #464849;
}
.jp-play-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #75b08a;
  -webkit-animation: progress 0.75s linear infinite;
  animation: progress 0.75s linear infinite;
}
/* VOLUME BAR
----------------------------------------------- */
.jp-volume-bar {
  float: right;
  z-index: 99;
  position: relative;
  margin: 11px 10px 11px;
  width: 40px;
  height: 8px;
  cursor: pointer;
  background-color: #464849;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}
.jp-volume-bar-value {
  background-color: #75b08a;
  width: 0px;
  height: 8px;
  margin: 1px;
  border-radius: 1px;
}
/* Diagonal Background Bars: got it from Premium Pixels
https://github.com/lukemcdonald/jplayer-skins
/*/
.jp-play-bar,
.jp-volume-bar-value {
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
  background-size: 7px 7px;
  /*#gradient.vertical(@jp-diagonal-bar-color-1, @jp-diagonal-bar-color-2);
	background-image: -webkit-gradient(
	                      linear, 0 0, 100% 100%,
	                      color-stop(.25, @jp-diagonal-bar-color-3), 
	                      color-stop(.25, transparent),
	                      color-stop(.50, transparent), 
	                      color-stop(.50, @jp-diagonal-bar-color-3),
	                      color-stop(.75, @jp-diagonal-bar-color-3), 
	                      color-stop(.75, transparent),
	                      to(transparent)
	                  );
	background-image: -webkit-linear-gradient(
	                      -45deg, @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: -moz-linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: -ms-linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: -o-linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%, 
	                      @jp-diagonal-bar-color-3 50%, 
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%, 
	                      transparent
	                  );
	background-image: linear-gradient(
	                      -45deg, 
	                      @jp-diagonal-bar-color-3 25%, 
	                      transparent 25%,
	                      transparent 50%,
	                      @jp-diagonal-bar-color-3 50%,
	                      @jp-diagonal-bar-color-3 75%,
	                      transparent 75%,
	                      transparent
	                  );*/
}
/* CSS3 ANIMATIONS
----------------------------------------------- */
/* Progress Bar Animation */
@-webkit-keyframes progress {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -7px;
  }
}
/* Video Container */
.noo-video-container {
  position: relative;
}
.noo-video-container .jp-video-play-icon {
  color: #fff;
  font-size: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.noo-video-container .jp-video-play-icon a,
.noo-video-container .jp-video-play-icon a:hover,
.noo-video-container .jp-video-play-icon a:focus {
  color: #fff;
  outline: none;
}
.noo-video-container .jp-video-play-icon a i,
.noo-video-container .jp-video-play-icon a:hover i,
.noo-video-container .jp-video-play-icon a:focus i {
  border: 5px solid #fff;
  border-radius: 50%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  width: 200px;
}
.noo-video-container .jp-video-play-icon a i:before,
.noo-video-container .jp-video-play-icon a:hover i:before,
.noo-video-container .jp-video-play-icon a:focus i:before {
  margin-left: 25px;
}
.noo-video-container .video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.noo-video-container .video-inner video,
.noo-video-container .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noo-video-container.16-9-ratio .video-inner {
  padding-bottom: 56.25%;
}
.noo-video-container.5-3-ratio .video-inner {
  padding-bottom: 60%;
}
.noo-video-container.5-4-ratio .video-inner {
  padding-bottom: 80%;
}
.noo-video-container.4-3-ratio .video-inner {
  padding-bottom: 75%;
}
.noo-video-container.3-2-ratio .video-inner {
  padding-bottom: 66.6666667%;
}
.tp-bullets.simplebullets.round .bullet {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  margin: 0 5px;
}
.noo-slider-revolution-container.bg-video {
  position: relative;
  overflow: hidden;
}
.noo-slider-revolution-container.bg-video .rev_slider_wrapper {
  background: transparent !important;
}
.noo-slider-revolution-container.bg-video #big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
}
.noo-slider-revolution-container.bg-video #big-video-wrap .vjs-tech {
  left: 0;
  margin: 0;
}
.noo-slider-revolution-container.bg-video object,
.noo-slider-revolution-container.bg-video video {
  min-width: 100%;
  min-height: 100%;
}
div.wpcf7 p {
  margin: 0;
}
.cf7 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form-control:not(.wpcf7-submit) {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form-control:not(.wpcf7-submit).wpcf7-checkbox,
.wpcf7-form-control:not(.wpcf7-submit).wpcf7-radio {
  height: auto;
}
.wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin-bottom: 24px;
}
div.wpcf7 .screen-reader-response {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wpcf7-submit {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 5px 16px;
  margin-top: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.wpcf7-submit:active,
.wpcf7-submit.active {
  background-image: none;
}
.wpcf7-submit.disabled,
.wpcf7-submit.disabled:hover,
.wpcf7-submit.disabled:focus,
.wpcf7-submit.disabled:active,
.wpcf7-submit.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.wpcf7-submit .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.wpcf7-not-valid-tip {
  color: #f56e6e;
  font-size: 13px;
  display: block;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7-response-output {
  padding: 4px 8px;
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
}
div.wpcf7-validation-errors {
  border: 1px solid #f56e6e;
}
.contact-actions {
  display: block;
  text-align: right;
}
.contact-form:before {
  content: "";
  background: #eee;
  width: 98%;
  margin-right: 15px;
  height: 1px;
  margin-top: -50px;
  left: 0;
  z-index: 999;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-form .contact-desc {
    padding-left: 0 !important0;
  }
}
.contact-info {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  font-size: 13px;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  line-height: 100%;
}
.contact-info ul li b {
  width: 40%;
  text-align: right;
  padding-right: 40px;
  display: inline-block;
}
.contact-info1 {
  position: absolute !important;
  right: 60%;
  top: 150px;
  z-index: 999;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  font-size: 13px;
  padding: 10px !important;
}
.contact-info1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info1 ul li {
  line-height: 180%;
}
.contact-info1 ul li b {
  width: 40%;
  text-align: right;
  padding-right: 40px;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-info1 {
    right: 20%;
    top: 550px;
  }
}
@media (max-width: 991px) {
  .contact-info1 {
    top: 550px;
  }
}
.contact-desc1 {
  width: 65%;
}
.contact-desc1 .wpcf7-textarea {
  max-height: 150px;
}
@media (max-width: 767px) {
  .contact-desc1 {
    width: 100%;
    padding-top: 30px !important;
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) {
  .contact-desc1 {
    padding-top: 30px !important;
    padding-left: 30px !important;
  }
}
#cf7-email-input {
  background: white;
  border-radius: 100vh;
  padding: 1rem 2rem;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#cf7-submit-button {
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  width: 50%;
  margin-top: 20px;
  height: 50px;
  background: #EDEDED;
  color: #555555;
  border-color: #EDEDED;
}
.form-control,
.wpcf7-form-control:not(.wpcf7-submit),
.chosen-container-single,
.chosen-container-multi .chosen-choices,
.widget_newsletterwidget .newsletter-email {
  font-size: 15px;
  border: medium none;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select[multiple].form-control-chosen,
select[size].form-control-chosen {
  height: 50px;
}
.chosen-container-single,
.chosen-container-multi .chosen-choices {
  background-image: none;
  min-height: 50px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0;
}
[data-toggle="checkbox"],
[data-toggle="radio"] {
  display: none;
  outline: medium none !important;
}
.boostrap-checkbox,
.boostrap-radio {
  position: relative;
  padding: 0 0 0 25px;
}
.boostrap-checkbox .checkbox-icons,
.boostrap-radio .checkbox-icons,
.boostrap-checkbox .radio-icons,
.boostrap-radio .radio-icons {
  height: 21px;
  left: 0;
  line-height: 21px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  width: 20px;
  color: #fff;
}
.boostrap-checkbox .checkbox-icons .checkbox-unchecked,
.boostrap-radio .checkbox-icons .checkbox-unchecked,
.boostrap-checkbox .radio-icons .checkbox-unchecked,
.boostrap-radio .radio-icons .checkbox-unchecked,
.boostrap-checkbox .checkbox-icons .radio-unchecked,
.boostrap-radio .checkbox-icons .radio-unchecked,
.boostrap-checkbox .radio-icons .radio-unchecked,
.boostrap-radio .radio-icons .radio-unchecked {
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: sub;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox .checkbox-icons .checkbox-unchecked:before,
.boostrap-radio .checkbox-icons .checkbox-unchecked:before,
.boostrap-checkbox .radio-icons .checkbox-unchecked:before,
.boostrap-radio .radio-icons .checkbox-unchecked:before {
  content: "\f0c8";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox .checkbox-icons .radio-unchecked:before,
.boostrap-radio .checkbox-icons .radio-unchecked:before,
.boostrap-checkbox .radio-icons .radio-unchecked:before,
.boostrap-radio .radio-icons .radio-unchecked:before {
  content: "\f111";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox .checkbox-icons .checkbox-checked,
.boostrap-radio .checkbox-icons .checkbox-checked,
.boostrap-checkbox .radio-icons .checkbox-checked,
.boostrap-radio .radio-icons .checkbox-checked,
.boostrap-checkbox .checkbox-icons .radio-checked,
.boostrap-radio .checkbox-icons .radio-checked,
.boostrap-checkbox .radio-icons .radio-checked,
.boostrap-radio .radio-icons .radio-checked {
  font-size: 22px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  vertical-align: sub;
  opacity: 0;
  filter: alpha(opacity=0);
}
.boostrap-checkbox .checkbox-icons .checkbox-checked:before,
.boostrap-radio .checkbox-icons .checkbox-checked:before,
.boostrap-checkbox .radio-icons .checkbox-checked:before,
.boostrap-radio .radio-icons .checkbox-checked:before {
  content: "\f14a";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox .checkbox-icons .radio-checked:before,
.boostrap-radio .checkbox-icons .radio-checked:before,
.boostrap-checkbox .radio-icons .radio-checked:before,
.boostrap-radio .radio-icons .radio-checked:before {
  content: "\f192";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox .checkbox-icons:hover .checkbox-unchecked:before,
.boostrap-radio .checkbox-icons:hover .checkbox-unchecked:before,
.boostrap-checkbox .radio-icons:hover .checkbox-unchecked:before,
.boostrap-radio .radio-icons:hover .checkbox-unchecked:before {
  content: "\f14a";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox .checkbox-icons:hover .radio-unchecked:before,
.boostrap-radio .checkbox-icons:hover .radio-unchecked:before,
.boostrap-checkbox .radio-icons:hover .radio-unchecked:before,
.boostrap-radio .radio-icons:hover .radio-unchecked:before {
  content: "\f192";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.boostrap-checkbox.checked .checkbox-unchecked,
.boostrap-radio.checked .checkbox-unchecked,
.boostrap-checkbox.checked .radio-unchecked,
.boostrap-radio.checked .radio-unchecked {
  opacity: 0;
  filter: alpha(opacity=0);
}
.boostrap-checkbox.checked .checkbox-checked,
.boostrap-radio.checked .checkbox-checked,
.boostrap-checkbox.checked .radio-checked,
.boostrap-radio.checked .radio-checked {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #75b08a;
}
.bootstrap-select {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
  position: relative;
  vertical-align: middle;
  padding: 0;
  width: 220px;
}
.bootstrap-select .btn.dropdown-toggle,
.bootstrap-select .wpcf7-submit.dropdown-toggle,
.bootstrap-select .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.dropdown-toggle,
.bootstrap-select .widget_newsletterwidget .newsletter-submit.dropdown-toggle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 40px;
  padding: 6px 12px;
  width: 100%;
  float: right;
  position: relative;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select .btn.dropdown-toggle:hover,
.bootstrap-select .btn.dropdown-toggle:focus,
.bootstrap-select .wpcf7-submit.dropdown-toggle:hover,
.bootstrap-select .wpcf7-submit.dropdown-toggle:focus,
.bootstrap-select .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.dropdown-toggle:hover,
.bootstrap-select .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.dropdown-toggle:focus,
.bootstrap-select .widget_newsletterwidget .newsletter-submit.dropdown-toggle:hover,
.bootstrap-select .widget_newsletterwidget .newsletter-submit.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bootstrap-select .btn.dropdown-toggle .caret,
.bootstrap-select .wpcf7-submit.dropdown-toggle .caret,
.bootstrap-select .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.dropdown-toggle .caret,
.bootstrap-select .widget_newsletterwidget .newsletter-submit.dropdown-toggle .caret {
  margin-top: -2px;
  position: absolute;
  right: 12px;
  top: 50%;
  vertical-align: middle;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin: 0;
  min-width: 100%;
  border: none;
  margin-top: 5px;
  background: #fff;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background-color: #75b08a;
}
.bootstrap-select.open .btn.dropdown-toggle,
.bootstrap-select.open .wpcf7-submit.dropdown-toggle,
.bootstrap-select.open .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.dropdown-toggle,
.bootstrap-select.open .widget_newsletterwidget .newsletter-submit.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group .dropdown > span {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: block;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.form-group .dropdown > span:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-group .dropdown > span:before {
  border-left: 1px solid #e5e5e5;
  display: block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 50px;
}
.form-group .dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
  background: #fff;
}
.form-group .dropdown .dropdown-menu > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
}
.form-group .dropdown .dropdown-menu > li:last-child {
  border: none;
}
.form-group .dropdown .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: inherit;
}
.form-group .dropdown .dropdown-menu > li > a:focus,
.form-group .dropdown .dropdown-menu > li > a:hover {
  background-color: #75b08a;
  color: #ffffff;
}
@media (max-width: 767px) {
  .form-group .noo-box-select {
    position: relative;
  }
  .form-group .noo-box-select:after {
    content: none;
    font-family: "FontAwesome";
    position: absolute;
    right: 6px;
    top: 13px;
  }
}
.form-control-flat {
  position: relative;
  text-align: left;
}
.form-control-flat > label {
  position: relative;
  display: block;
  margin: 0;
}
.form-control-flat textarea,
.form-control-flat select,
.form-control-flat input {
  padding: 6px 12px;
  height: 36px;
  padding: 6px 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  border: medium none;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: none repeat scroll 0 0 #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: block;
  outline: none;
  padding-right: 30px;
}
.form-control-flat textarea:focus,
.form-control-flat select:focus,
.form-control-flat input:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
}
.form-control-flat textarea:focus,
.form-control-flat select:focus,
.form-control-flat input:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
}
.form-control-flat textarea::-moz-placeholder,
.form-control-flat select::-moz-placeholder,
.form-control-flat input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control-flat textarea:-ms-input-placeholder,
.form-control-flat select:-ms-input-placeholder,
.form-control-flat input:-ms-input-placeholder {
  color: #777777;
}
.form-control-flat textarea::-webkit-input-placeholder,
.form-control-flat select::-webkit-input-placeholder,
.form-control-flat input::-webkit-input-placeholder {
  color: #777777;
}
.form-control-flat textarea[disabled],
.form-control-flat select[disabled],
.form-control-flat input[disabled],
.form-control-flat textarea[readonly],
.form-control-flat select[readonly],
.form-control-flat input[readonly],
fieldset[disabled] .form-control-flat textarea,
fieldset[disabled] .form-control-flat select,
fieldset[disabled] .form-control-flat input {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control-flat textarea,
textarea.form-control-flat select,
textarea.form-control-flat input {
  height: auto;
}
.form-control-flat textarea:focus,
.form-control-flat select:focus,
.form-control-flat input:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
}
.form-control-flat textarea:focus,
.form-control-flat select:focus,
.form-control-flat input:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
}
.form-control-flat textarea::-moz-placeholder,
.form-control-flat select::-moz-placeholder,
.form-control-flat input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control-flat textarea:-ms-input-placeholder,
.form-control-flat select:-ms-input-placeholder,
.form-control-flat input:-ms-input-placeholder {
  color: #777777;
}
.form-control-flat textarea::-webkit-input-placeholder,
.form-control-flat select::-webkit-input-placeholder,
.form-control-flat input::-webkit-input-placeholder {
  color: #777777;
}
.form-control-flat textarea[disabled],
.form-control-flat select[disabled],
.form-control-flat input[disabled],
.form-control-flat textarea[readonly],
.form-control-flat select[readonly],
.form-control-flat input[readonly],
fieldset[disabled] .form-control-flat textarea,
fieldset[disabled] .form-control-flat select,
fieldset[disabled] .form-control-flat input {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control-flat textarea,
textarea.form-control-flat select,
textarea.form-control-flat input {
  height: auto;
}
.form-control-flat select + i {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.form-control-flat select[multiple] {
  height: auto;
  display: none;
}
.form-control-flat > .radio,
.form-control-flat > .checkbox {
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.form-control-flat > .radio input,
.form-control-flat > .checkbox input {
  left: -9999px;
  position: absolute;
}
.form-control-flat > .radio i,
.form-control-flat > .checkbox i {
  background: none repeat scroll 0 0 #fff;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 22px;
  border-radius: 4px;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 0px;
  border-color: #ccc;
  width: 22px;
  color: #75b08a;
}
.form-control-flat > .radio i:after,
.form-control-flat > .checkbox i:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.form-control-flat > .radio input:checked + i:after,
.form-control-flat > .checkbox input:checked + i:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-control-flat .radio {
  min-height: 28px;
}
.form-control-flat .radio i {
  border-radius: 50%;
}
.form-control-flat .radio i:after {
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px;
  position: absolute;
  background: #75b08a;
}
.form-control-flat .checkbox {
  min-height: 28px;
}
.form-control-flat .checkbox i:after {
  content: "\f00c";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-left: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-control-flat .checkbox i:after {
  height: 22px;
  left: -3px;
  text-align: center;
  top: -2px;
  width: 22px;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
@media (max-width: 600px) {
  body {
    position: initial;
  }
}
/*
 *		Accordion Shortcode  
 */
.noo-vc-accordion.panel-group {
  margin-bottom: 20px;
  margin-top: 20px;
}
.noo-vc-accordion.panel-group .panel {
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #fff;
}
.noo-vc-accordion.panel-group .panel + .panel {
  margin-top: 2px;
}
.noo-vc-accordion.panel-group .panel-heading {
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  color: #302e38;
}
.noo-vc-accordion.panel-group .panel-heading:hover,
.noo-vc-accordion.panel-group .panel-heading.active {
  background-color: #75b08a;
  border-color: #75b08a;
}
.noo-vc-accordion.panel-group .panel-heading:hover .panel-title,
.noo-vc-accordion.panel-group .panel-heading.active .panel-title {
  background-color: #75b08a;
  color: #fff;
}
.noo-vc-accordion.panel-group .panel-heading:hover:hover,
.noo-vc-accordion.panel-group .panel-heading.active:hover {
  background-color: #75b08a;
  border-color: #75b08a;
}
.noo-vc-accordion.panel-group .panel-heading:hover a,
.noo-vc-accordion.panel-group .panel-heading.active a {
  color: #fff;
}
.noo-vc-accordion.panel-group .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #302e38;
  font-size: 19px;
}
.noo-vc-accordion.panel-group .panel-title > a {
  color: #302e38;
  line-height: 1.5;
  display: block !important;
}
.noo-vc-accordion.panel-group .panel-body {
  padding: 15px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0 1px 1px !important;
}
.noo-vc-accordion .panel-heading.active .panel-title a {
  color: #fff;
}
.noo-vc-accordion .panel-title a:before {
  margin-left: 15px;
  margin-right: 25px;
}
.noo-vc-accordion.icon-dark_circe .panel-heading.active .panel-title a:before {
  content: "\f056";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-dark_circe .panel-heading .panel-title a:before {
  content: "\f055";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-light_square .panel-heading.active .panel-title a:before {
  content: "\f147";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-light_square .panel-heading .panel-title a:before {
  content: "\f196";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-dark_square .panel-heading.active .panel-title a:before {
  content: "\f146";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-dark_square .panel-heading .panel-title a:before {
  content: "\f0fe";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-simple .panel-heading.active .panel-title a:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-simple .panel-heading .panel-title a:before {
  content: "\f067";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-left_arrow .panel-heading.active .panel-title a:before {
  content: "\f106";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-left_arrow .panel-heading .panel-title a:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-right_arrow .panel-heading.active .panel-title a:before {
  content: "\f106";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-right_arrow .panel-heading {
  position: relative;
}
.noo-vc-accordion.icon-right_arrow .panel-heading .panel-title a {
  padding-left: 15px;
}
.noo-vc-accordion.icon-right_arrow .panel-heading .panel-title a:before {
  content: "\f107";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-right_arrow .panel-heading .panel-title a:before {
  float: right;
  position: absolute !important;
  top: 21%;
  right: 0px;
}
.noo-vc-accordion.icon-light_circe .panel-heading.active .panel-title a:before {
  content: "\f056";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-vc-accordion.icon-light_circe .panel-heading .panel-title a:before {
  content: "\f055";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
 *		Tab Shortcode
 */
.noo-tabs {
  width: 100%;
}
.noo-tabs .nav > li > a {
  background-color: #e5e5e5;
}
.noo-tabs .nav > li > a i[class^='fa'] {
  margin-right: 10px !important;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
    width: 100% !important;
  }
}
.nav-tabs > li > a {
  margin-right: 0px;
  font-size: 19px;
  padding: 10px 0px;
  color: #302e38;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: #75b08a;
  color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #75b08a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-color: #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
@media (max-width: 767px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
  }
}
.tab-content > .tab-pane {
  display: none;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 40px 30px;
  font-size: 15px;
}
.tab-content > .active {
  display: block;
}
.tabs-left > .nav-tabs {
  float: left;
  width: 22.5%;
}
@media (max-width: 768px) {
  .tabs-left > .nav-tabs {
    float: none;
    width: 100% !important;
  }
}
.tabs-left > .nav-tabs > li {
  float: none;
  border: none;
  min-width: 100%;
  margin-bottom: 0;
}
.tabs-left > .nav-tabs > li:hover {
  color: rgba(0, 0, 0, 0);
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-left > .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #75b08a;
  border: 1px solid #ddd;
  border-top-color: #ddd;
  border-right-color: transparent;
  cursor: default;
  border-width: 1px 0 1px 1px;
}
@media (max-width: 767px) {
  .tabs-left > .nav-tabs > li.active > a,
  .tabs-left > .nav-tabs > li.active > a:hover,
  .tabs-left > .nav-tabs > li.active > a:focus {
    border-right: 1px solid #ddd;
    margin-right: 0px;
  }
}
.tabs-left > .nav-tabs > li > a {
  border-width: 1px 0 1px 1px;
  margin-right: -1px;
  margin-bottom: 2px;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-right-color: transparent;
  text-align: left;
  font-size: 19px;
  padding-left: 30px;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .tabs-left > .nav-tabs > li > a {
    border-right: 1px solid #ddd;
    margin-right: 0px;
  }
}
.tabs-left > .nav-tabs > li > a:hover {
  color: #75b08a;
  background-color: #e5e5e5;
  border: 1px solid #ddd;
  border-right-color: transparent;
}
.tabs-left > .nav-tabs > li > a > i {
  padding-right: 6px;
}
.tabs-left .tab-content {
  min-height: 212px;
  float: right;
  width: 77.5%;
}
@media (max-width: 768px) {
  .tabs-left .tab-content {
    float: none;
    width: 100%;
  }
}
.tabs-left .tab-content .tab-pane.active {
  padding: 26px 30px;
}
/*
 *		Components Shortcode  
 */
.alert {
  border-radius: 0;
  padding: 15px;
  font-size: 15px;
}
.alert > p + p {
  padding-left: 8px;
}
.noo-counter-holder > span.noo-counter {
  font-weight: 400;
}
.noo-counter-holder .counter-text h3 {
  margin-top: 0;
}
.noo-counter-holder .counter-text p {
  text-align: center;
}
.label {
  font-size: 13px;
  font-weight: 300;
  padding: 0.3em 1em 0.4em;
}
/*
*		Table Shortcode
*/
.table-striped {
  border: 1px solid #e5e5e5;
}
.table-striped > thead {
  background-color: #75b08a;
}
.table-striped > thead tr > th {
  border: 1px solid #75b08a !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.table-striped > thead tr > th:hover {
  background-color: #88bb9a;
}
.table-striped > thead > tr > th,
.table-striped > tbody > tr > th,
.table-striped > tfoot > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > td {
  text-align: center;
  border: 1px solid #e5e5e5;
}
.table-striped > thead > tr > th,
.table-striped > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #f5f5f5;
}
.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #fff;
}
.progress {
  height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  width: 0;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.progress .progress-bar .progress_label {
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-progress-bar.lean-bars {
  margin-top: 20px;
}
.noo-progress-bar.lean-bars .progress {
  height: 5px;
  margin-bottom: 40px;
  border-radius: 0;
  overflow: visible;
  position: relative;
}
.noo-progress-bar.lean-bars .progress .progress-bar .progress_title,
.noo-progress-bar.lean-bars .progress .progress-bar .progress_label {
  position: absolute;
  top: -25px;
  color: #302e38;
  font-size: 15px;
  font-weight: 300;
}
.noo-progress-bar.lean-bars .progress .progress-bar .progress_title {
  left: 0;
}
.noo-progress-bar.lean-bars .progress .progress-bar .progress_label {
  right: 0;
}
.lean-bars.rounded-bars .progress {
  border-radius: 4px;
}
.lean-bars.rounded-bars .progress .progress-bar {
  border-radius: 4px;
}
.noo-progress-bar.thick-bars .progress {
  border-radius: 0;
}
.noo-progress-bar.thick-bars .progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}
.noo-progress-bar.thick-bars .progress .progress-bar .progress_title {
  float: left;
  padding: 5px 0 0 15px;
}
.noo-progress-bar.thick-bars .progress .progress-bar .progress_label {
  float: right;
  padding: 5px 15px 0 0;
}
.thick-bars.rounded-bars .progress,
.thick-bars.rounded-bars .progress-bar {
  border-radius: 4px;
}
/*
 *		Block Grid Shortcode  
 */
.noo-block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
  list-style: disc;
}
.noo-block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.noo-block-grid > li > img.noo-img-thumbnail {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.noo-block-grid.two-col {
  margin: 1.313em -1.25%;
}
.noo-block-grid.two-col > li {
  width: 50%;
  padding: 1.25%;
}
.noo-block-grid.two-col > li:nth-child(2n+1) {
  clear: both;
}
.noo-block-grid.three-col {
  margin: 1.313em -1%;
}
.noo-block-grid.three-col > li {
  width: 33.33333%;
  padding: 1%;
}
.noo-block-grid.three-col > li:nth-child(3n+1) {
  clear: both;
}
.noo-block-grid.four-col {
  margin: 1.313em -0.9%;
}
.noo-block-grid.four-col > li {
  width: 25%;
  padding: 0.9%;
}
.noo-block-grid.four-col > li:nth-child(4n+1) {
  clear: both;
}
.noo-block-grid.five-col {
  margin: 1.313em -0.85%;
}
.noo-block-grid.five-col > li {
  width: 20%;
  padding: 0.85%;
}
.noo-block-grid.five-col > li:nth-child(5n+1) {
  clear: both;
}
.noo-block-grid.six-col {
  margin: 1.313em -0.8%;
}
.noo-block-grid.six-col > li {
  width: 16.66666%;
  padding: 0.8%;
}
.noo-block-grid.six-col > li:nth-child(6n+1) {
  clear: both;
}
/*
 *
 	Button Shortcode  
 */
.pressable,
.widget_newsletterwidget .newsletter-submit {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.pressable:active,
.widget_newsletterwidget .newsletter-submit:active {
  outline: none;
  webkit-box-shadow: inset rgba(255, 255, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.2) 0 -0.1em 0.3em, rgba(0, 0, 0, 0.4) 0 0.1em 1px, rgba(0, 0, 0, 0.2) 0 0.2em 6px;
  -moz-box-shadow: inset rgba(255, 255, 255, 0.6) 0 0.3em 0.3em, inset rgba(0, 0, 0, 0.2) 0 -0.1em 0.3em, rgba(0, 0, 0, 0.4) 0 0.1em 1px, rgba(0, 0, 0, 0.2) 0 0.2em 6px;
  -webkit-transform: translateY(0.2em);
      -ms-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.icon-right i {
  padding-left: 5px;
}
.btn,
.wpcf7-submit,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.widget_newsletterwidget .newsletter-submit,
.content-footer .content-tags a {
  -webkit-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn.square,
.wpcf7-submit.square,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.square,
.widget_newsletterwidget .newsletter-submit.square {
  border-radius: 0;
}
.btn.pill,
.wpcf7-submit.pill,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.pill,
.widget_newsletterwidget .newsletter-submit.pill {
  border-radius: 100em;
}
.btn.rounded,
.wpcf7-submit.rounded,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.rounded,
.widget_newsletterwidget .newsletter-submit.rounded {
  border-radius: 0.225em;
}
.btn.btn-white,
.wpcf7-submit.btn-white,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.btn-white,
.widget_newsletterwidget .newsletter-submit.btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.btn.btn-white:hover,
.wpcf7-submit.btn-white:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.btn-white:hover,
.widget_newsletterwidget .newsletter-submit.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.btn.btn-white:hover > i,
.wpcf7-submit.btn-white:hover > i,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.btn-white:hover > i,
.widget_newsletterwidget .newsletter-submit.btn-white:hover > i {
  color: #57666e !important;
}
.btn.btn-black,
.wpcf7-submit.btn-black,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.btn-black,
.widget_newsletterwidget .newsletter-submit.btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.btn.btn-black:hover,
.wpcf7-submit.btn-black:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.btn-black:hover,
.widget_newsletterwidget .newsletter-submit.btn-black:hover {
  background-color: #2b2b2b;
}
.btn i,
.wpcf7-submit i,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a i,
.widget_newsletterwidget .newsletter-submit i {
  margin-right: 10px;
}
.btn.icon-right i,
.wpcf7-submit.icon-right i,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.icon-right i,
.widget_newsletterwidget .newsletter-submit.icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.btn:hover,
.wpcf7-submit:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.widget_newsletterwidget .newsletter-submit:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.btn:focus,
.btn:active,
.btn.active,
.wpcf7-submit:focus,
.wpcf7-submit:active,
.wpcf7-submit.active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:focus,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.active,
.widget_newsletterwidget .newsletter-submit:focus,
.widget_newsletterwidget .newsletter-submit:active,
.widget_newsletterwidget .newsletter-submit.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-link:hover,
.wpcf7-submit.btn-link:hover,
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a.btn-link:hover,
.widget_newsletterwidget .newsletter-submit.btn-link:hover {
  text-decoration: none;
}
/*
 *		Typography Shortcode  
 */
.noo-dropcap {
  float: left;
  margin: 0 10px 0 0;
  font-size: 42px;
  line-height: 35px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.noo-dropcap.dropcap-square,
.noo-dropcap.dropcap-circle {
  padding: 7px 13px 11px;
}
.noo-dropcap.dropcap-circle {
  border-radius: 100%;
}
.noo-quote {
  border-left-color: #21c2f8;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  color: #75747b;
  margin: 10px;
}
.noo-quote cite:before {
  content: "– ";
}
.noo-quote.text-right {
  border-left-width: 0;
  border-right: 5px solid #21c2f8;
}
.noo-quote.text-right cite {
  font-weight: 300;
}
.noo-quote.pullquote {
  width: 40%;
  font-size: 16px;
  border: none;
}
.noo-quote.pullquote h1 {
  font-size: 16px !important;
  line-height: 1.3 !important;
}
.noo-quote.pullquote.pullquote-left {
  float: left;
}
.noo-quote.pullquote.pullquote-right {
  float: right;
}
.noo-quote.pullquote.text-left {
  margin-left: 0;
  padding-left: 0;
}
.noo-quote.pullquote.text-right {
  margin-right: 0;
  padding-right: 0;
}
/*
 *		Lightbox Shortcode  
 */
.noo-lightbox-item > img {
  display: block;
  margin: 0 auto;
}
.noo-lightbox-item .rounded {
  border-radius: 4px;
}
.noo-lightbox-item .circle {
  border-radius: 50%;
}
/*
 *		Callout Shortcode  
 */
.noo-cta-btn {
  background-color: transparent;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
}
.noo-cta-btn .btn,
.noo-cta-btn .wpcf7-submit,
.noo-cta-btn .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.noo-cta-btn .widget_newsletterwidget .newsletter-submit {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.noo-cta-btn .btn:hover,
.noo-cta-btn .btn:active,
.noo-cta-btn .btn:focus,
.noo-cta-btn .wpcf7-submit:hover,
.noo-cta-btn .wpcf7-submit:active,
.noo-cta-btn .wpcf7-submit:focus,
.noo-cta-btn .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.noo-cta-btn .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:active,
.noo-cta-btn .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:focus,
.noo-cta-btn .widget_newsletterwidget .newsletter-submit:hover,
.noo-cta-btn .widget_newsletterwidget .newsletter-submit:active,
.noo-cta-btn .widget_newsletterwidget .newsletter-submit:focus {
  border: 1px solid !important;
}
.noo-icon.icon-style-custom.icon-circle > i {
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.noo-icon.icon-style-custom.icon-square > i {
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bounceInRight,
.bounceInLeft,
.bounceInUp,
.bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}
.fadeInRight,
.fadeInLeft,
.fadeInUp,
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}
.flipInX,
.flipInY,
.rotateIn,
.rotateInUpLeft,
.rotateInUpRight,
.rotateInDownLeft,
.rotateDownUpRight,
.rollIn {
  opacity: 0;
}
.lightSpeedInRight,
.lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}
/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
      transform: scale(0.2);
  opacity: 0;
}
.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}
/********
* Shake *
********/
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}
/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
      transform: translateX(-400px);
}
.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}
.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
      transform: translateY(400px);
}
.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
      transform: translateY(-400px);
}
.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/********
* swing *
*********/
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
            transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
            transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
            transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
            transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
            transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
            transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
            transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.noo-vc-row {
  position: relative;
}
.noo-vc-row.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.noo-vc-row.bg-image .noo-vc-col {
  position: relative;
  z-index: 1;
}
.noo-vc-row.image-repeat {
  background-repeat: repeat;
}
.noo-vc-row.bg-pattern {
  background-repeat: repeat;
}
.noo-vc-row.bg-video {
  position: relative;
  overflow: hidden;
}
.noo-vc-row.bg-video #big-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.noo-vc-row.bg-video #big-video-wrap .vjs-tech {
  left: 0;
  margin: 0;
}
.noo-vc-row.border-top {
  border-top: 1px solid #e5e5e5;
}
.noo-vc-row.border-left {
  border-left: 1px solid #e5e5e5;
}
.noo-vc-row.border-right {
  border-right: 1px solid #e5e5e5;
}
.noo-vc-row.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.noo-separator {
  display: table;
}
.noo-separator h4 {
  display: table-cell;
  font-size: 100%;
  line-height: 1em;
  white-space: pre;
}
.noo-separator .noo-sep-line {
  border-top: 1px solid #e5e5e5;
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
}
.noo-separator.line-with-text.separator-align-center h4 {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.noo-separator.line-with-text.separator-align-left h4 {
  padding-right: 0.8em;
}
.noo-separator.line-with-text.separator-align-left .noo-sep-holder-l {
  display: none;
}
.noo-separator.line-with-text.separator-align-left .noo-sep-holder-r {
  width: 100%;
}
.noo-separator.line-with-text.separator-align-right h4 {
  padding-left: 0.8em;
}
.noo-separator.line-with-text.separator-align-right .noo-sep-holder-l {
  width: 100%;
}
.noo-separator.line-with-text.separator-align-right .noo-sep-holder-r {
  display: none;
}
.noo-separator .noo-sep-holder-l {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.noo-separator .noo-sep-holder-r {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.noo-gap {
  margin-left: 0;
  margin-bottom: 0;
  border-color: rgba(0, 0, 0, 0);
}
.noo-clear {
  margin: 0;
  border: 0;
  clear: both;
}
.noo-pie-chart {
  z-index: 0;
  text-align: center;
}
.noo-pie-chart .noo-pie-chart-wrapper {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
}
.noo-pie-chart .noo-pie-chart-heading {
  margin-top: 30px !important;
}
.noo-pie-chart canvas {
  position: relative;
  z-index: 1;
}
.noo-pie-chart .noo-pie-chart-value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.noo-pie-chart .noo-pie-chart-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noo-pricing-table {
  margin-left: -15px;
  margin-right: -15px;
}
.noo-pricing-table.one-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .noo-pricing-table.one-col .noo-pricing-column {
    float: left;
    width: 100%;
  }
}
.noo-pricing-table.two-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .noo-pricing-table.two-col .noo-pricing-column {
    float: left;
    width: 50%;
  }
}
.noo-pricing-table.three-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .noo-pricing-table.three-col .noo-pricing-column {
    float: left;
    width: 33.33333333%;
  }
}
.noo-pricing-table.four-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .noo-pricing-table.four-col .noo-pricing-column {
    float: left;
    width: 25%;
  }
}
.noo-pricing-table.six-col .noo-pricing-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .noo-pricing-table.six-col .noo-pricing-column {
    float: left;
    width: 16.66666667%;
  }
}
.noo-pricing-table .noo-pricing-column .pricing-content {
  background: rgba(0, 0, 0, 0);
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header {
  background-color: #2E4A53;
  padding: 16px 24px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-title {
  color: #75b08a;
  margin: 0;
  text-align: center;
  font-size: 15px;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-value {
  color: #75b08a;
  font-size: 15px;
  font-weight: 300;
  margin: 16px 0 0;
  text-align: center;
  color: #fff;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-header .pricing-value .noo-price {
  font-size: 45px;
  color: #75b08a;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul li {
  padding: 16px 24px;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  background: #fff;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul li i {
  position: relative;
  left: 0;
  top: 0;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info ul li:nth-child(odd) {
  background-color: #F2F2F2;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 16px 24px;
  text-align: center;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .btn,
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .wpcf7-submit,
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .widget_newsletterwidget .newsletter-submit {
  background: none !important;
  border-radius: 0;
  border-width: 2px;
  border-color: #d2d2d2;
  color: #d2d2d2;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  text-shadow: none;
}
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .btn:hover,
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .wpcf7-submit:hover,
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a:hover,
.noo-pricing-table .noo-pricing-column .pricing-content .pricing-footer .widget_newsletterwidget .newsletter-submit:hover {
  border-color: #75b08a !important;
  color: #75b08a !important;
}
.noo-pricing-table .noo-pricing-column.featured .pricing-content .pricing-header {
  background-color: #75b08a;
}
.noo-pricing-table .noo-pricing-column.featured .pricing-content .pricing-header .pricing-title {
  color: #fff;
}
.noo-pricing-table .noo-pricing-column.featured .pricing-content .pricing-header .pricing-value {
  color: #fff;
}
.noo-pricing-table .noo-pricing-column.featured .pricing-content .pricing-header .pricing-value .noo-price {
  color: #fff;
}
.noo-pricing-table.ascending {
  margin: 0;
  padding: 0;
}
.noo-pricing-table.ascending .noo-pricing-column {
  padding: 0;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: none;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header {
  border: none;
  background: none;
  padding: 0;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header .pricing-title {
  padding: 16px 24px;
  text-transform: uppercase;
  margin: 0;
  color: #75b08a;
  font-size: 15px;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header .pricing-value {
  padding: 16px 24px;
  background-color: #F2F2F2;
  margin: 0;
  color: #2d313f;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-header .pricing-value .noo-price {
  font-size: 45px;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-info {
  border: none;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-info ul li {
  font-size: 15px;
  background: #fff !important;
  text-align: inherit;
  border-bottom: 1px solid #e5e5e5;
}
.noo-pricing-table.ascending .noo-pricing-column .pricing-content .pricing-footer {
  border: none;
}
.noo-pricing-table.ascending .noo-pricing-column:last-child .pricing-content {
  border-right: 1px solid #e5e5e5;
}
.noo-pricing-table.ascending .noo-pricing-column.featured {
  position: relative;
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: -20px -1px 0;
  z-index: 100;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content {
  border-right: 1px solid #e5e5e5;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-value {
  background-color: #75b08a;
  color: #fff;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-value .noo-price {
  color: #fff;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-header .pricing-title {
  margin: 10px 0;
}
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-footer .btn,
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-footer .wpcf7-submit,
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-footer .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.noo-pricing-table.ascending .noo-pricing-column.featured .pricing-content .pricing-footer .widget_newsletterwidget .newsletter-submit {
  margin: 15px 0;
  border-color: #75b08a !important;
  color: #75b08a !important;
}
.noo-post-list .title .sub-title {
  margin-top: 11px;
}
.noo-member .member-avatar {
  position: relative;
}
.noo-member .member-avatar img {
  max-width: 100%;
  width: 100%;
}
.noo-member .member-avatar .member-social {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.noo-member .member-avatar .member-social a {
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 6px 12px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-member .member-avatar .member-social a:hover {
  color: #4f8a64;
}
.noo-member .member-avatar:hover .member-social {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noo-member .member-info .team-meta {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.noo-member .member-info .team-meta small {
  float: right;
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
}
.noo-gmaps {
  position: relative;
}
.noo-gmaps .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.noo-gmaps iframe {
  max-width: 100%;
  border: medium none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.noo-gmaps.no-map-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.noo-slider {
  position: relative;
}
.noo-slider > .sliders {
  list-style: none;
  padding: 0;
  position: relative;
  min-height: 250px;
}
.noo-slider > .sliders .slide-item + .slide-item {
  display: none;
}
.noo-slider .caroufredsel_wrapper {
  position: relative;
}
.noo-slider .caroufredsel_wrapper .sliders {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto !important;
  position: relative !important;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item {
  float: left;
  position: relative;
  height: auto;
  width: 100%;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item .slide-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
  margin: 0;
  color: #fff;
}
.noo-slider .slider-timer {
  background: none repeat scroll 0 0 #EFEDED;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
}
.noo-slider .slider-indicators {
  position: absolute;
  top: 10px;
  right: 10px;
}
.noo-slider .slider-indicators a {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  background: none repeat scroll 0 0 #fff;
  display: inline-block;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  border-radius: 50%;
  float: left;
  margin: 0 3px;
}
.noo-slider .slider-indicators a.selected {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.noo-slider.bottom-indicators {
  padding-bottom: 15px;
}
.noo-slider.bottom-indicators .slider-indicators {
  right: auto;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.noo-slider .slider-control {
  font-size: 30px;
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 10px;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  z-index: 999;
}
.noo-slider .slider-control.prev-btn .slider-icon-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.noo-slider .slider-control.next-btn {
  right: 0;
  left: auto;
}
.noo-slider .slider-control.next-btn .slider-icon-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.noo-slider .slider-control:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
code {
  display: block;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 0 !important;
  color: #555;
  padding: 10px 15px;
  padding-left: 4px !important;
  font-size: 15px;
  line-height: 16px;
  background-color: #f7f7f9;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  border-radius: 4px;
}
#cta_buy_theme .noo-text-block p {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 992px) {
  #cta_buy_theme .noo-text-block p {
    text-align: center;
  }
  #cta_buy_theme .noo-text-block .btn,
  #cta_buy_theme .noo-text-block .wpcf7-submit,
  #cta_buy_theme .noo-text-block .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
  #cta_buy_theme .noo-text-block .widget_newsletterwidget .newsletter-submit {
    display: table;
    margin: 0 auto;
  }
}
.owl2-prev,
.owl2-next {
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #75b08a;
  color: #fff;
  width: 40px;
  text-align: center;
  z-index: 900;
  line-height: 40px;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.owl2-prev:hover,
.owl2-next:hover {
  background: #589a70;
}
.owl2-prev {
  right: 41px;
}
.owl2-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl2-next {
  right: 0;
}
.owl2-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 760px) {
  .rp-prev {
    top: 50%;
    right: auto;
    margin-left: -70px;
    background: white;
    color: #77B08B;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .rp-next {
    top: 50%;
    left: auto;
    margin-right: -70px;
    background: white;
    color: #77B08B;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.noo-call-to-action-2 .nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .noo-call-to-action-2 .nav-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.noo-call-to-action-2 h1 {
  font-weight: 700;
  line-height: 55px;
}
.noo-call-to-action-2 .btn-1,
.noo-call-to-action-2 .btn-2 {
  border-radius: 100vh;
  padding: 10px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #77B08B;
  margin: 10px 10px 0 0;
  display: block;
}
.noo-call-to-action-2 .btn-1 {
  color: white;
  background: #77B08B;
}
.noo-call-to-action-2 .btn-1:hover {
  color: #77B08B;
  background: none;
}
.noo-call-to-action-2 .btn-1:hover .btn-2 {
  color: white;
  background: #77B08B;
}
.noo-call-to-action-2 .btn-2 {
  color: #77B08B;
  background: none;
}
.noo-call-to-action-2 .btn-2:hover {
  color: white;
  background: #77B08B;
}
.noo-call-to-action-2 .btn-2:hover .btn-1 {
  color: #77B08B !important;
  background: none !important;
}
.gallery-row ul {
  list-style: none;
  padding: 0;
}
.gallery-row ul li {
  padding: 5px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.gallery-row ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  width: 100%;
  height: 100%;
}
.gallery-row ul li:hover img {
  opacity: 0.15;
}
.gallery-row ul li:hover .img-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #77B08B;
  width: 85%;
  height: 85%;
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  margin: 5px 0 0 5px;
}
.gallery-row ul li:hover .img-border .view-all {
  position: absolute;
  bottom: 0;
  left: 40%;
  margin-bottom: -15px;
  border-radius: 100vh;
  background: #0bd2b8;
  padding: 5px 30px;
  color: white;
}
.city-info-row .city-item {
  -webkit-animation: 0.5s slideIn;
          animation: 0.5s slideIn;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.city-info-row ul li {
  position: relative;
}
.city-info-row ul li img {
  height: 250px;
}
.city-info-row ul li .city-hover {
  visibility: hidden;
  -webkit-animation: fadeInUp 0 0.35s;
          animation: fadeInUp 0 0.35s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #2ABA66;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  text-align: center;
}
.city-info-row ul li:hover .city-hover {
  -webkit-animation: slideInUp 0.35s;
          animation: slideInUp 0.35s;
  visibility: inherit;
}
.city-info-row ul li:hover .city-hover div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.city-info-row ul li:hover .city-hover div h2 {
  font-weight: 600;
}
.city-info-row ul li:hover .city-hover div p {
  color: #2ABA66;
}
.city-info-row ul li:hover .hover-style-2 {
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: none;
  background-color: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  width: 99%;
  top: 73%;
  height: 50%;
  color: white;
  padding: 10px;
}
.city-info-row ul li:hover .hover-style-2 h2,
.city-info-row ul li:hover .hover-style-2 p,
.city-info-row ul li:hover .hover-style-2 a {
  color: white !important;
}
.city-info-row .layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.city-info-row .layout-flex li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.city-info-row .layout-flex .item-width-25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.city-info-row .layout-flex .item-width-75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.city-info-row .layout-flex .item-width-35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.city-info-row .layout-flex .item-height-100 {
  height: 100%;
}
.city-info-row .layout-flex .item-height-50 {
  height: 50%;
}
@media screen and (max-width: 600px) {
  .city-info-row .layout-flex li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.city-info-row .grid-6:nth-child(1) .city-item:nth-child(1) img {
  height: 450px;
}
.city-info-row .grid-6:nth-child(2) .city-item:nth-child(3) img {
  height: 450px;
}
.city-style-2 ul li img {
  opacity: 1 !important;
}
.recent-post {
  position: relative;
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.recent-post .recent-post-thumb {
  position: relative;
}
.recent-post .recent-post-thumb .content-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}
.recent-post .recent-post-thumb .post-thumb-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.recent-post .recent-post-thumb .post-thumb-hover i {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-animation: 1.25s zoomIn;
          animation: 1.25s zoomIn;
  font-size: 2rem;
  position: absolute;
  top: 50%;
}
.recent-post .recent-post-thumb .post-thumb-hover i:hover {
  font-size: 3rem;
  color: #77B08B;
}
.recent-post:hover .post-thumb-hover {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.recent-post .recent-post-wrap {
  padding: 15px 20px 10px 20px;
}
.recent-post .recent-post-wrap .recent-post-title span {
  color: #77B08B;
}
.recent-post .recent-post-wrap .recent-post-title h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recent-post .recent-post-wrap .recent-post-excerpt {
  margin-bottom: 30px;
}
.recent-post .recent-post-wrap .recent-post-excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recent-post .recent-post-wrap .recent-post-summary {
  padding: 5px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.recent-post .recent-post-wrap .recent-post-summary a {
  text-decoration: none;
  color: black;
}
.recent-post .recent-post-wrap .recent-post-summary a:hover {
  color: #77B08B;
}
.recent-news-nav .owl2-next {
  background: white;
  color: #77B08B;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  top: 50%;
  margin-right: -60px;
}
.recent-news-nav .owl2-next:hover {
  background: #75b08a;
  color: #fff;
}
.recent-news-nav .owl2-prev {
  background: white;
  color: #77B08B;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  top: 50%;
  left: 0px;
  margin-left: -60px;
}
.recent-news-nav .owl2-prev:hover {
  background: #75b08a;
  color: #fff;
}
.noo-video-slider {
  height: 600px;
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.noo-video-slider body {
  color: #FFFFFF;
  background-color: #27292d;
  overflow: hidden;
}
.noo-video-slider .slider-container {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.noo-video-slider .slider-container .slider-content {
  position: relative;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.noo-video-slider .slider-container .slider-content .slider-single {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: z-index 0ms 250ms;
  transition: z-index 0ms 250ms;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-download {
  position: absolute;
  display: block;
  right: -22px;
  bottom: 12px;
  padding: 15px;
  color: #333333;
  background-color: #fdc84b;
  font-size: 18px;
  font-weight: 600;
  font-family: 'karla';
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-download:hover {
  outline: none;
  text-decoration: none;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-download:focus {
  outline: none;
  text-decoration: none;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-title {
  display: block;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
  position: absolute;
  top: 65%;
  width: 100%;
  -webkit-animation: 0.5s fadeInUp;
          animation: 0.5s fadeInUp;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-title h5,
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-title p {
  text-align: center;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 25%;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-title h5 {
  font-weight: 600;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-title p {
  -webkit-line-clamp: 2;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-likes {
  display: block;
  float: right;
  margin: 16px 20px 0 0;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  opacity: 0;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-likes i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #ff6060;
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-likes p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #ffffff;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-likes:hover {
  outline: none;
  text-decoration: none;
}
.noo-video-slider .slider-container .slider-content .slider-single .slider-single-likes:focus {
  outline: none;
  text-decoration: none;
}
.noo-video-slider .slider-container .slider-content .slider-single.preactivede .slider-single-image {
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
}
.noo-video-slider .slider-container .slider-content .slider-single.preactive {
  z-index: 1;
}
.noo-video-slider .slider-container .slider-content .slider-single.preactive .slider-single-image {
  opacity: 0.3;
  -webkit-transform: translateX(-25%) scale(0.8);
      -ms-transform: translateX(-25%) scale(0.8);
          transform: translateX(-25%) scale(0.8);
}
.noo-video-slider .slider-container .slider-content .slider-single.preactive .slider-single-download {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}
.noo-video-slider .slider-container .slider-content .slider-single.preactive .slider-single-title {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}
.noo-video-slider .slider-container .slider-content .slider-single.preactive .slider-single-likes {
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}
.noo-video-slider .slider-container .slider-content .slider-single.proactive {
  z-index: 1;
}
.noo-video-slider .slider-container .slider-content .slider-single.proactive .slider-single-image {
  opacity: 0.3;
  -webkit-transform: translateX(25%) scale(0.8);
      -ms-transform: translateX(25%) scale(0.8);
          transform: translateX(25%) scale(0.8);
}
.noo-video-slider .slider-container .slider-content .slider-single.proactive .slider-single-download {
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
}
.noo-video-slider .slider-container .slider-content .slider-single.proactive .slider-single-title {
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
}
.noo-video-slider .slider-container .slider-content .slider-single.proactive .slider-single-likes {
  -webkit-transform: translateX(150px);
      -ms-transform: translateX(150px);
          transform: translateX(150px);
}
.noo-video-slider .slider-container .slider-content .slider-single.proactivede .slider-single-image {
  -webkit-transform: translateX(50%) scale(0);
      -ms-transform: translateX(50%) scale(0);
          transform: translateX(50%) scale(0);
}
.noo-video-slider .slider-container .slider-content .slider-single.active {
  z-index: 2;
}
.noo-video-slider .slider-container .slider-content .slider-single.active .slider-single-image {
  opacity: 1;
  -webkit-transform: translateX(0%) scale(1);
      -ms-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}
.noo-video-slider .slider-container .slider-content .slider-single.active .slider-single-download {
  opacity: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.noo-video-slider .slider-container .slider-content .slider-single.active .slider-single-title {
  opacity: 1;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.noo-video-slider .slider-container .slider-content .slider-single.active .slider-single-likes {
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.noo-video-slider .slider-container .slider-content .slider-single.active .slider-single-likes i {
  -webkit-animation-name: heartbeat;
          animation-name: heartbeat;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  animation-interation: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.noo-video-slider .slider-container .slider-left {
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 95%;
  top: 50%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #77B08B;
  width: 40px;
  text-align: center;
  z-index: 900;
  line-height: 40px;
  font-size: 24px;
}
.noo-video-slider .slider-container .slider-right {
  display: inline-block;
  height: 40px;
  position: absolute;
  left: 95%;
  top: 50%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #77B08B;
  width: 40px;
  text-align: center;
  z-index: 900;
  line-height: 40px;
  font-size: 24px;
}
.disabled {
  display: none !important;
}
.noo-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
  max-width: 70%;
  margin: 0 auto;
}
.noo-input-group input {
  border-top-left-radius: 100vh;
  border-bottom-left-radius: 100vh;
  padding: 0 30px;
  line-height: 50px;
  background: white;
}
.noo-input-group .input-group-btn {
  height: 50px;
}
.noo-input-group .input-group-btn select {
  border: none;
  height: 50px;
  width: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.noo-input-group .input-group-btn select option {
  padding: 10px;
}
.noo-input-group .input-group-btn .btn-search {
  border-radius: 0;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  height: 50px;
  padding: 0 50px;
  background: #77B08B;
  color: white;
  line-height: 45px;
}
.property-search {
  padding: 10% 0;
}
.property-search .search-title {
  color: white;
  margin: 30px 0;
}
.property-search .search-title h1,
.property-search .search-title p {
  text-align: center;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.property-search .search-title h1 {
  font-weight: 600;
}
.property-search .property-type-slider {
  padding: 30px;
}
.property-search .property-type-slider .slide-wrap p {
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: white;
}
.property-search .property-type-slider .slide-wrap p a {
  text-decoration: none;
  color: white;
}
.property-search .property-type-slider .slide-wrap p a:hover {
  font-weight: 600;
  color: #77B08B;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.property-search .property-type-slider .property-type {
  background: rgba(0, 0, 0, 0.4);
  margin: 35px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.property-search .property-type-slider .property-type img {
  margin: 0 auto;
  width: 75px !important;
  height: 75px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.property-search .search-next,
.property-search .search-prev {
  background: none;
  top: 60%;
}
.property-search .search-prev {
  left: 0;
}
.property-search .search-next {
  right: 0;
}
.city-info-masonry {
  margin-left: 10px;
  margin-right: 10px;
}
.city-grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
}
.city-grid .city-item {
  width: calc(100% / 4);
  height: 300px;
  margin: 0px;
}
.city-grid .city-item-w-50 {
  width: calc(100% - 50%);
}
.city-grid .city-item-h-50 {
  height: 600px;
}
.city-grid .city-item-w-33 {
  width: calc((100% - 30%) / 2);
}
.city-grid .city-item-30 {
  width: calc(100% - 70.5%);
  height: 300px;
}
.city-grid .city-item-h-60 {
  height: 600px;
}
.city-grid .city-item-w-60 {
  width: calc(100% - 40.5%);
}
.city-grid .city-item-w-70 {
  width: calc(100% - 30.5%);
}
.city-grid .city-item-w-75 {
  width: calc(100% - 25.5%);
}
.city-grid .city-item-h-75 {
  height: 750px;
}
.city-grid .city-item-w-100 {
  width: calc(100% - 0px);
}
@media (max-width: 1200px) {
  .city-grid .city-item,
  .city-grid .city-item-w-50,
  .city-grid .city-item-w-60,
  .city-grid .city-item-w-70,
  .city-grid .city-item-w-75 {
    width: calc(50%);
  }
}
@media (max-width: 768px) {
  .city-grid .city-item,
  .city-grid .city-item-w-50,
  .city-grid .city-item-w-60,
  .city-grid .city-item-w-70 {
    width: calc(100%) !important;
  }
}
.city-grid .city-item-100 {
  width: calc(100% - 0px) !important;
}
.city-grid .city-item {
  position: relative;
}
.city-grid .city-item .zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.city-grid .city-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  padding: 10px;
}
.city-grid .city-item .city-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-animation: 0.5s fadeIn;
          animation: 0.5s fadeIn;
}
.city-grid .city-item .city-hover div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-animation: 1.5s zoomIn;
  animation: 1.5s zoomIn;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.city-grid .city-item .city-hover div h2 {
  opacity: 0.6;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.city-grid .city-item .city-hover div p {
  color: #2ABA66;
  opacity: 0.6;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.city-grid .city-item .city-hover div a {
  opacity: 0.6;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.city-grid .city-item:hover .city-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 1;
}
.city-grid .city-item:hover .city-hover div h2,
.city-grid .city-item:hover .city-hover div p,
.city-grid .city-item:hover .city-hover div a {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.city-grid .city-item:hover .city-hover::after {
  content: '';
  border: 1px solid #2ABA66;
  -webkit-transition: all ease-in-out 1.5s;
  transition: all ease-in-out 1.5s;
  -webkit-animation: 1.5s zoomIn;
  animation: 1.5s zoomIn;
}
.city-grid .city-item:hover .city-hover::before {
  content: '';
  border: 1px solid #2ABA66;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-animation: 1.5s zoomIn;
  animation: 1.5s zoomIn;
}
.city-grid .city-item:hover .hover-style-2 {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(22%, rgba(0, 0, 0, 0.3)), color-stop(29%, rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 22%, rgba(0, 0, 0, 0.1) 29%);
  width: 90%;
  top: 80%;
  height: 20%;
  color: white;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.noo-counter {
  text-align: center;
  padding: 50px 0;
}
.noo-counter p {
  font-size: 3em;
  font-weight: 600;
}
.noo-counter h4 {
  font-weight: 600;
}
.cf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cf7 #cf7-email-input {
  background: white;
  border-radius: 100vh;
  padding: 1rem 2rem;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cf7 #cf7-submit-button {
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
  width: 50%;
  margin-top: 20px;
  height: 50px;
  background: #EDEDED;
  color: black;
  border-color: #EDEDED;
}
.vjs-poster {
  background-size: cover !important;
  opacity: 1 !important;
}
.vjs-afterglow-skin.vjs-responsive,
.vjs-afterglow-skin.vjs-responsive video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties-header {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.properties-header .page-title {
  width: 50%;
  vertical-align: middle;
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.properties-header .properties-toolbar {
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: middle;
  padding-top: 15px;
}
.properties-header .properties-toolbar a {
  font-size: 19px;
  color: #c9c9c9;
  margin-left: 10px;
}
.properties-header .properties-toolbar a.selected,
.properties-header .properties-toolbar a:hover {
  color: #4f8a64;
}
.properties-header .properties-ordering {
  text-align: left;
  float: right;
  margin-left: 30px;
}
.properties-header .properties-ordering .properties-ordering-label {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}
.properties-header .properties-ordering .properties-ordering-select {
  float: left;
}
.properties-header .properties-ordering .form-group .dropdown > span {
  width: 150px;
  height: 33px;
  line-height: 29px;
  padding: 0 10px;
}
.properties-header .properties-ordering .form-group .dropdown > span:before {
  height: 33px;
  line-height: 33px;
  width: 33px;
  padding: 0;
}
.properties-header .properties-ordering .form-group .dropdown .dropdown-menu li a {
  font-size: 15px;
  margin: 0;
  padding: 5px 10px;
  color: #2d313f;
  cursor: pointer;
}
@media (max-width: 767px) {
  .properties-header .page-title {
    width: 100%;
  }
  .properties-header .properties-toolbar {
    display: none;
  }
  .properties-header .properties-ordering {
    display: none;
  }
}
.properties {
  position: relative;
}
.properties:before,
.properties:after {
  content: " ";
  display: table;
}
.properties:after {
  clear: both;
}
.properties:before,
.properties:after {
  content: " ";
  display: table;
}
.properties:after {
  clear: both;
}
.properties .properties-content:before,
.properties .properties-content:after {
  content: " ";
  display: table;
}
.properties .properties-content:after {
  clear: both;
}
.properties .properties-content:before,
.properties .properties-content:after {
  content: " ";
  display: table;
}
.properties .properties-content:after {
  clear: both;
}
.properties .properties-content .property-exclusives .exclusives-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items {
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
}
@media (max-width: 425px) {
  .properties .properties-content .property-exclusives .exclusives-content .exclusive-items {
    -ms-flex-preferred-size: calc(100%/1) !important;
        flex-basis: calc(100%/1) !important;
  }
}
@media (max-width: 800px) {
  .properties .properties-content .property-exclusives .exclusives-content .exclusive-items {
    -ms-flex-preferred-size: calc(100%/2) !important;
        flex-basis: calc(100%/2) !important;
  }
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article {
  padding: 15px;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb {
  position: relative;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action i {
  background: white;
  border-radius: 100vh;
  color: #77B08B;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: 1s zoomIn;
  animation: 1s zoomIn;
  margin: 0 5px;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action i:hover {
  background: #77B08B;
  color: white;
  cursor: pointer;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing {
  position: absolute;
  bottom: -60px;
  right: -80px;
  z-index: 10;
  width: 75px;
  visibility: hidden;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a {
  display: table;
  width: 35px;
  height: 33px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(4) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:hover {
  color: #75b08a;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.6);
  bottom: 2px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing.show,
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:hover {
  visibility: visible;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing.show a,
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:hover a,
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing.show:before,
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--wrap .fp-style-2--title h4 a {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--wrap .fp-style-2--address {
  color: #AAB2BD;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--wrap .fp-style-2--price {
  padding: 5px 20px;
  background: #77B08B;
  border-radius: 100vh;
  color: white;
  min-width: 150px;
  position: absolute;
  margin-top: -48px;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--wrap .fp-style-2--excerpt {
  font-size: 1.5rem;
  font-weight: 300;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--wrap .fp-style-2--excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--summary .property-detail {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--summary .property-detail div {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 8px 4px;
  border-left: 1px solid #e5e5e5;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article .fp-style-2--summary .property-detail div:first-of-type {
  border-left: none;
}
.properties .properties-content .property-exclusives .exclusives-content .exclusive-items article:hover .content-thumb-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: block;
}
@media screen and (max-width: 1000px) {
  .properties .properties-content .property-exclusives .exclusives-content .exclusive-items {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 600px) {
  .properties .properties-content .property-exclusives .exclusives-content .exclusive-items {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.properties .hentry {
  float: left;
  width: 48%;
  padding: 0 0 0 0;
  margin: 0 4% 30px 0;
  border-bottom: none;
}
.properties .hentry:nth-of-type(n) {
  clear: none;
}
.properties .hentry:nth-of-type(2n) {
  margin-right: 0;
}
.properties .hentry:nth-of-type(2n + 1) {
  clear: both;
}
.properties .hentry:hover .property-featured .property-category {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.properties .hentry:hover .property-featured .out-link {
  opacity: 1;
  filter: alpha(opacity=100);
}
.properties .hentry:hover .property-featured .out-link i {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .page-fullwidth .properties .hentry {
    width: 31.33%;
    margin: 0 3% 30px 0;
  }
  .page-fullwidth .properties .hentry:nth-of-type(n) {
    clear: none !important;
  }
  .page-fullwidth .properties .hentry:nth-of-type(2n) {
    margin-right: 3%;
  }
  .page-fullwidth .properties .hentry:nth-of-type(3n) {
    margin-right: 0;
  }
}
.properties .hentry .property-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 15px 15px;
  background: #f9f9f9;
}
.properties .hentry .property-title small {
  display: none;
}
.properties .hentry .property-featured {
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px 4px 0 0;
}
.properties .hentry .property-featured .content-thumb {
  min-height: 175px;
}
.properties .hentry .property-featured img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: auto;
}
.properties .hentry .property-featured .featured {
  background: none repeat scroll 0 0 #fff;
  color: #f47606;
  font-size: 24px;
  height: 100px;
  left: -50px;
  line-height: 100px;
  position: absolute;
  text-align: center;
  top: -50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
  z-index: 10;
}
.properties .hentry .property-featured .featured i {
  left: 68px;
  position: absolute;
  top: 35px;
}
.properties .hentry .property-featured .remove_favorites {
  background: none repeat scroll 0 0 #fff;
  color: #ff0000;
  font-size: 24px;
  height: 100px;
  right: -50px;
  line-height: 100px;
  position: absolute;
  text-align: center;
  bottom: -50px;
  width: 100px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.properties .hentry .property-featured .remove_favorites i {
  right: 68px;
  position: absolute;
  bottom: 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.properties .hentry .property-featured .remove_favorites:hover {
  color: #75b08a;
}
.properties .hentry .property-featured .property-category {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 10;
}
.properties .hentry .property-featured .property-category a {
  color: #2d313f;
}
.properties .hentry .property-featured .property-category a:hover {
  color: #4f8a64;
}
.properties .hentry .property-featured .property-label {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #75b08a;
  font-weight: bold;
  z-index: 10;
}
.properties .hentry .property-featured .property-label.sold {
  background: #6c6a64;
}
.properties .hentry .property-featured .out-link {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.properties .hentry .property-featured .out-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.properties .hentry .property-wrap {
  padding-left: 0 !important;
}
.properties .hentry .property-excerpt {
  display: none;
}
.properties .hentry .property-detail {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.properties .hentry .property-detail > div {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 14px 8px;
  border-left: 1px solid #e5e5e5;
}
.properties .hentry .property-detail > div:first-child {
  border-left: none;
}
.properties .hentry .property-info {
  background: #ececec;
  display: table;
  width: 100%;
  position: relative;
  border-radius: 0 0 4px 4px;
}
.properties .hentry .property-info > div {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.properties .hentry .property-info .property-price {
  text-align: left;
  font-size: 18px;
  width: 63%;
}
.properties .hentry .property-info .property-sharing {
  position: absolute;
  bottom: 35px;
  right: -5px;
  z-index: 10;
  width: 75px;
  visibility: hidden;
}
.properties .hentry .property-info .property-sharing a {
  display: table;
  width: 35px;
  height: 33px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.properties .hentry .property-info .property-sharing a:nth-child(4) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.properties .hentry .property-info .property-sharing a:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.properties .hentry .property-info .property-sharing a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.properties .hentry .property-info .property-sharing a:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.properties .hentry .property-info .property-sharing a:hover {
  color: #75b08a;
}
.properties .hentry .property-info .property-sharing:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.6);
  bottom: 2px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.properties .hentry .property-info .property-sharing.show,
.properties .hentry .property-info .property-sharing:hover {
  visibility: visible;
}
.properties .hentry .property-info .property-sharing.show a,
.properties .hentry .property-info .property-sharing:hover a,
.properties .hentry .property-info .property-sharing.show:before,
.properties .hentry .property-info .property-sharing:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.properties .hentry .property-info .property-action {
  padding: 0;
  font-weight: normal;
  text-align: right;
  padding-right: 15px;
  border-radius: 0 0 4px 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.properties .hentry .property-info .property-action i {
  padding-right: 5px;
  padding-left: 5px;
  color: #797979;
  cursor: pointer;
  -webkit-animation: 1s zoomIn;
  animation: 1s zoomIn;
}
.properties .hentry .property-info .property-action i:hover {
  cursor: pointer;
  color: #313131;
}
.properties .hentry .property-info.style-2 .property-price {
  width: 50%;
  font-weight: bold;
}
.properties .hentry .property-info.style-2 .property-action {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.properties .hentry .property-info.style-2 .property-action:hover,
.properties .hentry .property-info.style-2 .property-action:focus,
.properties .hentry .property-info.style-2 .property-action:active,
.properties .hentry .property-info.style-2 .property-action.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.properties .hentry .property-info.style-2 .property-action:active,
.properties .hentry .property-info.style-2 .property-action.active {
  background-image: none;
}
.properties .hentry .property-info.style-2 .property-action.disabled,
.properties .hentry .property-info.style-2 .property-action.disabled:hover,
.properties .hentry .property-info.style-2 .property-action.disabled:focus,
.properties .hentry .property-info.style-2 .property-action.disabled:active,
.properties .hentry .property-info.style-2 .property-action.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.properties .hentry .property-info.style-2 .property-action .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.properties .hentry .property-info.style-2 .property-action > a {
  color: #bdb254;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.properties .hentry .property-info.style-2 .property-action:hover > a {
  color: #fff;
  background: transparent;
}
@media (max-width: 767px) {
  .properties .hentry {
    width: 100%;
    padding: 0 0 !important;
    margin: 0 0 15px 0 !important;
  }
  .properties .hentry .property-title {
    text-align: center !important;
  }
  .properties .hentry .property-price,
  .properties .hentry .property-action a {
    text-align: center !important;
    padding: 10px !important;
    font-size: 16px !important;
  }
}
.properties .property-action.property-fullwidth-action,
.properties .property-info.property-fullwidth-info {
  display: none !important;
}
@media (min-width: 480px) {
  .properties.list .hentry {
    display: table;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
  .properties.list .property-featured {
    width: 40%;
    margin: 0;
    display: table-cell;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
  }
  .properties.list .property-featured img {
    width: 100%;
    height: auto;
    border-radius: 4px 0 0 4px;
  }
  .page-fullwidth .properties.list .property-featured {
    width: 30%;
  }
  .page-fullwidth .properties.list .property-featured img {
    max-height: 220px;
    width: auto;
    width: 100%;
  }
  .properties.list .property-wrap {
    width: 60%;
    display: table-cell;
    vertical-align: top;
    position: inherit;
    background: #f9f9f9;
    border-radius: 0 0 4px 4px;
    position: relative;
  }
  .page-fullwidth .properties.list .property-wrap {
    width: 99%;
  }
  .properties.list .property-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 15px 30px 0;
    background: #f9f9f9;
  }
  .properties.list .property-title small {
    display: none;
  }
  .properties.list .property-summary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .properties.list .property-excerpt {
    display: block;
    padding: 15px 30px;
  }
  .properties.list .property-excerpt > p {
    display: block;
  }
  .properties.list .property-excerpt > p.property-fullwidth-excerpt {
    display: none;
  }
  .properties.list .property-detail {
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
  }
  .properties.list .property-detail > div {
    width: 33.33%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 14px 8px;
  }
  .properties.list .property-info {
    background: #ececec;
    display: table;
    width: 100%;
    border-radius: 0;
  }
  .properties.list .property-info > div {
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    font-weight: bold;
  }
  .properties.list .property-info .property-price {
    font-size: 18px;
    text-align: left;
  }
  .properties.list .property-info .property-action {
    padding: 0;
    border-radius: 0 0 4px 0;
  }
  .properties.list .property-info .property-action a {
    color: #bdb254;
    background-color: #f0e797;
    border-color: #f0e797;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0 0 4px 0;
  }
  .properties.list .property-info .property-action a:hover,
  .properties.list .property-info .property-action a:focus,
  .properties.list .property-info .property-action a:active,
  .properties.list .property-info .property-action a.active {
    color: #fff;
    background-color: #75b08a;
    border-color: #bdb254;
  }
  .properties.list .property-info .property-action a:active,
  .properties.list .property-info .property-action a.active {
    background-image: none;
  }
  .properties.list .property-info .property-action a.disabled,
  .properties.list .property-info .property-action a.disabled:hover,
  .properties.list .property-info .property-action a.disabled:focus,
  .properties.list .property-info .property-action a.disabled:active,
  .properties.list .property-info .property-action a.disabled.active {
    color: #fff;
    background-color: #75b08a;
    border-color: #bdb254;
  }
  .properties.list .property-info .property-action a .badge {
    color: #f0e797;
    background-color: #bdb254;
  }
}
@media (min-width: 992px) {
  .page-fullwidth .properties.list .property-title small {
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-top: 10px;
    font-weight: bold;
    color: #2d313f;
  }
  .page-fullwidth .properties.list .property-excerpt > p {
    display: none;
  }
  .page-fullwidth .properties.list .property-excerpt > p.property-fullwidth-excerpt {
    display: block;
  }
  .page-fullwidth .properties.list .property-summary > .property-detail {
    display: none;
  }
  .page-fullwidth .properties.list .property-summary > .property-info {
    display: none;
  }
  .page-fullwidth .properties.list .property-fullwidth-info.property-info {
    background: #ececec;
    display: table !important;
    width: 100%;
    border-radius: 0;
  }
  .page-fullwidth .properties.list .property-fullwidth-info.property-info > div {
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 23%;
    border-right: 1px solid #fff;
  }
  .page-fullwidth .properties.list .property-fullwidth-info.property-info > div.property-price {
    width: 30%;
    text-align: left;
  }
  .page-fullwidth .properties.list .property-fullwidth-info.property-info > div:last-child {
    border-right: none;
  }
  .page-fullwidth .properties.list .property-fullwidth-action.property-action {
    display: table-cell !important;
    width: 88px;
    height: 100%;
    vertical-align: top;
  }
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a {
    color: #bdb254;
    background-color: #f0e797;
    border-color: #f0e797;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 220px;
    padding: 80px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    border-radius: 0 4px 4px 0;
  }
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a:hover,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a:focus,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a:active,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.active {
    color: #fff;
    background-color: #75b08a;
    border-color: #bdb254;
  }
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a:active,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.active {
    background-image: none;
  }
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.disabled,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.disabled:hover,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.disabled:focus,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.disabled:active,
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a.disabled.active {
    color: #fff;
    background-color: #75b08a;
    border-color: #bdb254;
  }
  .page-fullwidth .properties.list .property-fullwidth-action.property-action a .badge {
    color: #f0e797;
    background-color: #bdb254;
  }
}
.noo-property-slide-wrap.noo-slider .slider-control {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .noo-property-slide-wrap.noo-slider .slider-control {
    margin-top: 0;
  }
}
.noo-property-slide-wrap.noo-slider .slider-indicators {
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: auto;
  right: auto;
}
.noo-property-slide-wrap.noo-slider .slider-indicators a {
  outline: none;
}
.floor-plan-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.floor-plan-container .floor-plan-wrap {
  position: relative;
  padding-top: 10px;
}
.floor-plan-container .floor-plan-wrap:hover .owl-prev,
.floor-plan-container .floor-plan-wrap:hover .owl-next {
  -webkit-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.floor-plan-container .floor-plan-item {
  display: inline-block;
  padding: 0 13px;
  height: auto;
  width: 100%;
}
.floor-plan-container .floor-plan-item img {
  height: auto;
  width: 100%;
}
.floor-plan-container .owl-theme .owl-controls .owl-buttons div {
  font-size: 25px;
  padding: 0px 15px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.floor-plan-container .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #75b08a;
}
.floor-plan-container .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translate(-30%, -45%);
  -ms-transform: translate(-30%, -45%);
  transform: translate(-30%, -45%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.floor-plan-container .owl-next {
  right: 0;
  position: absolute;
  top: 45%;
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
  -webkit-transform: translate(30%, -45%);
  -ms-transform: translate(30%, -45%);
  transform: translate(30%, -45%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 992px) {
  .noo-property-slide-wrap.noo-slider .slider-control {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    height: 141px;
    margin-top: -83px;
    width: 71px;
    outline: none;
  }
  .noo-property-slide-wrap.noo-slider .slider-control span {
    display: none;
  }
  .noo-property-slide-wrap.noo-slider .prev-btn {
    background: url(../images/prev-icon.png) no-repeat scroll 0 0 transparent;
    left: 30px;
  }
  .noo-property-slide-wrap.noo-slider .next-btn {
    background: url(../images/next-icon.png) no-repeat scroll 0 0 transparent;
    right: 30px !important;
  }
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide {
  max-height: 700px;
  overflow: hidden;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide img {
  width: 100%;
  height: auto;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption {
  background: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  bottom: auto;
  padding: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 {
  margin: 0;
  padding: 50px 0;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 a {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 small {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  display: block;
  margin-top: 15px;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info .info-summary {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 0;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info .info-summary > div {
  display: inline-block;
  padding: 0 30px;
  font-size: 15px;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info .info-summary > div.property-price span {
  padding: 0;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action {
  padding-top: 50px;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 24px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 4px;
  display: inline-block;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a:hover,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a:focus,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a:active,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a:active,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.active {
  background-image: none;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.disabled,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.disabled:hover,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.disabled:focus,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.disabled:active,
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a .badge {
  color: #f0e797;
  background-color: #bdb254;
}
@media (max-width: 1199px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 {
    padding: 20px 0;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 a {
    font-size: 20px;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 small {
    font-size: 15px;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action {
    padding-top: 20px;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 {
    padding: 10px 0;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 a {
    font-size: 19px;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info h3 small {
    font-size: 15px;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-info .info-summary {
    display: none;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action {
    padding-top: 10px;
    display: none;
  }
  .noo-slider .caroufredsel_wrapper .sliders .slide-item.noo-property-slide .slide-caption .slide-caption-action a {
    font-size: 15px;
    padding: 5px 10px;
  }
}
.similar-property .similar-property-title h3 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.recent-properties {
  position: relative;
}
.recent-properties .grid {
  margin-left: -15px;
  margin-right: -15px;
}
.recent-properties .page-title {
  font-weight: 100;
}
.recent-properties .caroufredsel-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.recent-properties .caroufredsel-wrap ul li {
  overflow: hidden;
  float: left;
  padding: 0;
  list-style: none;
}
.recent-properties .recent-properties-title h3 {
  font-weight: 100;
  margin: 20px 0;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
}
.recent-properties .next-btn,
.recent-properties .caroufredsel-prev,
.recent-properties .caroufredsel-next {
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #75b08a;
  color: #fff;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.recent-properties .next-btn:hover,
.recent-properties .caroufredsel-prev:hover,
.recent-properties .caroufredsel-next:hover {
  background: #589a70;
}
.recent-properties .caroufredsel-prev {
  right: 41px;
}
.recent-properties .caroufredsel-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.recent-properties .caroufredsel-next {
  right: 0;
}
.recent-properties .caroufredsel-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.recent-properties .recent-properties-content {
  overflow: hidden;
  padding: 0;
}
.recent-properties .recent-properties-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-properties .recent-properties-content li {
  float: left;
}
.recent-properties .recent-properties-content li article {
  margin-bottom: 10px;
}
.recent-properties .recent-properties-content li article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb {
  position: relative;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action i {
  background: white;
  border-radius: 100vh;
  color: #77B08B;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: 1s zoomIn;
  animation: 1s zoomIn;
  margin: 0 5px;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action i:hover {
  background: #77B08B;
  color: white;
  cursor: pointer;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing {
  position: absolute;
  bottom: -60px;
  right: -80px;
  z-index: 10;
  width: 75px;
  visibility: hidden;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a {
  display: table;
  width: 35px;
  height: 33px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(4) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing a:hover {
  color: #75b08a;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.6);
  bottom: 2px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing.show,
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:hover {
  visibility: visible;
}
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing.show a,
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:hover a,
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing.show:before,
.recent-properties .recent-properties-content li article .fp-style-2--thumb .content-thumb-overlay .property-action .property-sharing:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.recent-properties .recent-properties-content li article .fp-style-2--wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.recent-properties .recent-properties-content li article .fp-style-2--wrap .fp-style-2--title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recent-properties .recent-properties-content li article .fp-style-2--wrap .fp-style-2--address {
  color: #AAB2BD;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recent-properties .recent-properties-content li article .fp-style-2--wrap .fp-style-2--price {
  padding: 7px 20px;
  background: #77B08B;
  border-radius: 100vh;
  color: white;
  min-width: 150px;
  position: absolute;
  margin-top: -50px;
  font-weight: 600;
}
.recent-properties .recent-properties-content li article .fp-style-2--wrap .fp-style-2--excerpt {
  font-size: 1.5rem;
  font-weight: 300;
}
.recent-properties .recent-properties-content li article .fp-style-2--wrap .fp-style-2--excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-properties .recent-properties-content li article .fp-style-2--summary .property-detail {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.recent-properties .recent-properties-content li article .fp-style-2--summary .property-detail div {
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 4px;
  border-left: 1px solid #e5e5e5;
}
.recent-properties .recent-properties-content li article .fp-style-2--summary .property-detail div:first-of-type {
  border-left: none;
}
.recent-properties .recent-properties-content li article:hover .content-thumb-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: block;
}
.recent-properties .recent-properties-content .property-row {
  display: table;
  width: 100%;
}
.recent-properties .recent-properties-content .property-row .hentry {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  border: none;
}
.recent-properties .recent-properties-content .property-row .hentry .property-wrap,
.recent-properties .recent-properties-content .property-row .hentry .property-featured {
  width: 50%;
  float: left;
}
.recent-properties .recent-properties-content .property-row .hentry .property-featured {
  position: relative;
}
.recent-properties .recent-properties-content .property-row .hentry .property-featured img {
  width: 100%;
  height: auto;
}
.recent-properties .recent-properties-content .property-row .hentry .property-featured .property-label {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #75b08a;
  font-weight: bold;
}
.recent-properties .recent-properties-content .property-row .hentry .property-featured .property-label.sold {
  background: #6c6a64;
}
.recent-properties .recent-properties-content .property-row .hentry .property-category {
  position: absolute;
  left: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.recent-properties .recent-properties-content .property-row .hentry .property-category a {
  color: #2d313f;
}
.recent-properties .recent-properties-content .property-row .hentry .property-category a:hover {
  color: #4f8a64;
}
.recent-properties .recent-properties-content .property-row .hentry .property-detail {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  display: table;
  visibility: hidden;
  width: 90%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent-properties .recent-properties-content .property-row .hentry .property-detail > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 14px 8px;
  font-size: 14px;
  border-left: 1px solid #e5e5e5;
}
.recent-properties .recent-properties-content .property-row .hentry .property-detail > div:first-child {
  border-left: none;
}
.recent-properties .recent-properties-content .property-row .hentry:hover .property-category {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.recent-properties .recent-properties-content .property-row .hentry:hover .property-detail {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.recent-properties .recent-properties-content .property-row .hentry:hover .property-title a {
  color: #4f8a64;
}
.recent-properties .recent-properties-content .property-row .hentry .property-wrap {
  padding: 30px 20px 20px;
  position: relative;
}
.recent-properties .recent-properties-content .property-row .hentry .property-wrap:before {
  border-color: transparent #f9f9f9 transparent transparent;
  border-style: solid;
  border-width: 0 18px 18px 0;
  content: "";
  left: -16px;
  position: absolute;
  top: 20px;
  z-index: 10;
}
.recent-properties .recent-properties-content .property-row .hentry .property-wrap .property-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.recent-properties .recent-properties-content .property-row .hentry .property-wrap .property-excerpt {
  padding: 15px 0;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ececec;
  height: 0px;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info {
  clear: both;
  background: #ececec;
  display: table;
  width: 100%;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info > div {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  font-weight: bold;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-price {
  text-align: left;
  font-size: 18px;
  line-height: 1;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action {
  background: #f0e797;
  padding: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action:hover {
  background: #75b08a;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action:hover a {
  background: #75b08a;
  color: #ffffff;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a:hover,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a:focus,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a:active,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a:active,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.active {
  background-image: none;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.disabled,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.disabled:hover,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.disabled:focus,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.disabled:active,
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.recent-properties .recent-properties-content .property-row .hentry .property-summary .property-info .property-action a .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-wrap,
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-featured {
  width: 50%;
  float: right;
}
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-wrap .property-label,
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-featured .property-label {
  right: auto;
  left: 15px;
}
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-category {
  right: 15px;
  left: auto;
}
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-wrap:before {
  right: -16px;
  left: auto;
  border-color: #f9f9f9 transparent transparent;
  border-style: solid;
  border-width: 18px 18px 18px 0;
}
.recent-properties .recent-properties-content .property-row:last-child .hentry .property-summary {
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  .recent-properties .recent-properties-content .property-row {
    display: block;
  }
  .recent-properties .recent-properties-content .property-row .hentry {
    display: block;
    width: 100%;
  }
  .recent-properties .recent-properties-content .property-row .hentry:before,
  .recent-properties .recent-properties-content .property-row .hentry:after {
    content: " ";
    display: table;
  }
  .recent-properties .recent-properties-content .property-row .hentry:after {
    clear: both;
  }
  .recent-properties .recent-properties-content .property-row .hentry:before,
  .recent-properties .recent-properties-content .property-row .hentry:after {
    content: " ";
    display: table;
  }
  .recent-properties .recent-properties-content .property-row .hentry:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .recent-properties .recent-properties-content .property-row .hentry {
    margin-bottom: 15px;
  }
  .recent-properties .recent-properties-content .property-row .hentry .property-wrap,
  .recent-properties .recent-properties-content .property-row .hentry .property-featured {
    float: none !important;
    width: 100% !important;
  }
  .recent-properties .recent-properties-content .property-row .hentry .property-wrap {
    padding-bottom: 0;
  }
  .recent-properties .recent-properties-content .property-row .hentry .property-wrap:before {
    display: none;
  }
  .recent-properties .recent-properties-content .property-row .hentry .property-summary {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
  }
}
.recent-properties.recent-properties-featured .fp2-title {
  text-transform: inherit;
  font-weight: 600;
}
.recent-properties.recent-properties-featured p {
  margin-bottom: 30px;
}
.recent-properties.recent-properties-featured .hentry {
  display: table;
  width: 100%;
  background: #f9f9f9;
  position: relative;
}
.recent-properties.recent-properties-featured .property-featured {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  position: relative;
}
.recent-properties.recent-properties-featured .property-featured img {
  width: 100%;
  height: auto;
}
.recent-properties.recent-properties-featured .property-featured .property-label {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #75b08a;
  font-weight: bold;
}
.recent-properties.recent-properties-featured .property-featured .property-label.sold {
  background: #6c6a64;
}
.recent-properties.recent-properties-featured .property-featured .property-category {
  background: rgba(117, 176, 138, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px;
  font-size: 32px;
}
.recent-properties.recent-properties-featured .property-featured .property-category a {
  color: #fff;
  font-weight: 300;
}
.recent-properties.recent-properties-featured .property-wrap {
  display: table-cell;
  width: 45%;
  vertical-align: top;
  position: relative;
}
.recent-properties.recent-properties-featured .property-title {
  margin: 0;
  padding: 30px 30px 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
.recent-properties.recent-properties-featured .property-excerpt {
  padding: 0 30px 30px;
}
.recent-properties.recent-properties-featured .property-summary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.recent-properties.recent-properties-featured .property-detail {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  width: 100%;
  font-size: 17px;
  line-height: 30px;
}
.recent-properties.recent-properties-featured .property-detail > div {
  width: 33.33%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 20px 8px;
  border-left: 1px solid #e5e5e5;
}
.recent-properties.recent-properties-featured .property-detail > div:first-child {
  border-left: none;
}
.recent-properties.recent-properties-featured .property-info {
  background: #ececec;
  display: table;
  width: 100%;
  border-radius: 0;
}
.recent-properties.recent-properties-featured .property-info > div {
  padding: 20px 30px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  font-weight: bold;
}
.recent-properties.recent-properties-featured .property-info .property-price {
  font-size: 30px;
  text-align: left;
  line-height: 30px;
}
.recent-properties.recent-properties-featured .property-info .property-action {
  padding: 0;
  border-radius: 0 0 4px 0;
}
.recent-properties.recent-properties-featured .property-info .property-action a {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 18px 15px;
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0 0 4px 0;
}
.recent-properties.recent-properties-featured .property-info .property-action a:hover,
.recent-properties.recent-properties-featured .property-info .property-action a:focus,
.recent-properties.recent-properties-featured .property-info .property-action a:active,
.recent-properties.recent-properties-featured .property-info .property-action a.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.recent-properties.recent-properties-featured .property-info .property-action a:active,
.recent-properties.recent-properties-featured .property-info .property-action a.active {
  background-image: none;
}
.recent-properties.recent-properties-featured .property-info .property-action a.disabled,
.recent-properties.recent-properties-featured .property-info .property-action a.disabled:hover,
.recent-properties.recent-properties-featured .property-info .property-action a.disabled:focus,
.recent-properties.recent-properties-featured .property-info .property-action a.disabled:active,
.recent-properties.recent-properties-featured .property-info .property-action a.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.recent-properties.recent-properties-featured .property-info .property-action a .badge {
  color: #f0e797;
  background-color: #bdb254;
}
@media (max-width: 991px) {
  .recent-properties.recent-properties-featured .hentry {
    display: block;
    padding: 0;
  }
  .recent-properties.recent-properties-featured .property-featured {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
  .recent-properties.recent-properties-featured .property-wrap {
    display: block;
    width: 100%;
  }
  .recent-properties.recent-properties-featured .property-title {
    padding: 15px;
    font-size: 18px;
  }
  .recent-properties.recent-properties-featured .property-excerpt {
    padding: 0 15px 15px;
  }
  .recent-properties.recent-properties-featured .property-summary {
    position: relative;
    width: 100%;
    bottom: auto;
    right: auto;
  }
  .recent-properties.recent-properties-featured .property-info {
    border-radius: 0 0 4px 4px;
  }
  .recent-properties.recent-properties-featured .property-info .property-action a,
  .recent-properties.recent-properties-featured .property-info .property-price {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .recent-properties.recent-properties-featured .property-info .property-action i {
    display: none;
  }
}
.recent-properties.recent-properties-slider .recent-properties-content .property-row .hentry .property-summary .property-info .property-price {
  font-size: 17px;
}
.property .property-featured {
  margin-bottom: 50px;
  padding: 10px;
  background: #f6f6f6;
  position: relative;
  clear: both;
}
.property .property-featured .property-label {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 8px 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: #75b08a;
  font-weight: bold;
}
.property .property-featured .property-label.sold {
  background: #6c6a64;
}
.property .property-featured .images {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.property .property-featured .images .caroufredsel-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: ew-resize;
}
.property .property-featured .images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.property .property-featured .images ul:before,
.property .property-featured .images ul:after {
  content: " ";
  display: table;
}
.property .property-featured .images ul:after {
  clear: both;
}
.property .property-featured .images ul:before,
.property .property-featured .images ul:after {
  content: " ";
  display: table;
}
.property .property-featured .images ul:after {
  clear: both;
}
.property .property-featured .images ul li {
  float: left;
  padding: 0 !important;
}
.property .property-featured .images ul li img {
  width: 100%;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.property .property-featured .images .favorites-property {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: rgba(117, 176, 138, 0.5);
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1025px) {
  .property .property-featured .images .favorites-property {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.property .property-featured .images .favorites-property i {
  cursor: pointer;
  color: #fff;
}
.property .property-featured .images .favorites-property:hover {
  background: #75b08a;
}
.property .property-featured .images .slider-control {
  font-size: 30px;
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .property .property-featured .images .slider-control.prev-btn {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.property .property-featured .images .slider-control.prev-btn .slider-icon-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.property .property-featured .images .slider-control.next-btn {
  right: 0;
  left: auto;
}
@media (min-width: 1025px) {
  .property .property-featured .images .slider-control.next-btn {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.property .property-featured .images .slider-control.next-btn .slider-icon-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.property .property-featured .images .slider-control:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media (min-width: 1025px) {
  .property .property-featured .images:hover .favorites-property {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .property .property-featured .images:hover .slider-control.next-btn,
  .property .property-featured .images:hover .slider-control.prev-btn {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .property .property-featured .images:hover ul li img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}
.property .property-featured .thumbnails {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.property .property-featured .thumbnails .thumbnails-wrap {
  margin: 0 -5px;
}
.property .property-featured .thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property .property-featured .thumbnails ul:before,
.property .property-featured .thumbnails ul:after {
  content: " ";
  display: table;
}
.property .property-featured .thumbnails ul:after {
  clear: both;
}
.property .property-featured .thumbnails ul:before,
.property .property-featured .thumbnails ul:after {
  content: " ";
  display: table;
}
.property .property-featured .thumbnails ul:after {
  clear: both;
}
.property .property-featured .thumbnails ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  max-width: 190px;
}
.property .property-featured .thumbnails ul li img {
  width: 100%;
  height: auto;
}
.property .property-featured .thumbnails .caroufredsel-next,
.property .property-featured .thumbnails .caroufredsel-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  z-index: 100;
  border-radius: 3px;
}
.property .property-featured .thumbnails .caroufredsel-next:hover,
.property .property-featured .thumbnails .caroufredsel-prev:hover {
  background-color: #75b08a;
}
.property .property-featured .thumbnails .caroufredsel-next.disabled,
.property .property-featured .thumbnails .caroufredsel-prev.disabled {
  display: none !important;
}
.property .property-featured .thumbnails .caroufredsel-prev {
  left: -35px;
}
.property .property-featured .thumbnails .caroufredsel-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.property .property-featured .thumbnails .caroufredsel-next {
  right: -35px;
}
.property .property-featured .thumbnails .caroufredsel-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.property .property-featured .thumbnails:hover > .caroufredsel-prev {
  left: 10px;
}
.property .property-featured .thumbnails:hover > .caroufredsel-next {
  right: 10px;
}
.property .property-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
  color: #2d313f;
  float: left;
  width: 72%;
  /** Safari 6, Chrome 19-25 **/
  /** FF 4-15  **/
  width: calc( 100% - 240px );
  /** FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers **/
}
.property .property-title small {
  font-size: 18px;
  font-weight: 300;
  color: #2d313f;
  display: block;
  margin-top: 11px;
}
.property .property-share {
  float: right;
}
.property .property-share a {
  background: #eee;
  border-radius: 50%;
  margin: 0px 3px;
  color: #a5a5a5;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.property .property-share a:hover {
  background: #75b08a;
  color: #fff;
}
.property .property-share a.action {
  background: #95c3a5;
  color: #fff;
}
.property .property-summary {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.property .document-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.property .document-container .document-wrap ul {
  list-style: none;
  padding-left: 0;
}
.property .property-detail {
  padding: 15px;
  background: #F6F6F6;
  border: 1px solid #e5e5e5;
  margin: 0 30px 15px 15px;
}
@media (max-width: 767px) {
  .property .property-detail {
    margin: 0 15px;
  }
}
.property .property-detail-title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.property .document-title,
.property .property-feature-title,
.property .property-map-title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.property .property-information-title {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
.property .property-detail-content .detail-field {
  font-size: 13px;
}
.property .property-detail-content .detail-field > span {
  padding-top: 3px;
  padding-bottom: 3px;
}
.property .property-detail-content .detail-field .detail-field-label {
  font-weight: bold;
  text-align: right;
  clear: both;
}
@media (max-width: 767px) {
  .property .property-detail-content .detail-field > span {
    display: block;
    text-align: left !important;
    clear: none;
  }
}
.property .property-desc {
  width: calc(66.6666% - 45px);
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .property .property-desc {
    margin: 30px 15px 0;
    width: auto;
  }
}
.property .property-content {
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .property .property-content {
    padding: 0 15px;
  }
}
.property .floor-plan-container .floor-plan-title {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.property .property-feature {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.property .property-feature-content {
  text-transform: capitalize;
}
.property .property-feature-content:before,
.property .property-feature-content:after {
  content: " ";
  display: table;
}
.property .property-feature-content:after {
  clear: both;
}
.property .property-feature-content:before,
.property .property-feature-content:after {
  content: " ";
  display: table;
}
.property .property-feature-content:after {
  clear: both;
}
.property .property-feature-content .has,
.property .property-feature-content .no-has {
  padding: 3px 0;
  font-size: 13px;
  width: 33.333%;
  float: left;
}
@media (max-width: 767px) {
  .property .property-feature-content .has,
  .property .property-feature-content .no-has {
    width: 49%;
  }
}
.property .property-feature-content .no-has {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.property .property-feature-content i {
  margin-right: 5px;
  font-size: 13px;
}
.property .property-video {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.property .property-video .property-video-title {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.property .property-map {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.property .property-map img {
  max-width: none;
}
.property #property_map_search_input {
  margin-top: 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 300px;
  display: none;
}
.property .property-map-content > .property-map-box {
  width: 100%;
  height: 350px;
}
.property .property-map-content > .property-map-box #property_map_search_input {
  display: block;
}
.property-label + .property-label {
  margin-top: 40px;
}
.property-nearby {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  clear: both;
}
.property-nearby .re-yelp-title {
  margin: 0 0 30px;
  position: relative;
}
.property-nearby .re-yelp-title .re-title-box {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.property-nearby .re-yelp-title .yelp-logo {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
}
.property-nearby .re-yelp-title .yelp-logo img {
  vertical-align: -6px;
}
.property-nearby .yelp-cat-item .cat-title {
  font-weight: 300;
  margin-bottom: 20px;
}
.property-nearby .yelp-cat-item .cat-title .yelp-cat-icon {
  width: 25px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px;
  background: #75b08a;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}
.property-nearby .yelp-cat-item .yelp-result-list li {
  list-style: none;
  margin-bottom: 20px;
}
.property-nearby .yelp-cat-item .yelp-result-list li .yelp-cat-detail {
  width: 100%;
  clear: both;
  position: relative;
}
.property-nearby .yelp-cat-item .yelp-result-list li .yelp-cat-detail .avatar {
  margin-right: 10px;
  float: left;
  width: 50px;
}
.property-nearby .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story {
  width: calc(100% - 85px);
  font-weight: normal;
}
.property-nearby .yelp-cat-item .yelp-result-list li .yelp-cat-detail .story .review {
  position: absolute;
  right: 20px;
  top: 0;
  text-align: center;
  width: 90px;
}
.property-walkscore {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.property-walkscore .re-walkscore-title h4 {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.property-sub-listing {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.property-sub-listing .property-sub-listing-title h4 {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.property-sub-listing .property-sub-listing-details .accord-block {
  border: 1px dashed #DDD;
  margin-bottom: 15px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-tab {
  padding-left: 10px;
  cursor: pointer;
  padding-top: 5px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-tab h3 {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  padding: 5px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-content .left div {
  padding: 15px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-content .left div:nth-child(1) {
  background-color: #F6F7F9;
  line-height: 15px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-content .left div:nth-child(3) {
  background-color: #F6F7F9;
  line-height: 15px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-content .right div {
  padding: 15px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-content .right div:nth-child(1) {
  background-color: #F6F7F9;
  line-height: 15px;
}
.property-sub-listing .property-sub-listing-details .accord-block .accord-content .right div:nth-child(3) {
  background-color: #F6F7F9;
  line-height: 15px;
}
.expand-icon {
  float: right;
  margin-right: 10px;
}
.expand-icon:after {
  font-family: fontawesome;
  content: "\f078";
}
.active .expand-icon:after {
  content: "\f077";
}
.agent-property {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  clear: both;
}
.agent-property .agent-property-title h3 {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.agent-property .agents .hentry {
  margin-bottom: 0 !important;
}
.agent-property .agents .conact-agent {
  float: left;
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .agent-property .agents .conact-agent {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 15px;
  }
}
.agent-property .agents .conact-agent span.msg {
  font-size: 13px;
  color: #3c763d;
  padding: 5px 0;
  display: block;
  text-align: right;
}
.agent-property .agents .conact-agent span.error {
  font-size: 13px;
  color: #a94442;
}
.agent-property .agents .conact-agent input.form-control,
.agent-property .agents .conact-agent input.wpcf7-form-control:not(.wpcf7-submit),
.agent-property .agents .conact-agent input.widget_newsletterwidget .newsletter-email {
  height: 37px;
}
.agent-property .agents .conact-agent textarea.form-control,
.agent-property .agents .conact-agent textarea.wpcf7-form-control:not(.wpcf7-submit),
.agent-property .agents .conact-agent textarea.widget_newsletterwidget .newsletter-email {
  height: 80px;
}
.agent-property .agents .conact-agent .form-action {
  text-align: right;
}
.agent-property .agents .conact-agent .form-action:before,
.agent-property .agents .conact-agent .form-action:after {
  content: " ";
  display: table;
}
.agent-property .agents .conact-agent .form-action:after {
  clear: both;
}
.agent-property .agents .conact-agent .form-action:before,
.agent-property .agents .conact-agent .form-action:after {
  content: " ";
  display: table;
}
.agent-property .agents .conact-agent .form-action:after {
  clear: both;
}
.agent-property .agents .conact-agent .form-action button {
  background: #ededed;
  border: #ededed;
  font-weight: 300;
  color: #94a2a7;
}
.agent-property .agents .conact-agent .form-action button:hover {
  background-color: #75b08a;
  border-color: #75b08a;
  color: #ffffff;
}
.pac-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.noo-map {
  position: relative;
  background: url("../images/bg-map.jpg") repeat-x scroll 0 center transparent;
  background-size: cover;
}
.noo-map.fullscreen {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.noo-map.fullscreen #gmap {
  height: 100% !important;
}
.noo-map #gmap {
  height: 840px;
  width: 100%;
}
.noo-map .gmap-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.noo-map #gmap_search_input {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 35px;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 400px;
  left: 0px;
  line-height: 18px;
  margin-left: 60px;
  font-size: 15px;
  font-family: "Lato";
  font-weight: 300;
}
.noo-map .gmap-loading {
  background-color: #fff;
  margin: 0px auto;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 300px;
  height: 105px;
  margin-left: -150px;
  text-align: center;
  padding-top: 16px;
  border-radius: 4px;
  opacity: 0.95;
  z-index: 9999;
}
.noo-map .gmap-loader {
  margin: 100px auto;
  width: 100%;
  height: 30px;
  text-align: center;
}
.noo-map .gmap-loading .gmap-loader {
  margin: 10px auto;
}
.noo-map .gmap-loading .gmap-loader > div {
  -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
  animation: 1.5s ease 0s normal none infinite loadingFade;
  background: none repeat scroll 0 0 #75b08a;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.noo-map .gmap-loading .gmap-loader .rect2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.noo-map .gmap-loading .gmap-loader .rect3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.noo-map .gmap-loading .gmap-loader .rect4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.noo-map .gmap-loading .gmap-loader .rect5 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.noo-map .gmap-zoom {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px;
  z-index: 100;
  width: 40px;
}
.noo-map .gmap-zoom a {
  background: #75b08a;
  background: rgba(117, 176, 138, 0.75);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}
.noo-map .gmap-zoom a:hover {
  background: #4f8a64;
  background: rgba(79, 138, 100, 0.8);
}
@media (max-width: 991px) {
  .noo-map .gmap-zoom a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .noo-map .gmap-zoom a i {
    line-height: 30px;
  }
}
.noo-map .gmap-infobox {
  border: 1px solid #aba7a3;
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
          box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  margin: -260px 0 0 -200px;
  max-width: 480px;
  padding: 0;
  position: absolute;
  width: 500px;
}
.noo-map .gmap-infobox .info-close {
  background: #75b08a;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
}
.noo-map .gmap-infobox .info-img {
  float: left;
}
.noo-map .gmap-infobox .info-img img {
  height: 160px !important;
  width: 190px !important;
}
.noo-map .gmap-infobox .info-summary {
  margin-left: 190px;
  font-family: "Lato";
  background: #f9f9f9;
  height: 160px;
}
.noo-map .gmap-infobox .info-title {
  padding: 12px 15px;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #f3f3f3;
  height: 62px;
  overflow: hidden;
  ext-overflow: ellipsis;
}
.noo-map .gmap-infobox .info-detail {
  background: #f9f9f9;
  border-top: 1px solid #fff;
  display: table;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
.noo-map .gmap-infobox .info-detail > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 8px;
}
.noo-map .gmap-infobox .info-more {
  border-top: 1px solid #fff;
  background: #ececec;
  display: table;
  width: 288px;
  position: absolute;
  bottom: 0;
}
.noo-map .gmap-infobox .info-more > div {
  padding: 7px 15px;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: left;
  font-weight: bold;
}
.noo-map .gmap-infobox .info-more .info-price {
  font-weight: 400;
  font-size: 18px;
  width: 80%;
}
.noo-map .gmap-infobox .info-more .info-action {
  padding: 0;
  background: #75b08a;
}
.noo-map .gmap-infobox .info-more .info-action a {
  padding: 7px 15px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
}
.noo-map .gmap-infobox .info-more .info-action:hover {
  background: #589a70;
}
@media (max-width: 991px) {
  .noo-map .gmap-infobox {
    width: 190px;
    margin: -350px 0 0 -40px;
  }
  .noo-map .gmap-infobox .info-img,
  .noo-map .gmap-infobox .info-summary {
    width: 190px;
  }
  .noo-map .gmap-infobox .info-summary {
    margin-left: 0;
  }
  .noo-map .gmap-infobox .info-title {
    padding: 12px 4px;
    height: auto;
  }
  .noo-map .gmap-infobox .info-detail > div {
    padding: 6px 4px;
  }
  .noo-map .gmap-infobox .info-more {
    position: relative;
    width: 100%;
  }
  .noo-map .gmap-infobox .info-more .info-price {
    font-size: 15px;
  }
}
.noo-map .gmap-control {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}
.noo-map .gmap-control a {
  background: #75b08a;
  background: rgba(117, 176, 138, 0.75);
  color: #fff;
  float: left;
  margin-right: 8px;
  text-align: center;
  min-width: 40px;
  height: 40px;
}
.noo-map .gmap-control a i {
  font-size: 30px;
  line-height: 40px;
}
.noo-map .gmap-control a:hover {
  background: #4f8a64;
  background: rgba(79, 138, 100, 0.8);
}
.noo-map .gmap-control .gmap-mylocation {
  padding-left: 10px;
  padding-right: 10px;
}
.noo-map .gmap-control .gmap-mylocation i {
  font-size: 15px;
  margin: 0 5px;
}
.noo-map .gmap-control .gmap-full i {
  font-size: 20px;
}
.noo-map .gmap-control .gmap-prev i {
  margin-right: 2px;
}
.noo-map .gmap-control .gmap-next i {
  margin-left: 2px;
}
@media (max-width: 991px) {
  .noo-map .gmap-control a {
    min-width: 30px;
    height: 30px;
  }
  .noo-map .gmap-control a i {
    line-height: 30px;
  }
}
.noo-map .gsearch {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 100;
  width: 100%;
}
.noo-map .gsearch .form-marker-icon {
  display: none;
}
.noo-map .gsearch .gsearch-title {
  margin: 0;
  float: left;
  font-size: 24px;
  color: #fff;
  background: rgba(117, 176, 138, 0.7);
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  padding-left: 100px;
  position: relative;
  text-transform: uppercase;
}
.noo-map .gsearch .gsearch-title i {
  color: #fff;
  background: #75b08a;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.noo-map .gsearch .gsearchform {
  display: block;
}
.noo-map .gsearch .gsearchform:before,
.noo-map .gsearch .gsearchform:after {
  content: " ";
  display: table;
}
.noo-map .gsearch .gsearchform:after {
  clear: both;
}
.noo-map .gsearch .gsearchform:before,
.noo-map .gsearch .gsearchform:after {
  content: " ";
  display: table;
}
.noo-map .gsearch .gsearchform:after {
  clear: both;
}
.noo-map .gsearch .gsearch-content {
  display: table;
  width: 100%;
}
.noo-map .gsearch .gsearch-content:before,
.noo-map .gsearch .gsearch-content:after {
  content: " ";
  display: table;
}
.noo-map .gsearch .gsearch-content:after {
  clear: both;
}
.noo-map .gsearch .gsearch-content:before,
.noo-map .gsearch .gsearch-content:after {
  content: " ";
  display: table;
}
.noo-map .gsearch .gsearch-content:after {
  clear: both;
}
.noo-map .gsearch .gsearch-content .gsearch-field {
  background: url("../images/map-line.png") repeat-x scroll left bottom rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 50px 10px 30px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider {
  position: relative;
  text-align: left;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
  top: -7px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #75b08a;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice #gprice-slider-range .ui-widget-content {
  background: #e5e5e5;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider-horizontal {
  height: 5px;
  background: #e5e5e5;
  border-radius: 4px;
  margin-top: 10px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.gprice .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider {
  position: relative;
  text-align: left;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
  top: -7px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #75b08a;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea #garea-slider-range .ui-widget-content {
  background: #e5e5e5;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider-horizontal {
  height: 5px;
  background: #e5e5e5;
  border-radius: 4px;
  margin-top: 10px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.noo-map .gsearch .gsearch-content .gsearch-field > .form-group.garea .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature:before,
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature:after {
  content: " ";
  display: table;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature:after {
  clear: both;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature:before,
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature:after {
  content: " ";
  display: table;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature:after {
  clear: both;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature #gsearch-feature .checkbox-label input {
  display: inline-block;
  margin-right: 6px;
}
.noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature label {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noo-map .gsearch .gsearch-content .gsearch-action {
  background: url("../images/map-line.png") repeat-x scroll left bottom rgba(255, 255, 255, 0.8);
  display: table-cell;
  vertical-align: top;
  width: 20%;
  padding: 50px 20px 50px 0;
  position: relative;
}
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  right: 20px;
  max-height: 150px;
}
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 4px;
  border: none;
  height: 100%;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  min-height: 100px;
}
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button:hover,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button:focus,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button:active,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button:active,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.active {
  background-image: none;
}
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.disabled,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.disabled:hover,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.disabled:focus,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.disabled:active,
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.noo-map .gsearch .gsearch-content .bg-white-opacity {
  background: rgba(255, 255, 255, 0.85) !important;
}
.noo-map .gsearch .gsearch-content .b-lr {
  border-radius: 10px;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit {
  position: absolute;
  top: 10%;
  margin-top: -10px;
  left: auto;
  right: auto;
  max-height: 150px;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 4px;
  margin-top: -60px;
  border: none;
  border-radius: 100vh;
  background: #77B08B;
  color: white;
  height: 100%;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 30px;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button:hover,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button:focus,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button:active,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button:active,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.active {
  background-image: none;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.disabled,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.disabled:hover,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.disabled:focus,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.disabled:active,
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit button .badge {
  color: #f0e797;
  background-color: #bdb254;
}
@media (max-width: 991px) {
  .noo-map .gsearch .gsearch-content .gsearch-action-style-2 .gsubmit {
    margin-top: 36px;
  }
}
@media (max-width: 991px) {
  .noo-map .gsearch {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 20px;
  }
  .noo-map .gsearch .gsearch-title {
    float: none;
    display: block;
  }
  .noo-map .gsearch .gsearch-content {
    display: block;
  }
  .noo-map .gsearch .gsearch-content .gsearch-field {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .noo-map .gsearch .gsearch-content .gsearch-field:before,
  .noo-map .gsearch .gsearch-content .gsearch-field:after {
    content: " ";
    display: table;
  }
  .noo-map .gsearch .gsearch-content .gsearch-field:after {
    clear: both;
  }
  .noo-map .gsearch .gsearch-content .gsearch-field:before,
  .noo-map .gsearch .gsearch-content .gsearch-field:after {
    content: " ";
    display: table;
  }
  .noo-map .gsearch .gsearch-content .gsearch-field:after {
    clear: both;
  }
  .noo-map .gsearch .gsearch-content .gsearch-field > .form-group {
    width: 50% !important;
    padding: 0 10px;
  }
  .noo-map .gsearch .gsearch-content .gsearch-action {
    display: block;
    width: 100%;
    padding: 20px 0 30px;
  }
  .noo-map .gsearch .gsearch-content .gsearch-action .gsubmit {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .noo-map .gsearch .gsearch-content .gsearch-action .gsubmit button {
    padding: 10px 16px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .noo-map .gsearch .gsearch-content .gsearch-field > .form-group {
    width: 100% !important;
    padding: 0 10px !important;
  }
}
.horizontal .noo-map .gsearch .gsearch-content .gsearch-action .gsubmit.one-line button,
.property-slider .noo-map .gsearch .gsearch-content .gsearch-action .gsubmit.one-line button {
  font-size: 18px;
  min-height: 50px;
}
.horizontal .noo-map .gsearch .chosen-container-single,
.property-slider .noo-map .gsearch .chosen-container-single,
.horizontal .noo-map .gsearch .chosen-container-single .chosen-single,
.property-slider .noo-map .gsearch .chosen-container-single .chosen-single,
.horizontal .noo-map .gsearch .form-control,
.property-slider .noo-map .gsearch .form-control,
.horizontal .noo-map .gsearch .wpcf7-form-control:not(.wpcf7-submit),
.property-slider .noo-map .gsearch .wpcf7-form-control:not(.wpcf7-submit),
.horizontal .noo-map .gsearch .widget_newsletterwidget .newsletter-email,
.property-slider .noo-map .gsearch .widget_newsletterwidget .newsletter-email {
  background-color: rgba(255, 255, 255, 0.6);
}
.noo-map.no-map .gsearch {
  background: rgba(117, 176, 138, 0.95);
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noo-map.no-map .gsearch .gsearch-info {
  text-align: center;
  padding: 50px 0;
}
.noo-map.no-map .gsearch .gsearch-info .gsearch-info-title {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.noo-map.no-map .gsearch .gsearch-info .gsearch-info-content {
  color: #fff;
}
.noo-map.no-map .gsearch .gsearch-info-style-2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noo-map.no-map .gsearch .gsearch-info-style-2 .gsearch-info-title {
  margin-top: -36px !important;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 50px;
  background: #77B08B;
  border-radius: 100vh;
  position: absolute;
  overflow: hidden;
  max-height: 60px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.noo-map.no-map .gsearch .gsearch-info-style-2 .toggle-title {
  margin-top: -36px;
}
.noo-map.no-map .gsearch .gsearch-info-style-2 .gsearch-info-content {
  color: #fff;
}
@media (max-width: 991px) {
  .noo-map.no-map .gsearch .gsearch-content {
    padding: 50px 20px;
    background: #fff;
  }
  .noo-map.no-map .gsearch .gsearch-content .chosen-container-single,
  .noo-map.no-map .gsearch .gsearch-content .chosen-container-multi .chosen-choices {
    min-height: inherit;
  }
  .noo-map.no-map .gsearch .gsearch-content .chosen-container-single .chosen-container-single .chosen-single,
  .noo-map.no-map .gsearch .gsearch-content .chosen-container-multi .chosen-choices .chosen-container-single .chosen-single {
    line-height: 34px;
    height: inherit;
  }
  .noo-map.no-map .gsearch .gsearch-content .gsearch-field {
    padding: 0;
  }
}
.noo-map.no-map.no-container {
  background: none;
}
.noo-map.no-map.no-container .gsearch {
  background: none;
  padding-top: 0;
}
.noo-map.no-map.search-vertical .gsearch {
  position: relative;
  bottom: auto;
  left: auto;
  background: #f9f9f9;
  padding: 25px;
}
.noo-map.no-map.search-vertical .gsearch .container-boxed {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: transparent;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-title {
  float: none;
  display: block;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content {
  display: block;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: transparent;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field:before,
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field:after {
  content: " ";
  display: table;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field:after {
  clear: both;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field:before,
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field:after {
  content: " ";
  display: table;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field:after {
  clear: both;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field > div {
  width: 100% !important;
  padding: 0;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-field > div > .dropdown > span {
  background: #fff;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-action {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-action .gsubmit {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-action .gsubmit button {
  background: #ededed;
  color: #94a2a7;
  font-size: 24px;
  padding: 10px 16px;
}
.noo-map.no-map.search-vertical .gsearch .gsearch-content .gsearch-action .gsubmit button:hover {
  background: #75b08a;
  color: #fff;
}
@media (max-width: 1199px) {
  #gmap_search_input {
    display: none;
  }
}
@media (min-width: 992px) {
  .noo_advanced_search_property.vertical .gsearch .container-boxed {
    position: relative;
  }
  .noo_advanced_search_property.vertical .gsearch .form-marker-icon {
    display: block;
    background: none repeat scroll 0 0 #75b08a;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    height: 70px;
    left: -70px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 80px;
    width: 70px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap {
    bottom: 0;
    width: 311px;
    position: absolute;
    right: 0;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-title {
    float: none;
    margin-left: -71px;
    padding-left: 80px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content {
    display: block;
    background: rgba(255, 255, 255, 0.6);
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-field,
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-action {
    display: block;
    width: 100%;
    padding: 15px 30px;
    background: none;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-field > div {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-field > div.form-group .dropdown > span {
    height: 40px;
    background: #fff;
    line-height: 40px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-field > div.form-group .dropdown > span:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-action .gsubmit {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-action .gsubmit button {
    background: #ededed;
    color: #94a2a7;
    font-size: 20px;
    padding: 16px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap .gsearch-content .gsearch-action .gsubmit button:hover {
    background: #75b08a;
    color: #fff;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 {
    bottom: 0;
    width: 311px;
    position: absolute;
    right: 0;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-title {
    float: none;
    margin-left: -71px;
    padding-left: 80px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content {
    display: block;
    background: #f9f9f9;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-field,
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-action {
    display: block;
    width: 100%;
    padding: 15px 30px;
    background: none;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-field > div {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-field > div.form-group .dropdown > span {
    height: 40px;
    background: #fff;
    line-height: 40px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-field > div.form-group .dropdown > span:before {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-action .gsubmit {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-action .gsubmit button {
    background: #ededed;
    color: #94a2a7;
    font-size: 20px;
    padding: 16px;
  }
  .noo_advanced_search_property.vertical .gsearch .gsearch-wrap-style-2 .gsearch-content .gsearch-action .gsubmit button:hover {
    background: #75b08a;
    color: #fff;
  }
  .noo_advanced_search_property.vertical .gsearch .form-control,
  .noo_advanced_search_property.vertical .gsearch .chosen-container-single,
  .noo_advanced_search_property.vertical .gsearch .wpcf7-form-control:not(.wpcf7-submit),
  .noo_advanced_search_property.vertical .gsearch .widget_newsletterwidget .newsletter-email {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .noo_advanced_search_property.vertical .gsearch .chosen-container-single .chosen-single {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .noo_advanced_search_property.vertical .noo-map.no-map .gsearch .gsearch-wrap {
    position: relative;
  }
}
.property-featured ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-featured li {
  margin: 0;
  padding: 0 0 20px !important;
  border: none !important;
  float: left;
  width: 100%;
}
.property-featured li h4 {
  margin: 0;
}
.property-featured li .featured-status {
  font-size: 13px;
  font-style: italic;
}
.property-featured .featured-image {
  float: left;
  margin-right: 20px;
}
.property-featured .featured-image img {
  max-width: 70px;
  height: auto;
  border-radius: 4px;
}
.loadmore-action {
  text-align: center;
}
.loadmore-action .noo-loader {
  display: none;
}
.loadmore-action .noo-loader > div {
  -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
  animation: 1.5s ease 0s normal none infinite loadingFade;
  background: none repeat scroll 0 0 #75b08a;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 10px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loadmore-action .noo-loader > div.rect2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loadmore-action .noo-loader > div.rect3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loadmore-action .noo-loader > div.rect4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loadmore-action .noo-loader > div.rect5 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loadmore-action .btn,
.loadmore-action .wpcf7-submit,
.loadmore-action .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.loadmore-action .widget_newsletterwidget .newsletter-submit {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.loadmore-action ~ .pagination {
  display: none;
}
span.property-meta {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 300;
  padding: 0 5px;
}
span.property-meta-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -5px;
  background-position-x: 0px;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
}
.size > span.property-meta-icon,
.area > span.property-meta-icon {
  background-image: url("../images/size-icon.png");
}
.noo-property-slide .size > span.property-meta-icon,
.noo-property-slide .area > span.property-meta-icon {
  background-image: url("../images/size-icon-2.png");
}
.bathrooms > span.property-meta-icon {
  background-image: url("../images/bathroom-icon.png");
}
.noo-property-slide .bathrooms > span.property-meta-icon {
  background-image: url("../images/bathroom-icon-2.png");
}
.bedrooms > span.property-meta-icon {
  background-image: url("../images/bedroom-icon.png");
}
.noo-property-slide .bedrooms > span.property-meta-icon {
  background-image: url("../images/bedroom-icon-2.png");
}
.noo-property-compare .title-compare {
  font-size: 21px;
}
.noo-property-compare .list-compare {
  margin: 0 -6px;
}
.noo-property-compare .item-compare {
  display: inline-block;
  position: relative;
  margin: 0 6px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-property-compare .item-compare img {
  max-width: 180px;
  height: auto;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-property-compare .item-compare i {
  position: absolute;
  top: 8px;
  right: 8px;
  color: red;
  cursor: pointer;
  font-size: 21px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-property-compare .item-compare i:hover {
  color: #75b08a;
}
.noo-property-compare .item-compare:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noo-property-compare input[type="submit"] {
  border: 0;
  padding: 10px 55px;
  margin: 25px 0;
  color: #fff;
  background: #75b08a;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-property-compare input[type="submit"]:hover {
  background: #4f8a64;
}
.noo-compare-wrap {
  padding-bottom: 25px;
}
.noo-compare-wrap .noo-compare-item .content-thumb img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-compare-wrap .noo-compare-item .content-thumb:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.noo-compare-wrap .noo-compare-item .noo-compare-title {
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
}
.noo-compare-wrap .noo-compare-item .property-price .amount {
  font-size: 22px;
  color: red;
  font-weight: 500;
}
.noo-compare-list {
  padding-bottom: 100px;
}
.noo-compare-list .compare-list-item {
  padding: 10px;
}
.noo-compare-list .compare-list-item:nth-child(odd) {
  background: #ececec;
}
.noo-compare-list .compare-list-item:nth-child(even) {
  background: #fafafa;
}
.noo-compare-list .item-label {
  font-weight: 500;
}
.noo-compare-list .item-value .fa-check {
  color: #1abc9c;
}
.noo-compare-list .item-value .fa-times {
  color: red;
}
.page-compare {
  padding: 10px 0;
}
.properties.list .hentry .property-info .property-sharing:before {
  right: 20px;
}
.noo-loading-property {
  display: none;
  text-align: center;
  padding: 40px 0 0 0;
  margin-bottom: 25px;
}
.show-filter-property {
  display: none;
  height: 70px;
  line-height: 70px;
  background: #efefef;
  padding: 0 30px;
  color: #313131;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.show-filter-property:hover {
  color: #75b08a;
}
.show-filter-property.not_found {
  cursor: inherit;
}
.show-filter-property.not_found:hover {
  color: #313131;
}
.results-property {
  margin-bottom: 35px;
}
.results-property .pagination {
  display: none;
}
.noo-agent .agent-info .agent-detail-info > div {
  display: table;
}
/**
 * Style page map
 */
.page-map-left {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 50%;
  top: 130px;
}
.page-map-right {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50%;
  top: 130px;
  overflow-y: scroll;
  background: #fff;
  padding: 0 30px 50px;
  overflow-x: hidden;
  z-index: 0;
}
.page-map-right .gmap-search {
  display: none;
}
.page-map-right .noo-map {
  background: transparent !important;
  height: 230px;
  min-height: 250px;
}
.page-map-right .noo-map .gmap-control,
.page-map-right .noo-map .gmap-mylocation,
.page-map-right .noo-map .gmap-full,
.page-map-right .noo-map .gmap-prev,
.page-map-right .noo-map .gmap-next,
.page-map-right .noo-map .gmap-zoom {
  display: none;
}
.page-map-right .noo-map .gsearch {
  bottom: auto;
  top: 0;
}
.page-map-right .noo-map .gsearch .container-boxed {
  padding: 0;
  width: auto;
}
.page-map-right .noo-map .gsearch .gsearch-title {
  display: none;
}
.page-map-right .noo-map .gsearch .show-filter-property {
  display: none;
}
.page-map-right .noo-map .gsearch .gsearch-content {
  display: block;
  background-color: #fff;
}
.page-map-right .noo-map .gsearch .gsearch-content .gsearch-action {
  display: none;
}
.page-map-right .noo-map .gsearch .gsearch-content .gsearch-field {
  background: transparent !important;
  width: 100%;
  padding: 30px 0px;
}
.page-map-right .noo-map .gsearch .gsearch-content .gsearch-field .gsearch-feature {
  display: table;
  float: none;
}
.page-map-right .noo-map .show-filter-property {
  display: none;
}
.page-map-right .pagination {
  display: none;
}
@media (min-width: 992px) {
  .page-map-right .properties.list .property-fullwidth-action.property-action {
    display: none !important;
  }
  .page-map-right .properties.grid .properties-content {
    margin: 0 -15px;
  }
  .page-map-right .properties.grid .properties-content .property-exclusives .exclusives-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .page-map-right .properties.grid .properties-content .property-exclusives .exclusives-content article {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .page-map-right .properties.grid .properties-content .property-exclusives .exclusives-content article img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  .page-map-right .properties.grid .hentry {
    width: 50% !important;
    margin: 0 0 30px 0;
    padding: 15px;
  }
  .page-map-right .properties.grid .hentry:nth-of-type(2n) {
    padding: 15px;
    margin: 0 0 30px 0;
  }
}
.show-results-property {
  margin-top: 30px;
}
/**
 * Validate field
 */
.validate-error input,
.validate-error textarea,
.validate-error select,
.validate-error iframe,
.validate-error .chosen-container-single {
  border: 1px solid red !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .recent-properties .recent-properties-content .caroufredsel-wrap .property-row .hentry .property-featured img {
    height: 213px !important;
  }
}
@media (max-width: 992px) {
  .page-map-left,
  .page-map-right {
    position: static;
    width: 100%;
  }
  .page-map-right {
    padding: 0 15px 50px;
  }
  .page-map-right .noo-map {
    height: 100%;
  }
  .page-map-right .noo-map .gsearch {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .chosen-container-single,
  .chosen-container-multi {
    min-width: 160px !important;
  }
}
@media (max-width: 767px) {
  .properties .hentry {
    padding: 0 15px !important;
  }
  .noo-map .gsearch .gsearch-title {
    font-size: 14px;
  }
}
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.property-citi-navigation ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 50%;
}
.property-citi-navigation ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 5px;
}
.property-citi-navigation ul li a {
  color: black;
  font-weight: 500;
}
.property-citi-navigation ul li:last-of-type {
  border: none;
}
.property-slide-style-2 {
  width: 100%;
  height: 76vh;
  background-image: url('/images/caltoaction.jpg');
  background-position: center;
  background-size: cover;
}
.property-slide-style-2 .property-slide-style-2--content {
  width: 400px;
  min-height: 300px;
  background: white;
  position: absolute;
  top: 50%;
  left: 20%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  min-height: 100px;
  padding-bottom: 0;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--title h4 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--address {
  color: #AAB2BD;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action span {
  padding: 5px;
  border-radius: 100vh;
  background: #f3f1f2;
  color: #77B08B;
  margin: 5px 0;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action span:hover {
  background: #77B08B;
  color: white;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing {
  position: absolute;
  bottom: 35px;
  right: 25px;
  z-index: 10;
  width: 75px;
  visibility: hidden;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing a {
  display: table;
  width: 35px;
  height: 33px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing a:nth-child(4) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing a:nth-child(3) {
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing a:nth-child(1) {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing a:hover {
  color: #75b08a;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.6);
  bottom: 2px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing.show,
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing:hover {
  visibility: visible;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing.show a,
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing:hover a,
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing.show:before,
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--wrap .ps-style-2--action .property-sharing:hover:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--price {
  padding: 10px 20px;
  padding-left: 25px;
  background: #77B08B;
  border-bottom-right-radius: 100vh;
  border-top-right-radius: 100vh;
  color: white;
  min-width: 150px;
  font-weight: 600;
  position: absolute;
  top: 35%;
}
.property-slide-style-2 .property-slide-style-2--content .owl2-next {
  background: white;
  color: #77B08B;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 60%;
  margin-right: -20px;
}
.property-slide-style-2 .property-slide-style-2--content .owl2-next:hover {
  background: transparent;
}
.property-slide-style-2 .property-slide-style-2--content .owl2-prev {
  background: white;
  color: #77B08B;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 60%;
  left: 0px;
  margin-left: -20px;
}
.property-slide-style-2 .property-slide-style-2--content .owl2-prev:hover {
  background: transparent;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--excerpt {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 20px;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--summary .property-detail {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--summary .property-detail div {
  width: 33.33%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 4px;
  border-left: 1px solid #e5e5e5;
}
.property-slide-style-2 .property-slide-style-2--content .ps-style-2--summary .property-detail div:first-of-type {
  border-left: none;
}
@media (max-width: 600px) {
  .property-slide-style-2 .property-slide-style-2--content {
    top: 20%;
    left: auto;
    right: auto;
  }
}
.results-map-property .exclusive-items {
  -ms-flex-preferred-size: calc(100%/2) !important;
      flex-basis: calc(100%/2) !important;
}
@media (max-width: 425px) {
  .results-map-property .exclusive-items {
    -ms-flex-preferred-size: calc(100%/1) !important;
        flex-basis: calc(100%/1) !important;
  }
}
.results-map-property .properties-header {
  padding-top: 40px;
}
.results-map-property .grid .properties-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.results-map-property .grid .properties-content article {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.pr-stars-rating {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.pr-stars-rating:before {
  background-color: #f9a11b;
  content: '';
  width: 90px;
  height: 16px;
  display: inline-block;
  -webkit-mask: url(../svg/star-outline.svg) no-repeat 50% 50%;
  mask: url(../svg/star-outline.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  left: 0;
}
.pr-stars-rating span {
  display: inline-block;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: -1px;
}
.pr-stars-rating span:before {
  width: 90px;
  content: '';
  z-index: 9;
  background-color: #f9a11b;
  height: 16px;
  display: inline-block;
  -webkit-mask: url(../svg/star.svg) no-repeat 50% 50%;
  mask: url(../svg/star.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.s-prop-agent {
  clear: both;
}
.s-prop-agent .advanced_search_agent {
  border-color: #dedede;
  min-height: 50px;
  color: #777777;
}
.s-prop-agent .advanced_search_agent:active {
  outline: none;
}
.s-prop-agent .advanced_search_agent:hover {
  outline: none;
}
.s-prop-agent .advanced_search_agent option {
  color: #777777;
  -webkit-box-shadow: inset 20px 20px #f00;
          box-shadow: inset 20px 20px #f00;
}
.s-prop-agent .advanced_search_agent option:checked:hover {
  background-color: darkgoldenrod;
}
.chosen-container-single .chosen-single span {
  padding-left: 10px;
}
.MicrosoftMap .infobox-close {
  right: -7px !important;
  top: -60px !important;
}
.MicrosoftMap .Infobox {
  border-radius: none !important;
  border: 1px solid #aba7a3 !important;
}
.MicrosoftMap .Infobox .infobox-stalk {
  display: none !important;
}
.MicrosoftMap .infobox-info {
  height: 156px !important;
  max-width: 500px !important;
  width: 500px !important;
  overflow: unset !important;
}
.MicrosoftMap .infobox-body {
  position: absolute !important;
  margin-top: -70px !important;
  padding: 0 !important;
}
.infobox-info .bmap-infobox {
  background: none repeat scroll 0 0 #ffffff;
  -webkit-box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
          box-shadow: 3px 5px 13px 0 rgba(29, 29, 29, 0.05);
  max-width: 480px;
  padding: 0;
  width: 500px;
}
.infobox-info .bmap-infobox .info-close {
  background: #75b08a;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
}
.infobox-info .bmap-infobox .info-img {
  float: left;
}
.infobox-info .bmap-infobox .info-img img {
  height: 160px !important;
  width: 190px !important;
}
.infobox-info .bmap-infobox .info-summary {
  margin-left: 190px;
  font-family: "Lato";
  background: #f9f9f9;
  height: 160px;
}
.infobox-info .bmap-infobox .info-title {
  padding: 12px 15px;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  background: #f9f9f9;
  border-bottom: 1px solid #f3f3f3;
  height: 62px;
  overflow: hidden;
  ext-overflow: ellipsis;
}
.infobox-info .bmap-infobox .info-detail {
  background: #f9f9f9;
  border-top: 1px solid #fff;
  display: table;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
.infobox-info .bmap-infobox .info-detail > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 8px;
}
.infobox-info .bmap-infobox .info-more {
  border-top: 1px solid #fff;
  background: #ececec;
  display: table;
  width: 288px;
  position: absolute;
  bottom: 0;
}
.infobox-info .bmap-infobox .info-more > div {
  padding: 7px 15px;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: left;
  font-weight: bold;
}
.infobox-info .bmap-infobox .info-more .info-price {
  font-weight: 400;
  font-size: 18px;
  width: 80%;
}
.infobox-info .bmap-infobox .info-more .info-action {
  padding: 0;
  background: #75b08a;
}
.infobox-info .bmap-infobox .info-more .info-action a {
  padding: 7px 15px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
}
.infobox-info .bmap-infobox .info-more .info-action:hover {
  background: #589a70;
}
@media (max-width: 991px) {
  .infobox-info .bmap-infobox {
    width: 190px;
    margin: -350px 0 0 -40px;
  }
  .infobox-info .bmap-infobox .info-img,
  .infobox-info .bmap-infobox .info-summary {
    width: 190px;
  }
  .infobox-info .bmap-infobox .info-summary {
    margin-left: 0;
  }
  .infobox-info .bmap-infobox .info-title {
    padding: 12px 4px;
    height: auto;
  }
  .infobox-info .bmap-infobox .info-detail > div {
    padding: 6px 4px;
  }
  .infobox-info .bmap-infobox .info-more {
    position: relative;
    width: 100%;
  }
  .infobox-info .bmap-infobox .info-more .info-price {
    font-size: 15px;
  }
}
.dashboard-sidebar {
  background-color: #f8f8f8;
  border-radius: 4px;
}
.dashboard-sidebar .sidebar-content {
  padding: 1.25em;
}
.dashboard-sidebar-title {
  font-size: 1.5em;
  font-weight: 300;
  margin: 50px 0 40px;
}
.user-sidebar-menu .user-avatar {
  padding: 1.25em 1.25em 0.625em 1.25em;
}
.user-sidebar-menu .user-avatar img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.user-sidebar-menu .user-menu-links {
  padding: 0.625em 1.5em;
}
.user-sidebar-menu .user-menu-links a {
  display: block;
  color: #2d313f;
  line-height: 2em;
}
.user-sidebar-menu .user-menu-links a:hover,
.user-sidebar-menu .user-menu-links a:focus,
.user-sidebar-menu .user-menu-links a.active {
  color: #4f8a64;
}
.user-sidebar-menu .user-menu-links a i {
  margin-right: 1em;
}
.user-sidebar-menu .user-menu-submit {
  padding: 1.25em 1.5em;
}
.user-sidebar-menu .user-menu-submit a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.user-sidebar-menu .user-menu-links + .user-menu-links,
.user-sidebar-menu .user-menu-submit {
  border-top: solid 0.0625em #ebebeb;
  -webkit-box-shadow: inset 0 0.125em 0.125em -0.125em #fff;
  box-shadow: inset 0 0.125em 0.125em -0.125em #fff;
}
.properties.my-properties.list .property-labels {
  display: block;
  padding: 15px 30px 0;
}
.properties.my-properties .hentry .property-info .property-action .agent-action a {
  display: inline-block;
  width: 33.33%;
  float: left;
  border-radius: 0;
}
.properties.my-properties .hentry .property-info .property-action .agent-action a:last-child {
  border-bottom-right-radius: 4px;
}
.properties.my-properties .hentry .property-info .property-action .agent-action a.disabled,
.properties.my-properties .hentry .property-info .property-action .agent-action a.disabled:hover,
.properties.my-properties .hentry .property-info .property-action .agent-action a.disabled:focus {
  color: #bdb254;
  background-color: #e8df8b;
  border-color: btn-thirdary-border-hover;
}
.properties.my-properties .hentry .property-info .property-action .agent-action.four-buttons a {
  width: 25%;
}
.properties.my-properties .submission-payment {
  display: table;
  padding: 15px 30px 0;
}
.properties.my-properties .submission-payment > div {
  display: table-cell;
  vertical-align: middle;
}
.properties.my-properties .submission-payment .payment-form {
  width: 45%;
}
.properties.my-properties .submission-payment .payment-form p {
  margin: 0;
}
.properties.my-properties .submission-payment .payment-form .amount {
  margin-left: 5px;
}
.properties.my-properties .submission-payment .payment-action {
  width: 35%;
}
.properties.my-properties .submission-payment .payment-total,
.properties.my-properties .submission-payment .payment-action {
  padding-left: 5%;
  border-left: 1px solid #e5e5e5;
}
.noo-control-group {
  border: 1px solid #eee;
  margin-top: 50px;
}
.noo-control-group + .noo-control-group {
  margin-top: 0;
}
.noo-control-group .group-title {
  background-color: #eee;
  padding: 10px 20px;
  font-size: 1.5em;
}
.noo-control-group .group-container {
  margin: 20px 5px 15px 5px;
}
.property-form .noo-control-group.small-group .group-container {
  margin-right: 5px;
}
#uploaded-images {
  float: left;
  width: 100%;
}
#uploaded-images .uploaded-img {
  float: left;
  margin: 0 10px 15px 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  width: 150px;
  min-height: 100px;
  max-height: 150px;
  cursor: grab;
  cursor: -webkit-grab;
}
#uploaded-images .uploaded-img i {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #75b08a;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  cursor: pointer;
}
#uploaded-images .uploaded-img i.featured-img {
  left: 0px;
  top: 0px;
  bottom: auto;
  right: auto;
  cursor: auto;
}
#aaiu-uploader {
  margin-top: 30px;
}
.noo_property_google_map {
  position: relative;
}
.noo_property_google_map .noo_property_google_map_search {
  position: absolute;
  width: 50%;
  margin: 0 auto;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.noo_property_google_map #noo_property_google_map_search_input {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          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;
}
.noo-submit {
  margin-top: 30px;
}
.noo-submit input {
  text-transform: uppercase;
}
.form-message h4 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.noo-login-form .noo-logreg.both .register-form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.membership-packages.noo-pricing-table {
  margin-bottom: 30px;
}
.membership-packages.noo-pricing-table .noo-pricing-column .pricing-content .pricing-info {
  margin-top: 20px;
}
.additional-block tr {
  margin-bottom: 15px;
}
.additional-block tr td label {
  margin-bottom: 5px;
  font-weight: normal;
}
.additional-block tr td:nth-child(1) {
  width: 5%;
}
.additional-block tr td:nth-child(2) {
  width: 40%;
  margin-right: 10px;
}
.additional-block tr td:nth-child(3) {
  width: 40%;
  margin-right: 10px;
}
.additional-block tr td:nth-child(4) {
  width: 5%;
}
.additional-block tr .add-additional-row {
  margin-top: 25px;
}
.wrap-sub-property {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.rp-clone-sub-property {
  margin-top: 15px;
}
.remove-sub-property {
  position: absolute;
  top: 1px;
  right: -95%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  text-align: center;
  background: #ef5656;
  color: #fff;
  display: block;
}
.noo-agent .content-title {
  text-transform: uppercase;
  float: left;
  margin-right: 30px;
  margin-bottom: 0;
}
.noo-agent .content-title small {
  display: block;
  margin-top: 10px;
  font-size: 70%;
  font-style: italic;
  text-transform: none;
}
.noo-agent .agent-social a {
  background: #eee;
  border-radius: 50%;
  margin: 0px 3px;
  color: #a5a5a5;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.noo-agent .agent-social a:hover {
  background: #75b08a;
  color: #fff;
}
.noo-agent .agent-info {
  float: left;
  margin: 30px 0;
  width: 100%;
}
.noo-agent .agent-info .content-featured {
  width: 50%;
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .noo-agent .agent-info .content-featured {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.noo-agent .agent-info .agent-detail-title {
  font-weight: 300;
}
.noo-agent .agent-info .agent-detail-info {
  line-height: 30px;
}
.noo-agent .agent-info .agent-detail-info i {
  font-size: 15px;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 8px;
  padding-left: 1px;
}
.noo-agent .agent-info .agent-detail-info span {
  font-weight: bold;
  width: 80px;
  float: left;
}
.noo-agent .agent-info .agent-desc {
  margin: 30px 0;
}
.noo-agent .conact-agent .content-title {
  margin-bottom: 30px;
}
.noo-agent .conact-agent .form-control,
.noo-agent .conact-agent .wpcf7-form-control:not(.wpcf7-submit),
.noo-agent .conact-agent .widget_newsletterwidget .newsletter-email {
  padding: 4px 8px;
  height: 40px;
}
.noo-agent .conact-agent textarea.form-control,
.noo-agent .conact-agent textarea.wpcf7-form-control:not(.wpcf7-submit),
.noo-agent .conact-agent textarea.widget_newsletterwidget .newsletter-email {
  height: auto;
}
.noo-agent .conact-agent .form-group {
  margin-bottom: 30px;
}
.noo-agent .conact-agent .form-group.message {
  margin-bottom: 15px;
}
.noo-agent .conact-agent .btn,
.noo-agent .conact-agent .wpcf7-submit,
.noo-agent .conact-agent .agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a,
.noo-agent .conact-agent .widget_newsletterwidget .newsletter-submit {
  width: calc(100% - 30px);
  margin-left: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 30px;
}
.noo-agent .properties-header .page-title {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
}
.agents {
  position: relative;
}
.agents:before,
.agents:after {
  content: " ";
  display: table;
}
.agents:after {
  clear: both;
}
.agents:before,
.agents:after {
  content: " ";
  display: table;
}
.agents:after {
  clear: both;
}
.agents.grid .agents-header .page-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 23px;
}
.agents.grid .noo_agent {
  margin: 0 0 30px 0;
  border-bottom: none;
}
.agents.grid .noo_agent .agent-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 15px 15px;
  background: #f9f9f9;
}
.agents.grid .noo_agent .agent-featured,
.agents.grid .noo_agent .agent-wrap {
  height: 240px;
  overflow: hidden;
}
.agents.grid .noo_agent .agent-featured {
  width: 50%;
  float: left;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px 0 0 4px;
  background-color: #f9f9f9;
}
.agents.grid .noo_agent .agent-featured a {
  height: 100%;
}
.agents.grid .noo_agent .agent-featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agents.grid .noo_agent .agent-featured:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0px;
  top: 30px;
  border-top: 0px solid transparent;
  border-right: 17px solid #f9f9f9;
  border-bottom: 17px solid transparent;
  z-index: 99;
}
.agents.grid .noo_agent .agent-wrap {
  width: 50%;
  float: left;
  background: #f9f9f9;
  border-radius: 0 4px 4px 0;
  position: relative;
}
.agents.grid .noo_agent .agent-wrap .agent-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ececec;
  background: #f9f9f9;
}
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-social {
  padding: 10px;
}
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-social a {
  background: #eee;
  border-radius: 50%;
  margin: 0px 3px;
  color: #a5a5a5;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-social a:hover {
  background: #75b08a;
  color: #fff;
}
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action {
  border-top: 1px solid #fff;
}
.agents.grid .noo_agent .agent-wrap .agent-desc .agent-action a {
  border-radius: 0;
  width: 100%;
  font-weight: bold;
  display: inline-block;
  white-space: normal;
}
.agents.grid .noo_agent .agent-wrap .agent-info {
  line-height: 30px;
  font-size: 13px;
  padding: 10px 15px;
}
.agents.grid .noo_agent .agent-wrap .agent-info div {
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agents.grid .noo_agent .agent-wrap .agent-info div {
    display: block;
  }
}
.agents.grid .noo_agent .agent-wrap .agent-info i {
  font-size: 15px;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 8px;
}
.agents.grid .noo_agent .agent-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 30px 30px 0;
  background: #f9f9f9;
}
.agents.grid.ava-top .noo_agent .agent-featured,
.agents.grid.ava-top .noo_agent .agent-wrap {
  width: 100%;
  display: block;
  height: auto;
}
.agents.grid.ava-top .noo_agent .agent-featured {
  max-height: 380px;
  border-radius: 4px 4px 0 0;
}
.agents.grid.ava-top .noo_agent .agent-featured:after {
  border-right: 0;
}
.agents.grid.ava-top .noo_agent .agent-wrap {
  border-radius: 0 0 4px 4px;
}
.agents.grid.ava-top .noo_agent .agent-wrap .agent-desc {
  position: relative;
}
@media (max-width: 991px) {
  .agents.grid .noo_agent .agent-featured,
  .agents.grid .noo_agent .agent-wrap {
    width: 100%;
    display: block;
    height: auto;
  }
  .agents.grid .noo_agent .agent-featured {
    max-height: 380px;
    border-radius: 4px 4px 0 0;
  }
  .agents.grid .noo_agent .agent-featured:after {
    border-right: 0;
  }
  .agents.grid .noo_agent .agent-wrap {
    border-radius: 0 0 4px 4px;
  }
  .agents.grid .noo_agent .agent-wrap .agent-desc {
    position: relative;
  }
  .agents.grid .agent-wrap .agent-social a {
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  body.page-fullwidth .agents.grid .noo_agent.col-md-6 .agent-featured,
  body.page-fullwidth .agents.grid .noo_agent.col-md-6 .agent-wrap {
    height: 290px;
  }
}
@media (max-width: 480px) {
  .agents.grid .noo_agent.col-xs-6 {
    width: 100%;
  }
}
.recent-agents {
  position: relative;
}
.recent-agents .caroufredsel-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.recent-agents .caroufredsel-wrap ul {
  padding: 0;
}
.recent-agents .caroufredsel-wrap ul li {
  float: left;
  padding: 0;
  list-style: none;
  display: block;
}
@media (max-width: 767px) {
  .recent-agents .caroufredsel-wrap {
    margin: 0;
  }
}
.recent-agents .recent-agents-title h3 {
  font-weight: 300;
  margin: 0 80px 10px 0;
  text-transform: uppercase;
  min-height: 40px;
  line-height: 40px;
  font-size: 36px;
}
.recent-agents .recent-agents-style-2 h3 {
  font-weight: bold;
  margin: 10px 0;
  text-transform: inherit;
}
.recent-agents .recent-agents-subtitle p {
  margin-bottom: 40px;
  color: grey;
}
.recent-agents .caroufredsel-next,
.recent-agents .caroufredsel-prev {
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #75b08a;
  color: #fff;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.recent-agents .caroufredsel-next:hover,
.recent-agents .caroufredsel-prev:hover {
  background: #589a70;
}
.recent-agents .caroufredsel-prev {
  right: 41px;
}
.recent-agents .caroufredsel-prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.recent-agents .caroufredsel-next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.recent-agents .noo_agent {
  background: #fff;
  margin: 0;
}
.recent-agents .noo_agent .agent-featured {
  overflow: hidden;
  max-height: 380px;
}
.recent-agents .noo_agent .agent-featured img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent-agents .noo_agent .agent-featured-2 {
  overflow: hidden;
}
.recent-agents .noo_agent .agent-featured-2 .content-thumb {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.recent-agents .noo_agent .agent-featured-2 .content-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
  height: 300px;
}
.recent-agents .noo_agent:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.recent-agents .noo_agent .agent-wrap {
  text-align: center;
}
.recent-agents .noo_agent .agent-wrap .agent-title {
  font-size: 17px;
  font-weight: 500;
  margin: 30px 0 5px 0;
}
.recent-agents .noo_agent .agent-wrap .agent-excerpt {
  padding: 15px 20px;
  height: 115px;
  overflow: hidden;
}
.recent-agents .noo_agent .agent-wrap .agent-social {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #ececec;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.recent-agents .noo_agent .agent-wrap .agent-social a {
  background: #eee;
  border-radius: 50%;
  margin: 0px 3px;
  color: #a5a5a5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.recent-agents .noo_agent .agent-wrap .agent-social a:hover {
  background: #75b08a;
  color: #fff;
}
@media (max-width: 767px) {
  .recent-agents .noo_agent {
    margin: 0;
    padding: 0;
  }
}
.widget + .widget {
  margin-top: 30px;
}
.widget .widget-title:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget a:hover,
.widget a:focus {
  text-decoration: none;
}
.widget p:last-child,
.widget ul:last-child,
.widget ol:last-child {
  margin-bottom: 0;
}
.widget ul,
.widget ol {
  overflow: hidden;
  margin-left: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.widget ul li,
.widget ol li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  line-height: 1.5;
  color: #8E8E8E;
  font-weight: 300;
}
.widget ul li a,
.widget ol li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
  border-bottom: 0;
}
.widget select {
  width: 100%;
}
.widget-title {
  color: #6c6c6c;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0px 0 30px;
}
.widget_search form {
  position: relative;
}
.widget_search form:before {
  content: "\f002";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_search form:before {
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: inherit;
  top: 0;
  width: 50px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.56);
  color: #b8b8b8;
}
.widget_search #s {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding-right: 50px;
}
.widget_calendar #wp-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #f8f8f8;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-size: 15px;
  border-radius: 3px;
}
.widget_calendar #wp-calendar caption {
  font-size: 15px;
  font-weight: 300;
  padding: 8px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}
.colophon .widget_calendar #wp-calendar,
.colophon .widget_calendar #wp-calendar caption {
  background-color: rgba(0, 0, 0, 0.2);
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
  text-align: center;
  line-height: 26px;
  padding: 10px;
}
.widget_calendar #wp-calendar > thead {
  background-color: rgba(0, 0, 0, 0);
}
.widget_calendar #wp-calendar > thead > tr > th {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
  font-size: 15px;
  padding: 8px;
}
.widget_calendar #wp-calendar > tbody > tr > td {
  border: none;
  line-height: 26px;
  padding: 5px;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad:first-child {
  border-left: 0;
}
.widget_calendar #wp-calendar > tbody > tr > td.pad:last-child {
  border-right: 0;
}
.widget_calendar #wp-calendar > tbody > tr > td > a {
  background: #75b08a;
  color: #ffffff;
  display: block;
  border-radius: 3px;
}
.widget_calendar #wp-calendar > tfoot {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.widget_calendar #wp-calendar > tfoot .pad {
  border: none;
}
.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
  font-weight: 300;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
}
.widget_calendar #wp-calendar #prev > a,
.widget_calendar #wp-calendar #next > a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  position: absolute;
  top: 0;
}
.widget_calendar #wp-calendar #next {
  right: 0;
  padding-left: 15px;
}
.widget_calendar #wp-calendar #next:before {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_calendar #wp-calendar #next > a {
  right: 0;
}
.widget_calendar #wp-calendar #prev {
  left: 0;
  padding-left: 15px;
}
.widget_calendar #wp-calendar #prev:before {
  content: "\f104";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget_calendar #wp-calendar #prev > a {
  left: 0;
}
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
  display: block;
}
.widget_nav_menu ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_nav_menu ul li .sub-menu,
.widget_meta ul li .sub-menu,
.widget_pages ul li .sub-menu {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.widget_nav_menu ul li ul li a,
.widget_meta ul li ul li a,
.widget_pages ul li ul li a,
.widget_nav_menu ul li .sub-menu li a,
.widget_meta ul li .sub-menu li a,
.widget_pages ul li .sub-menu li a {
  padding-left: 35px;
}
.widget_nav_menu ul li ul li:first-child a,
.widget_meta ul li ul li:first-child a,
.widget_pages ul li ul li:first-child a,
.widget_nav_menu ul li .sub-menu li:first-child a,
.widget_meta ul li .sub-menu li:first-child a,
.widget_pages ul li .sub-menu li:first-child a {
  border-radius: 0;
}
.widget_nav_menu ul li ul ul li a,
.widget_meta ul li ul ul li a,
.widget_pages ul li ul ul li a,
.widget_nav_menu ul li .sub-menu ul li a,
.widget_meta ul li .sub-menu ul li a,
.widget_pages ul li .sub-menu ul li a {
  padding-left: 60px;
}
.widget_nav_menu .menu > li:last-child a:first-child {
  border-bottom: 0;
}
.widget_nav_menu .current-menu-item > a {
  background-color: rgba(0, 0, 0, 0);
}
.widget.widget_meta ul {
  border-bottom: 0;
}
.widget.widget_meta li abbr[title] {
  border-bottom: 0;
}
.widget.widget_pages ul {
  border-bottom: 0;
}
.widget.widget_recent_comments li,
.widget.widget_recent_entries li,
.widget.widget_rss li {
  font-size: 15px;
}
.widget.widget_recent_entries li a {
  display: block;
  border-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #75b08a;
}
.widget.widget_recent_entries li a:hover {
  color: #75b08a;
}
.widget.widget_recent_entries li .post-date {
  display: block;
  color: #8e8e8e;
  font-weight: 300;
  font-size: 13px;
}
.widget.widget_rss .widget-title img[alt=RSS] {
  display: none !important;
  visibility: hidden !important;
}
.widget.widget_rss .widget-title a:last-child:before {
  content: "\f143";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 8px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget.widget_rss li a {
  display: block;
  margin-top: 5px;
  border-bottom: 0;
  font-size: 19px;
  font-weight: 300;
}
.widget.widget_rss li a:before {
  content: "\f08e";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget_rss .rss-date {
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
.widget_rss .rss-date:not(:empty):before {
  content: "\f133";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget_rss .rssSummary {
  margin: 10px 0;
  font-size: 15px;
}
.widget_rss cite {
  display: block;
  text-transform: uppercase;
}
.widget_rss cite:not(:empty):before {
  content: "\f007";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget_tag_cloud,
.widget_product_tag_cloud {
  text-shadow: none;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  margin: 0 0px 3px 0;
  color: #ffffff;
  background: #555555;
  border-color: #555555;
  font-size: 11px !important;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  background: #75b08a;
  border-color: #75b08a;
  color: #ffffff;
}
.recent-tweets .twitter_time {
  font-size: 13px;
  border-bottom: 1px dotted #8d8d8d;
  color: #c2c2c2 !important;
}
.recent-tweets .twitter_time:hover {
  color: #95c3a5;
}
.hentry {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 50px;
  margin-top: 50px;
}
.hentry:first-child {
  margin-top: 0;
}
.hentry:last-child:not(.masonry-item) {
  border: none;
  padding-bottom: 0;
}
.hentry p:last-child,
.hentry ul:last-child,
.hentry ol:last-child {
  margin-bottom: 0;
}
.hentry a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .hentry {
    padding: 0 15px;
  }
}
.hentry.format-quote a,
.hentry.format-link a {
  color: #fff;
}
.hentry.format-quote cite,
.hentry.format-link cite {
  color: #ffffff;
  font-size: 13px;
  font-style: italic;
}
.hentry.format-quote i[class^="fa-"],
.hentry.format-link i[class^="fa-"] {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: middle;
}
.hentry.format-quote > .content-wrap,
.hentry.format-link > .content-wrap {
  background: #75b08a;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 0px #eaeaea;
  box-shadow: 2px 2px 0px #eaeaea;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hentry.format-quote > .content-wrap:hover,
.hentry.format-link > .content-wrap:hover {
  background: #f0e797;
}
.hentry.format-quote > .content-wrap:hover a,
.hentry.format-link > .content-wrap:hover a {
  color: #bdb254;
}
.hentry.format-quote > .content-wrap:hover cite,
.hentry.format-link > .content-wrap:hover cite {
  color: #bdb254;
}
.hentry.format-quote .content-header,
.hentry.format-link .content-header {
  padding-left: 85px;
  margin-bottom: 10px;
}
.hentry.format-quote .content-header .content-title,
.hentry.format-link .content-header .content-title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
}
.hentry.format-quote .content-header .content-quote,
.hentry.format-link .content-header .content-quote {
  font-size: 15px;
  font-weight: 300;
}
.hentry.format-quote .content-link i,
.hentry.format-link .content-link i,
.hentry.format-quote .content-cite i,
.hentry.format-link .content-cite i {
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 50px;
  opacity: 0.5;
}
.hentry.format-quote .author-info a,
.hentry.format-link .author-info a {
  color: #2d313f;
}
.hentry.format-quote .author-info a:hover,
.hentry.format-link .author-info a:hover {
  color: #75b08a;
}
.post-password-form label {
  font-weight: normal;
  font-weight: 600;
  font-size: 18px;
}
.post-password-form input[type="password"] {
  padding: 6px 12px;
  display: block;
  height: 36px;
  padding: 6px 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  letter-spacing: 0.5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  border: medium none;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
  height: 50px;
  border: 1px solid #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  height: auto;
  width: auto;
}
.post-password-form input[type="password"]:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
}
.post-password-form input[type="password"]:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
}
.post-password-form input[type="password"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: #777777;
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #777777;
}
.post-password-form input[type="password"][disabled],
.post-password-form input[type="password"][readonly],
fieldset[disabled] .post-password-form input[type="password"] {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.post-password-form input[type="password"] {
  height: auto;
}
.post-password-form input[type="password"]:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 195, 165, 0.6);
}
.post-password-form input[type="password"]:focus {
  border-color: #95c3a5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #75b08a;
}
.post-password-form input[type="password"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.post-password-form input[type="password"]:-ms-input-placeholder {
  color: #777777;
}
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #777777;
}
.post-password-form input[type="password"][disabled],
.post-password-form input[type="password"][readonly],
fieldset[disabled] .post-password-form input[type="password"] {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.post-password-form input[type="password"] {
  height: auto;
}
.post-password-form input[type="submit"] {
  border: 0 solid transparent;
  font-family: "Lato";
  padding: 10px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #434343;
  border: 1px solid #434343;
  font-size: 13px;
  color: #ffffff;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  color: #94a2a7;
  text-decoration: none;
}
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"].disabled,
.post-password-form input[type="submit"][disabled],
fieldset[disabled] .post-password-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-password-form input[type="submit"].square {
  border-radius: 0;
}
.post-password-form input[type="submit"].pill {
  border-radius: 100em;
}
.post-password-form input[type="submit"].rounded {
  border-radius: 0.225em;
}
.post-password-form input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.post-password-form input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.post-password-form input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.post-password-form input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.post-password-form input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.post-password-form input[type="submit"] i {
  margin-right: 10px;
}
.post-password-form input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active:focus,
.post-password-form input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  color: #94a2a7;
  text-decoration: none;
}
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-password-form input[type="submit"].square {
  border-radius: 0;
}
.post-password-form input[type="submit"].pill {
  border-radius: 100em;
}
.post-password-form input[type="submit"].rounded {
  border-radius: 0.225em;
}
.post-password-form input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.post-password-form input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.post-password-form input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.post-password-form input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.post-password-form input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.post-password-form input[type="submit"] i {
  margin-right: 10px;
}
.post-password-form input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.post-password-form input[type="submit"]:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-password-form input[type="submit"].btn-link:hover {
  text-decoration: none;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  background-image: none;
}
.post-password-form input[type="submit"].disabled,
.post-password-form input[type="submit"].disabled:hover,
.post-password-form input[type="submit"].disabled:focus,
.post-password-form input[type="submit"].disabled:active,
.post-password-form input[type="submit"].disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #75b08a;
}
.post-password-form input[type="submit"] .badge {
  color: #75b08a;
  background-color: #fff;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background: #75b08a;
  color: #ffffff;
  border-color: #75b08a;
}
.content-header {
  position: relative;
  margin-bottom: 20px;
}
.content-featured {
  margin-bottom: 22px;
  position: relative;
  -webkit-box-shadow: 2px 2px 0px #eaeaea;
  box-shadow: 2px 2px 0px #eaeaea;
}
.content-featured img {
  width: 100%;
  height: auto;
}
.has-featured .content-featured {
  overflow: hidden;
}
.single .content-wrap {
  padding-left: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .single .content-wrap {
    padding-left: 0;
    padding: 0;
  }
}
.content-wrap {
  display: block;
  position: relative;
  background-color: white;
  padding-left: 0px;
  border-bottom: 0;
  padding-bottom: 0px;
}
.content-wrap:first-child {
  margin-top: 0;
}
.content-title {
  font-size: 23px;
  margin-top: 0;
  font-weight: 900;
}
.single .content-title {
  font-size: 23px;
  font-weight: 900;
}
.content-thumb {
  display: block;
  position: relative;
}
.content-sub-title {
  display: block;
  margin: 5px 0 0;
  font-size: 19px;
}
.content-link,
.content-cite {
  font-size: 15px;
}
.content-link a {
  word-break: break-all;
}
.content-meta {
  margin-top: 0;
  color: #585f7b;
  font-weight: 300;
}
.content-meta > span {
  display: inline-block;
  padding-right: 5px;
  color: #d6d6d6;
}
.content-meta > span i[class^="fa-"] {
  padding-right: 3px;
}
.content-meta > span > a {
  white-space: nowrap;
  color: #2d313f;
}
.content-meta > span > a:hover {
  color: #75b08a;
}
.content-meta > span:last-child:after {
  display: none;
}
.content-meta > span .entry-date {
  color: #2d313f;
}
.single .content-meta > span {
  padding: 0;
}
.content,
.content-excerpt {
  margin-top: 16px;
}
.content embed,
.content-excerpt embed,
.content iframe,
.content-excerpt iframe,
.content object,
.content-excerpt object {
  width: 100%;
  max-width: 100%;
}
.read-more {
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 30px;
  margin: 20px 0 0px 0;
}
.read-more:hover,
.read-more:focus,
.read-more:active,
.read-more.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.read-more:active,
.read-more.active {
  background-image: none;
}
.read-more.disabled,
.read-more.disabled:hover,
.read-more.disabled:focus,
.read-more.disabled:active,
.read-more.disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.read-more .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.read-more .fa-arrow-circle-o-right {
  margin-left: 5px;
}
.entry-tags span {
  font-size: 23px;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 30px 0 30px 0;
}
.entry-tags a {
  background: #f8f8f8;
  border-radius: 20px;
  margin: 5px;
  padding: 5px 16px;
  color: #2d313f;
}
@media (max-width: 767px) {
  .entry-tags a {
    line-height: 35px;
  }
}
.entry-tags a:first-child {
  margin-left: 0;
}
.content-footer #author-bio {
  margin-top: 30px;
  background: #f8f8f8;
}
.content-footer #author-bio .author-avatar {
  float: left;
  position: relative;
}
.content-footer #author-bio .author-avatar:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0px;
  top: 20px;
  border-top: 0px solid transparent;
  border-right: 20px solid #f9f9f9;
  border-bottom: 15px solid transparent;
  z-index: 9999;
}
@media (max-width: 767px) {
  .content-footer #author-bio .author-avatar:after {
    border-right: 0;
  }
}
.content-footer #author-bio .author-info {
  margin-left: 170px;
  background: #f8f8f8;
  padding: 20px;
}
.content-footer #author-bio .author-info span {
  font-style: italic;
}
.content-footer #author-bio .author-info h4 {
  margin-top: 0;
  font-size: 23px;
  font-weight: normal;
}
.content-footer #author-bio .author-info > p {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .content-footer #author-bio .author-info {
    margin-left: 0;
    float: left;
  }
}
.content-footer .content-tags {
  margin-top: 22px;
  margin-bottom: 11px;
}
.content-footer .content-tags a {
  margin: 0 0px 3px 0;
  color: #ffffff;
  background: #555555;
  border-color: #555555;
  font-size: 11px !important;
  margin: 0 3px 3px 0;
}
.content-footer .content-tags a:hover {
  background: #75b08a;
  border-color: #75b08a;
  color: #ffffff;
}
.single .content-footer {
  margin-top: 50px;
}
.content-share {
  position: absolute;
  left: 30px;
  top: 0;
}
.content-share > a {
  font-size: 19px;
}
@media (max-width: 767px) {
  .content-share {
    position: relative;
    left: 0;
    padding: 0 0 20px 0;
  }
  .content-share .noo-social a {
    float: left;
  }
}
.single-noo-portfolio .container-boxed.offset {
  margin-top: 0;
}
.single-noo-portfolio .content-header {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  position: relative;
}
.single-noo-portfolio .content-header .nav-single {
  position: absolute;
  right: 0;
  top: 40px;
}
.single-noo-portfolio .content-header .nav-single a {
  font-size: 36px;
  color: #d3d3d3;
  margin-left: 20px;
}
.single-noo-portfolio .content-header .nav-single a:hover,
.single-noo-portfolio .content-header .nav-single a:focus,
.single-noo-portfolio .content-header .nav-single a:active {
  text-decoration: none;
}
@media (max-width: 992px) {
  .single-noo-portfolio .content-header .nav-single {
    display: none;
  }
}
.single-noo-portfolio .content-header .nav-single-list {
  position: absolute;
  left: 0;
  top: 40px;
}
.single-noo-portfolio .content-header .nav-single-list a {
  font-size: 36px;
  color: #d3d3d3;
}
.single-noo-portfolio .content-header .nav-single-list a:hover,
.single-noo-portfolio .content-header .nav-single-list a:focus,
.single-noo-portfolio .content-header .nav-single-list a:active {
  text-decoration: none;
}
@media (max-width: 992px) {
  .single-noo-portfolio .content-header .nav-single-list {
    display: none;
  }
}
.single-noo-portfolio .content-share {
  position: relative;
  margin-bottom: 30px;
}
.single-noo-portfolio .content-title-portfolio {
  font-size: 30px;
  font-weight: 400;
}
.single-noo-portfolio .attribute-title,
.single-noo-portfolio .project-link-title {
  font-size: 16px;
}
.single-noo-portfolio .attribute-list > li {
  float: left;
  width: 45%;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.single-noo-portfolio .attribute-list > li a {
  font-size: 12px;
  position: relative;
  color: #2d313f;
}
.single-noo-portfolio .attribute-list > li a:hover {
  color: #4f8a64;
}
.single-noo-portfolio .attribute-list > li a i:before {
  background: none repeat scroll 0 0 #75b08a;
  color: #ffffff;
  display: block;
  font-size: 8px;
  height: 12px;
  line-height: 1.5;
  text-align: center;
  width: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 767px) {
  .single-noo-portfolio .attribute-list > li {
    width: 100%;
  }
}
.single-noo-portfolio .attribute-list .even {
  float: right;
}
.single-noo-portfolio .single-portfolio-3 .attribute-list > li {
  width: 22.7246%;
  margin-right: 3%;
}
.single-noo-portfolio .single-portfolio-3 .attribute-list > li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .single-noo-portfolio .single-portfolio-3 .attribute-list > li {
    width: 31.3%;
  }
  .single-noo-portfolio .single-portfolio-3 .attribute-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .single-noo-portfolio .single-portfolio-3 .attribute-list > li:nth-child(4n) {
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .single-noo-portfolio .single-portfolio-3 .attribute-list > li {
    width: 100%;
    margin: 0;
  }
}
.single-noo-portfolio .single-portfolio-3 .attribute-list .even {
  float: left;
}
.attribute-list {
  font-size: 19px;
}
.project-link-btn i {
  padding-right: 10px;
}
.comments-area > h2 {
  font-size: 15px;
  font-weight: 600;
}
.comments-area > .comment-respond .comment-form-fields .comment-form-input {
  float: left;
}
.comments-area > .comment-respond .comment-form-fields .comment-form-textarea label {
  display: none;
}
@media (max-width: 767px) {
  .comments-area > .comment-respond .comment-form-fields .comment-form-input,
  .comments-area > .comment-respond .comment-form-fields .comment-form-textarea {
    float: none;
    padding: 0;
  }
  .comments-area > .comment-respond .comment-form-fields .comment-form-textarea label {
    display: block;
  }
  .comments-area > .comment-respond .comment-form-fields .comment-form-textarea textarea {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.comments-area > .comment-respond .comment-form-fields.comment-form-in-as .comment-form-textarea {
  float: none;
  padding: 0;
}
.comments-area > .comment-respond .comment-form-fields.comment-form-in-as .comment-form-textarea label {
  display: block;
}
.comments-area > .comment-respond .comment-form-fields.comment-form-in-as .comment-form-textarea textarea {
  margin-bottom: 20px;
  margin-top: 0px;
}
.comments-area a:hover,
.comments-area a:focus {
  text-decoration: none;
}
.comments-title {
  text-transform: uppercase;
}
.comments-title span {
  color: #75b08a;
}
.comments-list,
.comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .comments-list .children {
    padding-left: 50px;
    margin-left: 35px;
    position: relative;
  }
  .comments-list .children .comment {
    position: relative;
  }
  .comments-list .children .comment:before {
    border-top: 1px solid #f8f8f8;
    content: " ";
    left: -50px;
    position: absolute;
    top: 60px;
    width: 50px;
  }
  .comments-list .children .comment:after {
    border-left: 1px solid #f8f8f8;
    content: " ";
    left: -50px;
    position: absolute;
    top: -109px;
    width: 40px;
    height: 170px;
  }
}
li.comment {
  margin: 0;
  padding: 0;
}
.comment-img {
  float: left;
}
.comment-img img {
  border-bottom: 3px solid #f6f6f6;
  border-right: 2px solid #f6f6f6;
}
.comment-wrap {
  position: relative;
  margin: 0 0 10px 0px;
  padding: 20px 100px 10px 0;
  border: 0;
}
@media (max-width: 767px) {
  .comment-wrap {
    padding: 7%;
  }
}
.comment-block {
  padding: 0;
  margin: 0 0 0 87px;
}
@media (max-width: 767px) {
  .comment-block {
    margin: 15px 0;
  }
}
.comment-header {
  padding-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comment-header span.pull-right {
  margin-top: 6px;
}
.comment-content {
  position: relative;
  line-height: 1.7;
  font-size: 16px;
}
.comment-author {
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin-right: 10px;
}
.comment-author a {
  color: #2d313f;
}
.comment-author a:hover {
  color: #4f8a64;
}
.ispostauthor {
  background: none repeat scroll 0 0 #75b08a;
  color: #FFFFFF;
  font-size: 13px;
  padding: 0px 5px;
  margin-left: 10px;
  border-radius: 4px;
}
.comment-meta {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
  font-size: 13px;
}
.comment-meta time:before {
  content: ".";
  position: absolute;
  font-size: 30px;
  top: -20px;
  left: 0;
}
.comment-pending {
  padding: 6px 12px;
  text-align: center;
  color: #75b08a;
  background-color: #dedede;
  border-radius: 4px;
}
.comment-reply-link {
  border-radius: 4px;
  color: #777777;
  padding: 5px 0;
}
.comment-reply-link:hover {
  color: #75b08a;
}
#respond {
  margin-bottom: 50px;
  margin-top: 50px;
}
#respond .required {
  position: relative;
  color: #75b08a;
}
.comment-reply-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.comment-reply-title span {
  color: #75b08a;
}
#commentform {
  margin-bottom: 0;
}
.comment-notes:before,
.comment-notes:after {
  content: " ";
  display: table;
}
.comment-notes:after {
  clear: both;
}
.comment-notes:before,
.comment-notes:after {
  content: " ";
  display: table;
}
.comment-notes:after {
  clear: both;
}
.comment-notes,
.logged-in-as {
  margin-bottom: 20px;
  font-size: 13px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-rating,
.comment-form-comment {
  margin: 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
  font-size: 13px;
  font-weight: 300;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  margin-bottom: 20px;
  font-size: 15px;
  background: transparent;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #dedede;
}
.comment-form-comment textarea {
  font-size: 15px;
  background: transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 0px;
  height: 197px;
  padding: 20px;
  resize: none;
  width: 100%;
  border: 1px solid #dedede;
}
.form-submit {
  margin: 0;
}
.form-submit input[type="submit"] {
  border: 0 solid transparent;
  font-family: "Lato";
  padding: 10px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color color 0.2s ease;
  transition: border-color color 0.2s ease;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #bdb254;
  background-color: #f0e797;
  border-color: #f0e797;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 23px;
  width: 100%;
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active:focus,
.form-submit input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  color: #94a2a7;
  text-decoration: none;
}
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type="submit"].disabled,
.form-submit input[type="submit"][disabled],
fieldset[disabled] .form-submit input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-submit input[type="submit"].square {
  border-radius: 0;
}
.form-submit input[type="submit"].pill {
  border-radius: 100em;
}
.form-submit input[type="submit"].rounded {
  border-radius: 0.225em;
}
.form-submit input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.form-submit input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.form-submit input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.form-submit input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.form-submit input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.form-submit input[type="submit"] i {
  margin-right: 10px;
}
.form-submit input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active:focus,
.form-submit input[type="submit"].active:focus {
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  box-shadow: 0 0 2px rgba(117, 176, 138, 0.8);
  border-color: #75b08a;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  color: #94a2a7;
  text-decoration: none;
}
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type="submit"].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-submit input[type="submit"].square {
  border-radius: 0;
}
.form-submit input[type="submit"].pill {
  border-radius: 100em;
}
.form-submit input[type="submit"].rounded {
  border-radius: 0.225em;
}
.form-submit input[type="submit"].btn-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}
.form-submit input[type="submit"].btn-white:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: #57666e;
}
.form-submit input[type="submit"].btn-white:hover > i {
  color: #57666e !important;
}
.form-submit input[type="submit"].btn-black {
  background: none repeat scroll 0 0 #333333;
  color: white;
}
.form-submit input[type="submit"].btn-black:hover {
  background-color: #2b2b2b;
}
.form-submit input[type="submit"] i {
  margin-right: 10px;
}
.form-submit input[type="submit"].icon-right i {
  padding-left: 10px;
  padding-right: 0px;
}
.form-submit input[type="submit"]:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-submit input[type="submit"].btn-link:hover {
  text-decoration: none;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"].active {
  background-image: none;
}
.form-submit input[type="submit"].disabled,
.form-submit input[type="submit"].disabled:hover,
.form-submit input[type="submit"].disabled:focus,
.form-submit input[type="submit"].disabled:active,
.form-submit input[type="submit"].disabled.active {
  color: #fff;
  background-color: #75b08a;
  border-color: #bdb254;
}
.form-submit input[type="submit"] .badge {
  color: #f0e797;
  background-color: #bdb254;
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus {
  background: #75b08a;
  color: #ffffff;
  border-color: #75b08a;
}
.breadcrumb {
  padding: 8px 0 0;
  margin-bottom: 22px;
  list-style: none;
  color: #979797;
  margin-bottom: 0;
  font-size: 13px;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
}
.breadcrumb > li > a {
  color: #979797;
}
.breadcrumb > li > a:hover {
  color: #75b08a;
}
.breadcrumb > li > a i {
  text-decoration: none;
}
.breadcrumb > .active span {
  color: #979797;
  text-decoration: underline;
}
.pagination {
  display: table;
  padding-left: 0;
  margin: 22px auto;
  line-height: 3;
}
.pagination .page-numbers {
  color: #2d313f;
  background: #ececec;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 15px;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
}
.pagination .page-numbers.current {
  background: #75b08a;
  color: #ffffff;
}
.pagination .page-numbers.dots {
  border: none;
  border-radius: 0px;
  color: #2d313f;
  padding-left: 10px;
  padding-right: 10px;
}
.pagination a.page-numbers {
  text-decoration: none;
  color: #2d313f;
  font-weight: bold;
}
.pagination a.page-numbers:hover {
  background: #75b08a;
  color: #ffffff;
}
/**
 * Style form login
 */
.noo-box-register,
#noo-forgot-password {
  display: none;
}
#loginmodal {
  background: rgba(0, 0, 0, 0.7);
}
#loginmodal .modal-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #313131;
}
.modal-header {
  background: #e5e5e5;
  text-align: center;
}
.noo-box {
  padding: 10px 25px;
}
.noo-box h3 {
  margin: 0;
  text-align: center;
  padding: 5px 0 25px;
  font-size: 16px;
  color: #313131;
}
.noo-box .noo-item {
  margin: 0 0 15px;
}
.noo-box .noo-item input[type="text"],
.noo-box .noo-item input[type="password"] {
  padding: 20px;
}
.noo-box .noo-item input[type="text"]:focus,
.noo-box .noo-item input[type="password"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noo-box button {
  border: none;
  padding: 8px 60px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-box button:disabled {
  background: #dadada;
  cursor: not-allowed;
  color: #fff;
}
.noo-box button:disabled:hover {
  color: #fff;
}
.noo-box .user_terms_register_label {
  font-size: 14px;
}
.noo-box .noo-item-checkbox {
  padding: 0 0 15px 0;
}
.noo-box .noo-item-checkbox input[type="checkbox"] {
  margin: 0 15px 0 0;
}
.noo-box .noo-form-action {
  padding: 25px 0;
  text-align: center;
}
.noo-box .loginalert {
  padding-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.noo-box .loginalert.error {
  color: red;
}
.noo-box .loginalert.success {
  color: #5db53a;
}
.login-links {
  font-size: 14px;
  display: block;
  margin: 15px 0 0;
}
.modal-dialog {
  max-width: 465px;
}
.forgot-password {
  margin: 15px 0 0;
}
.forgot-password a {
  display: inline-block;
  font-size: 14px;
}
.forgot-password a:before {
  font-family: 'FontAwesome';
  content: '\f059';
  margin-right: 6px;
}
.notice-form-login {
  display: none;
}
.noo-box-forgot .noo-title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  color: #313131;
}
.noo-box-forgot button {
  border: none;
  padding: 8px 60px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 25px 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-box-forgot button:disabled {
  background: #dadada;
  cursor: not-allowed;
}
.noo-box-forgot .notice,
.noo-box-forgot .error,
.noo-box-forgot .success {
  padding: 0 0 15px;
}
.noo-box-forgot .error {
  color: red;
}
.noo-box-forgot .success {
  color: #50C058;
}
.shortcode-login {
  padding: 0;
}
.shortcode-login .noo-form-action {
  padding: 10px 0;
}
.shortcode-login .noo-form-action button {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 16px;
}
.shortcode-login .logreg-title {
  text-transform: none;
}
.shortcode-login .noo-item-checkbox {
  padding: 0;
}
.shortcode-login .forgot-password a:before {
  content: none;
}
/**
 * Style upload
 */
.noo-upload .noo-upload-main > div {
  height: 100%;
  vertical-align: middle;
}
.noo-upload .noo-upload-main .noo-upload-left {
  padding: 0;
}
.noo-upload .noo-upload-main .noo-upload-left .noo-drop-file {
  border: 1px dashed #ccc;
  height: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 110px;
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image {
  position: relative;
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-next,
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-prev {
  background: transparent;
  zoom: normal;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 110px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-next i,
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-prev i {
  background: #75b08a;
  color: #fff;
  display: inline-block;
  width: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-next i:before,
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-prev i:before {
  font-size: 20px;
  -webkit-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-next i:hover,
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-prev i:hover {
  background: #bdb254;
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-prev {
  left: 0;
}
.noo-upload .noo-upload-main .noo-upload-left .noo-list-image .owl-controls .owl-next {
  right: -1px;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item {
  cursor: move;
  padding: 0 6px;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item img {
  width: 100%;
  height: 110px;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item i {
  font-size: 24px;
  line-height: 24px;
  color: #3a3f4c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item i:hover {
  cursor: pointer;
  color: #75b08a;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item i.success {
  right: 0;
  left: auto !important;
  top: 20px !important;
  color: #a8f17d !important;
  cursor: initial !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item i.item-featured {
  top: 20px !important;
  left: 20px !important;
  color: #bdb254 !important;
  cursor: initial !important;
  background: #fff;
  padding: 3px 12px;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate(-4px, -9px);
  -ms-transform: translate(-4px, -9px);
  transform: translate(-4px, -9px);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:first-child {
  padding-left: 0;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:last-child {
  padding-right: 0;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item .item-image:before {
  content: '';
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item .item-image.featured i {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item .item-image.featured i.remove-item {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item .item-image.featured i.set-featured {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item .item-image.featured i.set-featured.active {
  color: #75b08a;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item .item-image.featured i.set-featured.active:hover {
  color: #bdb254;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:hover i {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:hover i.item-featured {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:hover .item-image.featured i.remove-item {
  right: 35%;
  -webkit-transform: translate(35%, -50%);
  -ms-transform: translate(35%, -50%);
  transform: translate(35%, -50%);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:hover .item-image.featured i.set-featured {
  left: 35%;
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}
.noo-upload .noo-upload-main .noo-upload-left .owl-item:hover .item-image:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.noo-upload .noo-upload-main .noo-upload-left:after {
  clear: both;
  content: '';
  display: table;
}
.noo-upload .noo-upload-main .noo-upload-right {
  background: #ebebeb;
  line-height: 120px;
  text-align: center;
  width: 23%;
  float: right;
}
.noo-upload .noo-upload-main .noo-upload-right .btn-upload i {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.noo-upload .noo-upload-main .noo-upload-right .btn-upload i:before {
  font-size: 23px;
  color: #ebebeb;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-upload .noo-upload-main .noo-upload-right .btn-upload i:hover:before {
  color: #bdb254;
}
.noo-upload .noo-upload-action:after {
  clear: both;
  content: '';
  display: table;
}
.noo-upload .noo-button {
  float: left;
  margin-top: 25px;
}
.noo-upload .process-upload-media {
  display: inline-block;
  line-height: 24px;
  padding: 10px;
  margin-top: 25px;
}
.noo-upload.slider .noo-upload-main {
  border: 1px solid #e5e5f8;
  padding: 15px;
  height: 145px;
  position: relative;
}
.noo-upload.slider .upload-show-more {
  display: none;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  left: 38%;
  cursor: pointer;
  -webkit-transform: translate(-38%, 9px);
  -ms-transform: translate(-38%, 9px);
  transform: translate(-38%, 9px);
  border: 1px solid;
  width: 20px;
  height: 20px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}
.noo-upload.slider .upload-show-more:hover {
  color: #bdb254;
}
.noo-upload.slider .noo-upload-left.upload-show-box-more {
  position: relative;
  width: 100%;
}
.noo-upload.slider .noo-upload-left.upload-show-box-more .owl-wrapper {
  max-width: 660px !important;
  z-index: 9999;
  background: #fff;
  padding: 25px 30px;
  width: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.noo-upload.slider .noo-upload-left.upload-show-box-more .owl-wrapper .owl-item {
  padding: 0 !important;
  margin: 5px !important;
}
.noo-upload.slider .noo-upload-left.upload-show-box-more .upload-close-more {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #3a2323;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.noo-upload.slider .noo-upload-left.upload-show-box-more .upload-close-more:hover {
  color: #bdb254;
}
.noo-upload.normal .noo-upload-main {
  margin-bottom: 35px;
}
.noo-upload.normal .noo-upload-main:before,
.noo-upload.normal .noo-upload-main:after {
  content: " ";
  display: table;
}
.noo-upload.normal .noo-upload-main:after {
  clear: both;
}
.noo-upload.normal .noo-upload-main:before,
.noo-upload.normal .noo-upload-main:after {
  content: " ";
  display: table;
}
.noo-upload.normal .noo-upload-main:after {
  clear: both;
}
.noo-upload.normal .noo-upload-thumbnail {
  border: 1px solid #e5e5f8;
  padding: 5px;
  height: 138px;
  line-height: 120px;
  margin-right: 25px;
  width: 43%;
}
.noo-upload.normal .noo-upload-thumbnail img {
  height: 125px;
  width: 100%;
}
.noo-upload.normal .notice {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: -3px;
}
body.noo-cover-body:before {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
/* variables */
.noo-col-5 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .noo-col-5.col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .noo-col-5.col-sm-6 {
    width: 20%;
  }
}
.noo-sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  padding: 0;
  background: #ffffff;
  border-top: 2px solid #75b08a;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.noo-sub-menu li {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.noo-logout:hover .noo-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
  top: 100%;
  left: auto;
  right: 0;
  min-width: 200px;
}
.noo-logout:hover .noo-sub-menu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 35px;
  top: -10px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #75b08a;
  border-left: 5px solid transparent;
}
.display-block {
  display: block;
}
.cUser-avatar img {
  border-radius: 100px;
}
.cUser-avatar {
  text-align: center;
  margin-bottom: 10px;
}
.client-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-item a {
  text-align: center;
}
.client-item a img {
  height: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-content-item {
  color: black !important;
  max-width: 20vw;
  margin: 10px;
  padding: 10px;
}
.box-content-item span i {
  font-size: 2em;
}
.box-content-icon {
  font-size: 2em;
}
.noo-text-block > p {
  color: grey;
}
.noo-text-block h1,
.noo-text-block h2,
.noo-text-block h3,
.noo-text-block h4,
.noo-text-block h5,
.noo-text-block h6 {
  color: black;
}
@media only screen and (max-width: 680px) {
  .box-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-content-item {
    max-width: 80vw;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .box-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box-content-item {
    max-width: 80vw;
    padding: 0;
  }
}
.noo-banner {
  /*border: 1px solid rgba(0, 255, 255, .2);*/
}
.noo-banner h3 {
  text-transform: uppercase;
}
#noo-button-2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 70px;
  padding-right: 70px;
}
.banner-r {
  text-align: right;
  padding-top: 25px;
}
@media only screen and (max-width: 600px) {
  .banner-r {
    padding: 0 0 20px 0;
    text-align: center;
  }
}
.noo-img-responsive {
  -o-object-fit: cover;
     object-fit: cover;
}
.ds-author-img {
  border-radius: 100%;
  margin-top: 15px;
}
.noo-testimonial ul {
  list-style: none;
}
.noo-testimonial ul .quote-2 {
  text-align: left;
  font-weight: 200;
  line-height: 2.5;
  font-size: 1.75rem;
}
.noo-testimonial ul .quote {
  text-align: center;
  font-weight: 200;
  line-height: 2.5;
  font-size: 1.75rem;
}
.noo-testimonial ul .quote-3 {
  text-align: right;
  font-weight: 200;
  line-height: 2.5;
  font-size: 1.75rem;
}
@media only screen and (max-width: 480px) {
  .noo-testimonial ul .quote {
    padding: 0 10px;
  }
}
.noo-testimonial ul .ds-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noo-testimonial ul .ds-author img {
  width: inherit;
  max-width: inherit;
}
.noo-testimonial ul .ds-author .name {
  color: black !important;
  font-size: 1.5em;
  margin: 0px;
  font-weight: 600;
}
.noo-testimonial ul .ds-author .ds-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-left: 10px;
  padding-top: 20px;
}
.noo-testimonial ul .ds-author .position {
  color: rgba(163, 163, 163, 0.73);
}
.noo-testimonial ul .ds-author-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.noo-testimonial ul .ds-author-2 img {
  width: inherit;
  max-width: inherit;
}
.noo-testimonial ul .ds-author-2 .name {
  color: black !important;
  font-size: 1.5em;
  margin: 0px;
}
.noo-testimonial ul .ds-author-2 .ds-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-left: 10px;
  padding-top: 20px;
}
.noo-testimonial ul .ds-author-2 .position {
  color: rgba(163, 163, 163, 0.73);
}
.noo-testimonial ul .ds-author-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.noo-testimonial ul .ds-author-3 img {
  width: inherit;
  max-width: inherit;
}
.noo-testimonial ul .ds-author-3 .name {
  color: black !important;
  font-size: 1.5em;
  margin: 0px;
}
.noo-testimonial ul .ds-author-3 .ds-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin-left: 10px;
  padding-top: 20px;
}
.noo-testimonial ul .ds-author-3 .position {
  color: rgba(163, 163, 163, 0.73);
}
#submisson_agent_id_field {
  display: none;
}
