@font-face
{
	font-family: viper;
	src: url('font/VIPER__.TTF');
}
html 
{
	background:#000;
	color:#fff;
	font-family: "Myriad Pro";
}
#wrapper {
	position:relative;
	width:1920px;
	height:1080px;
	overflow-x:hidden;
	overflow-y:hidden;
}
h1,h2 {
	font-family: viper, "VIPER NORA";
	font-weight:normal;
}
h2 {
	/*font-size: 48px;*/
font-size: 28px;

}
.left-col, .right-col {
	position:relative;
	margin-left:100px;
	margin-top:100px;
	width:810px;
	height:880px;
	float: left;
}
.left-col img, .right-col img{
	border: 10px solid white;
	position:relative;
	width: 790px;
}
 .right-col video{
	border: 10px solid white;
}
p.intro, p.bodytext {
	font-size:24px;
	margin-top: 30px;/*was 50px*/
}

.button,.low-button,.web-link {
	width:250px;
	height:100px;
	line-height:100px;
	text-align:center;
	background: #bf3731;
	color:#fff;
	font-size:36px;
	font-family: viper,"VIPER NORA";
}
.low-button, .web-link {
	height: 50px;
	line-height:50px;
	font-size: 24px;
	width:350px;
	left:0px;
	right:0px;
}
.web-link {
	height:60px;
	margin-top:25px;
	line-height:30px;
	text-align: left;
	width: 320px;
	padding:15px 15px;
	font-family: "Myriad Pro";
	font-weight:bold;
	background: #fff;
	color: #bf3731;	
	background: url('img/white_btn.png');	
}

.web-link span {
	background:#fff;
}
.web-link.active span {
	background: #bf3731;
}
.web-link:nth-of-type(2) {
	background: url('img/white_btn.png') 130px;
}
.web-link:nth-of-type(3) {
	background: url('img/white_btn.png') 280px;
}
.web-link:nth-of-type(4) {
	background: url('img/white_btn.png') 560px;
}
.web-link:nth-of-type(5) {
	background: url('img/white_btn.png') 0px 100px;
}
.web-link:nth-of-type(6) {
	background: url('img/white_btn.png') 280px 100px;
}
.web-link:nth-of-type(7) {
	
}
.web-link:nth-of-type(8) {
	
}
.web-link.active {
	background: url('img/red_btn.png');
	color: #fff;	
}
.web-link data {
	display:none;
}
#asl-view  h1 {
	margin: 100px 0px 0px 100px;
	font-size: 200px;
}
#asl-view h2 {
	margin:0px 0px 0px 100px;
	font-size: 80px;
}
#intro-view .right-col img, video {
	position:absolute;
	bottom:0px;
}
#intro-view h1 {
	margin-bottom:30px;
}
#isric-logo {
	right: 0px;
	top:0px;
	width: auto;
	border: none;
}
#start-button {
	background: url('img/red_btn.png');
	position:absolute;
	right:0px;
	bottom:0px;
}
#start-button:hover {
	background: url('img/white_btn.png');
	color: #bf3731;
}
#start-button span {
	background: #bf3731;
}
#start-button:hover span {
	background: #fff;
}
h1, h1, .title p { 
	font-size: 80px;
}
#bg {
	position:fixed;
	width:1920px;
	height:1080px;
	background: url('img/background.png');
	background-size: 100%;
}
* {
	margin: 0px;
	padding: 0px;
	overflow-y:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.view {
	position: absolute;
	width:1920px;
	height:1080px;
}
#asl-view {
	background: url('img/asl.png');
}
#intro-view {
	top:1080px;
}
#input-view {
	top:1080px;
}
#info-view {
	top:1080px;
}
#video-view {
	top:1080px;
}

#navigation {
	position:absolute;
	padding:25px;
	width:350px;
	top:0px;
	bottom:0px;
}
#web-frame {
	position: absolute;
	width:1470px;
	height:1030px;
	padding:25px;
	left:400px;
	background: rgba(0,0,0,0.6);
	border:none;
}
#navigation ul {
	position:absolute;
	bottom:25px;
}
#video {
	width: 1920px;
	height:1080px;
}
#end-video {
	position: absolute;
	right:0px;
	top:0px;
	font-family: viper,"VIPER NORA";
	background:black;
	width: 100px;
	height:100px;
	text-align: center;
	line-height:100px;
	font-size: 40px;
}
#back-button {
	background: url('img/red_btn.png');
	text-align: left;
}
#back-button:hover {
	background: url('img/white_btn.png');
	color: #bf3731;
}
#back-button span {
	background: #bf3731;
	padding-left: 60px;
	background:#bf3731 url('img/white_arrow.png') no-repeat 0px -12px;
}
#back-button:hover span {
	background: #fff;
	background: #fff url('img/red_arrow.png') no-repeat 0px -12px;
}
.links-title {
	/*margin-bottom: 80px; overlaps the back buttonif 8 links*/
margin-bottom: 40px;
}


