@charset "utf-8";
/* CSS Document */
.banner-standar{
	/*position: fixed;
	z-index: 0*/
}
.banner-standar .navcarbox {
    padding-left:5px;
    display: block; 
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.banner-standar .dropdown-menu > li > a:hover, .banner-standar .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #FF0000;
    
}
.banner-standar .navbar-brand img {
    float: left;
    transition: all .5s ease-out;
    margin: 0;
}

/* Slider CSS */
/* Carousel Styles */

.banner-standar .carousel-control {color: #e2e2e2;}

.banner-standar .carousel-indicators .active {background-color: #FF0000;}
.banner-standar .carousel-inner img {width: 100%;max-height: 500px;}
.banner-standar .carousel-control.left,
.banner-standar .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.banner-standar .carousel-control.left span {margin-left: 50px;}
.banner-standar .carousel-control.right span {margin-right: 50px;}
.banner-standar .carousel-control .glyphicon-chevron-left, 
.banner-standar .carousel-control .glyphicon-chevron-right, 
.banner-standar .carousel-control .icon-prev, 
.banner-standar .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
	
}

.banner-standar .carousel-control .glyphicon-chevron-left,
.banner-standar .carousel-control .icon-prev {
	left: 0;
}

.banner-standar .carousel-control .glyphicon-chevron-right,
.banner-standar .carousel-control .icon-next {
	right: 0;
	
}

.banner-standar .carousel-control.left span,
.banner-standar .carousel-control.right span {
	background-color: none;
	
}

.banner-standar .carousel-control.left span:hover,
.banner-standar .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.banner-standar .header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size:18px;
    letter-spacing:1px;
}

.banner-standar .header-text h2 {font-size: 60px;color:#fff; font-weight:600;}
.banner-standar .header-text h2 span {padding: 10px; color:orange;}
.banner-standar .header-text h3 span {padding: 15px;}

.banner-standar .btn-min-block {min-width: 170px;line-height: 26px;}

.banner-standar .btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.banner-standar .btn-theme:hover {
    color: #000;
    background-color: #f7941d;
    border-color: #fff;
}
.banner-standar .navbar {
    margin-bottom:0px;
}