html {
	box-sizing:border-box;
	max-width:1980px;
	margin:0 auto;
		}
@font-face {
	font-family: AGENCYR;
	src: url(fonts/AGENCYR.TTF);
}
body {
	font-family: AGENCYR;
	font-size:16px;
	padding:0px;
	margin:0px;
	background:black;
		
	
	background-repeat:repeat;
	background-size:auto;
	max-width:1980px;
	}
		
*,
*:before,
*:after {
		box-sizing:inherit;
	}
		
.grid {
		width:100%;
		max-width:1980px;
		margin: 0 auto;
}		

.grid:before,
.grid:after,
.row:before,
.row:after {
	content:" ";
	display:table;
}
.grid:after,
.row:after {
	clear:both;
}

[class*="col-"] {
	width:100%;
	float:left;
	min-height:1px;
}
		
.col {
		padding:0px;
		margin:0px;
		color:white;
		border-radius:0px;
		text-align:center;
		min-height:1px;
}

/*START OF TESTING CLASSES*/
.imagesPlaceholders {
	height:auto;
	width:100%;
}

.red {
	background-color:red;
}
.green {
	background-color:green;
}
.blue {
	background-color:blue;
}
.cyan {
	background-color:cyan;
}
.posRel {
	position:relative;
	
}

.underlineSpan {
	border-bottom:solid 2px silver; 
	padding-bottom:5px;
}
/*END OF TESTING CLASSES*/

/*swatches
blue = #59c9fe;
black = #000000;
white = #ffffff;
swatches*/
		
		
		
/*START OF CSS BOX-MODAL TEMPLATE*/

/*

width:1px;
height:1px;
min-width:1px;
min-height:1pxl
line-height:1em;
font-size:16px;
letter-spacing:1px;
font-family:times-new-roman;
color:black;
position:relative;

text-align:center;
text-justify:none;
text-overflow:inherit;
text-shadow: 0px 0px 0px transparent
text-transform:none;

text-decoration:none;
text-decoration-color:transparent;
text-decoration-style:none;
text-decoration-line:none;

background-position:center;
background-color:transparent;
background-repeat:no-repeat;
background-size:cover;
background-image:url("test.jpg");

padding:0px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;

margin:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;

border:solid 0px transparent;

border:0px;
border-top:0px;
border-bottom:0px;
border-right:0px;
border-left:0px;

border-style:solid;
border-top-style:solid;
border-bottom-style:solid;
border-right-style:solid;
border-left-style:solid;

border-width:0px;
border-color:transparent;
border-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
border-bottom-left-radius:0px;

box-shadow: 0px 0px 0px transparent;
box-sizing:border-box;

float:none;
z-index:;
*/

/*END OF CSS BOX-MODAL TEMPLATE*/

















		

