@import url("bootstrap.min.css");
@import url("flexslider.css");
@import url("isotope.css");
@import url("../plugin/nivo/nivo-lightbox.css");
@import url("../plugin/nivo/themes/default/default.css");
@import url("../plugin/owl-carousel/owl.carousel.css");
#ht-preload {
  z-index: 99999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  text-align: center; }
  #ht-preload .inner {
    margin-top: -5px;
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%; }
    #ht-preload .inner .animation-container {
      margin-left: -30px; }
    #ht-preload .inner .loader {
      -webkit-backface-visibility: hidden;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin: 0 auto;
      -webkit-animation: typing-preloader 1s linear infinite alternate;
      -moz-animation: typing-preloader 1s linear infinite alternate;
      animation: typing-preloader 1s linear infinite alternate; }

.animated-2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease; }

.animated, #ht-top-area .social-icon a .fa {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease; }

.animated-05s {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease; }

.animated-025s {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease; }

.animated.hinge, #ht-top-area .social-icon a .hinge.fa {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.delay, #ht-top-area .social-icon a .delay.fa {
  transition-delay: 5s;
  -webkit-transition-delay: 5s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-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); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-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); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-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); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-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); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-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%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-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% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-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); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-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(50px);
    transform: translateY(50px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-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(-50px);
    transform: translateX(-50px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-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(50px);
    transform: translateX(50px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-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(-50px);
    transform: translateY(-50px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -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) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-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) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip, #ht-top-area .social-icon a .flip.fa {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-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; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-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; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-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; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-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; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  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; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  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; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-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; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-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; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-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; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-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; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-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; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-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; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-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; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  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; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  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; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-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; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-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); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-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); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }

  50% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.5; }

  50% {
    -webkit-transform: scale(1);
    opacity: 1; }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.5; } }
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotating {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }
.rotating {
  -webkit-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite; }

@-webkit-keyframes typing-preloader {
  0% {
    background-color: white;
    box-shadow: 15px 0px 0px 0px rgba(255, 255, 255, 0.2), 30px 0px 0px 0px rgba(255, 255, 255, 0.2); }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0px 0px 0px white, 30px 0px 0px 0px rgba(255, 255, 255, 0.2); }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0px 0px 0px rgba(255, 255, 255, 0.2), 30px 0px 0px 0px white; } }
@-moz-keyframes typing-preloader {
  0% {
    background-color: white;
    box-shadow: 15px 0px 0px 0px rgba(255, 255, 255, 0.2), 30px 0px 0px 0px rgba(255, 255, 255, 0.2); }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0px 0px 0px white, 30px 0px 0px 0px rgba(255, 255, 255, 0.2); }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0px 0px 0px rgba(255, 255, 255, 0.2), 30px 0px 0px 0px white; } }
@keyframes typing-preloader {
  0% {
    background-color: white;
    box-shadow: 15px 0px 0px 0px rgba(255, 255, 255, 0.2), 30px 0px 0px 0px rgba(255, 255, 255, 0.2); }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0px 0px 0px white, 30px 0px 0px 0px rgba(255, 255, 255, 0.2); }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 15px 0px 0px 0px rgba(255, 255, 255, 0.2), 30px 0px 0px 0px white; } }
@-webkit-keyframes fadeInOutIn {
  0% {
    opacity: 0.3; }

  50% {
    opacity: 0.5; }

  100% {
    opacity: 0.8; } }
@-moz-keyframes fadeInOutIn {
  0% {
    opacity: 0.3; }

  50% {
    opacity: 0.5; }

  100% {
    opacity: 0.8; } }
@keyframes fadeInOutIn {
  0% {
    opacity: 0.3; }

  50% {
    opacity: 0.5; }

  100% {
    opacity: 0.8; } }

html {
  overflow-y: scroll; }

