/*
Theme Name: CheerApp
Theme URI: http://cheerapp.pogoking.net/
Description: CheerApp is a modern theme best suited for app developers for showcasing their work. It offers features like knowledgebase, FAQs, flexible pricing tables and bbPress forums support.
Author: Mateusz Hajdziony
Author URI: http://themeforest.net/user/pogoking?ref=pogoking
Version: 1.1

License: ThemeForest WordPress Theme License
License URI: http://wiki.envato.com/support/legal-terms/licensing-terms/

Tags: light
*/

/* ----------------------------------
--------        RESET      ----------
---------------------------------- */


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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------
---------     TYPOGRAPHY   ----------
---------------------------------- */

body {
	color: #666666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	
	-moz-text-shadow: 0 1px 0 #ffffff;
	-webkit-text-shadow:  0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
}

h1 {
	color: #333333;
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 18px;
	line-height: 36px;
}

h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 36px;
	margin-bottom: 18px;
}

h3 {
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 24px;
	margin-bottom: 18px;
}

h4 {
	font-size: 16px;
	letter-spacing: -0.1px;
	line-height: 36px;
}

h5 {
	font-size: 13px;
	letter-spacing: -0.1px;
	line-height: 36px;
	text-transform: uppercase;
}

h6 {
	font-size: 13px;
	letter-spacing: -0.1px;
	line-height: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
	text-decoration: none;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
}

h2 small {
	display: block;
	font-size: 12px;	
	font-weight: normal;
	letter-spacing: 0;
	line-height: 12px;
	margin-bottom: -4px;
	text-transform: uppercase;
}

.post-archive .post-title {
	float: left;
	margin-bottom: 0;
	width: 80%;
}

p {
	margin-bottom: 18px;
}

a {
	color: #71a66c;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

a:active,
a:focus {
	color: #1a1a1a;
	outline: 0;
}

a.more {
	font-weight: bold;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
	color: #1a1a1a;
	text-decoration: none;
}

ul {
	line-height: 15px;
	list-style: square outside;
	font-weight: normal;
	margin-bottom: 18px;
	text-transform: none;
}

nav ul {
	list-style: none none;
}

ol {
	line-height: 15px;
	margin-bottom: 18px;
	list-style-type: decimal;
}

dl {
	line-height: 15px;
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
}

li, dd {
	margin-bottom: 5px;
}

.post-content ul,
.post-content ol,
.post-content dl {
	margin-left: 18px;
	margin-right: 18px;
}

ul.links,
.widget ul {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;	
}

.forum-widgets ul {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}

ul.links li a:hover:after,
.widget ul li a:hover:after {
	content: "\00a0\2192";
	font-style: normal;
}

.sidebar li.current > a {
	color: #333333;
}

ul.info {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

ul.info li small {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	color: #808080;
	font-size: 10px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

ins {
	background-color: #ffffff;
}

s,
del {
	text-decoration: line-through;
}

cite,
q {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}

cite {
	color: #333333;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

dfn {
	font-style: italic;
}

time {
	cursor: help;
	font-weight: bold;
}

var {
	font-family: Georgia, serif;
	font-style: italic;
}

sub {
	font-size: 9px;
	vertical-align: sub;
}

sup {
	font-size: 9px;
	vertical-align: super;
}

blockquote {
	background: transparent url(images/quote.png) no-repeat left top;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 18px;
	text-align: center;
}

blockquote .author {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 18px;
	padding: 0 18px;
}

blockquote .author .company {
	font-size: 11px;
	font-weight: normal;
}

caption,
figcaption,
.caption {
	color: #808080;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 18px;
	text-align: center;
}

pre {
	font-family: "Courier New", monospace;
}

code,
samp {
	font-family: "Courier New", monospace;
}

label {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
}

.controls label {
	text-transform: none;
}

label small {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-transform: none; 
}

form, input, textarea {
	color: #666666;
	font-size: 13px;
}

hr {
	background-color: #e8e8e8;
	border: 0;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #e8e8e8;
	clear: both;
	display: block;
	height: 0;
	width: 100%;
	margin: 0;
	margin-bottom: 36px;
	margin-top: 36px;
}

.clearfix + hr {
	margin-top: 18px;
}

#header {
	color: #ffffff;
	
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
	-webkit-text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
	text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
}

#header a {
	color: #ffffff;
}

#header a:hover {
	color: #e5e5e5;
	text-decoration: none;
}

#header a:active {
	color: #d9d9d9;
}

#header li.current > a {
	color: #e5e5e5;
}

#featured,
#featured h1,
#featured h2,
#featured h3,
#featured h4,
#featured h5,
#featured h6,
#featured h1 a,
#featured h2 a,
#featured h3 a,
#featured h4 a,
#featured h5 a,
#featured h6 a,
#featured small,
#featured small a {
	color: #ffffff;
	
	   -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .3);
	-webkit-text-shadow:  0 1px 0 rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .3);
	        text-shadow:  0 1px 0 rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .3);
	
	   -moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	    -ms-transition: color 0.2s;
	        transition: color 0.2s;
}

#featured h1 a:hover,
#featured h2 a:hover,
#featured h3 a:hover,
#featured h4 a:hover,
#featured h5 a:hover,
#featured h6 a:hover,
#featured small a:hover {
	color: #f2f2f2;
}

#featured h1 a:actives,
#featured h2 a:active,
#featured h3 a:active,
#featured h4 a:active,
#featured h5 a:active,
#featured h6 a:active,
#featured small a:active {
	color: #e5e5e5;
}

#featured .slide {
	font-size: 14px;
}

#featured .slide iframe {
	background-color: transparent !important;
	border-width: 0;
	margin: -5px auto;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slide .play-button {
	display: block;
	position: relative;
}

.slide .play-button.opened {
	cursor: default;
}

.slide .play-button-overlay {
	background: transparent url(images/play-button.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .7;
	position: absolute;
	top: 0;
	left: 0;
}

.slide .play-button:hover .play-button-overlay {
	opacity: 1;
}

.slide .play-button.opened .play-button-overlay {
	opacity: 0;
	display: none;
}

#featured ::-moz-selection {
	background: #333333;
}

#featured ::-webkit-selection {
	background: #333333;
}

#featured ::selection {
	background: #333333;
}

#nav,
header .login ul {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #4d4d4d;
}

#footer a:active {
	color: #1a1a1a;
}

#footer li a:hover {
	text-decoration: none;
}

#footer-nav {
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.post-blog .post-meta,
.description {
	color: #333333;
	line-height: 18px;
	text-align: right;
}

.description {
	color: #808080;
	font-size: 11px;
}

.description pre {
	color: #808080;
	font-size: 11px;
}

.post-meta ul {
	list-style: none none;
}

.post-meta .date {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.post-meta .categories-list {
	font-style: normal;
	font-weight: bold;
}

.post-meta .categories-list li {
	line-height: 18px;
	margin-bottom: 0;
}

.post-archive .post-content {
	clear: both;
}

.post-meta,
.post-archive .date,
.bbp-post-date,
.bbp-topic-meta-info,
.bbp-topic-started-in,
.topic-started-by,
.comment-date {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.bbp-topic-started-in,
.topic-started-by {
	font-size: 11px;
}

.post-archive .date {
	float: right;
	line-height: 36px;	
}

.post-blog .post-meta {
	font-weight: normal;
	text-transform: none;
}

.post-meta small,
.bbp-post-author small,
.bbp-post-date small,
.bbp-topic-meta-info small,
.bbp-topic-started-in small,
.topic-started-by small,
.comment-author small,
.comment-date small,
.date small {
	color: #808080;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

ul.faq {
	list-style: none;
	font-style: normal;
	line-height: 18px;
	padding-top: 9px;
}

ul.faq a:first-child {
	border: 0;
	display: block;
	font-weight: bold;
}

ul.faq .opened a:first-child {
	color: #333333;
}

ul.faq li {
	line-height: 18px;
}

.box {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 0;
	margin-bottom: 36px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}

.box.padding-box {
	padding: 36px;
}

[class*="span"] > .box:last-child {
	margin-bottom: 0;
}


/* ----------------------------------
---------        MAIN      ----------
---------------------------------- */

html {
	width: 100%;
	min-width: 1020px;
}

body {
	background: #f7f7f7 url(images/background-texture.png) repeat 0 0;
	min-width: 1020px;
}

.inner-wrap {
	margin: 0 auto;
	padding: 0 30px;
	width: 960px;
	overflow: visible;
}

#header {
	background: #333333 url(images/header-texture.png) repeat 0 0;
	position: relative;
	z-index: 1000;
	
	-moz-box-shadow: inset 0 -8px 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 -8px 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 -8px 6px rgba(0, 0, 0, .3);
}

#action {
	margin-top: -81px;
	margin-bottom: 36px;
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
	z-index: 5000;
	
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	        box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

#action .button {
	position: absolute;
	right: 36px;
	top: 50%;
	margin-top: -16px;
}

#featured {
	background: #79ba73 url(images/background-texture.png) repeat 0 0;
	border-bottom: 3px solid #ffffff;
	border-top: 1px solid #a6a6a6;
	border-top: 1px solid rgba(255, 255, 255, .35);
	border-bottom: 3px solid #ffffff;
	position: relative;
	z-index: 600;
}

.page-template-index-php #featured {
	overflow: hidden;
	z-index: 100;
}

#featured .inner-wrap {
	height: 44px;
	padding-top: 23px;
	padding-bottom: 23px;
	position: relative;
}

