/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/


img
{  border-style: none; 
}

A img{ border:0; outline:none;}

* { margin:0; padding:0; }
body { background:#000; height:100%; }
	../img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized ../img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed ../img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality ../img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#000; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#000 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading ../img{ visibility:hidden; }
			#supersized li.prevslide ../img, #supersized li.activeslide ../img{ display:inline; }
			
			
			
			
			
			
#page {
	position:fixed;
	margin: 0;
	width: 100%;
	text-align: left;
	top:0%;
	z-index:999;
}

#page2 {
	position:fixed;
	margin: 0;
	width: 100%;
	text-align: left;
	top:210px;
	z-index:999;
	
}
.page-top, .page-bottom,
.page-content {
	
	float: left;
	width: 100%;
}

.page-content {
	*margin-left:-0px;
	
	font-size: 12px;
	color: #fff;
	background: url("../img/bg/page-bg.png") repeat-y left top; 
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./../img/bg/page-bg.png', sizingMethod='scale');
}


.page-wrapper {
	
	float: left;
	width: 100%;
	display: inline;
	
}

.column_copy {
	float: left;
	width: 470px;
	margin-right: 0px;
	margin-left: 0px;
}

.column {
	float: left;
	width: 430px;
	margin-right: 0px;
	margin-left: 0px;
}
.column  .row {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 20px;
}
.column.small { width: 90px; }
.column.small .row { padding-bottom: 0px;}
.column SELECT { width: 180px;}
.column LABEL {cursor: pointer;}
.column  .row SPAN.pager {
	float: right;
	margin-right: 15px;
}
.column  .row A {
	position: relative;
	color: #FFF;
	text-decoration: none;
}
P.larger-size { font-size: 16px; }
#page STRONG { color: #FFFFFF; }
#nav UL {
	list-style: none;
	display:inline;
	float:left;
	margin: -17px 0 0 90px;
	padding: 0;
}
#nav UL LI {
	display: inline;
	
	visibility:hidden;
}
#nav UL LI.showPage A { color: #fff; visibility:visible; left:0; float:left; text-decoration:none; }

.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url('../img/pattern.png') repeat top left;
		z-index:200;
}

#logo{ margin-left:-10px; padding-top:22px;}

#portrait{ margin:0px; padding-top:0px; height:210px; border:0; outline:none;}


a, a:link, a:active, a:visited{ font-family: "proxima-nova",sans-serif; color:#FFF; font-size:12px; line-height:17px; text-decoration:none; border:0; outline:none;}

p{ font-family: "proxima-nova",sans-serif; color:#FFF; font-size:12px; line-height:17px; text-decoration:none;}

#float_nav{
	position:fixed;
	bottom:20px;
	left:30px;
	z-index: 999;
}


.slidingDiv {
	height:210px;
	padding:0px;
	margin-top:0px;
	
}

.show_hide {
	display:none;
}

#fb {
	float:right;
	position:fixed;
	margin-right:15px;
	right: 20px;
	top:142px;
	z-index: 999
	}

/* SOCIAL MEDIA SCREEN -------------------------*/

@media screen and (max-width: 900px) {
    * {
    }
    
    
    #address {
    	max-width:275px;
        margin-left: 25px !important;
    }
    
    #blurb {
    	width: 300px;
    	height: auto;
        margin-left: 25px !important;
        margin-top: 100px !important;
    }

	#fb {
	float:right;
	position:absolute;
	margin-right:15px;
	right: 20px;
	left:260px;
	top:346px;
	z-index: 999
	}
    
    #page2 {
    position:fixed;
    height:auto;
    Margin-top:194px;
    }
}

