@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,latin-ext);
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

﻿
/* STYLES */
body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	border: none;
}

body {
	background: #222;
	font-family: Arial, Helvetica, Sans-Serif;
	z-index: 0;
	min-width: 960px;
}
body.framed {
	min-width: 0;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a.clean, a.clean:hover {
	text-decoration: none;
	border-bottom: none;
}
img, table, a img, a:hover img, a img:hover {
	border-bottom: none;
}
hr {
	border: none;
	border-top: 1px solid #ededed;
	color: #ededed;
	background-color: #ededed;
	height: 1px;
	margin: 10px 0 10px 0;
}
h1 {
	position: relative;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0 80px 0 0;
	display: block;
}
h1 .delimiter {
	color: #999;
}
body.framed h1 {
	padding: 0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #1a1a1a;
}
h3 {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin:0;
}
h4 {
	color: #1a1a1a;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	margin:0;
}

.container {
	position: relative;
	width: 960px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	display: block;
	overflow: hidden;
	background: #fff url(/images/bg_header.png) repeat-x left bottom;
	z-index: 2;
	box-shadow: 0 0 5px #999;
	border-bottom: 1px solid #ccc;
}
#header #navi {
	display: block;
	overflow: hidden;
	margin: 0 20px 0 0;
	float: left;
}
#topmenu {
	display: block;
	overflow: hidden;
	float: right;
}
#topmenu .menubox {
	position: relative;
	float: left;
	height: 90px;
	display: block;
}
#topmenu .menubox .menucolor {
	position: relative;
	height: 90px;
	width: 100%;
	margin-top: -85px;
}
#topmenu .menubox .menulink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	display: block;
	text-align: center;
}
#topmenu .menubox .menulink:hover {
	cursor: pointer;
}
#topmenu .menubox .menulink a {
	color: #333;
	font-size: 16px;
	line-height: 90px;
	text-transform: lowercase;
}

#topmenu .menubox.sel .menucolor {
	margin-top: 0;
}
#topmenu .menubox.sel .menulink a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
#logo {
	margin: 20px 0 0 0;
}
a#topright {
	display: none;
	overflow: hidden;
	float: right;
	height: 48px;
	background: transparent;
	color: #333;
	text-align: center;
	font-size: 32px;
	padding: 8px 12px;;
}
a#topright:hover {
	color: #000;
}

#menuright {
	background: #1a1a1a;
}
#menuright_inner {
	padding: 48px 0 0 0;
}
#menuright a {
	display: block;
	overflow: hidden;
	color: #ededed;
	padding: 0 0 0 16px;
	font-size: 16px;
	line-height: 48px;
	border-left: 8px solid #999;
	border-bottom: 1px solid #333;
}
#menuright a:hover {
	color: #fff;
	border-left: 8px solid #fff;
	background: #222;
}

#page {
	position: relative;
	background: #fff;
	color: #666;
	padding: 90px 0 20px 0;
	z-index: 1;
	display: block;
	overflow: hidden;
}

#main {
	display: block;
	overflow: hidden;
	padding: 0;
}

#topimage {
	width: 960px;
	overflow: hidden;
	display: none;
	position: relative;
	background: transparent url(/images/loading_big.gif) no-repeat center center;
}



#content_wrapper {
	position: relative;
	float: right;
	width: 775px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#column_right {
	float: right;
	width: 300px;
}
#content {
	float: left;
	width: 470px;
	display: block;
	overflow: hidden;
}
body.framed #content {
	width: 640px;
	float: none;
}
#content_wrapper.noright #content {
	float: none;
	width: 795px;
}
#content_wrapper.noleft {
	width: 100%;
}
#content_wrapper.noleft #content {
	width: 640px;
}
#column_left {
	position: relative;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

#contentimage {
	display: block;
	overflow: hidden;
	width: 640px;
	height: 300px;
}
#contentimage img {
	width: 100%;
	height: auto;
}


#footer {
	background: #222 url(/images/bg_footer.png) repeat 0 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 0 0 40px 0;
	display: block;
	overflow: hidden;
}
#footer .topline {
	height: 10px;
	background-color: #000;
	box-shadow: 0 0 10px #000;
	margin: -9px 0 20px 0;
	display: block;
}

#footer .container {
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}