.page-template-index-php #featured .inner-wrap {
	height: auto;
	padding-top: 53px;
	padding-bottom: 0;
	position: relative;
}

.page-template-index-php #featured.with-padding .inner-wrap {
	padding-bottom: 41px;
}

.breadcrumb h2,
.breadcrumb h3,
.breadcrumb h4,
.breadcrumb h5 {
	margin: 0;
}

#main {
	background: transparent url(images/content-texture-top.png) repeat-x 0 0;
	border-top: 1px solid #cccccc;
	overflow: visible;
	position: relative;
	z-index: 500;
	
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .07);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .07);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .07);
}

.page-template-index-php #main {
	z-index: 5000;
}

#main .inner-wrap {
	padding-top: 35px;
	padding-bottom: 35px;
}

.page-template-index-php #main .inner-wrap {
	z-index: 5000;
}

.row > .content-right {
	float: right;
}

.post-blog .post-meta,
.description {
	float: left;
	width: 140px;
}

.post-blog blockquote {
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-left: -167px;
	padding: 18px 0 0;
	width: 127px;
}

.wiki-post-meta,
.forum-thread-meta {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #ffffff;
	position: relative;
	margin-bottom: 18px;
}

.archive-post-meta {
	clear: both;
	margin-bottom: 12px;
	position: relative;
}

.wiki-post-meta .post-meta,
.forum-thread-meta .post-meta {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	height: 34px;
	width: 100%;
	line-height: 34px;
}

.post .faq-count,
.post .likes,
.post-archive .comment-count {
	background: transparent url(images/icons.png) no-repeat left top;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
	margin-top: 9px;
	padding-left: 19px;
	position: absolute;
	top: 1px;
}

.post-archive .faq-count,
.post-archive .likes,
.post-archive .comment-count {
	margin-bottom: 1px;
	margin-top: 1px;
}

.post .faq-count {
	background-position: left -2211px;
	border: 0;
	right: 55px;
}

.post .likes {
	background-position: left -915px;
	color: #c1716a;
	right: 0;
}

.post-archive .comment-count {
	right: 0;
}

.post .comment-count {
	background: transparent url(images/icons.png) no-repeat left -1024px;
	border: 0;
	font-weight: bold;
	padding-left: 22px;
}

.faq li {
	padding-left: 18px;
	margin-bottom: 9px;
}

.faq li.closed {
	background: transparent url(images/faq-closed.png) no-repeat 3px 6px;
}

.faq li.opened {
	background: transparent url(images/faq-opened.png) no-repeat 3px 6px;
}

.faq .target {
	margin: 9px 0 18px;
}

a.post-image {
	line-height: 0;
}

.post-image img {
	display: block;
}

.post-image,
.ad,
.avatar,
iframe,
figure,
pre {
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	display: block;
	margin-bottom: 18px;
	padding: 5px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

figure iframe,
figure video,
figure img {
	background-color: transparent;
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

figure figcaption {
	margin-top: 9px;
	margin-bottom: 3px;
}

figure.alignleft {
	margin-right: 18px;
}

figure.alignright {
	margin-left: 18px;
}

figure.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.post-blog figure,
.post-blog .post-content pre {
	margin-left: -167px;
}

.single-post img.size-medium,
.single-post img.size-large,
.single-post img.size-full {
	margin-left: -167px;
}

.single-post figure img.size-medium,
.single-post figure img.size-large,
.single-post figure img.size-full {
	margin-left: auto;
}

pre.allowed-tags {
	background-color: transparent;
	border: 0;
	margin: 8px 0 0;
	padding: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ad {
	display: inline;
	margin-bottom: 0;
}

.ad-link {
	line-height: 0;
	margin-right: 16px;
}

.ad-link + .ad-link {
	margin-right: 0;
}

.avatar {
	padding: 4px;
}

.blog .post-content {
	display: block;
	margin-left: 160px; /* Equals to .post-meta width + margin between these two elements */
}

.pagination .prev {
	float: left;
	line-height: 16px;
}

.pagination .prev a:before {
	content: "\2190\00a0";
	font-style: normal;
}

.pagination .next {
	float: right;
	line-height: 16px;
	padding-right: 12px;
}

.pagination .next a:after {
	content: "\00a0\2192";
	font-style: normal;
}

#footer {
	background: #f0f0f0 url(images/footer-texture-top.png) repeat-x 0 0;
	border-top: 1px solid #d1d1d1;
	clear: both;
	position: relative;
	
	-moz-box-shadow: 0 -1px 0 #ffffff, inset 0 3px 3px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 -1px 0 #ffffff, inset 0 3px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 -1px 0 #ffffff, inset 0 3px 3px rgba(0, 0, 0, .05);
}

#footer .inner-wrap {
	padding-top: 35px;
	padding-bottom: 36px;
	position: relative;
}

#footer-nav li {
	float: left;
	margin-bottom: 0;
	padding-right: 10px;
}

#footer-nav li:before {
	content: "\00b7\00a0\00a0";
	font-size: 13px;
}

#footer-nav li:first-child:before {
	content: '';
}

.footer-logo {
	display: block;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 30px;
}

.footer-logo img {
	line-height: 0;
	margin: 0;
}

#header .inner-wrap {
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: visible;
	position: relative;
}

#logo {
	display: block;
	float: left;
	margin-right: 36px;
	margin-bottom: 0;
	line-height: 0;
}

#logo img {
	display: block;
}

header nav {
	float: left;
	height: 100%;
}

.tinynav,
#header div.selector {
	display: none;
}

#nav,
.login > ul {
	margin: 0;
	position: absolute;
	bottom: 36px;
}

.login ul {
	right: 0;
	list-style: none none;
}

.dropdown li {
	display: block;
	margin: 0;
	position: relative;
	white-space: nowrap;
}

.dropdown > li {
	float: left;
	margin: 0 4px;
}

.dropdown li a {
	display: block;
	padding: 0 13px;
	margin: 0;
}

li.parent a {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.dropdown > li > a {
	background: transparent;
	border: 1px solid transparent;
	border-bottom-width: 0;
	margin-top: -5px;
	margin-bottom: -4px;
	padding-top: 4px;
	padding-bottom: 4px;
	*height: 24px;
	*padding-bottom: 0;
	*margin-bottom: -10px;
	
	   -moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	        border-radius: 2px 2px 0 0;
}

.dropdown > li > a.user-profile-link {
	padding-right: 0;
}

.dropdown > li:hover > a.user-profile-link {
	padding-right: 13px;
}

#nav > li.parent > a:after,
.user-profile-link:after {
	content: "";
	background: transparent url(images/icons.png) no-repeat center -84px;
	display: inline;
	padding: 3px;
	margin: 6px 0 6px 8px;
}

#nav > li.parent:hover > a:after,
li.parent:hover .user-profile-link:after {
	background-image: none;
	display: none;
}

#nav > li.parent:hover > a {
	margin-right: 14px;
}

.dropdown > li:last-child {
	margin-right: -8px;
}

.login .dropdown > li:last-child {
	margin-right: 4px;
	margin-left: 0;
}

.dropdown > li:first-child {
	margin-left: -8px;
}

.login .dropdown > li:first-child {
	margin-right: 0;
	margin-left: 4px;
}

#header .dropdown li.parent:hover a {
	color: #666666;
	
	   -moz-text-shadow: none;
	-webkit-text-shadow: none;
	        text-shadow: none;
}

#header .dropdown > li.parent:hover > a {
	background: #ffffff;
	border-color: #262626;
	border-color: rgba(0, 0, 0, .2);
	color: #333333;
	position: relative;
	z-index: 1200;
	
	   -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, .4);
	        box-shadow: 0 -2px 2px rgba(0, 0, 0, .4);
	
	   -moz-background-clip: padding;
	-webkit-background-clip: padding;
	        background-clip: padding-box;
}

#header .dropdown li.parent ul a:hover {
	color: #333333;
	
	   -moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	    -ms-transition: color 0.2s;
	        transition: color 0.2s;
}

header .dropdown ul {
	background: #ffffff;
	border: 1px solid;
	border-color: #262626;
	border-color: rgba(0, 0, 0, .2);
	border-top-width: 0;
	display: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	min-width: 100%;
	padding: 8px 0;
	position: absolute;
	top: 22px;
	z-index: 1100;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	
	   -moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	        border-radius: 0 2px 2px 2px;
	
	   -moz-background-clip: padding;
	-webkit-background-clip: padding;
	        background-clip: padding-box;
}

.login .dropdown ul {
	   -moz-border-radius: 2px 0 2px 2px;
	-webkit-border-radius: 2px 0 2px 2px;
	        border-radius: 2px 0 2px 2px;
}

.dropdown > li > ul {
	min-width: 100%;
}

.dropdown li:hover > ul,
.dropdown li.hover > ul {
	display: block;
}

header .login {
	float: right;
	height: 100%;
}

.login > ul > li {
	float: right;
}

.login .dropdown ul {
	right: 0;
}

.login-link:before {
	background: transparent url(images/icons.png) no-repeat center -225px;
	content: "";
	display: inline;
	margin: 3px 8px 3px 0;
	padding: 6px;	
}

li:hover .login-link:before {
	background-position: center -261px;
}

#header #login-form {
	padding: 8px 14px;
}

#header #login-form input {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

#header #login-form input[type=submit] {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#login-form label {
	color: #666666;
	display: none;
	
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

header p.bbp-remember-me {
	margin-top: -9px;
}

#login-form .bbp-remember-me label {
	display: inline-block;
	text-transform: none;
}

.login .user-info {
	text-align: right;
}

