.header-top-bg {
/*background-image: url("../img/nindanix-header-bg.png");*/
background-repeat: no-repeat;
background-position: center;
background-size: cover
}
.panel-header-bg {
border-color: #076e72;
background-image: linear-gradient(280deg, #076e72, #27a6ab);
}      
.carousel-inner {
width: 100%;
max-height: 400px !important;
}
.carousel-inner img {
width: 100%;
height: 300px !important;
}
.list-inline li a{
font-weight:700;
font-size: 15px !important;
color: #076e72;
}
.navbar-default .navbar-nav a img.close-image, .navbar-default .navbar-nav>.open>a img.open-image{
display: none !important;
}
.fa-download{
	background:none !important;
	color: #833d97!important;
    border-radius: 50%!important;
    border: 1px solid!important;
}
.beacon-panel{
	color: #0c777b;
	line-height: normal;
	font-size:21px;
	border: 2px solid #793b98;
    padding: 10px;
    border-radius: 20px;
}
.paddingTop-20-Bottom-30{
	padding-top: 20px;
    padding-bottom: 30px;
}
.beacon-img-section{
	width:100%;
	height:250px;
}
.beacon-box-info{
	margin-top: 10%;
}
.beacon-text-box{
	text-align: left!important;margin-top: 20px!important;margin-left: 0px!important;background: #ffffff!important;padding: 10px!important;
}
.beacon-text-box-2{
   text-align: left!important;margin-top: 20px!important;margin-left: 0px!important;background: #f3eaea!important;padding: 10px!important;border: 1px solid #d4cdcd!important;
}

carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(206, 200, 200, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
}