html{
	overflow-y: scroll;
}

body{
	background: url(../images/Grey_Starfield.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 !important;
	padding: 0 !important;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #565656; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #828282; 
}

.header-cont{
	background: #161616;
	background: url(../images/SWBanner.png);
	background-image: -webkit-linear-gradient(left, 
		rgba(22,22,22,1) 0%, 
		rgba(22,22,22,0.1) 25%,
		rgba(22,22,22,0.0) 50%,
		rgba(22,22,22,0.1) 75%,
		rgba(22,22,22,1) 100%),url(../images/SWBanner.png); 	
	display: center;
    top: 0;
    width: 100%;
    height: 250px;
    z-index: -1;
    background-position: center;
	background-repeat: no-repeat;
	 background-size: 100%;
}

.logo-cont{
	background: url(../RSWRP_couk.png) no-repeat center;
	height: 100%;
	width: auto;
}	

.main-navbar{
	left: 20px; 
	right: 20px;
	background: #222;
	height: 80px;
	width: auto;
	
}

.main-navbar-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navbar-button{
	float: left;
	position: relative;
	background: #222;
	width: 100px;
	height: 100%;
	box-shadow: -1px 0px 0px 0px #353535, 1px 0px 0px 0px #353535;

}

@font-face{
	font-family: 'DINCustom';
    src: url('https://rswrp.co.uk/hosted/D-DIN.otf');
}

.main-navbar-caption{
	font-family: DINCustom;
	font-size: 10pt;
	font-weight: 600;
	text-align: center;
	display: block;
	color: #919191;
}

.main-navbar-button:hover{
	filter: brightness(75%);
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.main-navbar-button>img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	height: 30px;
	width: 30px;
}

.main-wrapper{
	margin-left:20%;
	margin-right:20%;
	background: #151515;
	
}

.module-header{
	border-top: 2px solid rgba(170,170,170,0.25);
    border-bottom: 2px solid rgba(170,170,170,0.25);
    margin: 2.04em 0 1.00em;
    padding: 0.20rem 12px 0.20rem;
    box-sizing: border-box;
}

.module-title{
	font-family: 'Lato', sans-serif;
	font-size: 1.00rem;
    line-height: 1.00rem;
    color: #ddd;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
	display: inline-block;
	font-weight: 800;
}

.main-text{
	color: #ddd;
	font-family: 'Lato', sans-serif;
}

.main-text i{
	color: #bbb;
	font-size: 10pt;
}

.main-text b{
	color: #b5a350;
	font-weight: 10;
}

.mtfbwy{
	color: #1DF0F4;
	font-style: italic;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080"; 
}

ol.carousel-indicators {
	
	top: 0;
}

.carousel-controls{
	position: relative; 
	width: 300px;
	margin: 0 auto;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -45% !important; 
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	margin-right: -45% !important; 
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
	width: calc(100% / 28);
	height: 3px;
	margin: 0;
	border-radius: 0;
	border: 0;
	background: rgba(7, 7, 7, 0.65);
	margin-bottom: 20px;
}

ol.carousel-indicators li.active {
	background: #42849e;
}

.timeline-container{
	
}

.timeline-text-duration{
	padding-top: 5%;
	padding-left: 15%;
	color: #a0a000;
	font-weight: 7;
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 1px;
}

.timeline-text-title{
	color: #ddd;
	font-weight: bold;
	font-size: 30pt;
	padding-left: 15%;
	text-shadow: 3px 3px #222222;
}

.timeline-text-main{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	margin-bottom: 10%;
}

/* News banners */

.newsbar{
	width: auto;
	display: inline-block;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newslet{
	float: left;
	position: relative;
	height: 155px;
	width: 353px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 15px;
	box-shadow: inset 2px 2px 50px 2px #000000;
}

.news-container{
	height: 155px;
	width: 353px;
	
}

.news-text{
	font-family: 'Lato', sans-serif;
	color: #ACA350;
	background: rgba(20,20,20,0.7);
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
	font-size: 1.000rem;
}

.news-container-right{
	/*height: 155px;
	width: 100px;
	float: right;
	background: url(../images/news-right.png);*/
}

.signature-container{
    border-bottom: 2px solid rgba(170,170,170,0.25);
    margin: 2.04em 0 1.00em;
    padding: 0.20rem 12px 0.20rem;
    box-sizing: border-box;
}

.signature-text{
	font-family: 'Lato', sans-serif;
	font-size: 0.800rem;
    line-height: 1.00rem;
    color: #ddd;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
	display: inline-block;
	font-weight: 800;
}

footer{
	font-family: 'Lato', sans-serif;
	color: #c5c5c5;
	font-size: 9pt;
	position:fixed;bottom:0;
    width:100%;
    display:block;
}

footer a{
	color: #ACA350;
}

footer a:active{
	color: #ACA350;
}

footer a:hover{
	color: #ACA350;
}

footer a:visited{
	color: #ACA350;
}