#footer .container ul {
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
#footer .container ul li {
	font-size: 14px;
	line-height: 17px;
	padding: 0 0 2px 5px;
}
#footer .container ul li.first {
	font-weight: bold;
	padding: 0 0 5px 0;
}
#footer .container ul li a {
	display: block;
	border-radius: 5px;
	margin-left: -5px;
	padding: 3px 3px 3px 5px;
}
#footer .container ul li a:hover {
	background: #666;
	color: #fff;
}
#copyright {
	margin: 10px 0 0 0;
	float: left;
	font-size: 12px;
	line-height: 16px;
}
#menu_bottom {
	margin: 10px 0 0 0;
	float: right;
	font-size: 12px;
	line-height: 16px;
}
#menu_bottom a:hover {
	text-shadow: 0 0 1px #999;
}
#pageinfo {
	text-align: right;
	padding: 30px 10px 10px 0;
	font-size: 11px;
	line-height: 14px;
	color: #999;
}
#pageinfo a, #pageinfo a:hover {
	color: #999;
}
a.psilon {
	background: url(/images/icons/psilon.png) no-repeat 0px 1px;
	padding: 0 0 0 23px;
}
#footer a.psilon:hover {
	background: url(/images/icons/psilon.png) no-repeat 0px -29px;
	color: #ffd700;
}
a.id3 {
	background: url(/images/icons/psilon.png) no-repeat 0px -60px;
	padding: 0 0 0 16px;
	margin: 0 0 0 7px;
}	
a.id3:hover {
	background: url(/images/icons/psilon.png) no-repeat 0px -90px;
}


#bottomrow {
	position: fixed;
	display: block;
	overflow: hidden;
	bottom: 0;
	left: 50%;
	width: 300px;
	margin: 0 0 0 -150px;
	opacity: 0.6;
	z-index: 2;
	background: #999;
	border: 1px solid #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#bottomrow #bottomrow_inner {
	margin: 5px 5px 0 5px;
	padding: 5px;
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#bottomrow #cookieinfo {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	display: block;
	overflow: hidden;
}
#bottomrow #cookieinfo a {
	margin-left: 10px;
	font-size: 36px;
	float: right;
	background: #fff;
}
#bottomrow #cookieinfo a#cookieok {
	color: #390;
}
#bottomrow #cookieinfo a#cookieprivacy {
	color: #36c;
}
#bottomrow .social {
	float: left;
	display: block;
	overflow: hidden;
}
#bottomrow .social a {
	color: #1a1a1a;
}
#bottomrow .social a:hover {
	color: #000;
}
#bottomrow .social i.fa {
	font-size: 32px;
}

#pagesearch {
	float: right;
	display: block;
	overflow: hidden;
	padding: 2px 0 0 0;
}
#pagesearch input#srch {
	border: 1px solid #ccc;
	background: #ccc;
	border-radius: 3px;
	margin: 0;
	padding: 0 2px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	color: #666;
	font-family: Sans-Serif;
	float: left;
}
#pagesearch input#srch:focus {
	border: 1px solid #454545;
	margin: 0;
	padding: 0 2px;
	color: #000;
}
#pagesearch button {
	float: right;
	border: none;
	background: transparent;
	color: #1a1a1a;
	font-size: 24px;
	padding: 0;
	margin: 0;
}
#pagesearch button i.fa {
	color: #1a1a1a;
	font-size: 24px;
	margin: 0;
}
#pagesearch button:hover {
	color: #000;
	cursor: pointer;
}
#pagesearch button:hover i.fa {
	color: #000;
}

#column_right .row {
	display: block;
	overflow: hidden;
	margin: 3px 0 5px 0;
}
#column_right .row .icon {
	width: 90px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 2px 10px 0 0;
}
#column_right .row .body {
	display: block;
	overflow: hidden;
}
#column_right .row .body p {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
}
#column_right .row .body p .date {
	font-size: 10px;
	padding-right: 5px;
}
#column_right .row.alert .body p {
	color: #c00;
}
#column_right .row.alert .body p a {
	color: #ba0000;
	font-size: 13px;
}
#column_right h4.alert {
	color: #900;
	background: url(/images/icons/warning.png) no-repeat left center;
	padding-left: 22px;
}

#column_right .row:hover {
	cursor: pointer;
}
#column_right .row:hover .body p, #column_right .row:hover .body p a {
	color: #000;
}


#column_right .box {
	display: block;
	overflow: hidden;
}
#column_right .box h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #1a1a1a;
}
#column_right .box p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 3px;
	color: #333;
}


