@import url(//fonts.googleapis.com/css?family=Archivo+Black|Open+Sans);


html {
       overflow-y: scroll;
}
body {
	background-color: #fff;
	margin: 0;
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	text-rendering: optimizeLegibility
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
tr:nth-child(odd) {
	background-color: #f3f3f3; 
}
tr:nth-child(even) {
	background-color: #fff; 
}
th {
	text-align: left;
	padding: 10px 6px;
	background-color: #333;
	vertical-align: top;
	border: 0;
	color: #fff;
}
td{
	padding: 6px;
	vertical-align: top;
	border: 0;
}
table {
	border-collapse: collapse; 
	width: 100%; 
	border: 0 ;
	color: inherit;
	font-size: inherit;
} 
img {
	max-width: 100%;
	border: 0;
} 
input, textarea, select {
	font-family:  "Segoe UI", Calibri,Tahoma , Geneva, Verdana, sans-serif;
	font-size: 15px;
	border-radius: 10px;
	padding: 7px;
	border: 2px solid #8996a4;
	background-color: #fff;
} 




#header {
	background-color: #fff;
	box-shadow:0 0 10px rgba(220,220,220, 0.6) inset;
}
.header {
	max-width: 990px;
	margin: auto; 
}
@media only screen and ( max-width: 640px ) 
		
		{
.header img {
	max-width: 100vw;
	max-height: 25vw;
}


}
.lang {

	text-align: right;
	font-size:13px;
	color: #FFFFFF;
	padding: 10px 30px;
	float: right; 
	color: #333
} 

.lang a {
	color: #333;
	text-decoration: none;
	padding: 10px;
}

.lang a:hover {
	color: #000;
	text-decoration: underline;	
}


/* drop down menu */

.nav {
	margin: auto;
	width: 960px;
}
.navigation{
	height: 42px;
	background-color:#333;
	text-align: center;
}
.clearfix::after
{
	content: '';
	display: table;
	clear: both;
}


#nav
		{
			width: 60em; /* 1000 */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			width: 100%;
			position: relative;
			margin: -15px 0 0 0;
			z-index: 10000;
		}

#nav > a
			{
				display: none;
			}

#nav li
			{
				position: relative;
				list-style: none; 
			}
#nav li a
				{
					color: #fff;
					display: block;
					text-decoration: none; 
				}
#nav li a:active
				{
					background-color: #666 !important;
				}

#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

/* first level */

#nav > ul
			{
				height: 42px;
				background-color: #333;
			}
#nav > ul > li
				{
				/*	width: 25%; 
					height: 100%;*/
					float: left;
				}
#nav > ul > li > a
					{
					/*	height: 100%;*/
						font-size: 14px; /* 24 */
						line-height: 1.5em; /* 60 (24) */
						text-align: center;
						padding: 10px 20px 10px 20px;

					}
#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #cc470d;
						}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #000;
						}


/* second level */

#nav li ul
				{
					background-color: rgba(30,30,30, 0.8);
					display: none;
					position: absolute;
					top: 100%;
					width: 200px;
					text-align: left;

				}
#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
#nav li ul a
						{
							font-size: 0.9em; /* 20 */
							border-top: 1px solid #000;
							padding: 0.75em; /* 15 (20) */
												margin-left: -40px;

						}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
							{
								background-color: #666;
							}







@media only screen and ( max-width: 990px )
		
{
.hifiblock, .problock{
	float: none !important;
	width: 100vw !important;
	font-size: 20px !important;
	
} 		
		
.nav {
	margin: 0;
	width: auto;
}
.navigation{
	height: auto;
	background: none;
}

		
		
		
#nav
			{
				position: relative;
				top: auto;
				left: auto;
				margin: 0 0 0 0;
			}





#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #000;
					position: relative;
					}
#nav > a:before,
#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
#nav > a:after
					{
						top: 60%;
					}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;

			}
#nav:target > ul
				{
					display: block;
				}
#nav > ul > li
				{
					width: 100%;
					float: none;
				}
#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding:  0.833em; /* 20 (24) */
					}
#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 0;
						}


/* second level */

#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
					background: none; 
					margin-left: 50px;
				}
		}
		
/* footer nav */

