.iav-link
{
  color: black;
  padding-left: 30px;
}
.minmise_pix_height
{
	max-height: 300px;
	overflow: hidden;
}
.back_std
{
	background: url(images/Optimized-wrapper-background-image.jpg);
}
.border
{
	border: 1px solid #ededed;
}

.ftco-navbar-light-me {
  /*background: transparent !important;*/
  background: url(images/Optimized-wrapper-background-image.jpg);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3; }

.mouse-wheel {
  height: 80px;
  margin: 0 auto 0;
  display: block;
  width: 30px;
  /*background: transparent;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #fff;
  font-size: 50px;
  line-height: 1; }


@-webkit-keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 2px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 2px;
    opacity: 0; } }

@keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1; }
  30% {
    opacity: 1; }
  0% {
    margin-top: 2px;
    opacity: 0; } }