#column_right .help {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ededed;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#column_right .help h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0;
}
#column_right .help p {
	padding: 5px 10px 5px 10px;
}
#column_right .help.sel {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #ededed;
	color: #333;
}
#column_right .help.sel h3 {
	color: #000;
}
#column_right .help.sel p {
	color: #333;
}
#column_right .help div.centralizer {
	margin: 20px;
}





#eventbox {
	background: #333;
	color: #fff;
}

#column_right #eventbox h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 2px 7px;
	color: #1a1a1a;
}
#eventbox .daterow {
	padding: 5px 0 0 0;
	margin: 0 0 0 7px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	border-bottom: 1px solid #454545;
}
#eventbox .eventrow {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 3px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 7px;
}
#eventbox .eventrow a {
	color: #fff;
}
#eventbox .eventrow:hover, #eventbox .eventrow:hover a {
	cursor: pointer;
	color: #fe6;
}
#eventbox .eventrow .timebox {
	font-weight: bold;
	float: left;
	font-size: 14px;
	letter-spacing: -1px;
}
#eventbox .eventrow .eventdata {
	display: block;
	overflow: hidden;
	margin-left: 40px;
}




#eventadd {
	padding: 10px; 
	display: block;
	overflow: hidden;
	background: #333;
	color: #fff;
	text-align: center;
}
#eventadd p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}
#eventadd p.bigger {
	font-size: 16px;
	font-weight: bold;
}
#eventadd p a {
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 10px;
	margin-top: 5px;
}
#eventadd p a:hover {
	color: #fc9;
	background: #000;
}







.link_social {
	padding: 0 0 0 40px;
	font-size: 14px;
	letter-spacing: -1px;
	color: #999;
	line-height: 16px;
	min-height: 32px;
	margin: 20px 0 0 0;
}

.link_social.fb {
	background: url(/images/icons/sprites.png) no-repeat left -117px;
}
.link_social.yt {
	background: url(/images/icons/sprites.png) no-repeat left -177px;
}
.link_social:hover {
	cursor:pointer;
	color: #666;
}

.da_help {
	background: url(/images/icons/da_help.png) no-repeat left center;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 0 20px;
	color: #333;
}
.da_info {
	background: url(/images/icons/da_info.png) no-repeat left center;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 0 20px;
	color: #333;
}
.da_forum {
	background: url(/images/icons/da_forum.png) no-repeat left center;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 0 20px;
	color: #1a1a1a;
}

.left {
	float: left;
}
.right {
	float: right;
}
.centralizer {
	text-align: center;
}
.rightalizer {
	text-align: right;
}
.spacer {
	display: block;
	height: 10px;
	line-height: 10px;
}
.fixator {
	display: block;
	overflow: hidden;
}
.wider {
	letter-spacing: 1px;
}
.delimiter {
	padding: 0 10px 0 10px;
}
.bottom_spacer {
	margin-bottom: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.dark {
	color: #000;
}
.alert {
	color: #c00;
}
.uppercase {
	text-transform: uppercase;
}
.w160 {
	width: 160px;
}
.w150 {
	width: 150px;
}
.list {
	border-bottom: 1px solid #ededed;
	padding: 2px;
}


.mt {
	margin-top: 10px;
}
.mb {
	margin-bottom: 10px;
}
.ml {
	margin-left: 10px;
}
.mr {
	margin-right: 10px;
}

.grey {
	color: #999;
}
.orange {
	color: #f93;
}
.yellow {
	color: #fc0;
}
.red {
	color: #c00;
}
.green {
	color: #84be00;
}
.blue {
	color: #36c;
}


.paginator {
	text-align: center; 
	display: block; 
	overflow: hidden; 
	padding: 5px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	letter-spacing: -1px;
}
.paginator a {
	color: #999;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
}
.paginator a:hover {
	color: #000;
}
.paginator span {
	color: #000;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
	text-shadow: 0 0 2px #ccc;
}



#video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 10px 0;
}
#video_container iframe,
#video_container object,
#video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.gallery_row {
	display: block;
	overflow: hidden;
}
.gallery_row a {
	display: block;
	overflow: hidden;
	float: left;
	margin: 1px;
	width: 156px;
	height: 90px;
	text-align: center;
	opacity: 0.9;
}
.gallery_row a:hover {
	opacity: 1;
}

