.spaceTopBottom {margin-top:10px;margin-bottom:10px;}

/* bicubic resizing for non-native sized IMG:
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
#ie7 img { -ms-interpolation-mode: bicubic; }



body {

background: rgb(221,221,221); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(252,252,252,1) 15%, rgba(255,255,255,1) 50%, rgba(252,252,252,1) 85%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,1)), color-stop(15%,rgba(252,252,252,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(85%,rgba(252,252,252,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(252,252,252,1) 15%,rgba(255,255,255,1) 50%,rgba(252,252,252,1) 85%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(252,252,252,1) 15%,rgba(255,255,255,1) 50%,rgba(252,252,252,1) 85%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(252,252,252,1) 15%,rgba(255,255,255,1) 50%,rgba(252,252,252,1) 85%,rgba(221,221,221,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(221,221,221,1) 0%,rgba(252,252,252,1) 15%,rgba(255,255,255,1) 50%,rgba(252,252,252,1) 85%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-8 */



}

header {
	padding-top:10px;
}

/***********************************************************************/
/********* NAV BAR STUFF ************************************/
/***********************************************************************/
.navbar-default {
	background-color:#545f65;
	text-transform:uppercase;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#CCC;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #545f65;
}
	.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>a:focus {
		color: #fff;
		background-color: #d82126;
	
}
}
@media (min-width: 768px) {
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #fff;
		background-color: #d82126;
	}
}


@media (min-width: 768px) and (max-width:992px) { 
	.nav>li>a {
		padding-left:10px;
		padding-right:10px;
	}
}

#searchForm  {
	margin-top:0px;
}

#searchForm input[type=text] {
	float:left;
	margin-top:10px;
	background-color:#4c555a;
-webkit-box-shadow: inset 0px 5px 3px 3px rgba(, 0, 0, 0.5);
        
        box-shadow: inset 0px 1px 2px 2px rgba(0 , 0, 0, 0.2);
		border:0px solid #000;
		padding:3px 3px;
		color:#a1aaaf;
}
#searchForm button {
	float:left;
	background-image:url(../img/search.png);
	background-color:transparent;
	width:22px;
	height:22px;
	margin-top:10px;
	border:none;
	display:block;
	cursor:pointer;
}



.navbar-default .navbar-brand {
	color:#fff;
}

/***********************************************************************/
/************** HOME PAGE SLIDER ***************************************/
/***********************************************************************/





.carousel-inner h2 {
	margin:0px;
	padding:0px;
	font-size:1.5em;
	color:#fff;
	background-color:#d82126;
	width:auto;
	float:left;
	padding:5px;
}

.carousel-inner p {
	clear:left;
	float:left;
	background-color:#011c37;
	color:#fff;
	font-size:1.1em;
	padding:5px;
	text-align:left;
}



@media screen and (min-width: 768px) {
.carousel-caption {
left: 10%;
right: 10%;
padding-bottom: 30px;
}
}







/***********************************************************************/
/************** HOME VIDEO ROW ***************************************/
/***********************************************************************/



.blurb {
	background-color:#cad0e0;
/*	height:100px;*/
}
.blurb p {
	padding:20px 10px;
	margin:0px;
}

.watchVideo {
/*		height:100px;*/
		background-color:#d82126;
}

.watchVideo a {
	display:block;
	text-align:right;
	color:#fff;
	padding:20px 10px 20px 0px;
}


/*SMALL DEVICSE*/
@media (min-width: 768px) { .blurb, .watchVideo {height:120px;}.watchVideo a {line-height:120px;padding:0px 10px 0px 0px;} }

/*MEDIUM DEVICSE*/
@media (min-width: 992px) { .blurb, .watchVideo {height:100px;}.watchVideo a {line-height:100px;padding:0px 10px 0px 0px;} }


#homeVideo .modal-content {background-color:#000;}


/***********************************************************************/
/************** HOME PRODUCT TILES ***************************************/
/***********************************************************************/

.weProduce {
	background-color:#f2f2f2;
/*	height:290px;*/
}

.weProduce h2 {
	margin:15px 0px 5px 10px;
	padding:0px;
	text-transform:uppercase;
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	color:#343d68;
}

.weProduce p {
	margin:15px 0px 15px 10px;
}

.tiles {
	margin-top:5px;
}

.tiles ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.tiles ul li {
	display:inline-block;
	width:45%;margin-right:2%;margin-left:2%;
	padding-bottom:0;
	margin-bottom:5px;
	overflow:hidden;
/*	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;*/
}