.login .avatar {
	border-color: #0d0d0d;
	border-color: rgba(0, 0, 0, 0.9);
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	width: 15px;
	height: 15px;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

#header .user-info:hover .avatar {
	border-color: #c2c2c2;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

#uniform-tinynav-kb-categories {
	display: none;
}

#kb-categories .kb-categories-title {
	background: transparent url(images/icons.png) no-repeat 18px -2732px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 18px 18px 18px 42px;
	text-transform: uppercase;
}

#kb-categories,
#kb-categories ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}

#kb-categories li {
	border-top: 1px solid #ebebeb;
	line-height: 35px;
	margin: 0;
}

#kb-categories > li:first-child {
	border-top-width: 0;
}

#kb-categories li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	padding: 0 18px;
}

#kb-categories li.current-cat > a,
#kb-categories li.current-cat-parent > a,
#kb-categories li:hover > a {
	background-color: #f5f5f5;
}

#kb-categories li a:after {
	background: transparent url(images/icons.png) no-repeat center -2886px;
	display: block;
	content: ' ';
	float: right;
	width: 16px;
	height: 100%;
}

#kb-categories li.current-cat > a:after,
#kb-categories li.current-cat-parent > a:after,
#kb-categories li:hover > a:after {
	background-position: center -2850px;
}

#kb-categories li.current-cat > a,
#kb-categories li.current-cat-parent > a {
	color: #333333;
}

#kb-categories li ul li ul li a {
	padding-left: 18px;
}

#kb-categories ul.children > li > a:before {
	background: transparent url(images/icons.png) no-repeat left -2418px;
	display: inline-block;
	float: left;
	content: '';
	height: 35px;
	margin-right: 6px;
	width: 16px;
}

#kb-categories li ul a {
	font-size: 12px;
}

#kb-categories li > ul {
	display: none;
}

#kb-categories li.current-cat > ul,
#kb-categories li.current-cat-parent > ul {
	display: block;
}


/* ----------------------------------
---------       SLIDER     ----------
---------------------------------- */


.slides,
.flex-control-nav,
.flex-direction-nav,
.slides li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}

.flexslider {
	position: relative;

	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.js-ready .flexslider {
	height: 460px;
}

.flexslider,
#action {
	-webkit-font-smoothing: subpixel-antialiased;
}

.js-ready .slides {
	visibility: hidden;
}

.flexslider .slides > li {
	display: none;
}

.flexslider .slides > li:first-child {
	display: block;
}

.opacity.csstransitions .flexslider .flex-viewport .slides > li {
	opacity: 0;
	
	-webkit-transition: opacity 0.6s;
	   -moz-transition: opacity 0.6s;
	   		transition: opacity 0.6s;
}

.opacity.csstransitions .flexslider .flex-viewport .slides > li.flex-active-slide {
	opacity: 1;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .slides {
	display: block;
}
 
* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-direction-nav li {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-bottom: 0;
	margin-left: 450px;
	display: block;
	z-index: 0;
}

.flex-direction-nav li:first-child {
	margin-left: -490px;
}

.flex-direction-nav li a {
	display: block;
	width: 20px;
	height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-indent: -9999px;
	
	-ms-transition: background .2s ease-in, opacity .2s ease-in;
	-moz-transition: background .2s ease-in, opacity .2s ease-in;
	-o-transition: background .2s ease-in, opacity .2s ease-in;
	-webkit-transition: background .2s ease-in, opacity .2s ease-in;
	transition: background .2s ease-in, opacity .2s ease-in;
}

.flex-direction-nav li a.flex-prev {
	background: transparent url(images/icons.png) no-repeat 10px 20px;
	padding-right: 20px;
	opacity: .75;
}

#featured:hover .flex-direction-nav li a.flex-prev {
	background-position: 0 20px;
	opacity: 1;
}

.flex-direction-nav li a.flex-next {
	background: transparent url(images/icons.png) no-repeat 18px -19px;
	padding-left: 20px;
	opacity: .75;
}

#featured:hover .flex-direction-nav li a.flex-next {
	background-position: 28px -19px;
	opacity: 1;
}

.flex-direction-nav li a.flex-disabled,
#featured:hover .flex-direction-nav li a.flex-disabled {
	opacity: 0.5;
}

.flex-control-nav {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 86px;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;	
}

.flex-control-paging li a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #ffffff;
	opacity: 0.6;
	filter: alpha(opacity:60);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .3);
	        box-shadow: 0 1px 0 rgba(0, 0, 0, .5), 0 0 4px rgba(0, 0, 0, .3);
}

.flex-control-paging li a:hover {
	opacity: 0.7;
	filter: alpha(opacity:70);
}

.flex-control-paging li a.flex-active {
	opacity: 1;
	filter: alpha(opacity:100);
}

#slider-container .inner-wrap {
	margin-bottom: 110px;
}

.slide.text-left .post-content {
	float: left;
	margin-left: 60px;
	margin-right: 40px;
	width: 260px;
}

.slide.text-left .post-image-container {
	float: left;
	width: 560px;
	margin-right: 60px;
}

.slide.text-right .post-content {
	float: right;
	margin-left: 40px;
	margin-right: 60px;
	width: 260px;
}

.slide.text-right .post-image-container {
	float: right;
	width: 560px;
	margin-left: 60px;
}

.slide.text-center .post-content {
	margin: 0 60px 50px;
	text-align: center;
}

.slide.text-center .post-image-container {
	margin-left: 60px;
	margin-right: 60px;
}

.slide .featured-image {
	display: block;
	margin: 0 auto;
}

.slide img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}


/* ----------------------------------
--------       COMMENTS     ---------
---------------------------------- */


.comment-list {
	line-height: 18px;
	list-style: none none;
	margin-bottom: 36px;
}

.children {
	list-style: none none;
}

.comment {
	margin-bottom: 0;
	margin-top: 36px;
	padding-left: 160px;
	position: relative;
}

.comment:first-child {
	margin-top: 0;
}

.comment-list .children {
	line-height: 18px;
}

.comment-list .children .comment {
	margin-top: 36px;
	padding-left: 70px;
}

.comment-list .children .comment:first-child {
	margin-top: 36px;
}

.comment-avatar {
	left: 0;
	position: absolute;
	width: 140px;
}

.comment-list .children .comment-avatar {
	width: 50px;
}

.comment-avatar .avatar {
	float: right;
}

.bypostauthor .avatar {
	background-color: #f7edc6;
}

.comment-author {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 9px;
}

.comment-meta {
	font-weight: bold;
	margin-top: -9px;
}

.comment .comment-date {
	font-size: 11px;
}

.comment-edit-link,
.comment-reply-link {
	font-weight: bold;
	font-size: 12px;
}

.comment-awaiting-moderation {
	color: #bf7069;
	display: block;
	margin-bottom: 9px;
}

.comments-pagination {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 167px;
	margin-bottom: 36px;
}



/* ----------------------------------
--------    QUICK LINKS    ----------
---------------------------------- */


.quick-links-wrap {
	overflow: hidden;
}

.quick-links-wrap + hr {
	margin-top: 0;
}

#quick-links {
	float: left;
	left: 50%;
	margin-bottom: 36px;
	position: relative;
}

#quick-links ul {
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	position: relative;
	left: -50%;
}

#quick-links ul li {
	display: block;
	float: left;
	margin-right: 36px;
	text-align: center;
	width: auto;
}

#quick-links ul li:last-child {
	margin-right: 0;
}

.quick-link-icon {
	background: transparent url(images/icons.png) no-repeat 0 0;
	display: block;
	padding-left: 24px;
}

.quick-link-icon.padlock,
.quick-link-icon.login {
	background-position: 0 -266px;
}

.quick-link-icon.download {
	background-position: 0 -374px;
}

.quick-link-icon.search {
	background-position: 0 -482px;
}

.quick-link-icon.rss {
	background-position: 0 -590px;
}

.quick-link-icon.info {
	background-position: 0 -698px;
}

.quick-link-icon.sticky {
	background-position: 0 -806px;
}

.quick-link-icon.heart,
.quick-link-icon.like {
	background-position: 0 -914px;
}

.quick-link-icon.comment {
	background-position: 0 -1022px;
}

.quick-link-icon.merge {
	background-position: 0 -1130px;
}

.quick-link-icon.split {
	background-position: 0 -1238px;
}

.quick-link-icon.edit {
	background-position: 0 -1346px;
}

.quick-link-icon.trash {
	background-position: 0 -1454px;
}

.quick-link-icon.delete,
.quick-link-icon.stop {
	background-position: 0 -1562px;
}

.quick-link-icon.spam,
.quick-link-icon.warning {
	background-position: 0 -1670px;
}

.quick-link-icon.replay {
	background-position: 0 -1778px;
}

.quick-link-icon.ok,
.quick-link-icon.approve {
	background-position: 0 -1886px;
}

.quick-link-icon.mail {
	background-position: 0 -2102px;
}

.quick-link-icon.question {
	background-position: 0 -2210px;
}

.quick-link-icon.twitter {
	background-position: 0 -2318px;
}

.quick-link-icon.subitem {
	background-position: 0 -2426px;
}



/* ----------------------------------
--------       BUTTONS     ----------
---------------------------------- */

/* Gradients go as follows:
IE10: -ms-
FireFox: -moz-
Opera: -o-
Safari/Chrome: -webkit-
Chrome 11+: -webkit
W3C */