.movie_row {
	display: block;
	overflow: hidden;
}
.movie_item {
	position: relative;
	float: left;
	margin: 0 0 10px 11px;
	width: 120px;
	font-size: 11px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	border: 1px solid #1a1a1a;
	border-radius: 3px;
	background: no-repeat center top;
}
#content .movie_row .movie_item p {
	font-size: 11px;
	color: #333;
	padding: 3px 5px 3px 5px;
}
.movie_item img {
	width: 120px;
	height: auto;
}
.movie_row .first, .movie_row .movie_item.first {
	margin: 0 0 10px 0;
}
.movie_item a {
	border: none;
}





#errorbox {
	display: none;
	position: fixed;
	z-index: 200;
	top: 160px;
	left: 50%;
	min-width: 300px;
	max-width: 480px;
	border: 10px solid #333;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000;
	color: #fff;
	font-size: 12px;
	padding: 0;
	background: #333;
}
#errorbox_title {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-right: 24px;
}
#errorbox_msg {
	margin: 10px 0px 0px 0px;
	color: #ccc;
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
}


table.listed {
	margin: 0;
	padding: 0;
	border-left: 1px solid #ededed;
	width: 100%;
}
table.listed th {
	text-align: center;
	background-color: #666;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px;
	border-right: 1px solid #ededed;
}
table.listed td {
	color: #666;
	font-size: 13px;
	line-height: 17px;
	padding: 3px;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
}


.drugtest {
	display: block;
	padding: 3px;
}
.drugtest h3 {
	background: #ccc;
	color: #000;
	padding: 2px 5px;
	margin: 0 -3px;
}
.drugtest p, #content .drugtest p {
	color: #333;
	font-size: 14px;
	line-height: 17px;
	padding: 0 0 3px 0;
}
.drugtest table {
	width: 100%;
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
.drugtest td {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	vertical-align: top;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 2px;
}
.drugtest td.desc {
	width: 120px;
	font-weight: bold;
	font-size: 12px;
}
.drugtest td.title {
	font-weight: bold;
	font-size: 14px;
	background: #ededed;
	color: #000;
}


/* FB hacks
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe,
.fb_iframe_widget iframe[style],
*/
.fb-comments,
.fb-comments *,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments iframe,
#fbSEOComments, 
#fbSEOComments span,
#fbSEOComments div,
#fbSEOComments iframe,
#fbSEOComments iframe[style],
#fbSEOComments .fb_iframe_widget,
#fbSEOComments .fb_iframe_widget span,
#fbSEOComments .fb_iframe_widget iframe {
	width: 100% !important;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{margin-top:20px; font-size: 12px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}



/* MOBILE / DESKTOP SWITCH */
.desktop {
	
}
.mobile, .mobile_inline {
	display: none;
}

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden;
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
	content: ' ';
	display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
    clear: both;
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-slidebar, .sb-slidebar * {
	-webkit-transform: translateZ( 0px ); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. 
.sb-slidebar {
	width: 30%;
}
	
.sb-width-thin {
	width: 15%;
}
	
.sb-width-wide {
	width: 45%;
}
*/
@media (max-width: 480px) { /* Slidebar widths on extra small screens. */
	.sb-slidebar {
		width: 90%;
	}
	
	.sb-width-thin {
		width: 55%;
	}
	
	.sb-width-wide {
		width: 85%;
	}
}

@media (min-width: 481px) { /* Slidebar widths on small screens. */
	.sb-slidebar {
		width: 80%;
	}
	
	.sb-width-thin {
		width: 40%;
	}
	
	.sb-width-wide {
		width: 70%;
	}
}

@media (min-width: 768px) { /* Slidebar widths on medium screens. */
	.sb-slidebar {
		width: 70%;
	}
	
	.sb-width-thin {
		width: 25%;
	}
	
	.sb-width-wide {
		width: 55%;
	}
}

@media (min-width: 992px) { /* Slidebar widths on large screens. */
	.sb-slidebar {
		width: 60%;
	}
	
	.sb-width-thin {
		width: 15%;
	}
	
	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) { /* Slidebar widths on extra large screens. */
	.sb-slidebar {
		width: 40%;
	}
	
	.sb-width-thin {
		width: 5%;
	}
	
	.sb-width-wide {
		width: 35%;
	}
}



/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );
	
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;
	
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
 
.sb-hide { 
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

#content .breadcrumbs {
	padding: 0 0 6px 0;
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
#content .breadcrumbs a {
	color: #333;
}
#content .breadcrumbs .delimiter {
	color: #ccc;
}

