* {
	margin:0;
	padding:0;
}

*, *:before, *:after {
	box-sizing:border-box;
}

body {
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:15px;
	color:#000;
	background-color:#FFF; }

.nav {
	display:block;
	width:200px;
	height:100%;
	float:left;
	position:fixed;
	background-color:#646464;
	color:#FFF; }
.navtitle {
	display:block;
	background-color:#AF0000;
	padding:40px 0px 40px 30px;
	font-size:24px;
	letter-spacing:0.5px;
	border-bottom: 1px solid #333; }
.nav li {
	display:block;
	list-style:none;
	background-color:#646464;
	border-bottom: 1px solid #333; }
.nav li a {
	display:block;
	text-decoration:none;
	padding:15px 0px 15px 30px;
	color:inherit; }
.nav li a:hover {
	background-color:#444; }
.nav li a.active {
	box-shadow: inset 6px 0 0 #AF0000, inset 7px 0 0 #333;
	background: #444; }

.content {
	margin-left:200px;
	position:relative;
	display:block;
	float:left;
	min-width:600px;
	max-width:1700px; }

.content a { text-decoration:none; color:inherit; }

.sortbox {
	margin-top:29px;
	padding-left:29px;
	position:relative;
	display:block;
	float:left;
	width:100%;
	line-height:0; }

.tags li {
	list-style:none;
	float:left;
	display:inline-block;
	padding:11px 18px;
	color:#fff;
	background-color:#646464;
	border:0;
	margin:0 11px 5px 0;
	font-family:inherit;
	font-size:15px;
	letter-spacing:0.5px; }
.tags li:hover {
	background-color:#333;
	cursor:default; }
.tags li.current{
	background-color:#AF0000; }

.shuff li {
	list-style:none;
	width:33.33%;
	padding:0 4px 4px 0;
	margin:0;
	border:0;
	display:inline-block;
	float:left; }

.imgsort img {
	width:100%;
	height:auto; }

.spacer {
	line-height:0;
	clear:both;
	height:11px;}

.colcont {
	margin-top:29px;
	margin-left:29px;
	position:relative;
	display:block;
	float:left; }

.column {
	display:block;
	line-height:0px;
	float:left;
	width:33.33%;
	padding:0px; }

.column img { width:100%; padding:2px 2px 2px 2px; }
.vidbox { position:relative; width:100%; height:0; padding-bottom:56.25%; }
.video { position:absolute; top:0; left:0; width:100%; height:100%; padding:2px; }

.hdg {
	display:block;
	float:left;
	clear:both;
	background-color:#646464;
	color:#FFF;
	width:80%;
	padding:40px 0px 40px 30px;
	font-size:24px;
	letter-spacing:0.5px; }

.tab {
	display:block;
	float:left;
	clear:left;
	background-color:#AF0000;
	color:#FFF;
	padding:10px 90px 5px 10px;
	font-size:17px;
	letter-spacing:0.5px;
	border:0; }
.tabul {
	display:block;
	width:100%;
	float:left;
	clear:right;
	background-color:inherit;
	padding:50px 0px 0px 0px;
	border-bottom:2px solid #646464;
	margin-left:1px;
	margin-bottom:2px; }
	
.txt {
	display:block;
	width:100%;
	max-width:1200px;
	float:left;
	clear:both;
	background-color:inherit;
	color:inherit;
	padding:30px 100px 0px 30px;
	font-size:inherit;
	letter-spacing:0.5px; }	

.txt a:hover { color:#AF0000; }

.txt h1 { font-size:22px; padding-top:40px; font-weight:100; }
.txt h2 { font-size:18px; font-weight:100; }

.btn { margin:0; padding:2px; }

.btnpic {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	position:relative;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
	width:100%; }
.btnpic img { width:100%; padding:0; }

.btnlabel {
	display:block;
	position:absolute;
	width:60%;
	padding:20px 0px 20px 0px;
	background-color:#646464;
	opacity: 0.8;
	color:#fff;
	letter-spacing:0.5px;
	text-align:center;
	left:50%;
	-webkit-transform:translate(-50%,0%);
	        transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%); }

.btnlabel:hover { background-color:#AF0000; }

.caption {
	display:block;
	width:100%;
	height:56px;
	background-color:#646464;
	padding:6px 15px 0 9px;
	margin:0 0 0 0;
	color:#FFF; }

.caption h1 {
	font-family:inherit;
	font-size:15px;
	font-weight:100;
	color:inherit;
	letter-spacing:0;
	line-height:120%; }
	
.caption p {
	font-family:inherit;
	font-size:13px;
	font-weight:100;
	color:inherit;
	letter-spacing:0;
	line-height:140%; }

#lightbox {
    position:fixed;
    top:0; right:0; bottom:0; left:0;
    width:100%; height:100%;
	color:#fff;
    background:rgba(0,0,0,.75); 
    text-align:center; }

#lightbox img {
	max-width:85%;
	max-height:85%;
	position:absolute;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); }