body {
  font-family: 'Lato', Arial, sans-serif, helvetica;
  background: #555;
  line-height: 1.6;
  color: #566065;
  background: #fff;
  font-size: 16px;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Oswald', Arial, sans-serif, helvetica; }

h1 {
  font-size: 1.875em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

a {
  text-decoration: none !important;
  color: #566065;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:hover {
    color: #7bba05; }
  a:focus {
    text-decoration: none; }

a:focus, input:focus, select:focus, textarea:focus {
  outline: none !important; }

p {
  margin: 0 0 30px; }

ul {
  padding: 0;
  list-style: none; }
  ul li {
    line-height: 1.6; }

img {
  margin-bottom: 20px; }

input, textarea, select {
  font-family: 'Lato', Arial, sans-serif, helvetica;
  max-width: 100%; }

input, textarea, select, button {
  outline: none; }

textarea {
  resize: none; }

code {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

pre {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0 0 30px; }

video, audio {
  max-width: 100%; }

iframe {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 30px; }

blockquote {
  padding: 20px 50px !important;
  margin: 0;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 20px;
  border-left: 5px solid rgba(0, 0, 0, 0.08); }
  blockquote cite {
    color: #7bba05;
    font-size: 18px; }
    blockquote cite:before {
      content: "\2014 "; }


.ht-button {
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  -o-transition: all 200ms ease-in-out !important;
  -ms-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 15px;
  border: none; }
  .ht-button.medium {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 18px; }
  .ht-button.large {
    line-height: 46px;
    height: 46px;
    padding: 0 25px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .ht-button.large {
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 16px; } }
  @media (max-width: 767px) {
    .ht-button.medium, .ht-button.large {
      height: 28px;
      line-height: 28px;
      padding: 0 10px;
      font-size: 16px; } }
  .ht-button.rounded {
    border-radius: 40px; }
  .ht-button.border {
    background: transparent !important;
    line-height: 22px; }
    .ht-button.border:active {
      position: relative;
      top: 1px; }
    .ht-button.border.medium {
      line-height: 30px; }
    .ht-button.border.large {
      line-height: 40px; }
    .ht-button.border.default {
      color: #7bba05 !important;
      border: 3px solid #7bba05; }
      .ht-button.border.default:hover {
        background: #7bba05 !important;
        color: #fff !important; }
    .ht-button.border.primary {
      color: 7bba05 !important;
      border: 3px solid 7bba05; }
      .ht-button.border.primary:hover {
        background: 7bba05 !important;
        color: #fff !important; }
    .ht-button.border.success {
      color: #5cb85c !important;
      border: 3px solid #5cb85c; }
      .ht-button.border.success:hover {
        background: #5cb85c !important;
        color: #fff !important; }
    .ht-button.border.info {
      color: #5bc0de !important;
      border: 3px solid #5bc0de; }
      .ht-button.border.info:hover {
        background: #5bc0de !important;
        color: #fff !important; }
    .ht-button.border.warning {
      color: #f0ad4e !important;
      border: 3px solid #f0ad4e; }
      .ht-button.border.warning:hover {
        background: #f0ad4e !important;
        color: #fff !important; }
    .ht-button.border.danger {
      color: #d9534f !important;
      border: 3px solid #d9534f; }
      .ht-button.border.danger:hover {
        background: #d9534f !important;
        color: #fff !important; }
  .ht-button.float {
    position: relative;
    top: 0;
    box-shadow: 0 3px 0 0px #7bba05; }
    .ht-button.float:active {
      top: 3px;
      box-shadow: 0 0px 0 0px #7bba05; }
    .ht-button.float.primary {
      box-shadow: 0 3px 0 0px #2069a8; }
      .ht-button.float.primary:active {
        top: 3px;
        box-shadow: 0 0px 0 0px #2069a8; }
    .ht-button.float.success {
      box-shadow: 0 3px 0 0px #3a963a; }
      .ht-button.float.success:active {
        top: 3px;
        box-shadow: 0 0px 0 0px #3a963a; }
    .ht-button.float.info {
      box-shadow: 0 3px 0 0px #399ebc; }
      .ht-button.float.info:active {
        top: 3px;
        box-shadow: 0 0px 0 0px #399ebc; }
    .ht-button.float.warning {
      box-shadow: 0 3px 0 0px #ce8b2c; }
      .ht-button.float.warning:active {
        top: 3px;
        box-shadow: 0 0px 0 0px #ce8b2c; }
    .ht-button.float.danger {
      box-shadow: 0 3px 0 0px #b7312d; }
      .ht-button.float.danger:active {
        top: 3px;
        box-shadow: 0 0px 0 0px #b7312d; }
  .ht-button.default {
    background: #7bba05;
    color: #fff !important; }
  .ht-button.primary {
    background: 7bba05;
    color: #fff !important; }
  .ht-button.success {
    background: #5cb85c;
    color: #fff !important; }
  .ht-button.info {
    background: #5bc0de;
    color: #fff !important; }
  .ht-button.warning {
    background: #f0ad4e;
    color: #fff !important; }
  .ht-button.danger {
    background: #d9534f;
    color: #fff !important; }

.ht-parallax-section {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
  @media (min-width: 768px) {
    .ht-parallax-section {
      padding: 80px 20%;
      background-size: cover !important; } }
  @media (max-width: 767px) {
    .ht-parallax-section {
      background-position: center center; } }
  .ht-parallax-section .overlay {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 1 !important; }
    @media (max-width: 767px) {
      .ht-parallax-section .overlay {
        background: rgba(0, 0, 0, 0.5); } }
    @media (min-width: 768px) {
      .ht-parallax-section .overlay {
        background: url("../images/pattern1.png"); } }
  .ht-parallax-section * {
    position: relative;
    z-index: 2; }
  .ht-parallax-section i.fa {
    margin-bottom: 20px; }
  .ht-parallax-section blockquote {
    border: none; }
  .ht-parallax-section p {
    font-family: 'Oswald', Arial, sans-serif, helvetica;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    text-transform: uppercase; }
  .ht-parallax-section cite,
  .ht-parallax-section em {
    width: 100%;
    float: left; }
  .ht-parallax-section cite {
    font-family: 'Oswald', Arial, sans-serif, helvetica;
    font-size: 24px;
    font-weight: 300; }
  .ht-parallax-section em {
    color: #7bba05;
    font-size: 14px; }
  .ht-parallax-section .title, .ht-parallax-section .address, .ht-parallax-section .metadata {
    font-family: 'Oswald', Arial, sans-serif, helvetica;
    display: block;
    margin-bottom: 20px; }
  .ht-parallax-section .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 54px; }
  .ht-parallax-section .address {
    font-size: 38px;
    font-weight: 300; }
  .ht-parallax-section .metadata {
    display: inline-block;
    padding: 10px;
    color: #999;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    font-size: 28px; }
  .ht-parallax-section .btn {
    display: inline-block !important;
    color: #fff !important;
    box-shadow: 0 3px 0 0px #c5670a;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    transition: 0; }
    .ht-parallax-section .btn:active {
      -webkit-transition: 0;
      -moz-transition: 0;
      -o-transition: 0;
      -ms-transition: 0;
      transition: 0;
      box-shadow: 0 0px 0 0px #c5670a;
      position: relative;
      top: 3px; }
  @media (max-width: 767px) {
    .ht-parallax-section p {
      font-size: 26px; }
    .ht-parallax-section cite {
      font-size: 20px; }
    .ht-parallax-section .title {
      font-size: 30px; }
    .ht-parallax-section .address {
      font-size: 28px; }
    .ht-parallax-section .metadata {
      font-size: 18px; } }


.ht-bar-progress {
  margin-bottom: 30px; }
  .ht-bar-progress .skillbar {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    height: 35px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .ht-bar-progress .skillbar .skillbar-title {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      font-weight: bold;
      font-size: 13px;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    .ht-bar-progress .skillbar .skillbar-title span {
      display: block;
      padding: 0 10px;
      height: 35px;
      line-height: 35px;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    .ht-bar-progress .skillbar .skillbar-bar {
      height: 35px;
      width: 100px;
      background: #7bba05;
      -webkit-border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      border-radius: 3px 3px 3px 3px; }
    .ht-bar-progress .skillbar .skill-bar-percent {
      position: absolute;
      right: 10px;
      top: 0;
      font-size: 16px;
      height: 35px;
      line-height: 35px;
      color: #ffffff;
      color: rgba(0, 0, 0, 0.4); }


.ht-flexslider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .ht-flexslider#slider {
    margin-bottom: 0; }
  .ht-flexslider#carousel img {
    cursor: pointer; }
  .ht-flexslider img {
    margin: 0; }
  .ht-flexslider .flex-control-nav.flex-control-paging {
    bottom: 20px !important; }
    .ht-flexslider .flex-control-nav.flex-control-paging li a {
      box-shadow: none;
      -webkit-box-shadow: none;
      background: rgba(255, 255, 255, 0.4); }
      .ht-flexslider .flex-control-nav.flex-control-paging li a.flex-active {
        background: white; }
  .ht-flexslider .flex-direction-nav .flex-prev, .ht-flexslider .flex-direction-nav .flex-next {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.4);
    font-size: 2em;
    opacity: 1; }
    .ht-flexslider .flex-direction-nav .flex-prev:hover, .ht-flexslider .flex-direction-nav .flex-next:hover {
      color: white; }
  .ht-flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px; }
  .ht-flexslider:hover .flex-direction-nav .flex-next {
    right: 10px; }

.ht-column-text {
  overflow: hidden;
  margin-bottom: 30px; }
  .ht-column-text > .column {
    padding-left: 10px;
    padding-right: 10px; }
    .ht-column-text > .column p {
      margin: 0; }
    .ht-column-text > .column.first {
      padding-left: 0; }
    .ht-column-text > .column.last {
      padding-right: 0; }
    @media (max-width: 768px) {
      .ht-column-text > .column {
        float: none !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0; } }

.ht-toggle .tgl-entry {
  border-bottom: 1px solid #566065;
  margin-bottom: 10px; }
  .ht-toggle .tgl-entry .tgl-title {
    cursor: pointer;
    display: block;
    font-size: 1.3em;
    font-family: 'Oswald', Arial, sans-serif, helvetica;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms; }
    .ht-toggle .tgl-entry .tgl-title:hover {
      color: #7bba05; }
    .ht-toggle .tgl-entry .tgl-title > span {
      display: inline-block;
      width: 32px;
      padding-right: 10px 0; }
  .ht-toggle .tgl-entry .tgl-content {
    padding: 0 0 10px 0;
    display: none; }
  .ht-toggle .tgl-entry.open .tgl-content {
    display: block; }

.ht-image-box {
  background: #fff;
  margin-bottom: 30px; }
  .ht-image-box .media-container {
    position: relative; }
    .ht-image-box .media-container .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      opacity: 0;
      background: #7bba05;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .ht-image-box .media-container:hover .overlay {
      opacity: 0.6; }
    .ht-image-box .media-container .more {
      width: 100%;
      padding: 15px 0;
      color: #fff;
      font-family: 'Oswald', Arial, sans-serif, helvetica;
      text-transform: uppercase;
      text-align: center;
      position: absolute;
      top: 40%;
      background: rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      transition-delay: 0.15s;
      -webkit-transition-delay: 0.15s;
      opacity: 0; }
    .ht-image-box .media-container :hover .more {
      opacity: 1; }
  .ht-image-box .info {
    padding: 0px 20px 1px; }
    .ht-image-box .info .name {
      font-family: 'Oswald', Arial, sans-serif, helvetica;
      font-size: 18px;
      text-transform: uppercase; }
    .ht-image-box .info .author {
      color: #afb6ba;
      font-family: 'Oswald', Arial, sans-serif, helvetica;
      font-size: 14px;
      float: right; }
    .ht-image-box .info p {
      margin-top: 15px; }

.ht-list {
  margin-bottom: 30px; }
  .ht-list.ht-glyph li {
    padding: 5px 0;
    padding-left: 22px;
    position: relative;
    margin: 0 !important; }
    .ht-list.ht-glyph li:before {
      position: absolute;
      font-weight: bold;
      top: 5px;
      left: 0; }
  .ht-list.ht-glyph.pilcrow li:before {
    content: "\00b6"; }
  .ht-list.ht-glyph.hashtag li:before {
    content: "\23"; }
  .ht-list.ht-glyph.en-dash li:before {
    content: "\2013"; }
  .ht-list.ht-glyph.single-right-pointing li:before {
    content: "\203A"; }
  .ht-list.ht-fa li {
    padding: 5px 0;
    position: relative;
    margin: 0 !important; }
    .ht-list.ht-fa li i {
      margin-right: 10px; }

.ht-features {
  margin-bottom: 30px;
  overflow: hidden;
  clear: both; }
  .ht-features > div {
    text-align: center;
    margin-bottom: 15px; }
    .ht-features > div h3 {
      font-size: 24px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .ht-features > div p {
      margin-bottom: 0; }
    .ht-features > div i {
      border: 0px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .ht-features > div:hover i {
      line-height: 60px;
      border-width: 5px; }
    .ht-features > div:hover h3 {
      color: #7bba05; }
  .ht-features i {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    border-radius: 50%;
    background: #7bba05; }

.ht-lightbox-gallery {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
  margin-left: -3px;
  margin-right: -3px; }
  .ht-lightbox-gallery li {
    cursor: pointer;
    padding: 0 3px 6px 3px;
    overflow: hidden;
    position: relative; }
    .ht-lightbox-gallery li .fa {
      position: absolute;
      color: #fff;
      font-size: 2em;
      z-index: 2;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      top: 50%;
      left: 50%;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      transform: scale(0);
      -webkit-transform: scale(0); }
      .ht-lightbox-gallery li .fa:hover {
        color: #7bba05; }
      @media (max-width: 767px) {
        .ht-lightbox-gallery li .fa {
          transform: scale(1);
          -webkit-transform: scale(1); } }
    .ht-lightbox-gallery li .overlay {
      position: relative;
      display: block;
      overflow: hidden; }
      .ht-lightbox-gallery li .overlay:after {
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        -o-transition: 200ms;
        -ms-transition: 200ms;
        transition: 200ms;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #7bba05;
        opacity: 0.2; }
    .ht-lightbox-gallery li:hover .fa {
      transform: scale(1);
      -webkit-transform: scale(1); }
    .ht-lightbox-gallery li:hover .overlay:after {
      transform: translateY(100%);
      -webkit-transform: translateY(100%); }
    .ht-lightbox-gallery li img {
      width: auto;
      margin-bottom: 0; }

.ht-nav-tabs {
  border: 1px solid #566065; }
  .ht-nav-tabs li {
    position: relative;
    z-index: 2; }
    .ht-nav-tabs li > a {
      -webkit-border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0;
      border: none !important; }
      .ht-nav-tabs li > a:hover {
        background: #7bba05 !important;
        color: #fff !important; }
    .ht-nav-tabs li.active a {
      color: #7bba05 !important;
      background: #566065; }
    .ht-nav-tabs li.open > a {
      background: #788287 !important;
      color: #fff !important; }

.ht-tab-content {
  background: transparent;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #566065;
  border-top: none; }

.ht-form {
  border: 1px dotted #777;
  padding: 30px 15px; }
  .ht-form input, .ht-form textarea {
    background-color: transparent; }
    .ht-form input::-webkit-input-placeholder, .ht-form textarea::-webkit-input-placeholder {
      color: #222; }
    .ht-form input:-moz-placeholder, .ht-form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #222; }
    .ht-form input::-moz-placeholder, .ht-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #222; }
    .ht-form input:-ms-input-placeholder, .ht-form textarea:-ms-input-placeholder {
      color: #222; }
  .ht-form input[type="text"], .ht-form input[type="number"], .ht-form input[type="email"] {
    width: 100%;
    margin: 0 0 30px;
    border: none;
    border-bottom: 1px solid;
    color: #7bba05; }
  .ht-form textarea {
    width: 100%;
    height: 150px;
    margin: 0 0 30px;
    border: none;
    border-bottom: 1px solid; }
  .ht-form input[type="submit"] {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .ht-form input[type="submit"]:hover {
      color: #7bba05;
      border: 1px solid #ccc; }


.ht-owl-carousel .owl-buttons .owl-prev, .ht-owl-carousel .owl-buttons .owl-next {
  padding: 6px 10px !important; }
.ht-owl-carousel.dark .owl-page span {
  background: rgba(0, 0, 0, 0.8) !important; }
.ht-owl-carousel.dark .owl-buttons .owl-prev, .ht-owl-carousel.dark .owl-buttons .owl-next {
  background: rgba(0, 0, 0, 0.8) !important; }
.ht-owl-carousel.light .owl-page span {
  background: rgba(255, 255, 255, 0.8) !important; }
.ht-owl-carousel.light .owl-buttons .owl-prev, .ht-owl-carousel.light .owl-buttons .owl-next {
  background: rgba(255, 255, 255, 0.8) !important; }


.ht-highlight {
  background: #7bba05;
  outline: 3px solid #7bba05;
  margin: 0 5px;
  color: #fff; }

#ht-top-area {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0; }
  @media (max-width: 767px) {
    #ht-top-area {
      background-position: center center; } }
  #ht-top-area.away-nav {
    margin-bottom: 80px; }
  #ht-top-area.full-height {
    height: 100vh;
    display: table;
    vertical-align: middle;
    padding: 0; }
    #ht-top-area.full-height .ht-top-content {
      display: table-cell;
      vertical-align: middle; }
    #ht-top-area.full-height .ht-map {
      height: 100% !important; }
  #ht-top-area.fix-height.sm {
    padding: 40px 0 0 0;
    height: 250px; }
    #ht-top-area.fix-height.sm .ht-map {
      margin: -40px 0;
      height: 100% !important; }
  #ht-top-area.fix-height.md {
    padding: 50px 0 0 0;
    height: 450px; }
    #ht-top-area.fix-height.md .ht-map {
      margin: -50px 0;
      height: 100% !important; }
  #ht-top-area.fix-height.lg {
    padding: 80px 0 0 0;
    height: 650px; }
    #ht-top-area.fix-height.lg .ht-map {
      margin: -80px 0;
      height: 100% !important; }
  #ht-top-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #ht-top-area .ht-top-content .text {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    #ht-top-area .ht-top-content .text > h1 {
      margin-bottom: 50px;
      height: 200px;
      line-height: 200px;
      font-size: 100px;
      color: rgba(255, 255, 255, 0.4);
      background: rgba(0, 0, 0, 0);
      z-index: 2; }
      #ht-top-area .ht-top-content .text > h1.logo {
        height: auto;
        line-height: normal;
        font-size: 0;
        padding: 10px 0; }
        #ht-top-area .ht-top-content .text > h1.logo a {
          display: inline-block; }
          #ht-top-area .ht-top-content .text > h1.logo a img {
            margin: 0 auto; }
    #ht-top-area .ht-top-content .text > p {
      color: #fff;
      line-height: 48px;
      font-size: 36px;
      font-weight: bold;
      margin-top: 75px;
      padding: 0 300px; }
      @media (max-width: 991px) {
        #ht-top-area .ht-top-content .text > p {
          padding: 0 150px; } }
      @media (max-width: 767px) {
        #ht-top-area .ht-top-content .text > p {
          padding: 0 15px;
          font-size: 24px; } }
    #ht-top-area .ht-top-content .text a.next-section {
      color: #fff !important;
      margin-top: 35px; }
      #ht-top-area .ht-top-content .text a.next-section .glyphicon {
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -ms-transition: 300ms;
        transition: 300ms;
        font-size: 36px;
        opacity: 0.5; }
        #ht-top-area .ht-top-content .text a.next-section .glyphicon:hover {
          opacity: 1; }
  #ht-top-area .flexslider {
    background: transparent;
    border: none;
    box-shadow: none; }
    #ht-top-area .flexslider .flex-direction-nav .flex-prev, #ht-top-area .flexslider .flex-direction-nav .flex-next {
      color: #fff;
      opacity: 0.5; }
      #ht-top-area .flexslider .flex-direction-nav .flex-prev:hover, #ht-top-area .flexslider .flex-direction-nav .flex-next:hover {
        opacity: 1; }
    #ht-top-area .flexslider .flex-control-paging li a {
      background: rgba(255, 255, 255, 0.6);
      box-shadow: none; }
      #ht-top-area .flexslider .flex-control-paging li a.flex-active {
        background: white; }
  #ht-top-area .social-icon {
    text-align: center;
    display: block;
    margin-bottom: 30px; }
    #ht-top-area .social-icon a {
      background-color: #7bba05;
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 3px solid white;
      color: #fff;
      margin: 0 10px 10px 0;
      font-size: 2em;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%; }
      #ht-top-area .social-icon a .fa {
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        line-height: 44px;
        display: block; }
  @media (min-width: 768px) {
    #ht-top-area .bigtext {
      padding: 0 200px; } }
  #ht-top-area .bigtext h1, #ht-top-area .bigtext p {
    color: #fff; }
  #ht-top-area .bigtext p {
    margin-bottom: 10px; }
    #ht-top-area .bigtext p.bold {
      font-weight: 700; }
  #ht-top-area .slide-text.flexslider .slides li {
    color: #fff;
    font-size: 2em; }
  #ht-top-area .testimonial.ht-owl-carousel {
    color: #fff;
    text-transform: none;
    margin-bottom: 30px; }
    #ht-top-area .testimonial.ht-owl-carousel .fa {
      margin-bottom: 10px; }
    #ht-top-area .testimonial.ht-owl-carousel p {
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 300;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #ht-top-area .testimonial.ht-owl-carousel p {
          padding: 0 150px; } }
    #ht-top-area .testimonial.ht-owl-carousel cite {
      font-weight: 700;
      color: #7bba05; }
      #ht-top-area .testimonial.ht-owl-carousel cite:before {
        content: "\2014";
        margin-right: 10px; }
  #ht-top-area.slide-background .flexslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    #ht-top-area.slide-background .flexslider .slides > li {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 660px; }
      @media (min-width: 768px) {
        #ht-top-area.slide-background .flexslider .slides > li {
          background-size: cover; } }
      @media (max-width: 767px) {
        #ht-top-area.slide-background .flexslider .slides > li {
          background-position: center center; } }
    #ht-top-area.slide-background .flexslider .flex-direction-nav .flex-prev, #ht-top-area.slide-background .flexslider .flex-direction-nav .flex-next {
      position: absolute;
      top: 350px;
      z-index: 3;
      font-size: 2em; }
    #ht-top-area.slide-background .flexslider .flex-control-nav.flex-control-paging {
      z-index: 2;
      top: 600px; }
  #ht-top-area.slide-background:hover .flexslider .flex-direction-nav .flex-prev {
    left: 10px !important; }
  #ht-top-area.slide-background:hover .flexslider .flex-direction-nav .flex-next {
    right: 10px !important; }

#ht-header {
  position: relative;
  background: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms; }
  @media (min-width: 992px) {
    #ht-header {
      height: 80px;
      box-shadow: 0 1px 0 #e7e7e7, 0px 3px 0 #fff, 0px 4px 0 #e7e7e7; } }
  #ht-header .container {
    position: relative; }
  #ht-header .ht-navbar-toggle {
    float: right;
    position: absolute;
    right: 10px;
    top: 22px;
    border: none;
    border-radius: 4px;
    padding: 2px 5px;
    background-color: transparent;
    background-image: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms; }
    @media (min-width: 992px) {
      #ht-header .ht-navbar-toggle {
        display: none; } }
    #ht-header .ht-navbar-toggle:focus {
      outline: none; }
    #ht-header .ht-navbar-toggle .icon-bar {
      display: block;
      width: 30px;
      height: 4px;
      background-color: #ccc;
      border-radius: 4px;
      margin: 5px 0; }
    #ht-header .ht-navbar-toggle:hover {
      border-color: transparent;
      background: #566065; }
  #ht-header #ht-site-brand a {
    display: block; }
    #ht-header #ht-site-brand a img {
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      -ms-transition: 300ms;
      transition: 300ms;
      margin: 0;
      padding: 0;
      height: 80px; }
  #ht-header.dark-navigation {
    background: #333; }
    @media (min-width: 992px) {
      #ht-header.dark-navigation #ht-navigation ul li a, #ht-header.dark-navigation #ht-navigation ul li span {
        color: #999 !important; }
        #ht-header.dark-navigation #ht-navigation ul li a:hover, #ht-header.dark-navigation #ht-navigation ul li span:hover {
          color: #7bba05 !important; }
      #ht-header.dark-navigation #ht-navigation ul li.active {
        color: #7bba05 !important; }
      #ht-header.dark-navigation #ht-navigation ul li.ht-dropdown .ht-dropdown-list {
        background: #333; }
        #ht-header.dark-navigation #ht-navigation ul li.ht-dropdown .ht-dropdown-list li {
          border-bottom: 1px solid #555; }
      #ht-header.dark-navigation #ht-navigation ul li.search input {
        background: #333 !important;
        color: #ccc !important; } }
    @media (max-width: 991px) {
      #ht-header.dark-navigation #ht-navigation > ul > li a {
        font-size: 1em;
        color: #f5f5f5; }
      #ht-header.dark-navigation #ht-navigation > ul > li.ht-dropdown .ht-dropdown-toggle {
        background: url(../images/@collapse-sign.png) 70px 0 no-repeat; } }
  @media (min-width: 992px) {
    #ht-header #ht-navigation {
      display: block !important; }
      #ht-header #ht-navigation > ul {
        float: right; }
        #ht-header #ht-navigation > ul > li {
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -o-transition: 300ms;
          -ms-transition: 300ms;
          transition: 300ms;
          display: inline-block;
          margin-left: 20px;
          position: relative; }
          #ht-header #ht-navigation > ul > li > a {
            font-family: 'Oswald', Arial, sans-serif, helvetica;
            font-size: 18px;
            line-height: 80px;
            text-transform: uppercase;
            padding-bottom: 27px;
            border-bottom: 0px solid #7bba05; }
            #ht-header #ht-navigation > ul > li > a:hover {
              color: #7bba05 !important; }
          #ht-header #ht-navigation > ul > li.active > a, #ht-header #ht-navigation > ul > li.active > span {
            color: #7bba05 !important;
            border-width: 4px; }
          #ht-header #ht-navigation > ul > li:nth-last-child(1) > ul.ht-dropdown-list, #ht-header #ht-navigation > ul > li:nth-last-child(2) > ul.ht-dropdown-list, #ht-header #ht-navigation > ul > li:nth-last-child(3) > ul.ht-dropdown-list {
            left: auto !important;
            right: 0 !important; }
            #ht-header #ht-navigation > ul > li:nth-last-child(1) > ul.ht-dropdown-list:before, #ht-header #ht-navigation > ul > li:nth-last-child(2) > ul.ht-dropdown-list:before, #ht-header #ht-navigation > ul > li:nth-last-child(3) > ul.ht-dropdown-list:before {
              left: auto !important;
              right: 15px !important; }
          #ht-header #ht-navigation > ul > li.ht-dropdown .ht-dropdown-toggle {
            display: none; }
          #ht-header #ht-navigation > ul > li.ht-dropdown.active a {
            border: none; }
          #ht-header #ht-navigation > ul > li.ht-dropdown > a:hover {
            border: none; }
          #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list {
            display: none;
            opacity: 0;
            position: absolute;
            background: #fff;
            border-top: 3px solid #7bba05;
            top: 130%;
            left: 0;
            width: 250px;
            z-index: 100;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
            #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list:before {
              content: '';
              text-align: center;
              z-index: 9;
              position: absolute;
              left: 15px;
              top: -11px;
              width: 0px;
              height: 0px;
              border-width: 0 8px 8px;
              border-style: solid;
              border-color: transparent transparent #7bba05 transparent; }
            #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list > li {
              margin-left: 0;
              display: block;
              line-height: 40px;
              padding: 0 15px;
              border-bottom: 1px solid #eee;
              -webkit-transition: 300ms;
              -moz-transition: 300ms;
              -o-transition: 300ms;
              -ms-transition: 300ms;
              transition: 300ms; }
              #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list > li:last-child {
                border-bottom: none; }
              #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list > li > a {
                border: none;
                padding: 0;
                font-weight: normal;
                font-size: 1em;
                line-height: 40px;
                display: block; }
              #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list > li:hover {
                background-color: #7bba05; }
                #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list > li:hover > a {
                  color: #fff !important; }
          #ht-header #ht-navigation > ul > li.search {
            position: relative;
            cursor: pointer; }
            #ht-header #ht-navigation > ul > li.search > span {
              -webkit-transition: 300ms;
              -moz-transition: 300ms;
              -o-transition: 300ms;
              -ms-transition: 300ms;
              transition: 300ms;
              font-size: 22px;
              line-height: 80px;
              display: block; }
            #ht-header #ht-navigation > ul > li.search form#st-search {
              display: none;
              opacity: 0;
              z-index: 10000;
              position: absolute;
              top: 90%;
              left: -67px;
              line-height: 1;
              border: 3px solid #7bba05;
              border-radius: 5px;
              background: #fff;
              box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
              #ht-header #ht-navigation > ul > li.search form#st-search .inner {
                position: relative; }
                #ht-header #ht-navigation > ul > li.search form#st-search .inner:before {
                  position: absolute;
                  right: 20px;
                  top: -11px;
                  content: '';
                  width: 0px;
                  height: 0px;
                  border-width: 0 8px 8px;
                  border-style: solid;
                  border-color: transparent transparent #7bba05 transparent; }
                #ht-header #ht-navigation > ul > li.search form#st-search .inner input {
                  border: none;
                  width: 200px;
                  line-height: 20px;
                  height: 30px;
                  padding: 5px;
                  background: transparent;
                  outline: none;
                  color: #566065; }
                #ht-header #ht-navigation > ul > li.search form#st-search .inner button {
                  display: none; } }
  @media (max-width: 991px) {
    #ht-header #ht-navigation {
      display: none; }
      #ht-header #ht-navigation > ul > li {
        margin-bottom: 5px; }
        #ht-header #ht-navigation > ul > li > a {
          font-size: 1em; }
        #ht-header #ht-navigation > ul > li.ht-dropdown {
          position: relative; }
          #ht-header #ht-navigation > ul > li.ht-dropdown .ht-dropdown-toggle {
            background: url(../images/@collapse-sign.png) 70px -30px no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100px;
            cursor: pointer; }
          #ht-header #ht-navigation > ul > li.ht-dropdown > ul.ht-dropdown-list {
            padding-left: 15px;
            display: none;
            opacity: 1 !important; }
        #ht-header #ht-navigation > ul > li.search > span {
          display: none; }
        #ht-header #ht-navigation > ul > li.search form#st-search {
          display: inline-block !important;
          opacity: 1 !important;
          border: 5px solid #7bba05;
          border-radius: 5px;
          background: #fff;
          width: 100%; }
        #ht-header #ht-navigation > ul > li.search .inner {
          position: relative; }
          #ht-header #ht-navigation > ul > li.search .inner input {
            border: none;
            width: 100%;
            line-height: 20px;
            height: 30px;
            padding: 5px;
            background: transparent;
            outline: none;
            color: #777;
            text-align: center; }
          #ht-header #ht-navigation > ul > li.search .inner button {
            -webkit-transition: 200ms;
            -moz-transition: 200ms;
            -o-transition: 200ms;
            -ms-transition: 200ms;
            transition: 200ms;
            position: relative;
            right: 0;
            border: none;
            color: #fff;
            background: #7bba05;
            height: 30px;
            width: 100%; }
            #ht-header #ht-navigation > ul > li.search .inner button:active {
              background: #ffbc5f; } }
  #ht-header.sticky, #ht-header.static {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.175); }
    @media (min-width: 992px) {
      #ht-header.sticky, #ht-header.static {
        height: 60px; } }
    #ht-header.sticky .ht-navbar-toggle, #ht-header.static .ht-navbar-toggle {
      top: 12px !important; }
    #ht-header.sticky #ht-site-brand a img, #ht-header.static #ht-site-brand a img {
      height: 60px; }
    @media (min-width: 992px) {
      #ht-header.sticky nav > ul > li, #ht-header.static nav > ul > li {
        margin-left: 15px !important; }
        #ht-header.sticky nav > ul > li > a, #ht-header.static nav > ul > li > a {
          line-height: 60px !important; }
        #ht-header.sticky nav > ul > li.active > a, #ht-header.sticky nav > ul > li:hover > a, #ht-header.static nav > ul > li.active > a, #ht-header.static nav > ul > li:hover > a {
          padding-bottom: 13px !important; }
        #ht-header.sticky nav > ul > li.search > span, #ht-header.static nav > ul > li.search > span {
          line-height: 60px !important; } }


