.goneRED {
	background: rgba(168, 31, 44, .6)!important
}

#intro {
	background-color: rgba(0, 0, 0, 0);
}

.flash {
	animation: flash-change .1s;
}

.flasher {
	animation: flash-change .3s;
}

@keyframes flash-change {
	0% {
		background-color: rgba(45, 53, 97, .8);
	}
	50% {
		background-color: rgba(45, 53, 97, .2);
	}
	100% {
		background-color: rgba(45, 53, 97, .8);
	}
}

.filtering {
	animation: filter-change 6s
}

@keyframes filter-change {
	0%,
	100% {
		background-color: rgba(168, 31, 44, .6);
	}
}

.hidden {
	animation: hideThat 0.1s forwards;
}

.show {
	animation: showThat 0.1s forwards;
}

@keyframes hideThat {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes showThat {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	1% {
		opacity: 0;
		visibility: visible;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.blank {
	background: #000
}

nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding-left: 8px!important;
	padding-right: 8px!important;
	z-index: 12222;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 68px;
}

.collick,
#collicker {
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
}

#collicker {
	margin-top: 120px;
	margin-bottom: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.3rem;
	font-weight: 300;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.1;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	color: #FFF;
	text-align: center
}

h2 {
	font-size: 1.4rem;
	margin-top: 1rem!important;
	margin-bottom: 1rem!important;
}

h5 {
	font-size: 0.8rem;
	margin-top: 1rem!important;
	margin-bottom: 1rem!important;
}

#intro h1,
#intro h2,
#intro h3,
#intro h6 {
	text-align: right
}

#intro p {
	margin: 0 0 1rem;
	font-size: 1.1rem;
	padding: 0 0.4rem;
}

#navWRAP a,
.tab-headling-grey {
	background-color: rgba(121, 153, 69, .9);
}

.strapline {
	font-size: 0.8rem;
	margin-top: 1.1rem;
	margin-bottom: 0.1rem;
	color: #FFF;
	position: relative;
	top: -20px;
	display: block
}

mark {
	background-color: rgba(255, 0, 15, .3);
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*
h3 {
	font-size: 1.1rem;
	margin-top: 1rem;
	margin-bottom: 1rem!important;
	margin-top: 1rem!important;
}
*/

p {
	line-height: 1.6rem;
}

#intro,
.intro-body {
	box-sizing: border-box;
	display: table-cell;
	/*
	vertical-align: middle
	  position:absolute;
	  */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
	/* Remove this line if it's not going to be a background! */
}

#intro .intro-body .brand-heading {
	font-size: 2rem;
}

#intro .intro-body {
	font-size: 1rem;
	margin: 8px 0px
}

#intro .intro-body .intro-text {
	font-size: 18px
}

#intro {
	display: table;
	text-align: center;
	width: 100%;
}


/*#letsSUGGEST{display:none;}*/

#letsSUGGEST,
#alsoVIEWED,
#about,
#filterBASE,
#filterQUANT,
#filterDATA,
#smallPRINT,
#letsCOMPETE,
#data-section {
	padding-bottom: 2rem;
	padding-top: 1rem;
	width: 100%
}

#about {
	background: rgba(19, 69, 103, .6)
}

#filterBASE {
	background: rgba(45, 77, 164, .9);
}

#filterQUANT {
	background: rgba(45, 53, 97, .9);
}

#letsSUGGEST,
#letsIMAGES {}

#alsoVIEWED {
	background: rgba( 83, 110, 183, .4);
}

#aboutDATA {
	padding-top: 8px;
	padding-bottom: 8px;
	/*	background: rgba(45, 77, 164,.8); */
}

#smallPRINT,
#infoBAR {
	background: rgba(0, 48, 81, 0.4);
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#letsCOMPETE {
	background: rgba(0, 48, 81, 0.4);
}

.sect-on {
	visibility: visible
}

.sect-off {
	visibility: hidden!important;
	padding: 0!important
}

h4 {
	margin-bottom: 32px
}

@media only screen and (min-width:768px) {
	.starting {
		padding: 0px
	}
	#intro {
		font-size: 2rem;
		/*
		margin: 32px 0px
		
		
			  position:absolute;
			  
			  */
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		z-index: -1;
		/* Remove this line if it's not going to be a background! */
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0 0 35px;
		font-weight: 400;
		line-height: 1.1;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	p {
		font-size: 1rem;
		line-height: 1.6rem;
		/*text-align: right*/
	}
	#intro .intro-body .brand-heading {
		font-size: 4rem;
		margin: 0;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 0.1rem;
		font-weight: 700;
	}
	#intro .intro-body .intro-text {
		font-size: 2rem
	}
	.container {
		width: 750px
	}
}

@media only screen and (min-width: 992px) {
	.container {
		width: 962px
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		padding: 0;
		width: 1170px
	}
}

@media only screen and (max-width:400px) {
	#intro .intro-body {
		vertical-align: unset;
		padding-top: 0px
	}
}

@media only screen and (max-width:320px) {
	#intro .intro-body {
		vertical-align: unset;
		padding-top: 0px
	}
}