#nav2
		{
			width: 60em; /* 1000 */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			width: 100%;
			position: relative;
			margin: -15px 0 0 0;
			z-index: 2;

		}

#nav2 > a
			{
				display: none;
			}

#nav2 li
			{
				position: relative;
				list-style: none; 
			}
#nav2 li a
				{
					color: #fff;
					display: block;
					text-decoration: none; 
				}
#nav2 li a:active
				{
					background-color: #666 !important;
				}

#nav2 span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #fff;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

/* first level */

#nav2 > ul
			{
				height: 42px;
				background-color: #333;
			}
#nav2 > ul > li
				{
				/*	width: 25%; 
					height: 100%;*/
					float: left;
				}
#nav2 > ul > li > a
					{
					/*	height: 100%;*/
						font-size: 14px; /* 24 */
						line-height: 1.5em; /* 60 (24) */
						text-align: center;
						padding: 10px 15px 10px 15px;
	background-color: #333333; 
					}
#nav2 > ul > li:not( :last-child ) > a
						{
	border-right: 1px solid #cc470d;

	
						}
#nav2 > ul > li:hover > a,
#nav2 > ul:not( :hover ) > li.active > a
						{
							background-color: #000;
						}		
		
		
		

.bw{
	width: 100%;
	min-height: 500px;
	max-height: 80%;
    background-repeat: no-repeat;
    background-color: #000;
	background-position:center center;
	background-size: contain;

}
.bigheader{
	font-size: 60px;
	color: #fff;
	line-height: 60px;
	margin: auto !important;
	font-family: Archivo Black, Arial, Helvetica, sans-serif;
	transition: 1s;
	text-shadow: 3px 3px rgba(0,0,0,0.8);
	max-width: 950px;

}
.bigheader a {
	color: #fff;
	text-decoration: none;
} 
.bigheader div {
	padding: 100px 100px 10px 10px;
	text-align: right;
}
.bullettext {
	text-align: right;
	max-width: 700px;
	color: #fff; 
	font-size: 15px; 
	margin: 50px auto 0 auto;
	line-height: 170%; 
	position: absolute;
	bottom: 0; 
	right: 0;
	width: 100%; 
	background-color: rgba(0,0,0,0.6);
}
.bullettext div{

	padding: 20px;
/*	border-radius: 10px; */
	max-width: 500px;
	float: left; 

}

#rock {
	background-image:url('images/rock-front.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#dsp {
	background-image:url('images/dsp-gui.png');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rock04 {
	background-image:url('images/rock04.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rock31 {
	background-image:url('images/ROCK-MKIII-ANGLE.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rock32 {
	background-image:url('images/ROCK-MKIII-ANGLE-UP1.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rock33 {
	background-image:url('images/ROCK-MKIII-ANGLE-DOWN.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rock34 {
	background-image:url('images/ROCK-MKIII-STRAIGHT.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rockhifi2 {
	background-image:url('images/rockhifiangled.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#rockhifi3 {
	background-image:url('images/rockhifiback.jpg');
	background-size: contain;
	background-color: #000;
	background-position:30% center;

}
#pebble {
	background-image:url('images/pb-black.jpg');
	background-color: #000;
	background-position:30% center;

}
#gray {
	background-image:url('images/gray.jpg');
	background-size: cover;
	background-position:center top;


}
#howlett {
	background-image:url('images/liam_howlett.jpg');
	background-size: contain;
	background-position:30% center;

}
#thomas {
	background-image:url('images/jolyon_thomas.jpg');
	background-size: contain;
	background-position:30% center;

}
#lisson {
	background-image:url('images/lisson-grove.jpg');
	background-size: contain;
	background-position:center center;

}
.blur{
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat; 
	display: block;

}
#newsimage{
	width: 100%;
	min-height: 500px;
	background-size: contain;
	background-position:center center;
	background-repeat: no-repeat; 
   
}
#backcover{
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat; 
   
}
#backcovercenter{
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
   
}
#backcontain {
	background-size: contain;
	background-position:30% center;

}
#backnotcover{
	max-width: 1200px;
	min-height: 500px;
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat; 
	margin: auto; 
}