#content p {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 5px;
}
#content .bigger p {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
}
#content .dark p {
	color: #000;
}
#content .doublespace p {
	line-height: 24px;
}
#content p.hilite {
	font-size: 16px;
	color: #9bcf00;
	line-height: 22px;
	padding-bottom: 30px;
} 
#content ul {
	font-size: 14px;
	list-style-type: disc;
	margin: 5px 5px 5px 20px;
	padding: 0;
}
#content ul li {
	line-height: 20px;
	margin: 2px 0 5px 0;
}
#content p .smaller, #content .row p .smaller {
	font-size: 11px;
}

#content .toolbar {
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}
#content .toolbar.topline {
	border-top: 1px solid #ccc;
	padding-top: 3px;
}
#content .toolbar a {
	color: #666;
}
#content .toolbar .delimiter {
	color: #999;
}

#content p.summary {
	font-size: 14px;
	color: #999;
	line-height: 18px;
	padding-bottom: 30px;
} 

#content .column_left p.hilite {
	text-align: right;
}
#content .column_left p.summary {
	text-align: right;
}
#content .column_left #social_like {
	margin: 0 0 30px 0;
	padding-left: 100px;
}

#content .row {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
#content .row .calendar {
	float: left;
	width: 60px;
	margin: 5px 5px 0 0;
	background: #1a1a1a;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
}
#content .row .calendar .day {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 5px 0;
	letter-spacing: 1px;
}
#content .row .calendar .date {
	font-size: 32px;
	font-weight: bold;
}
#content .row .calendar .month {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 3px 0;
	letter-spacing: 1px;
}

#content .row .icon {
	float: left;
	width: 90px;
	margin: 5px 5px 0 0;
}
#content .row .icon.notop {
	margin: 0 5px 0 0;
}
#content .row .thumb {
	float: left;
	width: 180px;
	margin: 5px 0 5px 0;
	display: block;
	overflow: hidden;
	background: #fff;
}
#content .row .thumb img {
	opacity: 0.9;
}
#content .row .icon {
	display: none;
}
#content .row .thumb p {
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 20px 5px 5px;
	margin-bottom: -3px;
	color: #fff;
	border-radius: 3px;
	background: url(/images/bg_row_thumb.png) no-repeat 160px top;
}
#content .row .thumb p span {
	float: right;
}
#content .row .thumb p.noimg {
	background: none;
	border-radius: 0px;
	margin-top: -3px;
}
#content .row .thumb p.noimg span {
	float: none;
}

#content .row .body {
	display: block;
	overflow: hidden;
}
#content .row h3 {
	padding: 3px 0 3px 0;
	font-size: 14px;
}
#content .row h3 a {
	color: #333;
}
#content .row h4 a {
	color: #ff9;
}
#content .row:hover {
	cursor: pointer;
}
#content .row:hover p, #content .row:hover h3 a {
	color: #000;
}
#content .row:hover h4 a {
	color: #000;
}
#content .row:hover .thumb img,
#content .row:hover .icon img {
	opacity: 1;
}
#content .row:hover .thumb p {
	background-position: 165px top;
	color: #fff;
}
#content .row .bottomline {
	display: block;
	overflow: hidden;
	float: none;
	clear: both;
	margin: 0 0 -5px 0;
}
#content .row .bottomline .summary {
	padding: 2px 10px 6px 10px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	float: right;
	border-radius: 5px;
	margin: 0 0 0 0;
}
#content .row.warning {
	border-radius: 5px;
}
#content .row.warning .thumb {
	margin-right: 0px;
}
#content .row.warning h3 a {
	color: #fff;
}
#content .row.warning .body p {
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
}

#content .row .mobileinfo {
	display: none;
}



#content .item { 
	afloat: left; 
	display: inline-block;
	vertical-align: top;
	overflow: hidden; 
	border: 1px solid #ccc;
	border-radius: 3px; 
	width: 150px; 
	margin: 10px 0 0 5px;
}
#content .item.noborder { 
	border: none;
}
#content .item.first { 
	margin: 10px 0 0 0;
}
#content .minheight .item {
	min-height: 100px;
}
#content .item .thumb {
	 display: block; 
	 overflow: hidden; 
}
#content .item h4 {
	font-size: 13px;
	padding: 3px;
	letter-spacing: -1px;	
}
#content .item h4 a {
	color: #333;
}
#content .item p {
	padding: 0 3px 3px 3px;
	font-size: 11px;
}
#content .item p .date {
	font-size: 10px;
	padding-right: 5px;
}
#content .item:hover {
	cursor:pointer;
	border: 1px solid #999;
	box-shadow: 0 0 3px #999;
}
#content .item.noborder:hover {
	cursor:pointer;
	border: none;
	box-shadow: 0 0 0 #fff;
}
#content .item:hover p, #content .item:hover h4 a {
	color: #1a1a1a;
}



