@charset "utf-8";
/* CSS Document */

.bx-wrapper {
   -moz-box-shadow:none;
    -webkit-box-shadow: none;
    box-shadow: none;
	    margin-bottom: 0px;
    border: none;
    background: transparent;
}
h3{
	color:#fff;
	}
#slider {
    width: 100%;
    position: relative;
    z-index: 99;
}
#slider .text{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#slider .text .container {
    position: static;
}
#slider .top-row{
	padding: 10px;
    border-bottom: solid 1px #a9a9aa;
	display:none;
	}
#slider .detail {
    position: absolute;
    top: 88%;
    left: 68%;
    background: rgba(95, 102, 110, 0.6);
    border: 1px solid #a9a9aa;
    width: 450px;
    height: 100px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999;
    margin-left: -33px;
}

#slider .detail h3{
	padding: 18px 5px;
	z-index: 999;
	color: #d9ff00;
	}
	.heading-text h3 {
    color: #535050;
	}

.bx-wrapper .bx-controls-direction a{
	display:none;
	}
	#slider .top-row .direction-arrrow .prv {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../img/direction-arrow.png) no-repeat 0 0;
    margin: 0 10px;
}
	#slider .top-row .direction-arrrow .next {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../img/direction-arrow.png) no-repeat 0 0;
    background-position: -50px 0;
  margin: 0 0px;
}
/*	=====================================sdfsdfsdfsdfs======================*/
#navigation, .navbar-default {
    border-bottom: solid 5px #f79633;
}

.affix {
  width: 100%;
    z-index: 999;
}
.welcome{
	color: #fff;
	font-size: 40px;
	position: absolute;
	z-index: 99;
	background: rgba(75, 75, 75, 0.6);
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 20px;
	margin-top: -128px;
	}
	
	
@media (max-width: 768px)
{
.welcome{
		font-size: 33px;
			margin-top: -112px;
	}
	.arrow-text{
		margin-left:15px;
		}
}

@media (max-width: 480px)
{
.welcome{
		font-size: 20px;
    margin-top: -64px;
	padding: 10px;
	}
	.arrow-text{
		margin-left:15px;
		}
}