@charset "UTF-8";




body {
	font-family: 'helvetica', arial;
	font-size: 1.4vw;
	line-height: 1.2;
	color: #9D9D9D;
	background-color: #000000;
	margin-top: 10px;
}

a {
  color: #FFFFFF;
  text-decoration: none;
    -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
a:hover,
a:focus {
  color: #00D8A1;
  text-decoration: none;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

/* responsive text queries */
@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 100%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 14px;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #ffffff;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
	margin-bottom: 10px;
	/* [disabled]vertical-align: baseline; */
	
}
.align-bottom {
    position: absolute;
    bottom: 10px;
	z-index: -1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .2s ease-in-out;
         -o-transition:      -o-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.carousel-control.left {
  /* background-image: none; */
  background-image:    none;
  /* background-image: none; */
  /* background-image: none; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  /* background-repeat: repeat-x; */
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.fadein {
}
