html {
	position: relative;
	min-height: 100%;
}

body {	
	margin-bottom: 160px; /* footer height */
}
body.logged {
	margin-top: 45px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 160px;
	background-color: #fcfcfc;
}

.footer ul {
	list-style: none;
}
.footer p {
	text-align:right;
}

.footer-header {
	height: 48px;
}

.footer .container {
	padding-top: 48px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pointer {
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
}
.widget {
	padding-bottom: 32px;
}

.widget-left {
	width: 100%;
	position: relative;
}

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;

	display: block;
	visibility: hidden;
	opacity: 0;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 30px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

	background-color: #404040;

	color: #FFFFFF;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.scrollup:hover {
	color: #fff;
	background-color: #f58500;

	box-shadow: 9px 13px 18px -8px #2d3134;
}
.scrollup.show {
	display: block;
}

.fly {
	position: relative;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.fly:hover {
	box-shadow: 9px 13px 26px -8px #2d3134;
}

.sbclub-post {
	overflow: hidden;
	position: relative;
	max-height: 240px;	
	white-space: nowrap; 
	margin-bottom: 18px;

	box-shadow:
			0 0 0 .1em hsla(0,0%,0%,.15),
			.1em .1em .25em hsla(0,0%,0%,.15);
}
.sbclub-post img {
	width: 100%;
}

.captionLink,.captionLink:hover {
	width: 100%;
	height: 44px;
	display: block;	
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 44px;
	text-indent: 13px;
	/* background-color: #0060b1; */
	color: #000;
	background-color: hsla(0,0%,100%,.9);
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	font-size: 14px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.sbclub-post:hover .captionLink,
.captionLink:hover {
	color: #fff;
	background: #f58500;
}

.sbclub-post:active .captionLink,
.captionLink:active {
	color: #fff;
	background: #34A7CC;
}

.captionLink:focus {
	color: #000;
	text-decoration: none;
}

.club-post {
	width: 100%;
	height: auto;
	min-height: 200px;
	margin-bottom: 28px;

	box-shadow:
		0 0 0 .1em hsla(0,0%,0%,.15),
		.1em .1em .25em hsla(0,0%,0%,.15);
}

.club-post .post-title {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 

	display: block;
	color: #000;
	font-size: 22px;
	text-decoration: none;
	padding-bottom: 14px;
}

.cb-block {
	height: 100%;
	clear: both;
}

.cb-media {
	position: relative;
	float: left;
	width: 35%;
	max-height: 300px;
	overflow: hidden;
}
.cb-media img {
	width: 100%;
}
.cb-media-content {
	float: right;
	width: 65%;
	height: auto;
}
.cb-text {
	position: relative;
	margin: 14px auto;
	padding: 0 14px;
	font-size: 14px;
}
.club-post .extdesc {
	font-size: 12px;
	padding-top: 14px;
}
.club-post .users {
	display: block;
	padding-right: 14px;
}
.club-post .users i {
	color: #f58500;
}

/* Accordion menu */

.a-menu span {
	position: absolute;
}

.a-menu ul {
	list-style: none;
	margin: 0; padding: 0;
	text-align: left;
}
.a-menu > ul {
	border: 1px solid rgba(200,200,200,0.8); 
/*	box-shadow: 0 0 4px #000; */
	margin-bottom: 15px;
}

.a-menu > ul > li {
	position: relative;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.a-menu > ul > li > a {
	display: block;
	outline: 0;
	padding: .7em 1em;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.a-menu > ul > li:hover {
	background: #f58500;
}

.a-menu > ul > li:hover > a {
	color: #fff;
}

.a-menu > ul > li > ul {
	counter-reset: items;
	height: 0;
	overflow: hidden;
	background: #fff;
	color: #777;
	box-shadow: inset 0 0 16px #EEE;
}

.a-menu > ul > li > ul > li {
	counter-increment: items;
	padding: .5em 1.3em;
	border-bottom: 1px dotted #DDD;
}

.a-menu > ul > li > ul:after {
	content: counter(items);
	font-size: 0.857em;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 15px;
	background: #333;
	line-height: 1em;
	height: 1em;
	padding: .7em .8em;
	margin: -.8em 0 0 0;
	color: white;
	text-indent: 0;
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
	font-weight: 500;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;

	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 
		0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 
		0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 
		0px 1px 0px 0px rgba(255, 255, 255, .15);
}

h1.title {
	font-weight: normal;
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 30px;
	color: #000
}

/* Post */

.post-list {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.post-list>li:after,.post-list>li:before {
	content: '';
	display: table;
	clear: both
}

.post-list>li {
	padding: 0
}

.post-list>li+li {
	margin-top: 30px
}

.post-left-info {
	width: 50px;
	float: left;
	margin-right: 20px
}

.post-date {
	font-size: 12px;
	line-height: 1.1;
	margin: 0 auto 2px;
	padding: 10px;
	text-align: center;
	font-weight: 700
}

.post-date .day {
	color: #333;
	font-size: 24px;
	display: block
}

.post-date .month {
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	margin-top: 5px;
	color: #333
}

.post-date .year {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #333
}

.post-date+.post-likes {
	border-top: 2px solid #ddd
}

.post-likes {
	padding: 10px 0;
	text-align: center;
	font-size: 12px
}

.post-left-info+.post-content {
	margin-left: 70px
}

.post-image {
	padding-top: 56%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px
}

.post-image.post-image-with-carousel {
	padding-top: 0
}

.post-image.post-image-with-carousel .item {
	padding-top: 56%;
	overflow: hidden
}

.post-image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	max-width: 100%
}

.post-video {
	margin-bottom: 25px
}

.post-list blockquote {
	border: none;
	background: #e9edef;
	font-size: 18px;
	padding: 30px;
	color: #000;
	margin-bottom: 25px
}

.post-title {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 30px;
	color: #000
}

.post-title a {
	color: #000
}

.post-by {
	display: block;
	font-size: 11px;
	color: #666;
	margin-bottom: 15px;
	line-height: 20px;
	padding: 0
}

.post-by .divider {
	margin: 0 5px;
	font-size: 10px;
	color: #333;
	position: relative;
	top: -1px
}

.post-desc {
	line-height: 20px;
	color: #696969;
	margin-bottom: 20px;
	font-size: 13px
}

.read-btn-container {
	text-align: right;
	font-size: 12px
}

.read-btn-container a {
	color: #333
}

.post-grid {
	margin: -10px
}

.post-grid:after,.post-grid:before {
	content: '';
	display: table;
	clear: both
}      

.post-grid>li,.post-li {
	width: 33.33%;
	padding: 10px
}

.post-grid.post-grid-2>.post-li,.post-grid.post-grid-2>li {
    width: 50%
}

.post-grid.post-grid-3>.post-li,.post-grid.post-grid-3>li {
    width: 33.33%
}

.post-grid.post-grid-4>.post-li,.post-grid.post-grid-4>li {
    width: 25%
}

.post-grid .post-image,.post-grid .post-video {
    margin: -1px -1px 0
}

.post-grid blockquote {
    margin-bottom: 0
}

.post-grid .post-title {
    font-size: 20px;
    line-height: 24px
}

.post-grid .post-content {
    border: 1px solid rgba(0,0,0,.125)
}

.post-grid .post-info {
    padding: 15px
}

.post-detail .post-image {
    margin-bottom: 15px
}

.post-detail .post-by {
    font-size: 12px
}

.post-detail .post-desc {
    margin-bottom: 30px
}

.post-detail .post-desc p {
    margin-bottom: 0
}

.post-detail .post-desc p+p {
    margin-top: 15px
}

/* Content Styles */

.forums dt {
	font-weight: normal;
}

.forumtitle {
	font-size: 16px;
	font-weight: normal;
}

ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums {
	/*background: #f9f9f9 none repeat-x 0 0;*/
	padding: 0;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #75899c;
	margin: 0;
	padding: 0px 20px;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist li.row dl {
	padding: 20px 0;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
}

ul.topiclist dd {
	display: block;
	float: left;
	/*border-left: 1px solid #FFFFFF;*/
	padding: 0;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	position: relative;
	white-space: nowrap;
	padding: 0;
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
	border-bottom: 1px solid #E5E5E5;
}
ul.topiclist li.row:last-child {
	border-bottom: 0;
}
li.row strong {
	font-weight: normal;
	color: #000000;
}

li.row:hover {
	/*background-color: #f6f6f6;*/
}

li.row:hover dd {
	/*border-left-color: #CCCCCC;*/
}

li.header dt, li.header dd {
	line-height: 50px;
	border-left-width: 0;
	margin: 0;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
/* 	font-family: 'Noto Sans', sans-serif; */
}

li.header dt {
	/*font-weight: bold;*/
}
li.header dt.header-name {
	font-size: 1.077em;
}

li.header dd {
	/*margin-left: 1px;*/
}

li.header dl.icon {
	min-height: 0;
}

/* Forum list column styles */
dl.icon > i {
	position: absolute;
	left: 20px;
	font-size: 32px;
	margin-left: -0.5em;
}
dl.icon {
	position: relative;
	min-height: 35px;
	background-position: 0 20px;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 53px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 0 20px;		/* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	font-size: 1em;
	/*line-height: 50px;*/
}

/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 25%;
	font-size: 1em;
}

dd.redirect {
	font-size: 1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1em;
}
ul.topiclist li.header {
	height: 50px;
	padding: 0 20px;
}
.section-ucp ul.topiclist li.header,
#cp-main ul.topiclist li.header {
	height: auto;
}
.section-ucp ul.topiclist li.header dd,
.section-ucp ul.topiclist li.header dt {
	margin-bottom: 0 !important;
}
dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1em;
}

dd.searchby {
	width: 47%;
	font-size: 1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	margin-bottom: 15px;
	height: 40px;
	min-height: 40px;
}
div[class].topic-actions {
	height: auto;
}