#ht-container {
 }
  #ht-container .ht-page {
    background: #f6f6f6;
    clear: both;
    margin-top: 4px;
    padding-bottom: 20px;
 }
    #ht-container .ht-page .heading-area {
      background: #fff;
      box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.1);
      display: block;
      margin-bottom: 100px;
      padding: 60px 0 30px;
      position: relative;
      text-align: center;
      width: 100%; }
      #ht-container .ht-page .heading-area:before {
        background: url(../images/heading-area-arrow.png) no-repeat;
        bottom: -37px;
        content: '';
        height: 37px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        z-index: 3;
        right: 0;
        text-align: center;
        width: 56px;
        z-index: 9; }
      #ht-container .ht-page .heading-area h2 {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        min-width: 280px;
        max-width: 320px;
        margin-bottom: 15px;
        overflow: visible; }
        #ht-container .ht-page .heading-area h2 span {
          color: #fff;
          font-size: 2em;
          height: 170px;
          line-height: 170px;
          margin-bottom: 40px;
          text-transform: uppercase;
          position: relative;
          z-index: 2 !important;
          margin: 0 10px; }
        #ht-container .ht-page .heading-area h2:before, #ht-container .ht-page .heading-area h2:after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          width: 170px;
          height: 170px;
          -webkit-border-radius: 30%;
          -moz-border-radius: 30%;
          border-radius: 30%;
          z-index: 0 !important; }
        #ht-container .ht-page .heading-area h2:before {
          left: 0;
          background-color: #566065; }
        #ht-container .ht-page .heading-area h2:after {
          right: 0;
          background-color: #7bba05; }
      #ht-container .ht-page .heading-area p {
        font-size: 1.5em;
        line-height: 40px; }
        @media (max-width: 767px) {
          #ht-container .ht-page .heading-area p {
            font-size: 24px; } }
    #ht-container .ht-page .ht-section {
      margin-bottom: 50px; }
      #ht-container .ht-page .ht-section .title-area {
        text-align: center;
        margin-bottom: 30px;
        clear: both; }
        #ht-container .ht-page .ht-section .title-area h4 {
          margin: 0 20px 20px;
          color: #c3c3c3;
          font-family: 'Lato', Arial, sans-serif, helvetica !important;
          font-size: 16px;
          font-weight: 300;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            #ht-container .ht-page .ht-section .title-area h4:before, #ht-container .ht-page .ht-section .title-area h4:after {
              content: '';
              width: 30%;
              position: absolute;
              top: 12px;
              border-top: 1px solid #e7e7e7; }
            #ht-container .ht-page .ht-section .title-area h4:before {
              left: 15px; }
            #ht-container .ht-page .ht-section .title-area h4:after {
              right: 15px; } }
        #ht-container .ht-page .ht-section .title-area .sub-title {
          margin-bottom: 50px;
          font-family: 'Oswald', Arial, sans-serif, helvetica;
          font-size: 36px;
          text-transform: uppercase; }
    #ht-container .ht-page#about {
 }
      #ht-container .ht-page#about #section-count .counts > div {
        text-align: center; }
        #ht-container .ht-page#about #section-count .counts > div .number {
          color: #7bba05;
          font-family: 'Oswald', sans-serif;
          font-size: 60px; }
        #ht-container .ht-page#about #section-count .counts > div h3 {
          font-family: 'Oswald', sans-serif;
          font-size: 24px;
          text-transform: uppercase; }
    #ht-container .ht-page#team {
  }
      #ht-container .ht-page#team #section-member .member {
        background: #fff; }
        #ht-container .ht-page#team #section-member .member .avatar {
          position: relative; }
          #ht-container .ht-page#team #section-member .member .avatar .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            opacity: 0;
            background: #7bba05;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
          #ht-container .ht-page#team #section-member .member .avatar:hover .overlay {
            opacity: 0.6; }
          #ht-container .ht-page#team #section-member .member .avatar .more {
            width: 100%;
            padding: 15px 0;
            color: #fff;
            font-family: 'Oswald', Arial, sans-serif, helvetica;
            text-transform: uppercase;
            text-align: center;
            position: absolute;
            top: 40%;
            background: rgba(0, 0, 0, 0.3);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            transition-delay: 0.15s;
            -webkit-transition-delay: 0.15s;
            opacity: 0; }
          #ht-container .ht-page#team #section-member .member .avatar :hover .more {
            opacity: 1; }
        #ht-container .ht-page#team #section-member .member .info {
          padding: 0px 20px 1px; }
          #ht-container .ht-page#team #section-member .member .info .name {
            font-family: 'Oswald', Arial, sans-serif, helvetica;
            font-size: 18px;
            text-transform: uppercase; }
          #ht-container .ht-page#team #section-member .member .info .position {
            color: #afb6ba;
            font-family: 'Oswald', Arial, sans-serif, helvetica;
            font-size: 14px;
            float: right; }
          #ht-container .ht-page#team #section-member .member .info p {
            margin-top: 15px; }
      #ht-container .ht-page#team #section-client .brands .entry {
        display: block;
        position: relative;
        height: 140px; }
        #ht-container .ht-page#team #section-client .brands .entry > span {
          display: block;
          position: absolute;
          width: 150px;
          height: 40px;
          line-height: 40px;
          top: 170px;
          opacity: 0;
          margin-left: -75px;
          left: 50%;
          background: rgba(0, 0, 0, 0.2);
          border-radius: 4px;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          font-size: 0.8em;
          display: none; }
          #ht-container .ht-page#team #section-client .brands .entry > span:before {
            position: absolute;
            left: 67px;
            top: -8px;
            content: '';
            width: 0px;
            height: 0px;
            border-width: 0 8px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent; }
        #ht-container .ht-page#team #section-client .brands .entry:hover span {
          display: block; }
        #ht-container .ht-page#team #section-client .brands .entry img {
          -webkit-backface-visibility: hidden;
          margin-left: auto !important;
          margin-right: auto !important;
          opacity: 0.5;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          #ht-container .ht-page#team #section-client .brands .entry img:hover {
            opacity: 1;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; }
    #ht-container .ht-page#services {
 }
      #ht-container .ht-page#services #section-feature .service {
        overflow: hidden; }
        #ht-container .ht-page#services #section-feature .service i {
          width: 64px;
          float: left;
          margin: 0 25px 10px 0;
          font-size: 64px;
          text-align: center; }
        #ht-container .ht-page#services #section-feature .service .text h3 {
          font-family: 'Oswald', Arial, sans-serif, helvetica;
          font-size: 24px;
          text-transform: uppercase; }
        #ht-container .ht-page#services #section-feature .service .text p {
          text-align: justify; }
      #ht-container .ht-page#services #section-testimonial .content {
        clear: both; }
        #ht-container .ht-page#services #section-testimonial .content .testimonial {
          padding-left: 15px;
          padding-right: 15px; }
          #ht-container .ht-page#services #section-testimonial .content .testimonial .text-wrapper {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            border: 1px solid #f6f6f6;
            margin-bottom: 35px;
            padding: 40px 30px 10px;
            position: relative;
            z-index: 10;
            background: #fff; }
            #ht-container .ht-page#services #section-testimonial .content .testimonial .text-wrapper:before {
              content: '';
              width: 170px;
              height: 21px;
              position: absolute;
              left: 0;
              bottom: -21px;
              z-index: 1;
              background: url(../images/testimonial-arrow.png) no-repeat; }
          #ht-container .ht-page#services #section-testimonial .content .testimonial .client img {
            float: left;
            margin-right: 20px;
            height: 100px;
            width: 100px;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%; }
          #ht-container .ht-page#services #section-testimonial .content .testimonial .client .name {
            float: left;
            margin-top: 30px; }
          #ht-container .ht-page#services #section-testimonial .content .testimonial .client .title {
            float: left;
            color: #a9a9a9;
            font-size: 12px;
            font-style: italic; }
    #ht-container .ht-page#portfolio {
      padding-bottom: 0; }
      #ht-container .ht-page#portfolio #section-portfolio {
        margin-bottom: 0;
        position: relative; }
        #ht-container .ht-page#portfolio #section-portfolio .sortbar {
          text-align: center;
          margin-bottom: 50px; }
          #ht-container .ht-page#portfolio #section-portfolio .sortbar li {
            display: inline-block; }
            @media (min-width: 768px) {
              #ht-container .ht-page#portfolio #section-portfolio .sortbar li {
                margin: 0 10px 10px 10px; } }
            @media (max-width: 767px) {
              #ht-container .ht-page#portfolio #section-portfolio .sortbar li .ht-button {
                margin: 0 0 5px 0 !important;
                padding: 0 5px;
                -webkit-border-radius: 4px 4px 4px 4px;
                -moz-border-radius: 4px 4px 4px 4px;
                border-radius: 4px 4px 4px 4px; } }
        #ht-container .ht-page#portfolio #section-portfolio .portfolio-single {
          -webkit-transition: all 500ms;
          -moz-transition: all 500ms;
          -o-transition: all 500ms;
          -ms-transition: all 500ms;
          transition: all 500ms;
          background-color: #fff;
          height: 0;
          position: relative; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-loading {
            -webkit-transition: all 500ms;
            -moz-transition: all 500ms;
            -o-transition: all 500ms;
            -ms-transition: all 500ms;
            transition: all 500ms;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            overflow: hidden;
            z-index: 2; }
            #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-loading img {
              position: relative;
              margin: -36px auto 0;
              width: auto !important;
              top: 50%;
              background-color: #fff;
              padding: 20px;
              -webkit-border-radius: 50% 50% 50% 50%;
              -moz-border-radius: 50% 50% 50% 50%;
              border-radius: 50% 50% 50% 50%; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control {
            overflow: hidden;
            height: 40px;
            margin-bottom: 10px; }
            #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-direction a, #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-close {
              font-size: 2em;
              opacity: 1;
              color: #ccc !important;
              line-height: 40px; }
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-direction a:hover, #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-close:hover {
                color: #7bba05 !important; }
            #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-direction {
              float: left; }
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-direction a {
                padding: 0 10px; }
                #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-direction a:first-child {
                  padding-left: 0; }
                #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-direction a:last-child {
                  padding-right: 0; }
            #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control .port-close {
              float: right;
              cursor: pointer; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .detail .table-responsive {
            border: none; }
            #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .detail .table-responsive table {
              background: transparent; }
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .detail .table-responsive table tr, #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .detail .table-responsive table td {
                border: none;
                padding-left: 0; }
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .detail .table-responsive table td.foo {
                padding-right: 30px; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-control, #ht-container .ht-page#portfolio #section-portfolio .portfolio-single .port-content {
            -webkit-transition: all 500ms;
            -moz-transition: all 500ms;
            -o-transition: all 500ms;
            -ms-transition: all 500ms;
            transition: all 500ms;
            height: 0;
            overflow: hidden; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-single.is-loading {
            min-height: 100px; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-single.has-content {
            padding: 50px 0;
            height: auto; }
            #ht-container .ht-page#portfolio #section-portfolio .portfolio-single.has-content .port-control, #ht-container .ht-page#portfolio #section-portfolio .portfolio-single.has-content .port-content {
              height: auto; }
        #ht-container .ht-page#portfolio #section-portfolio .portfolio-grid {
          width: 100%;
          overflow: hidden;
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out;
          -o-transition: all 1s ease-in-out;
          -ms-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out; }
          #ht-container .ht-page#portfolio #section-portfolio .portfolio-grid.homepage .portfolio-item {
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 25%;
            float: left;
            margin-bottom: 0 !important; }
            @media (max-width: 1199px) {
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-grid.homepage .portfolio-item {
                width: 25%; } }
            @media (max-width: 991px) {
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-grid.homepage .portfolio-item {
                width: 50%; } }
            @media (max-width: 767px) {
              #ht-container .ht-page#portfolio #section-portfolio .portfolio-grid.homepage .portfolio-item {
                width: 100%; } }
    #ht-container .ht-page#contact {
      padding-bottom: 0; }
      #ht-container .ht-page#contact .heading-area {
        margin-bottom: 0;
        z-index: 1; }
      #ht-container .ht-page#contact #section-contact {
        position: relative;
        height: 850px;
        margin-bottom: 0; }
        #ht-container .ht-page#contact #section-contact .ht-map {
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 850px !important; }
        #ht-container .ht-page#contact #section-contact .contact-form {
          position: relative;
          z-index: 2;
          margin-top: 100px;
          padding: 50px;
          background: #fff; }
          @media (max-width: 767px) {
            #ht-container .ht-page#contact #section-contact .contact-form {
              padding: 30px; } }
          #ht-container .ht-page#contact #section-contact .contact-form input, #ht-container .ht-page#contact #section-contact .contact-form textarea {
            display: block;
            background: #f6f6f6;
            border: 1px solid #e6e6e6;
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            box-shadow: inset 1px 1px 5px #eee;
            width: 100%;
            margin-bottom: 5px;
            color: #999;
            padding: 15px; }
            @media (max-width: 767px) {
              #ht-container .ht-page#contact #section-contact .contact-form input, #ht-container .ht-page#contact #section-contact .contact-form textarea {
                padding: 5px 10px; } }
          #ht-container .ht-page#contact #section-contact .contact-form .ht-button {
            display: block; }
          #ht-container .ht-page#contact #section-contact .contact-form div.alert {
            margin-bottom: 5px; }
          #ht-container .ht-page#contact #section-contact .contact-form label.error {
            display: inherit;
            color: #d9534f; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-heading {
      text-align: center;
      margin-bottom: 50px; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-heading h3 {
        text-transform: uppercase;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 15px; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-content {
      overflow: hidden;
      margin-bottom: 50px; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-content .detail .table-responsive {
        border: none; }
        #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-content .detail .table-responsive table {
          background: transparent; }
          #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-content .detail .table-responsive table tr, #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-content .detail .table-responsive table td {
            border: none;
            padding-left: 0; }
          #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-content .detail .table-responsive table td.foo {
            padding-right: 30px; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-related {
      overflow: hidden;
      margin-bottom: 50px; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-related .portfolio-item .inner {
        overflow: hidden;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-related .portfolio-item .overlay {
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback input[type="text"], #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback textarea {
      padding: 5px 10px;
      margin-bottom: 30px;
      border: 1px solid #DBDBDB; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback input[type="text"]::-webkit-input-placeholder, #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback textarea::-webkit-input-placeholder {
        color: #7bba05; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback input[type="text"]:-moz-placeholder, #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #7bba05; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback input[type="text"]::-moz-placeholder, #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #7bba05; }
      #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback input[type="text"]:-ms-input-placeholder, #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback textarea:-ms-input-placeholder {
        color: #7bba05; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback input[type="text"] {
      height: 38px;
      width: 100%; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback textarea {
      height: 118px;
      width: 100%; }
    #ht-container .ht-page#portfolio-single #section-portfolio .portfolio-feedback .col-sm-12 {
      clear: both; }
  @media (min-width: 768px) {
    #ht-container.right-sidebar #ht-main-content {
      float: right !important; } }
  #ht-container #ht-main-content {
    display: block;
    clear: both;
    float: left;
    position: relative; }
    #ht-container #ht-main-content .entry {
      overflow: hidden;
      margin-bottom: 50px;
      border: 1px solid #ededed;
      background: #fff; }
      #ht-container #ht-main-content .entry .entry-thumb {
        display: block;
        margin-bottom: 40px; }
      #ht-container #ht-main-content .entry .entry-title,
      #ht-container #ht-main-content .entry .entry-metadata,
      #ht-container #ht-main-content .entry .entry-content {
        margin: 0 50px; }
        @media (max-width: 767px) {
          #ht-container #ht-main-content .entry .entry-title,
          #ht-container #ht-main-content .entry .entry-metadata,
          #ht-container #ht-main-content .entry .entry-content {
            margin: 0 20px; } }
      #ht-container #ht-main-content .entry .entry-title {
        margin-bottom: 20px; }
      #ht-container #ht-main-content .entry .entry-metadata {
        padding-top: 12px;
        margin-bottom: 25px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed; }
      #ht-container #ht-main-content .entry .entry-metadata li {
        color: #ccc;
        display: inline-block;
        margin-right: 30px; }
        #ht-container #ht-main-content .entry .entry-metadata li i {
          margin-right: 10px; }
        #ht-container #ht-main-content .entry .entry-metadata li a {
          color: #ccc; }
          #ht-container #ht-main-content .entry .entry-metadata li a:hover {
            color: #7bba05; }
      #ht-container #ht-main-content .entry .more {
        background: #fff;
        border: 1px solid #ccc;
        color: #ccc;
        float: left;
        margin: 0 0 40px 50px;
        padding: 10px 20px; }
        #ht-container #ht-main-content .entry .more:hover {
          color: #7bba05;
          border: 1px solid #7bba05; }
      #ht-container #ht-main-content .entry.single-post .entry-content {
        border-bottom: 1px solid #ededed; }
    #ht-container #ht-main-content .pagi-navi {
      padding: 30px 50px;
      text-align: center; }
      #ht-container #ht-main-content .pagi-navi .prev i {
        margin: 0 5px 0 0; }
      #ht-container #ht-main-content .pagi-navi .next i {
        margin: 0 0 0 5px; }
      #ht-container #ht-main-content .pagi-navi .fa-circle {
        color: #ccc;
        font-size: 5px;
        margin: 0 15px;
        vertical-align: middle; }
    #ht-container #ht-main-content #ht-author-box {
      margin: 0 0 50px;
      display: block;
      border: 1px solid #ededed;
      padding: 30px 50px;
      overflow: hidden;
      background-color: #fff; }
      #ht-container #ht-main-content #ht-author-box img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        float: left; }
      #ht-container #ht-main-content #ht-author-box div {
        width: 520px;
        float: right;
        margin-left: 20px; }
      #ht-container #ht-main-content #ht-author-box .author-name {
        font-weight: bold;
        margin-bottom: 15px; }
      #ht-container #ht-main-content #ht-author-box .author-bio {
        margin-bottom: 0 !important; }
    #ht-container #ht-main-content #ht-comment-section,
    #ht-container #ht-main-content #ht-comment-form {
      margin: 0 0 50px;
      padding: 30px 50px;
      border: 1px solid #ededed;
      background: #fff;
      overflow: hidden; }
      #ht-container #ht-main-content #ht-comment-section h3,
      #ht-container #ht-main-content #ht-comment-form h3 {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ededed; }
    #ht-container #ht-main-content #ht-comment-section .comment {
      width: 100%;
      float: left;
      margin: 0 0 20px; }
      #ht-container #ht-main-content #ht-comment-section .comment .avatar {
        width: 100px;
        float: left;
        padding-right: 20px; }
        #ht-container #ht-main-content #ht-comment-section .comment .avatar img {
          -webkit-border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%; }
      #ht-container #ht-main-content #ht-comment-section .comment .content {
        padding-bottom: 10px; }
      #ht-container #ht-main-content #ht-comment-section .comment .reply-toggle {
        display: block;
        text-align: right;
        cursor: pointer; }
      #ht-container #ht-main-content #ht-comment-section .comment .reply-form {
        padding: 10px;
        margin-bottom: 15px;
        border: 1px dotted #ccc;
        display: none; }
      #ht-container #ht-main-content #ht-comment-section .comment > .reply {
        padding-left: 40px; }
        @media (max-width: 767px) {
          #ht-container #ht-main-content #ht-comment-section .comment > .reply {
            padding-left: 20px; } }
        #ht-container #ht-main-content #ht-comment-section .comment > .reply > .reply {
          padding-left: 40px; }
          @media (max-width: 767px) {
            #ht-container #ht-main-content #ht-comment-section .comment > .reply > .reply {
              padding-left: 20px; } }
  #ht-container #ht-sidebar {
    display: block;
    float: left; }
    #ht-container #ht-sidebar .widget {
      width: 100%;
      float: left;
      margin: 0 0 40px; }
      #ht-container #ht-sidebar .widget a:hover {
        color: #7bba05 !important; }
      #ht-container #ht-sidebar .widget .widget-title {
        font-size: 18px;
        text-align: center;
        padding: 5px 0;
        margin: 0 0 20px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
        #ht-container #ht-sidebar .widget .widget-title :before {
          content: "";
          border-top: 1px; }
      #ht-container #ht-sidebar .widget input[type="text"] {
        width: 100%;
        height: 40px;
        color: #ccc;
        font-size: 14px;
        font-style: italic;
        padding: 0 20px;
        border: 1px solid #ccc; }
      #ht-container #ht-sidebar .widget ul li {
        margin: 0 0 5px; }
      #ht-container #ht-sidebar .widget.widget-author {
        margin-bottom: 50px;
        border: 1px solid #ededed;
        background: #fff; }
        #ht-container #ht-sidebar .widget.widget-author #avatar {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          margin-top: -70px;
          margin-left: 30px;
          position: relative;
          z-index: 10; }
        #ht-container #ht-sidebar .widget.widget-author span {
          float: left;
          margin: -65px 0 0 140px;
          font-size: 24px;
          font-family: 'Alex Brush', cursive; }
        #ht-container #ht-sidebar .widget.widget-author div {
          padding: 0 30px; }
      #ht-container #ht-sidebar .widget.widget-search #search-form input:focus {
        border-color: #7bba05;
        color: #333; }
      #ht-container #ht-sidebar .widget.widget-categories a:hover {
        color: #7bba05 !important; }
      #ht-container #ht-sidebar .widget.widget-categories .post-count {
        float: right; }
      #ht-container #ht-sidebar .widget.widget-categories .link-wrapper {
        width: 90%;
        float: left;
        margin: 0 0 5px;
        position: relative;
        overflow: hidden; }
      #ht-container #ht-sidebar .widget.widget-categories ul li a:after {
        content: "";
        width: 100%;
        position: absolute;
        border-top: 1px dotted #ccc;
        margin: 18px 0 0 10px; }
      #ht-container #ht-sidebar .widget.widget-popular-post .entry-date {
        font-size: 14px;
        font-style: italic;
        color: #adadad;
        margin-left: 10px; }
      #ht-container #ht-sidebar .widget.widget-recent-comment li {
        color: #adadad; }
      #ht-container #ht-sidebar .widget.widget-tags .tag-cloud a {
        color: #ccc;
        height: 30px;
        float: left;
        padding: 0 10px;
        margin: 0 10px 10px 0;
        border: 1px solid #ccc;
        background: #fff; }
        #ht-container #ht-sidebar .widget.widget-tags .tag-cloud a:hover {
          color: #7bba05;
          border: 1px solid #7bba05; }