#content .boxed { 
	float: left; 
	display: block;
	overflow: hidden; 
	width: 290px; 
	margin: 20px 0 0 25px;
}
#content .boxed.first { 
	margin: 20px 0 0 0;
}
#content .boxed .icon {
	 display: block; 
	 overflow: hidden; 
	 float: left;
	 width: 90px;
	 margin-right: 10px;
}
#content .boxed h4 {
	font-size: 14px;
	padding-bottom: 3px;
	letter-spacing: -1px;	
}
#content .boxed h4 a {
	color: #333;
}
#content .boxed p {
	padding-bottom: 3px;
	font-size: 12px;
}
#content .boxed p.toolbar {
	font-size: 11px;
}
#content .boxed:hover {
	cursor:pointer;
}
#content .boxed:hover p, #content .boxed:hover h4 a {
	color: #1a1a1a;
}




#content .related_content {
	display: block;
	overflow: hidden;
}

#content .related_content .row {
	width: 470px;
	position: relative;
}
#content .related_content .row.left {
	text-align: right;
}
#content .related_content .row.left .thumb {
	float: right;
	margin: 5px 0 0 5px;
}
#content .related_content .row.left .icon {
	float: right;
	margin: 5px 0 5px 5px;
}
#content img {
	font-size: 10px;
	color: #ccc;
}



#content .attachments {
	background: #f3f3f3;
	padding: 10px;
}
#content .attachments h3 {
	margin-bottom: 4px;
}
#content .attachments a {
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin: 5px 0;
	padding: 5px 0;
	background: no-repeat left center;
	color: #000;
	opacity: 0.7;
}
#content .attachments a i.fa {
	font-size: 24px;
	vertical-align: bottom;
	margin-right: 5px;
}
#content .attachments a:hover {
	opacity: 1;
}
#content .attachments a span.size {
	color: #999;
	font-size: 11px;
	margin: 15px 0 0 10px;
}

#topimage #imgframe {
	width: 660px;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	background: transparent no-repeat center center;
	min-height: 300px;
}

#topimage #imgframe:hover {
	cursor:pointer;
}
#topimage #imgframe.nohover:hover {
	cursor:auto;
}
#topimage #listing {
	float: right;
	display: block;
	overflow: hidden;
	width: 300px;
	height: 300px;
	border: none;
	background: #ededed;
}
#topimage #listing td.row {
	padding: 0 10px 0 20px;
	height: 73px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	position: relative;
  vertical-align: middle; 
  display: table-cell;
  font-weight: bold;
  width: 290px;
}
#topimage #imgframe.full {
	width: 960px;
	float: none;
	height: 200px;
	min-height: 200px;
}
#topimage #listing td.box {
	width: 10px;
	padding: 0;
}
#topimage #listing td.box div {
	width: 10px;
	height: 73px;
	display: block;
	overflow: hidden;
}
#topimage #listing td.row a {
	color: #333;
}
#topimage #listing td.row a:hover {
	color: #000;
}
#topimage #listing td.row.sel {
	position: relative;
	background: #fff;
	color: #000;
}
#topimage #listing td.row.sel a {
	color: #000;
}
#topimage #listing .liteline {
	height: 2px; 
	line-height: 2px; 
	display: block; 
}
#listing_sel {
	position: absolute;
	right: 0;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 30px;
	background: url(/images/bg_listing.png) no-repeat right center;
}