#lisson2 {
	background-image:url('images/lisson2.jpg');
	background-size: cover;
	background-position:center center;
}
#pebble2 {
	background-image:url('images/pebble2.jpg');
	background-color: #000;
	background-position:20% center;
	background-size: contain;

}
#bam {
	background-image:url('images/bambam_front.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;

}
#monolith {
	background-image:url('images/monolith03.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;

}
#monolith2 {
	background-image:url('images/monolith01.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;

}
#monolith3 {
	background-image:url('images/monolith04.jpg');
	background-color: #000;
	background-position:60% center;
	background-size: contain;

}
#monolith4 {
	background-image:url('images/monolith02.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;

}
#avalanche {
	background-image:url('images/avalanche.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;

}
#avalanche2 {
	background-image:url('images/avalanche_control_large.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;

}
#boulder {
	background-image:url('images/boulder2.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#boulderback {
	background-image:url('images/boulder-back.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#boulderfront {
	background-image:url('images/boulder-front.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#rockpro {
	background-image:url('images/rockproangled.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#rockpro2 {
	background-image:url('images/rockproangled2.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#rockpro3 {
	background-image:url('images/rockproback.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#rockpro4 {
	background-image:url('images/rockprostraight.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#superrock {
	background-image:url('images/super-rock-angled.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#superrock2 {
	background-image:url('images/superrock2.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#superrock3 {
	background-image:url('images/super-rock-angled.jpg');
	background-color: #000;
	background-position:10% center;
	background-size: contain;
}
#minirock {
	background-image:url('images/mini-rock-2018-1.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#minirock2 {
	background-image:url('images/mini-rock-2018-2.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#minirock3 {
	background-image:url('images/mini-rock-2018-3.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#babe {

	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#monoliths {
	background-image:url('images/monoliths.jpg');
	background-color: #000;
	background-position:30% center;
	background-size: contain;
}
#maintext{
	max-width: 930px;
	padding: 30px 50px;
	font-size: 14px;
	color: #333;
	line-height: 180%; 
	margin:auto;
}
#maintext blockquote{
	background-color: #eee;
	font-style: italic;
	font-weight: bold; 
	padding: 1vw;
}
#maintext h1 {
	background-color: #333333;
	color: #fff;
	padding: 15px 50px;
	font-weight: 400;
} 
.news div:nth-child(odd) {
	background-color: #f3f3f3; 
	padding: 10px 3vw;
}
.news div:nth-child(even) {
	background-color: #fff; 
	padding: 10px 3vw;
}
.hifiblock{
	width: 50%;
	background-color: #333;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	line-height: 70px;
	text-align: center;
}
.problock{
	width: 50%;
	background-color: #000;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	line-height: 70px;
	text-align: center;
	float: left;
}
.hifiblock a, .problock a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.hifiblock a:hover, .problock a:hover{
	background-color: #444;
}

 img.newsthumb {
	width: 150px;
	height: 150px;
	border-radius: 4px;
	float: right;
	margin	: 20px 0 20px 20px;
}
.news h2 a{
	text-decoration: none;
} 
.news p a:after{
    content: "";
	clear: right;
	display: table;
}
.pdfdate{
	text-align: left !important;
}
.inlinepics{
	max-width: 250px;
	float: right;
	margin: 0 0 0 50px; 
}



#maintext a{
	color: #000;
}
#maintext a:hover{
	color: #555;
} 
#maintext p{
	text-align: justify;
	padding: 0 3px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; 
	max-width: 930px;
	margin: auto; 
	justify-content: center;
}
.flex a{
	color: #000;
	text-decoration: none; 
}
.artists, .reviews, .prod {
	flex: 1 1 300px;
	display: block; 
	line-height: 140%; 
	font-size: 14px;
	vertical-align: top;
}
.artists img {
	max-width: 300px; 
}
.artists h3, .artists p{
	padding: 10px; 
}
.reviews {
	height: 250px;
}
.prod {
	min-height: 250px;
	background-color: #ddd; 
}
.artists h3, .reviews h3, .review h3, {
	margin: 5px 0 5px 0;
	font-size: 16px;
}
.prod h3{
	margin: 10px 10px 5px 10px;
	font-size: 16px;
}
.artist {
	text-align: center; 
}
.artist img{
	max-width: 100%; 
} 
.review {
	height: 475px;
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 0 30px 10px 0;
	line-height: 140%; 
	font-size: 13px;
}

#footer{
	min-height: 370px;
	padding: 30px 50px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	border-top: 3px solid #CC470D;
	line-height: 180%; 
	clear: both;
}
#footer .text{
	max-width: 930px;
	margin:auto;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
	transition: 2s;
	color: #C3EA27; 

}
#footer .social {
	float: right;
	width: 200px;
	padding-bottom: 30px;
}
#footer .social img {
	margin: 0 7px;
}
#footer .products{
	width: 300px;
	float: right;
	padding-bottom: 30px;
}
#footer .address {
	width: 300px;
	float: left;
}
.clear {
	clear: both;
}
.table1 td {
	background-color: #fff;
	text-align: center; 
} 
.table1 img {
	height: 140px; 
}
.awards{
	text-align: center;
}
.awards img{
	width: 164px !important;
	margin: 20px;
	float: none !important; 

} 
.mediaimages img {
	margin: 5px 10px;
	vertical-align: middle;
} 

