@font-face {
   font-family: script;
   src: url(../../Library/fonts/Dynalight-Regular.otf);
}
@font-face {
   font-family: bodyText;
   src: url(../../Library/fonts/SFNSDisplay-Light.otf);
}
@font-face {
   font-family: bodyText;
   src: url(../../Library/fonts/SFNSText-Bold.otf);
	font-weight: bold;
}
@font-face {
   font-family: bodyText;
   src: url(../../Library/fonts/SFNSText-LightItalic.otf);
	font-style: italic;
}
#bannerPic{
	width: 100%;
	position: fixed;
	left: 0px;
	top: 14px;
	background-color: #000;	
	z-index: 1;
	border-style: none none solid none;
}
#main-clear {
	position:absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	z-index:10;
}
#mask {
	position: absolute; 
	width: 100%;
	min-height: 900px;
	z-index:20;
}
#spacer{
	width: 100%;
	z-index: 612;
}
#main{
	position: relative; 
	width: 100%;
	left: 0px;
	top: 244px;
	z-index: 500;
}
#contentCenter {
	position: relative;
	width: 90%;
	padding: 1% 0 0 0;
	max-width: 1000px;
	margin: auto;
}
#picWrapper{
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: auto;
	top: -130px;
	z-index: 749;
}
#insetPic{
	position: relative;
	width: 30%;
	left: -10px;
	max-width: 240px;
	z-index: 750;
}
#headline{
	position: absolute;
	top: 86%;
	left: 30%;
	z-index: 751;
}
body {
    font-family: bodyText;
	background-color: #fff; 
	font-size: 16px;
}
.bgimage{
	background-image: url(../../content/images/nlgtr.jpg);
	position: fixed;
	top: 20px;
	width: 100%
}
p {
    font-family: bodyText;
	color: #000;
	line-height: 1.4;
	font-size: 17px;
}
ol {
    font-family: bodyText;
	color: #000;
	line-height: 1.4;
	font-size: 17px;
}
h2{
	font-family: bodyText;
}
input, textarea {
  width: 80%;
  padding: 4px 4px;
  margin: 4px 0;
  border: none;
  font-size: 16px;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  background-color: #eef;

}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #099;
  hover: 
  border: none;
  color: white;
  padding: 10px;
  text-decoration: none;
  margin: 4px 2px;	
  border-radius: 5px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #0bb;
}
input[type=reset]:hover {
  background-color: #0bb;
}
.button, button:active{
  background-color: #099;
  border: none;
  color: white;
  padding: 8px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
}
.button:hover {
  background-color: #0bb;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  border: none;
  color: white;
  padding: 8px;
  text-decoration: none;
  border-radius: 5px;
}
.big{
    font-family: bodyText;
	color: #000;
	line-height: 1;
	font-size: 17px;
	font-weight: bold; 
}
.big1{
	font-family: script;
	font-size: 40px;
	text-align: center;
/*	font-weight: bold; */
	color: #fff;
/*	text-shadow: 3px 3px #066; */
}
.bigRed {
    font-family: helvetica, arial, verdana, sans-serif;
	color: #c00;
	font-size: 20px;
	font-weight: bold;
}
.padding16{
	font-size: 16px;
}
.padding24{
	font-size: 24px;
}
/* .title{
	font-family: bodyText;
	font-weight: bold;
} */
.audioSample {
	font-weight: bold;
	color: #800;
}
.smallprint{
	font-family: bodyText;
	color: #000;
/*	line-height: 1.2; */
	font-size: 14px;
}
.pic{
  width: 100%;
  border-radius: 12px;
}
.thumb{
  width: 40%;
  max-width: 100px;
  border-radius: 10px;
  margin-left: 10px;
  left: 0%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}
.callout{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
	border: 2px solid #eee;
	padding: 5px;
/*	padding-bottom: 100px; */
	border-radius: 16px;
	margin-bottom: 10px;
}
.picframe{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
	border: 2px solid #eee;
	padding: 1px;
/*	padding-bottom: 100px; */
	border-radius: 16px;
	margin-bottom: 10px;
}
.blackBox {
	background: rgba(0, 0, 0, 0.7); 
	width:70%; 
	margin: auto;
	padding: 6px;
	border: 1px solid #eee;
	border-radius: 16px;
	margin-bottom: 10px;
}		
/*.XXinset{
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 12px;
	margin-bottom: 20px;
	background-color: #ddd;
}*/

.inset{
	border-radius: 12px;
}
.nextGig{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
	background-color: #fed;
	border: 1px solid #eee;
	padding: 6px;
	border-radius: 16px;
	margin-bottom: 20px;
}
.columnLeft60 {
	display:inline-block; 
	float:left; 
	width:63%; 
	position:relative; 
	padding:2px;
}
.columnRight30 {
	display:inline-block; 
	float:right; 
	width:33%; 
	position:relative; 
	padding:2px;
}
.gallerybox{
  	display: inline-block;
  	position: relative;
	max-width: 40%;
	max-height: 350px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
	border: 1px solid #eee;
	padding: 16px;
	border-radius: 16px;
	margin: 0px 4% 4% auto;

}
.title {
	position: fixed;
	font-size: 26px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	top: 0px;
	left: 0px;
	padding: 10px 6px 6px 20px;
	height: 32px;
	background-color: #000;
	border-bottom: 1px solid #666;
	width: 100%;
	display: inline-block;
	z-index: 700;	
}
.video{
	display: inline-block;
	position: relative;
	margin: 6px;
	max-width: 280px;
	height: 210px;
}
.videoWide{
	display: inline-block;
	position: relative;
	padding: 3px;
	width: 100%;
}
.nav{
	text-decoration: none;
	color: #05c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.nav:hover{
	color: #a00;
	text-decoration: underline;
}
.sitemap{
	text-decoration: none;
	color: #888;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.sitemap:hover{
	color: #fff;
	text-decoration: underline;
}
.foot-white{
	font-size: 13px;
	color: #fff;
}
.foot-grey{
	font-size: 13px;
	color: #888;
}
.footer{
	background-color: #222;
	display: block;
	position: absolute;
	width: 100%;
	bottom: -200px;
	padding: 10px auto;
}
.centered {
	position: relative;
	width: 90%;
	padding: 10px 0 10px 0; 
	margin: auto;
	
}
.col{
	display: inline-block;
	position: relative;
	margin: 5px;
	padding: 0 auto;
	width: 48%;
}
.yt-logo{
	background-color:#555;
	max-height:20px;
}

.yt-logo:hover{
	background-color:#f40;
}

@media screen and (max-width : 700px){
#bannerPic{top: 38px; width: 120%;}
.title{padding-top: 10px; padding-bottom: 2px; font-size: 20px;}
#picWrapper{top: -90px;}
/* #contentCenter {top: -120px;} */
#main{
	margin-top: 55%;
}
#main-clear{
	margin-top: 50px;
}		
.columnLeft60 {
	float:left; 
	width:100%; 
}
.columnRight30 {
	float:left; 
	width:100%; 
/*	top:4px; */
}
.columnLeft {
	float:left; 
	width:100%; 
}
.columnRight {
	float:left; 
	width:100%; 
}
.gallerybox{
	max-width: 90%;
	max-height: 4200px;
}
.big1{
	font-size: 36px;
}
.blackBox {
	width:90%; 	
}
}
