@charset "UTF-8";
/* Body */
body {
	background-color: #000;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	min-height: 100%; /* real browsers */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
}
p {
	font-size: 14px;
	text-align:left;
}
/* sticky footer */

* {
	margin: 0;
	vertical-align: top;
	text-align: left;
	text-indent: 0px;
	padding-top: 0px;
} 


#wrap {
	min-height: 100%;
}

/* #main {
	overflow:auto;
	padding-bottom: 30px;
} */

/* body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
} */


/* HEADER */

.grid_16.head { 
	z-index:-1; 
	margin-left:10px; 
	margin-top:15px; 
	background-image:url('/media/img/title_lines.png'); 
	background-repeat: no-repeat; 
	width:620px;
	}

.nav-main {
	background-color: #000;
	opacity: 0.8;
}


h2 {line-height:100%;}
h3 {line-height:110%;}

/* MAIN */

.light-txt {color:white;}
.light-txt a {color:white;}

.light {padding:10px;}
.dark {color: #fff; background-color:black; padding:10px;}
.dark a {color:#fff;}

.trans {/* background-color: rgba(255,255,255,.97); */ background-color:#fff; padding:10px;}
.trans:hover {background-color: rgba(255,255,255,1);}

.translist {/* background-color: rgba(255,255,255,.97); */ background-color:#fff; padding:5px 10px 5px 10px;}
.translist:hover {background-color: rgba(255,255,255,1);}

.even {font-weight:bold;}
.even a {font-weight:bold;}

.uc {text-transform:uppercase;}

.bold {font-weight:bolder;}
.bold a {font-weight:bolder;}

div#title{
	height:90px;
}

.grid_11 { margin-left: 10px; /* margin-top:-105px; */}

.grid_5 {margin-top:-89px; margin-left:10px;}

.snlist ul li a {color:#000;}

.prev, .next {padding:15px 5px 0 0;}

.forgot-pw {position:absolute; top:0; margin-right:-65px; padding-bottom:12px; margin-top:-2px; padding-top:10px;}

/* LINKS */

ul.breadcrumbs {padding:5px;}

ul.nav li a, ul.breadcrumbs li a {color:#fff; border:0 none;}	
	
.nav-main ul li a{color:#fff; font-weight:bold; border-right:2px solid #fff;}

.nav-main ul li a:hover {background-color:#fff; color:#000;}

.nav-main ul li a.current{background-color:#fff; font-weight:bold; color:#000;}
	
ul.subnav li a {color:#fff; padding:10px 0 10px 10px;}

ul.subnav li a.current {color:#fff;}

ul.breadcrumbs li b {color:#fff;}

ul.breadcrumbs li a {color:#fff;}



/* NAV */
	
ul.nav, ul.breadcrumbs{

	list-style: none;
	width:100%;
	overflow:hidden;
	margin:0; padding:0;
}
	ul.nav li, ul.breadcrumbs li{
		float:left;
		display:block;
	}
	
	ul.nav li a, ul.breadcrumbs li a{
		display: inline-block;
		*display:block;
		text-decoration:none;
		padding:10px;
		border:0 none;
	}

    ul.nav, ul.darkbreadcrumbs{

	list-style: none;
	width:100%;
	overflow:hidden;
	margin:0; padding:0;
}
	ul.nav li, ul.darkbreadcrumbs li{
		float:left;
		display:block;
	}
	
	ul.nav li a, ul.darkbreadcrumbs li a{
		display: inline-block;
		*display:block;
		text-decoration:none;
		padding:10px 10px 10px 0;
		border:0 none;
	}
	
ul.foot-right{
	position:absolute;
	top:0px;
	right:0px;
	width:300px;
/* 	display:none; */
}
	
.nav-main{
	z-index:100;
	border:thin;
	border-color:#666;
	position: fixed;
	top: 6px;
	left: 6px;
}
	
.nav-main ul li a{
	font-size:10px;
	line-height:10px;
	padding:15px 17px;
	text-transform: uppercase;
	border-right:2px solid #333;
}

	
ul.subnav{
	margin:0 0 5px 0;
}
	ul.subnav li a.current{
		font-weight:bold;
	}
	
	ul.subnav li:last-child a{
		border-right:none;
	}
	


#ShowTitle {
	color: #FFF;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-weight: bold;
	line-height: 80%;
}
#MyTitle {
	font-weight: bold;
	text-decoration: underline;
}

/* LINKS */
a:visited {
	color: #611;
}
a:hover {
	color: #F00;
}
a:link {
	color: #900;
}
.red_link a {
	color: #FFFFFF;
}
.red_link a:visited {
	color: #FFFFFF;
}


/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #282828;
	text-align: center;
}

/* Header */
header {
	width: 100%;
	height: 50px;
	background-color: #000000;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	font-size: 22px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}


/* About Section */
.text_column {
	width: 45%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	 float: left; 
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #111111;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -1px;
	margin-bottom: 0px;
	text-align: center;
}
.thumbnail {
	width: 32%;
	float: left;
	background-color: #333333;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	border-radius: 6px;
	border-top: 4px solid #A30000;
	border-bottom: 4px solid #A30000;
	min-width: 400px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	transition: all 0.5s linear;
}
.thumbnail:hover {
	background-color: #000000;
}
.thumbnail_reel {
	width: 610px;
	float: center;
	background-color: #333333;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	border-radius: 6px;
	border-top: 4px solid #A30000;
	border-bottom: 4px solid #A30000;
	min-width: 400px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	transition: all 0.5s linear;
    margin: 2px auto;
}
.thumbnail_contact {
    display:table; 
	width: 97%;
	float: center;
	background-color: #333333;
	margin-top: 2px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	border-radius: 6px;
	border-top: 4px solid #A30000;
	border-bottom: 4px solid #A30000;
	min-width: 400px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    margin: 2px auto;
}
.gallery h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.gallery h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #DDDDDD;
	text-align: left;
	padding-left: 20px;
	padding-right: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.gallery p {
	margin-top: 10px;
	line-height: 100%;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}


/* More info */
.intro {
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 99%;
	radius: 6px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 5px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro h2 {
	color: #FFFFFF;
	text-indent: 10px;
	font-size: 18px;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 10px;
	padding-right: 30px;
	text-align: left;
	line-height: 25px;
	font-weight: lighter;
	margin-right: 20px;
	width: 80%;
}
.copyright {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	margin: 5px;
	border-radius: 6px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #A30000;
	padding-left: 10px;
	border-radius: 6px;
	padding-right: 10px;
	margin-right: 10px;
	width: 97%;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Mobile */
@media (min-width: 400px)and (max-width : 799px ){
header {
	width: 100%;
}.thumbnail {
	width: 100%;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	width: 98%;
}

}

/* Small Tablets */
@media (min-width: 800px)and (max-width: 1199px) {
.thumbnail {
	width: 48%;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}
/* Mobile Portrait */
@media (max-width : 399px ){
header {
	height: 90px;
}.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}

}