#ht-footer .pre-footer {
  background: #333;
  padding-top: 100px;
  padding-bottom: 20px; }
  #ht-footer .pre-footer hr {
    height: 0px;
    border-top: 1px solid #212121;
    border-bottom: 1px solid #494949; }
  #ht-footer .pre-footer .foo-item h3 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
  #ht-footer .pre-footer .foo-item .content {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #a9a9a9 !important;
    text-align: justify; }
  #ht-footer .pre-footer .foo-item#foo-2 article {
    margin-bottom: 10px; }
    #ht-footer .pre-footer .foo-item#foo-2 article .title {
      margin-top: -4px; }
      @media (min-width: 768px) {
        #ht-footer .pre-footer .foo-item#foo-2 article .title {
          margin-left: -15px; } }
      #ht-footer .pre-footer .foo-item#foo-2 article .title h4 {
        font-size: 1em; }
        #ht-footer .pre-footer .foo-item#foo-2 article .title h4 a {
          color: #a9a9a9 !important; }
          #ht-footer .pre-footer .foo-item#foo-2 article .title h4 a:hover {
            color: #7bba05 !important; }
      #ht-footer .pre-footer .foo-item#foo-2 article .title span {
        color: #6e6e6e;
        display: block; }
  #ht-footer .pre-footer .foo-item#foo-3 .content a {
    display: inline-block;
    padding: 3px 15px;
    background: #272727;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #a9a9a9 !important; }
    #ht-footer .pre-footer .foo-item#foo-3 .content a:hover {
      background: #7bba05;
      color: #fff !important; }
  #ht-footer .pre-footer .foo-item#foo-4 .content {
    margin-left: -5px;
    margin-right: -5px; }
    #ht-footer .pre-footer .foo-item#foo-4 .content .media-container {
      padding: 0 5px 10px; }
      #ht-footer .pre-footer .foo-item#foo-4 .content .media-container img {
        margin: 0;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        -ms-transition: 300ms;
        transition: 300ms;
        -webkit-backface-visibility: hidden; }
        #ht-footer .pre-footer .foo-item#foo-4 .content .media-container img:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
  #ht-footer .pre-footer .foo-item#foo-5 {
    text-align: justify; }
    #ht-footer .pre-footer .foo-item#foo-5 h3 {
      font-weight: normal !important;
      display: inline-block;
      float: left;
      margin-right: 20px;
      margin-bottom: 0;
      line-height: 30px; }
    #ht-footer .pre-footer .foo-item#foo-5 a.fa {
      margin: 0 20px;
      color: #a9a9a9 !important;
      font-size: 1.2em;
      line-height: 30px; }
      @media (max-width: 767px) {
        #ht-footer .pre-footer .foo-item#foo-5 a.fa {
          margin: 0 7px; } }
      #ht-footer .pre-footer .foo-item#foo-5 a.fa:hover {
        color: #7bba05 !important; }