a:visited
{
	color: #DD127B;

}
a:link
{
	color: #BF3731;
}
/*IH*/

.ds-left 
{
  	width: 500px;/*was 450*/
	float:left;
	overflow: auto; 
	max-height: 800px; 
}

.ds-right 
{
  width: 850px;/*was 870*/
  float: right;
}
body, .field-name-body
{
	color:white;
	background:black;
}

#web-frame {
	color: #fff;
	/*font-family: "Myriad Pro";*/
}
p, .node-type-soil-theme-station-b p {
	padding:0px;
	max-width: 450px;
	font-weight:normal;
}
.node-type-soil-theme-station-b h1
{
	max-width: 950px!important;
}

h1 {
	margin-top: 0px;

	margin-bottom:25px;
	font-size:40px;
}
h2 {
	font-size:30px;
	font-weight: normal;
}
p {
	font-size: 20px;
/*color: #BF3731;*/
}

body {
	margin:0px;
	/*background: rgba(0,0,0,0.6);*/
}
::-webkit-scrollbar {
	width: 50px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}
 
::-webkit-scrollbar-track-piece  {
	background-color: rgba(255,255,255,0.1);
	height:20px;
}
 
::-webkit-scrollbar-thumb:vertical {
	background: #bf3731;
	max-height: 150px;
}
.image-holder, .field-name-field-image-holder {
	position: relative;
	float: right;
	width: 870px;
	clear: right;
	margin-bottom: 50px;
	margin-right: 25px;	
}
table {
	color: #fff !important;
	position: relative;

	width: 870px ;
	clear: right;
	border: 1px thin #fff;
	margin-right: 25px;	
	margin-bottom: 50px;
	margin-left:23px;
}
.view-themestation-blayer-images table
{
	margin-bottom: 0px
}
.ds-left table

{
	width:289px!important;
}
 
table .reportBodyTekst, table table {
	width: auto !important;
}
table, tr, td, .reportPageTitle {
	color: #fff !important;
	/*border: 1px solid #fff;*/
	border-spacing:0px;
}
table table, table table tr, table table td, .reportPageTitle 
{
	color: #fff !important;
	border: none;
	margin-bottom: 0px;
}
table table 
{
	float: left;
}
img {
	position:relative;
	/*width: 870px;	*/
	margin-bottom:15px;
}
.image-holder span 
{
	font-size: 20px;
}


.field-name-field-image-holder span 
{
	font-size: 18px;
}
video
{
	width:200px;
}
.views-field-field-gallery-immage p
{
	max-width:850px;
font-size:18px!important;
}

.view-themestation-blayer-images .view-content
{
	height:800px;
}
.node-type-soil-theme-station-b .breadcrumb
{
	display:none;
}

/*Used for A-level*/
.bodytext p, .ds-left .field-name-body,  .ds-left p

{
	font-size:26px;
	font-weight:100;
}
.pager li {
    /*background-image: rodebol50.jpg;*/
    display: inline;
    /*list-style-type: circle;*/
list-style-image:url('img/rodebol50.jpg');
    padding: 0.5em;
}

.pager li.pager-item {
	background-image: url("img/circle_white.png") !important;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: inline-block !important;
	margin: 0px;
	padding: 0px; 

}
.pager a {
	width: 30px !important;
    padding: 5px 10px;
    height: 40px !important;
    display: inline-block !important;
    color: #fff !important;
}
.pager a:active {
	background: url('img/red_btn.png') !important;
	color: #fff !important;
}
.pager li.pager-current {
	background-image: url("img/circle_red.png") !important;
		background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: inline-block !important;
	margin: 0px;
	padding: 0px;
	color: #bf3731;
}
.pager-next, .pager-last, .pager-first, .pager-previous {
	display:none !important;
	width: 0px !important;
	height:0px !important;
	visibility:hidden !important;
	margin: 0px !important;
	padding: 0px !important;
	
}

body, p, div {
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
}

h1, h2, h3 {
    font-family: 'News Cycle';
    font-style: normal;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'VIPER';
    font-style: normal;
    font-weight: normal;
}