.tiles ul li a {
	background-color:#666;
/*	float:left;*/
	display:block;
/*	width:46%;margin-right:2%;margin-left:2%;*/
	padding-bottom:100%;
/*	margin-bottom:5px;
	overflow:hidden;*/
/*	height:100%;*/
	
	background-repeat:no-repeat;
/*	height:140px;*/
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	
	position:relative;
}

.tiles ul li a img {
	width:100%;
}

.tiles ul li a span { 
	position:absolute;
	bottom:5px;
	left:5px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-1px;
}
.tiles ul li a span:after { 
content:"+";
color:red;
}

.tiles ul li a.active span:after { 
content:"";

}

@media (min-width: 320px) {
.tiles ul li a {
/*	width:146px;margin-right:2px;margin-left:2px;*/
}
	}
	
@media (min-width: 530px) {
.tiles ul li {
	width:28%;margin-right:2%;margin-left:2%;
/*	width:156px;margin-right:2px;margin-left:2px;*/
/*	padding-bottom:29%;*/
}
	}

/*SMALL DEVICSE*/
@media (min-width: 768px) {
.tiles ul li {
	width:20%;margin-right:2%;margin-left:2%;
/*	padding-bottom:21%;*/
/*	width:156px;margin-right:2px;margin-left:2px;*/
}
	}

/*MEDIUM DEVICSE*/
@media (min-width: 992px) {
.tiles ul li {
	width:22%;margin-right:1%;margin-left:1%;
/*	padding-bottom:23%;*/
/*	width:156px;margin-right:2px;margin-left:2px;*/
}
.weProduce {height:295px;}
}
	
/*LARGE DEVICSE*/
@media (min-width: 1200px) {
	.weProduce {height:355px;}
	.tiles ul li a {
/*		height:170px;*/
	}
	
	.tiles ul {
		margin-right:-20px;
	}
	
.tiles ul li a span { 

	font-size:14px;
	letter-spacing:0px;
}
}





.tileDental {background-image:url('../img/tiles/dental.jpg');background-repeat:no-repeat;background-size:cover;}
.tileBiomedical {background-image:url('../img/tiles/biomedical.jpg'); background-repeat:no-repeat;background-size:cover;}
.tileInterleavant {background-image:url('../img/tiles/interleavant.jpg'); background-repeat:no-repeat;background-size:cover;}
.tileInvestment {background-image:url('../img/tiles/investment.jpg'); background-repeat:no-repeat;background-size:cover;}
.tileCoatings {background-image:url('../img/tiles/coatings.jpg'); background-repeat:no-repeat;background-size:cover;}
.tileEmbedment {background-image:url('../img/tiles/embedment.jpg'); background-repeat:no-repeat;background-size:cover;}
.tileAdhesives {background-image:url('../img/tiles/adhesives.jpg'); background-repeat:no-repeat;background-size:cover;}
.tileNano {background-image:url('../img/tiles/nano.jpg'); background-repeat:no-repeat;background-size:cover;}







/**********************************/
/**********************************/
.bottomRow {
	background-color:#cad0e0;
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.9em;
}
.bottomRow button {
width:100%;
	border:none;
	background-color:#d82126;
	padding:10px 10px 10px 10px;
	color:#FFF;

}

.salesEnquiries {
	padding:10px 10px 10px 10px;
	text-align:center;
}


/*SMALL DEVICSE*/

@media (min-width: 768px) {
	.salesEnquiries {text-align:right} 
}





/**********************************/
/**********************************/
footer {
	font-size:0.8em;
	border-top:30px solid #cad0df;
	padding-top:20px;
}
.copyright {text-align:center;margin-bottom:10px;}
footer ul {
	text-align:center;
	list-style:none;

}
footer ul li {
	display:inline;
	padding:0px 10px;
	border-left:1px solid #888c8d;
}

footer ul li:first-child {
	border-left:0px;
}


@media (min-width: 768px) {
	footer ul { text-align:right} 
	.copyright {text-align:left;margin-bottom:0px;}
}










/**********************************************/
/************ BREADCRUMBS ***************/
/**********************************************/

.breadcrumbs {
	margin-top:-10px;
	margin-bottom:10px;
	background-color:#e9ecf1;
	padding-top:5px;
	padding-bottom:5px;
}

.breadcrumb {
	display:inline;
	background-color:transparent;
	padding:0px 15px;
	color:#000;
	font-size:12px;
}