#ht-footer .bottom {
  background: #222;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 480px) {
    #ht-footer .bottom .to-top {
      text-align: right; } }
  #ht-footer .bottom .to-top a#back-to-top {
    cursor: pointer;
    color: #7bba05;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms; }
    @media (min-width: 768px) {
      #ht-footer .bottom .to-top a#back-to-top {
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        opacity: 0.5;
        height: 50px;
        width: 50px;
        border: 2px solid #7bba05;
        position: fixed;
        z-index: 9999;
        right: -50px;
        bottom: -50px;
        text-align: center; }
        #ht-footer .bottom .to-top a#back-to-top .fa {
          line-height: 46px;
          font-size: 2em; }
        #ht-footer .bottom .to-top a#back-to-top span {
          display: none; }
        #ht-footer .bottom .to-top a#back-to-top:hover {
          background: #7bba05;
          color: #fff;
          opacity: 1; }
        #ht-footer .bottom .to-top a#back-to-top.show {
          right: 20px;
          bottom: 20px; }
        #ht-footer .bottom .to-top a#back-to-top.relative {
          position: relative;
          right: 0;
          bottom: 0;
          height: auto;
          width: auto;
          -webkit-border-radius: 4px 4px 4px 4px;
          -moz-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px;
          padding: 4px 10px;
          opacity: 0.8; }
          #ht-footer .bottom .to-top a#back-to-top.relative .fa {
            line-height: initial;
            font-size: 1em; }
          #ht-footer .bottom .to-top a#back-to-top.relative span {
            display: inherit; } }
