

.header_top { height: 50px; padding: 10px 0 0;}
.light .q_social_icon_holder .fa-stack i {color:#000!important;}
.q_social_icon_holder:hover .fa-stack i {color: #fff!important;}
.footer_top .widget.widget_nav_menu li {line-height: 20px; padding-bottom:5px; border-bottom: 1px solid #666;}

 .scroll-arrow {
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    z-index: 9999;
    height: 30px;
    .sqs-ui-font (right);
    text-align: center;
    padding: 0;
    color: #ffffff;
    text-align: center;
  }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-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% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@media only screen and (max-width: 1000px) {
.header_top {
height: auto!important;
}
}

@media only screen and (max-width: 600px) {
.footer_top_holder,
.q_slider {display: none;}
.footer_bottom {padding: 20px 0; line-height: 25px;}
}