.button,
submit,
#header .button,
input[type=submit],
button {
	background-color: #f5d86e;
	border: 1px solid #ccb972;
	color: #736840;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 29px;
	width: auto;
	line-height: 29px;
	margin: 3px 0 20px;
	outline: 0;
	padding: 0 18px;
	text-align: center;
	
	background-image: -ms-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#ebcf6a 100%
	);
	background-image: -moz-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#ebcf6a 100%
	);
	background-image: -o-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#ebcf6a 100%
	);
	background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #ffeeb2),
    	color-stop(1, #ebcf6a)
	);
	background-image: -webkit-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#ebcf6a 100%
	);
	background-image: linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#ebcf6a 100%
	);
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1), inset 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1), inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1), inset 0 0 1px rgba(0, 0, 0, .1);
	
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-text-shadow:  0 1px 0 rgba(255, 255, 255, 1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

button {
	line-height: 26px !important;
}

.button:hover,
submit:hover,
#header .button:hover,
input[type=submit]:hover,
button:hover {
	background-color: #ffe173;
	color: #665c39;
	
	background-image: -ms-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#f7da6f 100%
	);
	background-image: -moz-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#f7da6f 100%
	);
	background-image: -o-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#f7da6f 100%
	);
	background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #ffeeb2),
    	color-stop(1, #f7da6f)
	);
	background-image: -webkit-linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#f7da6f 100%
	);
	background-image: linear-gradient(
    	top,
    	#ffeeb2 0%,
    	#f7da6f 100%
	);
}

.button:active,
submit:active,
#header .button:active,
input[type=submit]:active,
button:active {
	background-color: #ebcf6a;
	
	background-image: -ms-linear-gradient(
    	top,
    	#f5e5ab 0%,
    	#ebcf6a 100%
	);
	background-image: -moz-linear-gradient(
    	top,
    	#f5e5ab 0%,
    	#ebcf6a 100%
	);
	background-image: -o-linear-gradient(
    	top,
    	#f5e5ab 0%,
    	#ebcf6a 100%
	);
	background-image: -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #f5e5ab),
    	color-stop(1, #ebcf6a)
	);
	background-image: -webkit-linear-gradient(
    	top,
    	#f5e5ab 0%,
    	#ebcf6a 100%
	);
	background-image: linear-gradient(
    	top,
    	#f5e5ab 0%,
    	#ebcf6a 100%
	);
}

#header .button {
	height: 18px;
	line-height:18px;
	padding: 4px 14px;
}

#header .button.register-link {
	border-color: #0d0d0d;
	border-color: rgba(0, 0, 0, 0.9);
	margin: -5px 0;
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

#header .button[type=submit] {
	height: 26px;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

p + .button {
	margin-top: 5px;
}

.button + .button {
	margin-left: 20px;
}

table .button {
	padding: 0 25px;
}

.button.loading {
	position: relative;
}

/* BUTTON ICONS */

.button.icon:before {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	content: '';
	display: block;
	float: left;
	height: 18px;
	width: 16px;
	margin: 6px 12px 5px 0;
}

button.icon:before {
	margin-top: 4px !important;
}

.button.icon.loading:before {
	display: none;
}

.button-download:before {
	background-position: center -410px;
}

.button-like:before,
.button-heart:before {
	background-position: center -950px;
}

.button-mail:before {
	background-position: center -2138px;
}

.button-padlock:before {
	background-position: center -302px;
}

.button-search:before {
	background-position: center -518px;
}

.button-rss:before,
.button-subscribe:before {
	background-position: center -626px;
}

.button-info:before {
	background-position: center -734px;
}

.button-sticky:before {
	background-position: center -842px;
}

.button-sticky:before {
	background-position: center -842px;
}

.button-comment:before {
	background-position: center -1058px;
}

.button-merge:before {
	background-position: center -1166px;
}

.button-split:before {
	background-position: center -1274px;
}

.button-edit:before {
	background-position: center -1382px;
}

.button-trash:before {
	background-position: center -1490px;
}

.button-stop:before {
	background-position: center -1598px;
}

.button-warning:before {
	background-position: center -1706px;
}

.button-replay:before,
.button-restore:before,
.button-revert:before {
	background-position: center -1814px;
}

.button-approve:before,
.button-ok:before {
	background-position: center -1922px;
}

.button-close:before {
	background-position: center -2030px;
}

.button-question:before {
	background-position: center -2246px;
}

.button-twitter:before {
	background-position: center -2354px;
}

.button-subitem:before {
	background-position: center -2462px;
}

.button-info-alt:before {
	background-position: center -2570px;
}

.button-tag:before,
.button-category:before {
	background-position: center -2786px;
}



/* ----------------------------------
---------       BOXES     -----------
---------------------------------- */

.info-box,
.bbp-template-notice {
	margin: 18px auto;
	padding: 18px 36px;
	opacity: 1;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.info-box h2:last-child,
.info-box h3:last-child,
.info-box h4:last-child,
.info-box h5:last-child,
.info-box h6:last-child,
.info-box p:last-child,
.bbp-template-notice p:last-child {
	margin-bottom: 0;
}

.info-box ul.info {
	margin: 0;
	overflow: hidden;
}

.info-box ul.info li {
	float: left;
	line-height: 18px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 24px 0 0;
}

.info-box ul.info li:first-child {
	list-style: none;
}

.box-resource {
	background: #dff0d8 url(images/box-resource-icon.png) no-repeat 24px center;
	border: 1px solid #d6e9c6;
	border-bottom-color: #e5fad4;
	color: #71a66c;
	padding-left: 86px;

	-moz-box-shadow: 0 1px 0 rgba(185, 201, 171, .7);
	-webkit-box-shadow: 0 1px 0 rgba(185, 201, 171, .7);
	box-shadow: 0 1px 0 rgba(185, 201, 171, .7);
}

.box-resource *,
.box-resource a,
.box-resource a:hover,
.box-resource a:active {
	color: #71a66c;
}

.box-info,
.bbp-template-notice {
	background: #f7edc6 url(images/box-info-icon.png) no-repeat 24px center;;
	border: 1px solid #e3dab8;
	border-bottom-color: #fff6e5;
	color: #bfaa56;
	padding-left: 86px;

	-moz-box-shadow: 0 1px 0 rgba(227, 218, 184, .9);
	-webkit-box-shadow: 0 1px 0 rgba(227, 218, 184, .9);
	box-shadow: 0 1px 0 rgba(227, 218, 184, .9);
}

.box-info *,
.box-info a,
.box-info a:hover,
.box-info a:active,
.bbp-template-notice *,
.bbp-template-notice a,
.bbp-template-notice a:hover,
.bbp-template-notice a:active {
	color: #bfaa56;
}

.box-warning,
.bbp-template-notice.error {
	background: #f7d5d2 url(images/box-warning-icon.png) no-repeat 24px center;;
	border: 1px solid #e3c6c3;
	border-bottom-color: #ffe0de;
	color: #bf7069;
	padding-left: 86px;

	-moz-box-shadow: 0 1px 0 rgba(204, 176, 173, .9);
	-webkit-box-shadow: 0 1px 0 rgba(204, 176, 173, .9);
	box-shadow: 0 1px 0 rgba(204, 176, 173, .9);
}

.box-warning *,
.box-warning a,
.box-warning a:hover,
.box-warning a:active,
.bbp-template-notice.error *,
.bbp-template-notice.error a,
.bbp-template-notice.error a:hover,
.bbp-template-notice.error a:active {
	color: #bf7069;
}

.info-box .close,
.bbp-template-notice .close {
	background: transparent url(images/icons.png) no-repeat center -2032px;
	cursor: pointer;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 18px;
	right: 18px;
}



/* ----------------------------------
---------     SPINNERS     ----------
---------------------------------- */

.spinner {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
}

.spinner.big {
	background: transparent url(images/spinner-big.png) no-repeat 0 0;
	height: 21px;
	width: 20px;
	margin-left: -10px;
	margin-top: -10px;
}

.spinner.small {
	background: transparent url(images/spinner-small.png) no-repeat 0 0;
	height: 17px;
	width: 16px;
	margin-left: -8px;
	margin-top: -8px;
}

.button .spinner.small {
	float: left;
	position: static;
	margin: 6px 12px 6px 0;
}

button .spinner.small {
	margin-top: 5px !important;
}



/* ----------------------------------
---------      WIDGETS     ----------
---------------------------------- */

.sidebar .widget,
.bbp-topic-sidebar .widget {
	clear: both;
	color: #808080;
	font-size: 12px;
	margin-bottom: 36px;
}

.sidebar .widget-title,
.bbp-topic-sidebar .widget-title {
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
}

.widget ul {
	list-style: none none;
	margin-bottom: 0;
}

.sidebar .widget_nav_menu,
.sidebar .widget_links,
.sidebar .widget_categories,
.sidebar .widget_archive {
	float: left;
	margin-right: 20px;
	width: 137px;
}

.sidebar .widget_links + .widget_links,
.sidebar .widget_links + .widget_nav_menu,
.sidebar .widget_links + .widget_categories,
.sidebar .widget_links + .widget_archive,
.sidebar .widget_nav_menu + .widget_links,
.sidebar .widget_nav_menu + .widget_nav_menu,
.sidebar .widget_nav_menu + .widget_categories,
.sidebar .widget_nav_menu + .widget_archive,
.sidebar .widget_categories + .widget_links,
.sidebar .widget_categories + .widget_nav_menu,
.sidebar .widget_categories + .widget_categories,
.sidebar .widget_categories + .widget_archive,
.sidebar .widget_archive + .widget_links,
.sidebar .widget_archive + .widget_nav_menu,
.sidebar .widget_archive + .widget_categories,
.sidebar .widget_archive + .widget_archive {
	clear: none;
	margin-right: 0;
}

.widget .avatar {
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 3px;
	padding: 1px;
}


/* ----------------------------------
---------        FORMS      ---------
---------------------------------- */


input,
textarea,
button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;	
}

