.carousel-inner {
position:relative;
width:100%;
height: 600px;
 }

.container-fluid {
padding-right:0px;
padding-left:0px;
margin-right:auto;
margin-left:auto;
}

.navbar {
position:relative;
min-height:90px;
margin-bottom:0px;
border:0px solid transparent 
}

.navbar-inverse {
background-color:transparent;
background-image: url('../img/cdn-banner_nrc.jpg');
background-color:#fff;
border-color:#fff 

}


.carousel-control {
position:absolute;
top:0;
bottom:0;
left:0;
width:15%;
font-size:20px;
color:blue;
text-align:center;
text-shadow:0 1px 2px rgba(0,0,0,.6);
background-color:rgba(0,0,0,0);
filter:alpha(opacity=50);
opacity:.5 }


.carousel-control:focus,.carousel-control:hover {
color:blue;
text-decoration:none;
filter:alpha(opacity=90);
outline:0;
opacity:.9 }


.carousel-indicators li {
display:inline-block;
width:10px;
height:10px;
margin:1px;
text-indent:-999px;
cursor:pointer;
background-color:#000\9;
background-color:blue;
border:1px solid blue;
border-radius:10px }

.carousel-indicators
.active {
width:12px;
height:12px;
margin:0;
background-color:#fff }

.antis1 {
font-size:10px;
color:#000;
font-weight: normal;
font-style:  italic;
}

.antis2 {
font-size:12px;
color:#000;
font-weight: normal;
font-style:  italic;
}

/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
 
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: green;

}



    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 2300px;
    	}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

#myNavbar {
 }