.breadcrumb>li+li:before {
	content: "\003E";
	color: #000;
}

.breadcrumb>.active {
	color: #000;
}

.printPage {
	text-align:right;
	color:#12202b;
	font-size:15px;
	
}

.printPage a {
	color:#12202b;
	text-decoration:none;
}

.printPage a:after {
	content: "\e045";
	font-family: 'Glyphicons Halflings';
	display:inline-block;
	margin-left:10px;
	
}




/*********************************************************/
/***************** Title Area ****************************/
/*********************************************************/
.titleArea {
	background-color:#f2f2f2;
	position:relative;
}
.titleArea .innerContent {
	position:absolute;
	bottom:10px;
	font-weight:bolder;
}
.titleArea .title {
	font-size:2.0em;
	color:#fff;
	background-color:#d82126;
	padding:5px;
	text-transform:uppercase;
	display:inline;
	white-space:pre;
}


.titleArea .title:after {
	content:"\A";
}

.titleArea .subTitle {
	background-color:#011c37;
	color:#fff;
	font-size:1.1em;
	padding:5px;
	margin:5px 0px 0px 0px;
	text-transform:uppercase;
	display:inline-block;
}

/*Medium DEVICSE*/
@media (min-width: 992px) {
	.titleArea {height:290px;}
}

/*LARGE DEVICSE*/
@media (min-width: 1200px) {
	.titleArea {height:350px;}
}







/*************************************************/
/*  RIGHT RAIL */
/**************************************************/

.getInTouch {
	background-color:#cad0df;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.getInTouch p {

}
.getInTouch button {
/*	width:100%;*/
	border:none;
	background-color:#d82126;
	padding:10px 10px 10px 10px;
	color:#FFF;
}

.getInTouch button:after {
	content:"\e080";
	font-family: 'Glyphicons Halflings';
	float:right;
	margin-right:5px;
	margin-left:10px;
}


.rightCol {
/*	margin-top:-20px;*/
}

