/**
 * Website: Newport Business Center Building Directory Display
 * Version: 3.0.0
 * Author: Silicon Storm
 */





/* HTML5 display definitions
-------------------------------------------------- */
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main, summary {
	    display: block;
	}
	
    audio, canvas, video {
	  display: inline-block;
	  display: inline;
	  zoom: 1;
	}
    
    audio:not([controls]) {
	    display: none;
	    height: 0;
	}
	
	[hidden] {
	    display: none;
	}	
	
	
	
	
	
/* Global Styles
-------------------------------------------------- */
	html {
	font-size: 100%;
	background-image: url(../img/bg2.png);
	background-color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}
	
	body {
		color: #cccccc;
		font: 19px/24px "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: 600;
		text-shadow: 3px 3px #000000;


    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	
		padding: 0;
		margin: 0;
		
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
	}
	
	::-moz-selection { color: #fff; background: #3bbdca; }
	::selection 	 { color: #fff; background: #3bbdca; }
		
		
		
		
		
/* $Typography
-------------------------------------------------- */	
	h1, h2, h3, h4, h5, h6 {
	color: #fff;
	line-height: 1;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
	padding: 0;
	}	
	h1 {
	font-size: 55px;
	line-height: 79px;
}
.row .grid-full h1 {
}
.row .grid-full h1 {
}


	h2 {
	font-size: 36px;
	line-height: 9px;
}
	h3 { font-size: 34px; line-height: 48px; }
	h4 { font-size: 20px; line-height: 24px; }
	h5 { font-size: 18px; line-height: 24px; }
	h6 { font-size: 16px; line-height: 24px; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #222!important;
	}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
		color: #3bbdca!important;
	}
	
		
	p { margin: 0 0 24px; }
	p.lead 	  { font-size: 16px; color: #3c3c3c; }
	p.subtitle { color: #a1a1a1; font-size: 16px; text-align: center; margin: -12px 0 0 0; }
			
	i, em { font-style: italic; }
	
	b, strong { font-weight: bold; }
	
	small { font: 10px/10px "adelle"; font-style: italic; font-weight: 400; }
	
	a,
	a:visited {
		color: #fc6a36;
		text-decoration: none;
		outline: 0;
		
		-webkit-transition: .2s;
	}
	a:hover,
	a:active,
	a:focus { 
		color: #3bbdca;
		text-decoration: under;
		outline: 0;
	}
	
	mark { color: #000; background: #ff0; }
	
	del { color: #dfdfdf; text-decoration: line-through; }
	
	ins { text-decoration: none; border-bottom: 1px dotted; }

	sup, sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
	sup 	 { top: -0.5em; }
	sub 	 { bottom: -0.25em; }

	dfn { font-style: italic; }
	
	abbr[title] { cursor: help; border-bottom: 1px dotted; color: #000; }
	abbr.initialism { font-size: 90%; text-transform: uppercase; }
	
	address {
	display: block;
	font-style: normal;
	line-height: 20px;
	margin-bottom: -7px;
	margin-top: -6px;
}
	
	blockquote { border-left: 3px solid #dfdfdf; margin-left: 20px; padding: 0 20px; }
	blockquote, blockquote p { font-style: italic; }
	cite { display: block; }
	cite:before { content: "\2014 \0020"; }
	
	blockquote small { display: block; color: #999999; line-height: 20px; }
	blockquote small:before { content: '\2014 \00A0'; }
		
	q:before, q:after, blockquote:before, blockquote:after { content: ""; }
			
	code, pre {
	  color: #3c3c3c;
	  font: 14px/24px Monaco, Menlo, Consolas, "Courier New", monospace;
	  
	  margin: 0 0 24px 0;
	  padding: 23px 24px;
	  
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	}
		code {
		  background: #fafafa;
		  border: 1px solid #dfdfdf;
		  
		  margin: 0 6px;
		  padding: 2px 6px;
		}	
		pre {
		  display: block;
	
		  word-break: break-all;
		  word-wrap: break-word;
		  white-space: pre;
		  white-space: pre-wrap;
		
		  background: #fafafa;
		
		  border: 1px solid #dfdfdf;

		  -webkit-border-radius: 4px;
		     -moz-border-radius: 4px;
		          border-radius: 4px;
		}
	pre code {
	  padding: 0;
	  color: inherit;
	  background-color: transparent;
	  border: 0;
	}
	.pre-scrollable {
	  max-height: 340px;
	  overflow-y: scroll;
	}
	
	hr { display: block; height: 1px; border-style: none; border-top: 1px solid #dfdfdf; margin: 0 0 23px; }





/* $Images
-------------------------------------------------- */	
	img {
	max-width: 100%;
	height: auto;
	border: 0;
	margin-bottom: 24px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	margin-left: 1081px;
	margin-top: 19px;
	}





/* $Lists
-------------------------------------------------- */
	ul 	  	 { list-style: none; padding: 0; margin: 0; }	
	ul.disc  {
	list-style: disc;
	padding-top: 0;
	padding-right: 0;
	padding-left: 24px;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 19px;
}		
	li 	  	 {
	line-height: 30px; /* spacing between blocks */
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 18px;  /* space between each company*/
	margin-top: 10px;
}
	
	ul ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}	
	li:before,
	li:after { 
		content: "";
		display: table;
	}
	li:after {
		clear: both
	} 



/* $Header
-------------------------------------------------- */
	header {
		margin: 48px 0;
	}
	header p {
	color: #fff;
	font: 36px/48px "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	height: 9px;
	padding: 0;
	margin: 0 0 24px;
	}
	
	header h1 span {
		color: #7e7e7e;
		font-size: 30px;
		font-weight: 600;
	}
	
	header address {
		color: #7e7e7e;
		font-size: 24px;
		font-weight: 600;
	}





/* $Directory
-------------------------------------------------- */
	.directory h2:after {
		display: block;
		content: "";
		
		border-bottom: 2px solid #fff;
		
		width: 48px;
		
		padding: 0 0 24px;
	}
	.directory span {
		color: #9e9e9e;
		font-size: 17px;
	}
	.name {
		float: left;
	}
	.suite {			/* Distance from edge for Suite #s*/
	float: right;
	margin-top: 0;
	margin-right: 7%;
	margin-left: 0;
	margin-bottom: 0;
	}



	
/* $Media-Queries
-------------------------------------------------- */	
	@media screen and (min-width: 768px) {}





	@media screen and (min-width: 1024px) {}





	@media screen and (min-width: 1200px) {}	
	
	
	
	