input,
textarea {
	background-color: #fafafa;
	border: 0 none;
	border: 1px solid #d2d2d2;
	display: block;
	opacity: 1;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	
	-webkit-appearance: none;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

input {
	display: block;
	height: 32px;
	padding: 6px 14px;
	vertical-align: middle;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
   color: #b2b2b2;
}

input:-moz-placeholder {
   color: #b2b2b2;
}

textarea {
	height: 162px;
	line-height: 18px;
	padding: 14px;
}

select {
	margin: 7px 0;
}

input:disabled,
textarea:disabled {
	color: #b6b6b6;
	opacity: .7;
}

input:focus,
textarea:focus {
	background-color: #ffffff;
	outline: 0;
}

.form-horizontal .control-group,
#comment-form .control-group {
	*zoom: 1;
	margin-bottom: 18px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after,
#comment-form .control-group:before,
#comment-form .control-group:after {
	display: table;
	content: "";
}

.form-horizontal .control-group:after,
#comment-form .control-group:after {
	clear: both;
}

.form-horizontal .control-label,
#comment-form .control-label {
	float: left;
	width: 140px;
	text-align: right;
}

.form-horizontal .controls,
#comment-form .controls {
	margin-left: 160px;
}

.form-horizontal .form-actions,
#comment-form .form-actions,
#comment-form .logged-in-as,
#comment-form .field-description,
#comment-form .form-submit {
	padding-left: 160px;
}

.form-horizontal legend,
#comment-form h3 {
	margin-left: 160px;
}

fieldset {
	margin-bottom: 18px;
	overflow: hidden;
}

fieldset:last-child {
	margin-bottom: 0;
}

fieldset fieldset {
	margin-top: 36px;
}

fieldsetp fieldset + fieldset {
	margin-top: 0;
}

label + fieldset {
	margin-top: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	display: inline-block;
	height: auto;
	width: auto;
	margin: 0 10px 0 0;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=radio] {
	-webkit-appearance: radio;
}

label {
	display: block;
	line-height: 36px;
}

label small {
	display: block;
}

input[type=checkbox] + label,
input[type=radio] + label {
	display: inline;
	display: inline-block;
	margin-right: 36px;
	width: auto;
}

form .entry-title {
	margin-bottom: 0;
}

.field-description {
	color: #808080;
	display: block;
	font-size: 11px;
	margin-top: 9px;
}

.field-description:first-child {
	margin-top: 0;
}

#reply-title,
.comments-title {
	padding-left: 160px;
}

#comment-form,
#contact-form {
	position: relative;
}

.js-ready .single-knowledgebase #contact-form {
	display: none;
}

#contact-form {
	margin: 36px 0;
}

#contact-form #response p,
#contact-form #response div {
	padding-left: 0;
}

.always {
	display: none;
	visibility: hidden;
}

input[type=submit],
#submit,
.submit {
	width: auto !important;
}

form #response {
	font-weight: bold;
	text-align: right;
	width: 300px;
	float: right;
}

form #response p {
	margin-bottom: 0;
}

form #response .error {
	color: #BF7069;
}

form #response .success {
	color: #71A66C;
}

/* UNIFORM FORMS */

/* Select */

div.selector {
	overflow: hidden;
	background-color: #fafafa;
	border: 1px solid #d2d2d2;
	display: block;
	height: 18px;
	line-height: 18px;
	margin: 0;
	opacity: 1;
	padding: 6px 7px 6px 14px;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	
	-webkit-appearance: none;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

div.selector:active, 
div.selector.active,
div.selector:hover,
div.selector.hover
div.selector:active
div.selector.active {
  background-color: #ffffff;
}

div.selector span {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: right -2642px;
	display: block;
	overflow: hidden;
	padding-right: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 30px;
	border: none;
	background: none;
	margin: 0;
	top: 0px;
	left: 0px;
	width: 100%;
}

div.selector.disabled {
	opacity: .6;
}

/* Checker */

div.checker {
	display: inline;
	display: inline-block;
	position: relative;
	margin-right: 6px;
	height: 20px;
	width: 20px;
}

div.checker span {
	background-color: #fafafa;
	border: 1px solid #d2d2d2;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	width: 13px;
	height: 13px;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .12), 0 1px 0 #ffffff;
	
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

div.checker.hover span,
div.checker:hover span {
	border-color: #b2b2b2;
}

div.checker.active span,
div.checker:active span {
	background-color: #e9e9e9;
}

div.checker span.checked {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: -1px -2969px;
}

div.checker.disabled {
	opacity: .6;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}



/* ----------------------------------
---------    LIVE SEARCH    ---------
---------------------------------- */

.live-search-container {
	position: relative;
}

#searchform {
	background-color: #f5f5f5;
	border: 1px solid;
	border-color: #808080;
	border-color: rgba(0, 0, 0, .25);
	height: 30px;
	overflow: hidden;
	width: 100%;
	z-index: 600;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .17), 0 1px 0 rgba(255, 255, 255, .25);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .17), 0 1px 0 rgba(255, 255, 255, .25);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .17), 0 1px 0 rgba(255, 255, 255, .25);
	
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#searchform.focus,
#searchform.opened {
	background-color: #ffffff;
}

#featured #searchform {
	margin-top: 6px;
	overflow: hidden;
	position: absolute;
}

#searchform p {
	float: left;
	height: 30px;
	margin: 0;
	position: relative;
}

#searchform .input-parent {
	width: 100%;
	*width: auto;
}

#searchform input {
	background: 0;
	border: 0;
	color: #333333;
	display: none;
	height: 14px;
	line-height: 14px;
	padding: 8px 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#searchform input::-webkit-input-placeholder {
   color: #b2b2b2;
}

#searchform input:-moz-placeholder {
   color: #b2b2b2;
}

#searchform #s {
	background: transparent url(images/icons.png) no-repeat 8px -476px;
	display: block;
	height: 30px;
	*height: 14px;
	line-height: 14px;
	padding: 8px 40px 8px 34px;
	width: 100%;
	*width: auto;
	
	-moz-text-shadow: 0 1px 0 white;
	-webkit-text-shadow: 0 1px 0 white;
	box-text-shadow: 0 1px 0 white;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#searchform .submit-parent {
	position: absolute;
	top: 0;
	right: 0;
}

#searchform #searchsubmit {
	background: transparent none;
	cursor: pointer;
	display: block;
	margin: 0;
	min-width: 0;
	height: 0;
	width: 32px !important;
	padding: 15px 0;
	
}

#searchform.loaded #searchsubmit {
	background: transparent url(images/icons.png) no-repeat 8px -1988px;
	height: 30px;
}

#searchform .hidden-fields {
	clear: both;
}

#searchform .results {
	border-top: 1px solid #f0f0f0;
	width: 100%;
}

#searchform ul {
	list-style: none none;
}

#searchform .results ul {
	margin: 0;
	padding: 0;
	display: block;
	visibility: visible;
}

#searchform .results li {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #ffffff;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 18px;
}

#searchform .results li:first-child {
	border-top-color: transparent;
}

#searchform .results li:last-child {
	border-bottom-color: transparent;
}

#featured #searchform .results li h6,
#featured #searchform .results li h6 a {
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	text-transform: none;
	margin: 9px 0;
}

#featured #searchform * {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

#featured #searchform small {
	color: #808080;
}

#searchform .results .post-meta {
	display: block;
	font-size: 9px;
	margin-top: -9px;
	margin-bottom: 9px;
}

#searchform .results .post-meta small {
	font-size: 10px;
}

#searchform .results .more-results {
	color: #333333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	padding: 0 18px;
}

#searchform .results .more-results:hover {
	color: #4d4d4d;
	text-decoration: none;
}

#searchform .results .more-results:active {
	color: #1a1a1a;
}

#searchform .results .no-results {
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding: 9px 18px;
	text-align: center;
}


/* ----------------------------------
--------        TABLES      ---------
---------------------------------- */