.rightBox {
	background-color:#f2f2f2;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}

.rightBox p {
	text-transform:uppercase;
	color:#001c37;
	font-weight:bolder;
	font-size:1.1em;
	line-height:1.2em;
	padding-left:0px;
	padding-right:0px;
}

/*Large DEVICSE*/
@media (min-width: 1200px) {
	.rightBox p {
	font-size:1.2em;
		padding-right:40px;
	}
}

.rightBox p span {
	color:#d72127;
}

.rightBox h3 {
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-size:1.3em;
	font-weight:bold;
	color:#3b4145;
	
}
.rightBox h4 {
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-size:1.1em;
	font-weight:bold;
	color:#3b4145;
}

.rightBox ul {
	margin:10px 0px 0px 20px;
	padding:0px 10px 10px 10px;

}



/*********************************************************/
/************* MAIN *************************/
/*********************************************************/

main h2 {
	font-size:1.2em;
	color:#001c37;
	font-weight:bolder;
	text-transform:uppercase
}

main h1 {
	font-size:1.8em;
	color:#001c37;
	font-weight:bolder;
	text-transform:uppercase
}




/*********************************************************/
/*********************************************************/
.leftMenu .navbar-collapse {
	clear:both;
}

.leftMenu {
	padding-left:0px;
	padding-right:0px;
}

.leftMenuList {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.leftMenuList li {
	background-color:#eaecf0;
	font-size:1.1em;
}
.leftMenuList li.active {
	background-color:#545f65;
}

.leftMenuList li a {
	display:block;
	padding:10px 0px 10px 5px;
	margin:5px 0px 5px 0px;
	color:#3b4145;
	text-decoration:none;
}
.leftMenuList li.active a {
	color:#fff;
}

.leftMenuList li a:after {
	content:"\e080";
	font-family: 'Glyphicons Halflings';
	float:right;
	margin-right:10px;
}

.leftMenu .navbar-brand {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	height:auto;
}

/*Large DEVICSE*/
@media (min-width: 1200px) {
	.leftMenu .navbar-brand {
		padding-right:70px;
	}
}

.leftMenu .navbar-brand, .leftMenu .navbar-brand:hover, .leftMenu .navbar-brand:visited {
	color:#001c37;
}

@media (max-width: 767px) {
	.leftMenu .navbar-brand, .leftMenu .navbar-brand:hover, .leftMenu .navbar-brand:visited {
		color:#fff;
	}
	.leftMenu .navbar-header {
		background-color:#545f65;
	}
}


.leftMenu .navbar-collapse {
max-height: none;
}


.leftMenu .navbar-toggle:hover, .leftMenu .navbar-toggle:focus {
background-color: #ddd;
}

.leftMenu .navbar-toggle {
border-color: #ddd;
}

.leftMenu .navbar-toggle .icon-bar {
background-color: #888;
}

.otherSections {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	margin:15px 0px 10px 0px;
}
.otherSections a {
	display:block;
}

.otherSections a:before {
	content:"\e079";
	font-family: 'Glyphicons Halflings';
	font-size:0.8em;
	display:block;
	float:left;
	margin-top:2px;
	margin-right:10px;
}

.otherSections a, .otherSections a:hover, .otherSections a:visited {
	color:#001c37;
	text-decoration:none;
}

/*********************************************************/
/*Product Page*/
/*********************************************************/

.productPage .titleArea {
	height:150px;
}
.productPage .tileDental {background-image:url('../img/upper/dental.jpg');background-repeat:no-repeat;background-size:cover;}
.productPage .tileBiomedical {background-image:url('../img/upper/biomedical.jpg'); background-repeat:no-repeat;background-size:cover;}
.productPage .tileInterleavant {background-image:url('../img/upper/interleavant.jpg'); background-repeat:no-repeat;background-size:cover;}
.productPage .tileInvestment {background-image:url('../img/upper/investment.jpg'); background-repeat:no-repeat;background-size:cover;}
.productPage .tileCoatings {background-image:url('../img/upper/coatings.jpg'); background-repeat:no-repeat;background-size:cover;}
.productPage .tileEmbedment {background-image:url('../img/upper/embedment.jpg'); background-repeat:no-repeat;background-size:cover;}
.productPage .tileAdhesives {background-image:url('../img/upper/adhesives.jpg'); background-repeat:no-repeat;background-size:cover;}
.productPage .tileNano {background-image:url('../img/upper/nano.jpg'); background-repeat:no-repeat;background-size:cover;}





/*********************************************************/
/* Request Datasheet */
/*********************************************************/
.dataSheet {
	background-color:#eaecf0;
	padding-bottom:20px;

}
.dataSheet h3 {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bolder;
margin-bottom:0px;
}

.dataSheet label {
	width:100%;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}
.dataSheet label span{
	font-style:italic;
	font-size:0.9em;
}

.dataSheet input, .dataSheet select {
	width:100%;
	height:25px;
	margin:0px 0px 20px 0px;
}

.dataSheet button {
/*	width:100%;*/
	border:none;
	background-color:#d82126;
	padding:10px 10px 10px 10px;
	color:#FFF;
	float:right;
}

.dataSheet button:after {
	content:"\e080";
	font-family: 'Glyphicons Halflings';
	float:right;
	margin-right:5px;
	margin-left:10px;
}




/*********************************************************/
/* SUB SUB MENU */
/*********************************************************/
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-toggle {
	float:left;
	margin-left:15px;
}



/*********************************************************/
/* About us */
/*********************************************************/
.peopleRow {
	background-color:#f2f2f2;
	margin-top:20px;
}

.peopleRow h3 {
	margin:5px 0px 0px 0px;
	color:#001c37;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
}

.peopleRow h4 {
	margin:5px 0px 0px 0px;
	color:#697378;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}

.tileAboutUs {
	background-image:url('../img/about-us-bg.jpg');background-repeat:no-repeat;background-size:cover;height:190px;
	}
	
	
/* Contact Us */

.formArea {
	background-color:#cad0df;
	padding-top:20px;
	padding-bottom:20px;
}

.formArea label, .formArea input, .formArea select, .formArea textarea {
	width:100%;
}

.formArea label {
	margin:0px 0px 5px 0px;
	font-weight:normal;
	font-size:12px;
}

.formArea input, .formArea select {
	height:25px;
	margin-bottom:10px;
}

.formArea textarea {
	height:100px;
}



.formArea button {
/*	width:100%;*/
	border:none;
	background-color:#d82126;
	padding:10px 10px 10px 10px;
	color:#FFF;
}

.formArea button:after {
	content:"\e080";
	font-family: 'Glyphicons Halflings';
	float:right;
	margin-right:5px;
	margin-left:10px;
}



.addresses {
	margin-top:30px;
}

.addresses h3 {
	font-weight:bold;
	font-size:14px;
	margin:0px;
}

.addresses {
	line-height:14px;
}

.addresses img {
	margin-bottom:10px;
}
	
	p.address {
		height:80px;