@charset "UTF-8";
/* CSS Document */

body, input, select, textarea {
		color: #7c8081;
		font-family: 'Lato', sans-serif;
		font-size: 10pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		
	}
	.glyphicon-user {
   font-size:5px;
}
.right.carousel-control {
    cursor:pointer;
	}
.left.carousel-control {
    cursor:pointer;
	}
	.carousel-caption {
text-shadow: none;

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

	.navbar-toggle {
		
  border-radius: 0 !important;
}
.btn-default{
	border-radius: 0 !important;

}
	.carousel-caption p {

color:          black!important;
}
/* Description text */
.carousel-caption a {

color:         black!important;
}
.carousel-control {

color:          black;

}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 98%;
	height: auto;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  font-size: 20px;
  color: #999;
  text-align: center;
 
}
#cross{
	right:40px;
}
#title {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s;
	color: #666; /* Opera */
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 10pt;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}	