table {
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.tab-content table {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}

.tab-content .forum-pagination + table {
	border-top-width: 0;
}

td,
th {
	padding: 18px 5px;
}

th {
	padding-top: 0;
	padding-bottom: 0;
}

td:first-child,
th:first-child {
	padding-left: 35px;
}

td:last-child,
th:last-child {
	padding-right: 35px;
}

table.pricing {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	border-collapse: separate;
	margin: 36px auto;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.pricing .pricing-plan,
.pricing .pricing-plan-price {
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 18px 0;
}

.pricing td:first-child .pricing-plan,
.pricing td:first-child .pricing-plan-price,
.pricing td:last-child .pricing-plan,
.pricing td:last-child .pricing-plan-price {
	border-left-color: transparent;
	border-right-color: transparent;
}

.pricing .pricing-plan-details {
	background: #404040 url(images/background-texture.png) repeat 0 0;
	border: 1px solid #000000;
	border-left-color: #393939;
	border-right-color: #393939;
	color: #ffffff;
	padding: 18px 0;
	
	-moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .8);
	-webkit-text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
	text-shadow:  0 1px 0 rgba(0, 0, 0, .8);
	
	background-image: url(images/background-texture.png), -ms-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(images/background-texture.png), -moz-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(images/background-texture.png), -o-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(images/background-texture.png), -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #2e2e2e),
    	color-stop(0.05, #404040),
    	color-stop(0.95, #404040),
    	color-stop(1, #2e2e2e)
	);
	background-image: url(images/background-texture.png), -webkit-linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
	background-image: url(images/background-texture.png), linear-gradient(
    	top,
    	#2e2e2e 0%,
    	#404040 5%,
    	#404040 95%,
    	#2e2e2e 100%
	);
}

.pricing td:first-child .pricing-plan-details {
	border-right-color: transparent;
	border-left-color: #000000;
}

.pricing td:last-child .pricing-plan-details {
	border-left-color: transparent;
	border-right-color: #000000;
}

.pricing .pricing-plan h2,
.pricing .pricing-plan .button {
	margin-bottom: 0;
}

.pricing ul {
	list-style: none none;
}

.pricing .pricing-plan-details-list {
	margin: 0;
}

.pricing .pricing-plan-details-list li {
	line-height: 36px;
	margin: 0;
}

.pricing .pricing-detail-value {
	font-size: 18px;
	font-weight: bold;
}

.pricing .pricing-detail-key {
	color: #cccccc;
	font-size: 12px;
	text-transform: uppercase;
}

.pricing .pricing-plan-price {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}

.pricing .pricing-price-detail {
	color: #808080;
	font-size: 14px;
}

.pricing .pricing-detail-more {
	background: transparent url(images/icons.png) no-repeat center -2496px;
	display: inline-block;
	width: 16px;
	height: 18px;
}

.pricing td {
	position: relative;
	z-index: 20;
	padding: 0;
}

.pricing td.highlight {
	position: relative;
	z-index: 30;
	
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .45);
	box-shadow: 0 0 10px rgba(0, 0, 0, .45);
}

.pricing .highlight .pricing-plan-details {
	background: #4a4a4a url(images/background-texture.png) repeat 0 0;
	
	background-image: url(images/background-texture.png), -ms-linear-gradient(
    	top,
    	#3d3d3d 0%,
    	#4a4a4a 5%,
    	#4a4a4a 95%,
    	#3d3d3d 100%
	);
	background-image: url(images/background-texture.png), -moz-linear-gradient(
    	top,
    	#3d3d3d 0%,
    	#4a4a4a 5%,
    	#4a4a4a 95%,
    	#3d3d3d 100%
	);
	background-image: url(images/background-texture.png), -o-linear-gradient(
    	top,
    	#3d3d3d 0%,
    	#4a4a4a 5%,
    	#4a4a4a 95%,
    	#3d3d3d 100%
	);
	background-image: url(images/background-texture.png), -webkit-gradient(
    	linear,
    	left top,
    	left bottom,
    	color-stop(0, #3d3d3d),
    	color-stop(0.05, #4a4a4a),
    	color-stop(0.95, #4a4a4a),
    	color-stop(1, #3d3d3d)
	);
	background-image: url(images/background-texture.png), -webkit-linear-gradient(
    	top,
    	#3d3d3d 0%,
    	#4a4a4a 5%,
    	#4a4a4a 95%,
    	#3d3d3d 100%
	);
	background-image: url(images/background-texture.png), linear-gradient(
    	top,
    	#3d3d3d 0%,
    	#4a4a4a 5%,
    	#4a4a4a 95%,
    	#3d3d3d 100%
	);
}

.pricing .highlight .pricing-plan .button {
	margin-bottom: -6px;
}

.pricing .highlight .pricing-plan-price {
	padding-top: 12px;
}

.pricing .highlight .pricing-plan-details-list {
	padding: 6px 0;
}



/* ----------------------------------
---------       TIPSY      ----------
---------------------------------- */


.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; -moz-text-shadow: none; -webkit-text-shadow: none; text-shadow: none; font-weight: bold; }
.tipsy-inner { background-color: #333333; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

.tipsy-inner { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
  
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
.tipsy-arrow-n { border-bottom-color: #333333; }
.tipsy-arrow-s { border-top-color: #333333; }
.tipsy-arrow-e { border-left-color: #333333; }
.tipsy-arrow-w { border-right-color: #333333; }

.tipsy-white { font-size: 11px; }
.tipsy-white .tipsy-inner { background-color: #ffffff; color: #333333; }
.tipsy-white .tipsy-arrow-n { border-bottom-color: #ffffff; }
.tipsy-white .tipsy-arrow-s { border-top-color: #ffffff; }
.tipsy-white .tipsy-arrow-e { border-left-color: #ffffff; }
.tipsy-white .tipsy-arrow-w { border-right-color: #ffffff; }
  
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }



/* ----------------------------------
---------        TABS      ----------
---------------------------------- */

.tabs-content {
	background: #ffffff;
	border: 1px solid #d2d2d2;
	padding: 35px 0;
	margin-bottom: 36px;
	position: relative;
	z-index: 10;
	
	-moz-border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	border-radius: 0 2px 2px 2px;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.tabs-controls {
	position: relative;
}

.tab-control {
	background: #f7f7f7;
	border: 1px solid #d2d2d2;
	border-left-width: 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: -1px;
	padding: 0 18px;
	position: relative;
	z-index: 30;
	
	-moz-box-shadow: inset 0 -2px 1px rgba( 0, 0, 0, 0.05 );
	-webkit-box-shadow: inset 0 -2px 1px rgba( 0, 0, 0, 0.05 );
	box-shadow: inset 0 -2px 1px rgba( 0, 0, 0, 0.05 );
}

.tab-control:first-child {
	border-left-width: 1px;

	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}

.tab-control:last-child {
	-moz-border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}

.tab-control.current {
	background: #ffffff;
	border-bottom-color: #ffffff;
	color: #333333;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.js-ready .tabs-content {
	height: 600px;
	overflow: hidden;
}

.js-ready .tab-content {
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
}

.js-ready .pseudo-tabs .tabs-content {
	height: auto;
}

.tab-content p {
	padding: 0 35px;
}

.tab-content p:last-child {
	margin-bottom: 0;
}



/* ----------------------------------
--------  RESPONSIVE GRID  ----------
----- AND ALL RESPONSIVE TWEAKS -----
---------------------------------- */


body {
	min-width: 980px;
}

html {
	min-width: 980px;
    width: 100%;
}

.visible-phone {
  display: none;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
.hidden-phone {
  display: block;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: none;
}

td.visible-phone,
th.visible-phone {
  display: none;
}
td.visible-tablet,
th.visible-tablet {
  display: none;
}
td.visible-desktop,
th.visible-desktop {
  display: table-cell;
}
td.hidden-phone,
th.hidden-phone {
  display: table-cell;
}
td.hidden-tablet,
th.hidden-tablet {
  display: table-cell;
}
td.hidden-desktop,
th.hidden-desktop {
  display: none;
}

.inner-wrap {
	width: 980px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.row {
	margin-left: -40px;
	*zoom: 1;
}
	
.row:before,
.row:after {
	display: table;
	content: "";
}
	
.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	margin-left: 40px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 980px;
}

.span12 {
	width: 980px;
}

.span11 {
	width: 895px;
}

.span10 {
	width: 810px;
}

.span9 {
	width: 725px;
}

.span8 {
	width: 640px;
}

.span7 {
	width: 555px;
}

.span6 {
	width: 470px;
}

.span5 {
	width: 385px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 215px;
}

.span2 {
	width: 130px;
}

.span1 {
	width: 45px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
	float: none;
	margin-left: 0;
}

input,
textarea,
.uneditable-input {
	margin-left: 0;
}

input.span12, textarea.span12, .uneditable-input.span12 {
	width: 950px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
	width: 865px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
	width: 780px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
	width: 695px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
	width: 610px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
	width: 525px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
	width: 440px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
	width: 355px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
	width: 270px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
	width: 185px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
	width: 100px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
	width: 15px;
}

@media (max-width: 767px) {
	body {
		min-width: 0;
		width: auto;
	}
	
	html {
		min-width: 0;
		width: auto;
	}
	
	.visible-phone {
		display: block;
	}
	
	.hidden-phone {
		display: none;
	}
	
	.hidden-desktop {
		display: block;
	}
	
	.visible-desktop {
		display: none;
	}
	
	td.visible-phone,
	th.visible-phone {
		display: table-cell;
	}
	
	td.hidden-phone,
	th.hidden-phone {
		display: none;
	}
	
	td.hidden-desktop,
	th.hidden-desktop {
		display: table-cell;
	}
	
	td.visible-desktop,
	th.visible-desktop {
		display: none;
	}
	
	h2 {
		font-size: 22px;
		line-height: 26px;
	}
	
	h2 small {
		margin-bottom: 0;
	}
	
	h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	
	hr,
	.clearfix + hr {
		margin-top: 18px;
		margin-bottom: 18px;
	}
	
	#header .inner-wrap,
	#main .inner-wrap,
	#featured .inner-wrap,
	#footer .inner-wrap {
		padding-top: 18px;
		padding-bottom: 18px;
		height: auto;
	}

	.inner-wrap {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#logo {
		float: none;
		margin: 0 auto;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	#logo img {
		margin: 0 auto;
	}
	
	#header nav {
		display: block;
		float: none;
		margin-top: 18px;
		width: auto;
		height: auto;
	}
	
	#nav {
		display: none;
	}
	
	.tinynav {
		display: block;
	}
	
	#header div.selector {
		background-color: #444444;
		border-color: #292929;
		border-bottom-color: #222222;
		display: block;
		font-weight: bold;
		
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	}
	
	.bbp #header div.selector {
		margin-right: 66px;
	}
	
	#header div.selector span {
		background-position: right -2605px;
	}
	
	#header .login {
		float: none;
		height: auto;
		position: absolute;
		right: 20px;
		bottom: 18px;
	}
	
	.bbp #header .login div.selector {
		background-image: url(images/icons.png);
		background-repeat: no-repeat;
		background-position: 14px -224px;
		margin-right: 0;
		width: 35px;
	}
	
	.bbp #header .login div.selector.has-avatar {
		background-image: none;
	}
	
	.bbp #header .login div.selector.has-avatar .avatar {
		margin: 0 0 0 -3px;
	}
	
	.bbp #header .login div.selector span {
		display: block;
		height: 100%;
		text-indent: -9999em;
	}
	
	.page-template-index-php #featured .inner-wrap {
		padding-top: 18px;
	}
	
	.page-template-index-php #featured.with-padding .inner-wrap {
		padding-bottom: 11px;
	}
	
	.flexslider {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	
	.js-ready .flexslider {
		height: 230px;
	}
	
	.flexslider .spinner.big {
		margin-top: -38px;
	}
	
	.flex-control-nav {
		bottom: 81px;
	}
	
	.flex-direction-nav {
		display: none;
	}
	
	.opacity.csstransitions .flexslider .flex-viewport .slides > li {
		opacity: 1;
		
		-webkit-transition: none;
		   -moz-transition: none;
		   		transition: none;
	}
	
	.slide.text-left .post-image-container,
	.slide.text-right .post-image-container,
	.slide.text-center .post-image-container {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	
	.slide.text-right .post-content,
	.slide.text-left .post-content,
	.slide.text-center .post-content {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 18px;
		text-align: center;
		width: auto;
	}
	
	.slide .no-margin {
		margin-bottom: 18px;
	}
	
	body .slide .play-button-overlay {
		background-size: 72px 72px;
		opacity: 1;
	}
	
	.row > [class*="span"].breadcrumb {
		display: none;
		margin-bottom: 18px;
	}
	
	#featured #searchform {
		margin-top: 0;
		position: relative;
	}
	
	#action .button {
		position: static;
		margin-top: 18px;
		margin-bottom: 0;
	}
	
	#action h3 {
		margin-bottom: 10px;
	}
	
	.post-archive .post-title {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	
	.post-archive .date {
		display: none;
		float: none;
	}
	
	.archive-post-meta {
		position: static;
	}
	
	.post-archive {
		position: relative;
	}
	
	.post-archive .faq-count,
	.post-archive .likes {
		top: auto;
		bottom: 0;
	}
	
	.box {
		margin-left: -20px;
		margin-right: -20px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		border-left-width: 0;
		border-right-width: 0;
	}
	
	.box.padding-box {
		padding: 18px 20px;
	}
	
	.button,
	input[type=submit],
	button {
		display: block !important;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		position: static !important;
		width: auto !important;
	}
	
	input[type=submit],
	button,
	button.submit,
	button#submit,
	input.submit,
	input#submit {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		
		display: block !important;
		width: 100% !important;
	}
	
	.button.icon:before,
	.button .spinner.small {
		display: inline-block;
		float: none;
		margin: 0 12px -5px 0;
	}
	
	.form-horizontal .control-label,
	#comment-form .control-label {
		float: none;
		width: auto;
		text-align: left;
	}
	
	.form-horizontal .controls,
	#comment-form .controls {
		margin-left: 0;
	}
	
	.form-horizontal .form-actions,
	#comment-form .form-actions,
	#comment-form .logged-in-as,
	#comment-form .field-description,
	#comment-form .form-submit,
	#reply-title,
	.comments-title {
		padding-left: 0;
	}
	
	.form-horizontal legend,
	#comment-form h3 {
		margin-left: 0;
	}
	
	.box-resource,
	.box-info,
	.box-warning,
	.bbp-template-notice {
		background-image: none;
		padding: 18px 20px;
		margin: 18px 0;
	}
	
	.box-resource .close,
	.box-info .close,
	.box-warning .close,
	.bbp-template-notice .close {
		display: none;
	}
	
	#kb-categories {
		display: none;
		margin: 0 -20px;
	}
	
	#kb-categories li {
		margin: 0;
	}
	
	#kb-categories li a {
		padding: 0 20px;
	}
	
	#uniform-tinynav-kb-categories {
		background-image: url(images/icons.png);
		background-repeat: no-repeat;
		background-position: 14px -2744px;
		color: #333333;
		display: block;
		font-weight: bold;
		margin-bottom: 18px;
		padding-left: 36px;
		
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	}
	
	.single .wiki-post-meta {
		border-top-width: 0;
		border-bottom: 1px solid #ffffff;
	}
	
	.single .wiki-post-meta .post-meta span,
	.single .wiki-post-meta a {
		display: block;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #e8e8e8;
		line-height: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
		height: auto;
		margin: 0;
		position: static;
	}
	
	.single .wiki-post-meta a.faq-count {
		background-position: left -2202px;
		padding-left: 24px;
	}
	
	.single .wiki-post-meta a.likes {
		background-position: left -906px;
		padding-left: 24px;
	}
	
	.single .wiki-post-meta .post-meta span:first-child {
		border-top-width: 0;
	}
	
	.single .wiki-post-meta .post-meta {
		border-bottom-width: 0;
		border-top-width: 0;
		height: auto;
		line-height: 18px;
	}

	.row {
		margin-left: 0;
	}
	
	.row > [class*="span"],
	.row-fluid > [class*="span"] {
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
	
	.thumbnails [class*="span"] {
		width: auto;
	}
	
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		/* Make inputs at least the height of their button counterpart */

		/* Makes inputs behave like true block-level elements */

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	tr,
	td,
	th {
		width: auto;
		padding: 18px 2px;
	}
	
	th {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	table {
		width: 100%;
	}
	
	td:first-child,
	th:first-child {
		padding-left: 20px;
	}
	
	td:last-child,
	th:last-child {
		padding-right: 20px;
	}
	
	table.pricing,
	.pricing thead,
	.pricing tbody,
	.pricing th,
	.pricing td,
	.pricing tr { 
		display: block; 
	}
	
	.pricing thead tr { 
		display: none;
	}
	
	.pricing .pricing-plan,
	.pricing .pricing-plan-price {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.pricing td:first-child,
	.pricing th:first-child,
	.pricing td:last-child,
	.pricing th:last-child {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.pricing td,
	.pricing tr,
	.pricing th {
		padding: 0;
	}
	
	.pricing .pricing-plan-price {
		border-width: 0;
	}
	
	.tab-control {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.tab-control:first-child {
		border-left-width: 0;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.tabs-content {
		border-left-width: 0;
		border-right-width: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.js-ready .tab-content {
		top: 20px;
	}
	
	.tab-content p {
		padding: 0 20px;
	}
	
	.row > [class*="span"].tabs,
	.tabs {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	td:first-child,
	th:first-child {
		padding-left: 20px;
	}
	
	td:last-child,
	th:last-child {
		padding-right: 20px;
	}
	
	.blog-post .post-meta {
		margin-top: -9px;
	}
	
	.post-blog .post-meta,
	.description {
		width: auto;
		float: none;
		text-align: left;
	}
	
	.blog .post-content {
		margin-left: 0;
		width: auto;
	}
	
	.post-meta .date,
	.post .comment-count,
	.post-meta .categories-list,
	.post-meta .categories-list li {
		display: inline;
		display: inline-block;
		margin-bottom: 9px;
	}
	
	.post-meta .date:after,
	.post .comment-count:after,
	.post-meta .categories-list li:after {
		content: "\00a0\00a0\00a0\00b7\00a0\00a0";
	}
	
	.post-meta .categories-list li {
		margin-bottom: 0;
	}
	
	.post-meta .categories-list li:last-child:after {
		content: "";
	}
	
	.comment {
		padding-left: 0;
	}
	
	.comment-list .children .comment {
		padding-left: 40px;
	}
	
	.comment-avatar,
	.comment-list .children .comment-avatar {
		width: auto;
		position: static;
		float: left;
		margin-right: 15px;
	}
	
	.comment-avatar .avatar {
		padding: 1px;
		width: 30px;
		height: auto;
		float: none;
		margin-bottom: 0;
	}
	
	.children .comment-avatar .avatar {
		width: 20px;
		height: auto;
		float: none;
	}
	
	.comment-author {
		line-height: 35px;
	}
	
	.children .comment-author {
		line-height: 25px;
	}
	
	form #response {
		float: none;
		text-align: left;
		width: auto;
		margin-bottom: 18px;
	}
	
	table.pricing {
		background: transparent;
		border-width: 0;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	table.pricing td,
	table.pricing td.highlight {
		background: #ffffff;
		border: 1px solid #d2d2d2;
		margin-bottom: 36px;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
	}
	
	.pricing .pricing-plan,
	.pricing .pricing-plan-price {
		border-width: 0;
	}
	
	.pricing .pricing-plan-price {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	
	.pricing .pricing-plan p {
		margin-bottom: 9px;
	}
	
	.pricing .pricing-plan-details {
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	
	#footer-nav {
		text-align: center;
	}
	
	#footer-nav li {
		float: none;
		display: inline;
		display: inline-block;
	}
	
	.footer-logo {
		position: static;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	
	.footer-logo img {
		margin: 0 auto;
	}
	
	#footer .copyright {
		display: block;
		text-align: center;
	}
	
	body #main {
		padding-bottom: 0;
	}
	
	body #footer {
		margin-top: 0;
		height: auto;
	}
	
	/* Hack for smoother slider height animations in mobile webkit-based browsers */
	.flexslider,
	.flex-control-nav,
	body.page-template-index-php {
		-webkit-transform: translateZ(0);
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	body {
		min-width: 724px;
	}
	
	html {
		min-width: 724px;
	}
	
	.visible-tablet {
		display: block;
	}
	
	.hidden-tablet {
		display: none;
	}
	
	.hidden-desktop {
		display: block;
	}
	
	.visible-desktop {
		display: none;
	}
	
	td.visible-tablet,
	th.visible-tablet {
		display: table-cell;
	}
	
	td.hidden-tablet,
	th.hidden-tablet {
		display: none;
	}
	
	td.hidden-desktop,
	th.hidden-desktop {
		display: table-cell;
	}
	
	td.visible-desktop,
	th.visible-desktop {
		display: none;
	}

	.inner-wrap {
		width: 724px;
		margin: 0 auto;
	}

	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	
	.row:before,
	.row:after {
		display: table;
		content: "";
	}
	
	.row:after {
		clear: both;
	}
	
	[class*="span"] {
		float: left;
		margin-left: 20px;
	}
	
	.span12 {
		width: 724px;
	}
	
	.span11 {
		width: 662px;
	}
	
	.span10 {
		width: 600px;
	}
	
	.span9 {
		width: 538px;
	}
	
	.span8 {
		width: 476px;
	}
	
	.span7 {
		width: 414px;
	}
	
	.span6 {
		width: 352px;
	}
	
	.span5 {
		width: 290px;
	}
	
	.span4 {
		width: 228px;
	}
	
	.span3 {
		width: 166px;
	}
	
	.span2 {
		width: 104px;
	}
	
	.span1 {
		width: 42px;
	}
	
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	
	input.span12, textarea.span12, .uneditable-input.span12 {
		width: 694px;
	}
	
	input.span11, textarea.span11, .uneditable-input.span11 {
		width: 632px;
	}
	
	input.span10, textarea.span10, .uneditable-input.span10 {
		width: 570px;
	}
	
	input.span9, textarea.span9, .uneditable-input.span9 {
		width: 508px;
	}
	
	input.span8, textarea.span8, .uneditable-input.span8 {
		width: 436px;
	}
	
	input.span7, textarea.span7, .uneditable-input.span7 {
		width: 184px;
	}
	
	input.span6, textarea.span6, .uneditable-input.span6 {
		width: 322px;
	}
	
	input.span5, textarea.span5, .uneditable-input.span5 {
		width: 260px;
	}
	
	input.span4, textarea.span4, .uneditable-input.span4 {
		width: 198px;
	}
	
	input.span3, textarea.span3, .uneditable-input.span3 {
		width: 136px;
	}
	
	input.span2, textarea.span2, .uneditable-input.span2 {
		width: 74px;
	}
	
	input.span1, textarea.span1, .uneditable-input.span1 {
		width: 12px;
	}
	
	#logo {
		margin-right: 0;
		margin-bottom: 18px;
		float: none;
	}
	
	#logo img {
		margin: 0 auto;
	}
	
	header nav {
		float: left;
		height: auto;
		left: 50%;
		position: relative;
	}
	
	#nav,
	.login > ul {
		bottom: auto;
	}
	
	#nav {
		position: relative;
		left: -50%;
	}
	
	header .login {
		float: none;
		height: auto;
		position: absolute;
		top: 36px;
		right: 0;
		width: 40%;
	}
	
	.tabs-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.js-ready .tab-content {
		top: 20px;
	}
	
	td:first-child, th:first-child {
		padding-left: 19px;
	}
	
	td:last-child, th:last-child {
		padding-right: 19px;
	}
	
	.pricing td:first-child,
	.pricing th:first-child,
	.pricing td:last-child,
	.pricing th:last-child {
		padding-left: 0;
		padding-right: 0;	
	}
	
	.flex-direction-nav {
		display: none;
	}
	
	.opacity.csstransitions .flexslider .flex-viewport .slides > li {
		opacity: 1;
		
		-webkit-transition: none;
		   -moz-transition: none;
		   		transition: none;
	}
	
	.slide.text-center .post-content {
		margin-left: 0;
		margin-right: 0;
	}
	
	.slide.text-left .post-content {
		margin-left: 0;
		margin-right: 20px;
	}
	
	.slide.text-left .post-image-container {
		width: 444px;
		margin-right: 0;
	}
	
	.slide.text-right .post-content {
		margin-right: 0;
		margin-left: 20px;
	}
	
	.slide.text-right .post-image-container {
		width: 444px;
		margin-left: 0;
	}
	
	form #response {
		float: none;
		text-align: left;
		width: auto;
		margin-bottom: 18px;
		margin-left: 160px;
	}
	
	/* Hack for smoother animations in mobile webkit-based browsers */
	.flexslider,
	.flex-control-nav,
	.flex-direction-nav,
	.page-template-index-php#featured,
	.page-template-index-php#main,
	.page-template-index-php#footer,
	body.page-template-index-php {
		-webkit-transform: translateZ(0);
	}
}



/* ----------------------------------
---------        MISC      ----------
---------------------------------- */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

a img.alignright {
    float:right;
}

a img.alignleft {
    float:left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
	color: #505050;
    font-family: Georgia serif;
    font-size: 12px;
    font-style: italic;
    margin-top: 9px;
    margin-bottom: 9px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.no-margin {
	margin: 0;
}

.closed .target,
.closed > ul {
	display: none;
	visibility: hidden;
}

.opened .target,
.opened > ul {
	display: block;
	visibility: visible;
}

.feature-thumbnail {
	float: left;
	margin-right: 18px;
}

img.icon {
	float: left;
	margin-right: 10px;
}

.sidebar hr,
.bbp-topic-sidebar hr,
hr.small-margin {
	margin: 18px 0;
}

.ppt,
.pp_content {
	text-shadow: none;
}

.pp_default iframe {
	background-color: transparent !important;
	border: none;
	padding: 0;
	margin: 0;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pp_fade,
#pp_full_res {
	height: 100%;
}

.clearfix {
	*zoom: 1; /* TO BE IN EXTERNAL IE-ONLY STYLESHEET!!! */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	visibility: hidden;
	opacity: 0;
	height: 0;
	line-height: 0;
	clear: both;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}


/* STICKY FOOTER */

html, body {height: 100%;}

#wrap {min-height: 100%; position: relative; z-index: 100;}

#main {overflow:visible;
    padding-bottom: 109px;}  /* must be same height as the footer */

#footer {position: relative;
    margin-top: -109px; /* negative value of footer height */
    height: 108px;
    clear:both;
    z-index: 200;} 

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}