.oops {
	font-size: 200px;
	float: right;
	line-hight: 200px;
	margin-top: 50px;
}
#contact td {
	padding: 5px 30px;
}
.iw {
	background-color: #222;
	font-size: 10px;
	padding: 4px 100px;
	text-align: right;
} 
.iw a{
	color: #aaa;
	text-decoration: none;
} 
.icons {
	text-align: center;
	padding: 20px;
	background-color: #2a2a2a;
}
.icons img {
	margin: 20px;
    vertical-align: middle;
} 
.greybox{
	padding: 20px 50px;
	background-color: #444;
	color: #fff;
	font-size: 20px; 
	line-height: 30px;
	border-top: 3px solid #CC470D;
}
.greybox img {
	float: left;
	margin: 0 50px 0 0;
	vertical-align: middle;
	max-height: 120px; 
} 
.notbold {
	font-weight: 400;
}
#mc_embed_signup form {
	padding: 0 0 0 0 !important;
	max-width: 890px;
	margin: auto;
} 
#specpic{
	text-align: center;
} 
#specpic img {
	margin: 20px; 
} 
.somepics {
	text-align: center;
}
.somepics img{
	margin: 20px;
	max-width: 200px;
	height: auto;
}
.flexnews {
	justify-content: center;	
	display: flex;
	flex-wrap: wrap;
}
.flexnews a{
	color: #fff !important;
	text-decoration: none;
	display: block;
	height: 130px;
}
.flexnews .newsdiv {
	width: 150px;
	height: 150px;
	margin: 0 10px 20px 10px   ;
	background-size: cover;
} 
.flexnews .newsdiv .newshumbs {
	width: 150px;
	height: 150px;
	border-radius: 4px;
	background-size: cover;
}
.flexnews .newsdiv .hidetext {
	background-color: rgba(0,0,0,0.6);
	opacity: 0; 
	height: 130px;
	transition: 0.5s;
	padding: 10px;
	overflow: hidden;
	line-height: 20px;
	font-size: 15px;
	
}
.flexnews .newsdiv .hidetext:hover {
	opacity: 1;
	color: #fff;
}
.downloads img{
	vertical-align: middle; 
	padding	: 0 50px 20px 0;
}
.downloads a span{
	text-decoration: none; 
	border-bottom: 1px dashed #666; 
	
}
.downloads  a{
	text-decoration: none; 
	
}







		@media only screen and ( min-width: 990px ) 
		
		{


#maintext .columns{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 55px; /* Chrome, Safari, Opera */
    -moz-column-gap: 55px; /* Firefox */
    column-gap: 55px;

}
}


		@media only screen and ( max-width: 990px ) 
		
		{


.inlinepics {
	float: none; 
	display: block;
}
#maintext{
	font-size: 16px; 
}
.artists, .reviews, .prod {
	flex: 1 1 40%;
}
.artists img, .reviews img, .prod img {
	width: 100%;
	max-width: none; 

}	
}




		@media only screen and ( max-width: 640px ) 
		
		{

.prod {
	width: 100%; 
	height: auto;
	text-align: center; 
}
.prod img {

	object-fit: contain;
}
#maintext{
	padding: 30px 20px; 
}
#maintext p {
	text-align: left; 
}
img.newsthumb {
	float: none; 
}
.artists, .reviews, .prod {
	flex: 1 1 100%;
}

}