@media screen and (max-width: 980px) {
	
	body {
		min-width: 320px;
	}
	.container {
		width: 100%;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.mobile_inline {
		display: inline;
	}
	.mobile_block {
		display: block;
	}
	.mobile_center {
		text-align: center;
	}
	.mobile_nofloat {
		float: none;
		display: block;
		overflow: hidden;
	}
	
	#page {
		padding-top: 48px;
	}
	#page .main {
		margin: 0 auto;
	}
	#content_wrapper, #content_wrapper.noright, #content_wrapper.noleft {
		width: 100%;
		max-width: 640px;
		float: none;
		margin: 0 auto;
	}

	#content, #content_wrapper.noright #content, #content_wrapper.noleft #content {
		float: none;
		display: block;
		width: auto;
		padding: 10px;
		
	}
	#content.full, #content_full {
		width: 100%;
	}
	#column_right {
		float: none;
		padding: 0;
		margin: 10px auto;
	}
	
	
	#header {
		position: fixed;
		height: 48px;
	}
	#topmenu {
		display: none;
	}
	#header #navi {
		margin: 0;
	}
	#logo {
		margin: 3px 0 0 10px;
	}
	a#topright {
		display: block;
	}
	
	h1 {
		font-size: 150%;
		line-height: 120%;
		margin: -10px -10px 10px -10px;
		padding: 10px;
		background: #ededed;
		color: #000;
	}
	
	#content .breadcrumbs {
		font-size: 100%;
		line-height: 120%;
	}
	#content .breadcrumbs a {
		display: block;
		overflow: hidden;
		padding: 2px;
		margin: 0 0 3px 0;
	}
	#content .breadcrumbs .delimiter {
		display: none;
	}
	
	#content .row {
		margin: 10px 0 20px 0;
		padding: 0;
	}
	#content .row.searchresult {
		margin: 10px 0 0 -10px;
		background: #ededed;
		padding: 5px;
	}
	
	
	
	#content .row .thumb {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
		background: #fff;
	}
	#content .row .thumb.desktop {
		display: none;
	}
	#content .row .icon {
		float: left;
		width: 90px;
		height: 90px;
		margin: 5px 5px 5px 0;
		display: block;
		overflow: hidden;
	}
	#content .row .icon img {
		opacity: 0.9;
	}
	#content .row .body {
		margin: 0;
		padding: 0;
	}
	#content .row h3 {
		padding: 0;
		margin: 0;
		font-size: 100%;
	}
	#content .row p {
		font-size: 80%;
		padding: 2px 0;
		margin: 0;
	}
	#content .row p.toolbar {
		font-size: 65%;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}
	#content .row .mobileinfo {
		display: inline-block;
		font-size: 12px;
		line-height: 14px;
		color: #fff;
		padding: 1px 3px 0px 3px;
		margin: 3px 0;
		text-transform: uppercase;
	}
	
	#content .boxed { 
		float: none; 
		width: 100%;
		max-width: 320px;
		margin: 20px auto 0 auto;
	}
	#content .boxed.first { 
		margin: 20px auto 0 auto;
	}

	
	.gallery_row a {
		width: 140px;
		height: 90px;
		text-align: center;
		opacity: 0.9;
	}
	
	.paginator {
		font-size: 150%;
		letter-spacing: 0;
	}
	
	.formrow, #content .formrow {
		max-width: 100%;
		padding-bottom: 5px;
		border: none;
	}
	.formrow .label, #content .formrow .label {
		float: none;
		padding: 5px 2px;
		width: 100%;
		font-size: 100%;
	}
	.formrow input, .formrow textarea, .formrow select,
	#content .formrow input, #content .formrow textarea, #content .formrow select {
		width: 95%;
		max-width: 95%;
		margin: 0 auto;
	}
	
	
	.eventbox {
		margin: 5px 0 0 0;
		width: 100%;
	}
	.eventbox .thumb {
		display: none;
	}
	
	
	.ui-datepicker {
		width: auto;
	}
	.ui-datepicker .ui-datepicker-buttonpane button { padding: .1em .3em .2em .3em; font-size: 0.7em; }
	
	
	
	
	
	
	
	
	
	#footer .container ul {
		float: none;
		margin: 10px 10px 0 10px;
	}
	#footer .container ul li {
		font-size: 100%;
		line-height: 111%;
	}
	#copyright {
		margin: 10px 0 0 0;
		float: none;
		font-size: 100%;
		line-height: 120%;
		font-weight: bold;
	}
	#menu_bottom {
		margin: 10px 0 0 0;
		float: none;
		font-size: 100%;
		line-height: 120%;
	}
	#menu_bottom a {
		display: block;
		overflow: hidden;
		margin: 5px;
	}
	
	#bottomrow {
		display: none;
	}
	
	
	
	
	
	
	
	
	
	/* DESKTOP */
	.desktop {
		display: none;
	}
	
}