/* HiDPI ("Retina") screens support */

.visible-retina,
#logo .visible-retina {
	display: none;
}

.hidden-retina,
#logo .hidden-retina {
	display: inherit;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(-moz-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-device-pixel-ratio: 2) {
	.visible-retina,
	#logo .visible-retina {
		display: inherit;
	}
	
	.hidden-retina,
	#logo .hidden-retina {
		display: none;
	}

	#main {
		background-image: url(images/content-texture-top_2x.png);
		background-size: 44px auto;
	}
	
	#header {
		background-image: url(images/header-texture_2x.png);
		background-size: 40px auto;
	}
	
	#footer {
		background-image: url(images/footer-texture-top_2x.png);
		background-size: 40px auto;
	}
	
	body,
	#featured {
		background-size: 40px auto;
	}
	
	.spinner.big {
		background-image: url(images/spinner-big_2x.png);
		background-size: 20px auto;
	}
	.spinner.small {
		background-image: url(images/spinner-small_2x.png);
		background-size: 16px auto;
	}
	
	.button.icon:before,
	.info-box .close,
	.bbp-template-notice .close,
	.quick-link-icon,
	.flex-direction-nav li a.flex-next,
	.flex-direction-nav li a.flex-prev,
	#kb-categories ul.children > li > a:before,
	#kb-categories li a:after,
	#kb-categories .kb-categories-title,
	.login-link:before,
	#nav > li.parent > a:after,
	.user-profile-link:after,
	.post .comment-count,
	.post .faq-count,
	.post .likes,
	.post-archive .comment-count,
	div.selector span,
	div.checker span.checked,
	#searchform #s,
	#searchform.loaded #searchsubmit,
	.pricing .pricing-detail-more,
	.bbp #header .login div.selector,
	#uniform-tinynav-kb-categories {
		background-image: url(images/icons_2x.png);
		background-size: 16px auto;
	}
	
	.comment-avatar .avatar {
		width: 30px;
		height: auto;
	}
	
	.children .comment-avatar .avatar {
		width: 20px;
		height: auto;
	}
	
	.faq li.closed {
		background-image: url(images/faq-closed_2x.png);
		background-size: 6px auto;
	}
	
	.faq li.opened {
		background-image: url(images/faq-opened_2x.png);
		background-size: 6px auto;
	}
	
	.slide .play-button-overlay {
		background-image: url(images/play-button_2x.png);
		background-size: 144px auto;
	}
	
	.box-resource {
		background-image: url(images/box-resource-icon_2x.png);
		background-size: 38px auto;
	}
	
	.box-info,
	.bbp-template-notice {
		background-image: url(images/box-icon-icon_2x.png);
		background-size: 38px auto;
	}
	
	.box-warning,
	.bbp-template-notice.error {
		background-image: url(images/box-warning-icon_2x.png);
		background-size: 38px auto;
	}
	
}
