/* @override http://dev.roadtovr.com/wp-content/themes/vr/style.css?ver=3.0 */

/*
	Theme Name: VR Theme
	Description: VR Theme is a child theme created for the Genesis Framework.
	Author: Daan Kortenbach
	Author URI: http://daan.kortenba.ch/
	Version: 3.0

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Entry Navigation
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

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

a {
	color: #7a8ec8;
	text-decoration: none;
}

.theme-blue a {
	color: #0d72c7;
}


.theme-green a {
	color: #41ad87;
}

.theme-red a {
	color: #e10837;
}

#genesis-responsive-slider h2 a {
	color: #fff;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}


p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

.responsive-video {
	height: 0;
	overflow: hidden;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 25px 0 57.25%;
	position: relative;
}
.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: .4rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #f15123;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header {
	background-color: #202020;
	height: 100%;
}

.site-inner {
	background: #E9E9E9;
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

#home-sidebar-top {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 760px;
}

.page-template-page_archive-apps-php .content {
	float: right;
	width: 928px;
	margin: 0 -10px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.page-template-page_archive-apps-php .sidebar-primary {
	float: right;
	width: 213px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.post-image {
	width: 100%;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin: -40px 0 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */

.entry-header {
	padding: 1.7rem 3rem .6rem;
}

.entry .featured-image {
	display: block;
	margin: 0;
	width: 100%;
}

.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: .4rem;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.theme-green .entry-title a:hover {
	color: #41ad87;
}

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	float: left;
	padding: 52px 0;
	padding: 2.4rem 0;
	margin: 0 10px;
	width: 424px;
	height: 100%;
}

.site-title {
	
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat 10px;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 468px;
}

.header-image .site-header .widget-area {
	padding: 52px 0;
	padding: 2.4rem 0;
}

.header-image .site-header .widget-area .widget_text{
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}

.header-image .site-header .widget-area .textwidget img {
	display: block;
	margin: 0 auto;
}

.menu-mobile-container {
	display: none;
	visibility: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #ccc;
	display: block;
	/*padding: 28px 20px;*/
	padding: 1rem 2rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #1a4696;
	border: 1px solid #333;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: #1a4696;
}

.theme-blue .nav-primary {
	background: #2e62ab;
}
 

.theme-green .nav-primary {
	background: #41ad87;
}

.theme-red .nav-primary {
	background: #e10837;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .current_page_ancestor > a,
.page-apps .nav-primary .menu-item.apps > a
 {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background: #121212;
}

.nav-secondary .menu-secondary li {
	float: right;
}

.nav-secondary .menu-secondary a {
	border: none;
	display: block;
	position: relative;
}

.nav-secondary .menu-secondary a:hover {
	color: #eee;
}

.nav-secondary .menu-secondary li.icon {
	float: right;
	width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}

.nav-secondary .menu-secondary li.icon:hover {
	color: #3a68cd;
}

.nav-secondary .menu-secondary li.icon a {
	display: block;
	width: 30px;
	height: 24px;
	overflow: hidden;
	text-indent: -4000px;
	margin: -30px 0 0;
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px 0 12px;
	padding: 0 0 1.2rem;
}

.entry .entry-content,
.entry .entry-footer {
	padding: 0 3rem;
}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #7a8ec8;
}

.entry-content a.more-link {
	display: block;
	width: 160px;
	width: 16rem;
	text-align: center;
	background-color: #1a4696;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 4px 0;
	margin: 12px 0;
	border-radius: 3px;

}
.entry-content a.more-link:hover {
	color: #fff;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .quote {
	display: inline;
	background: none;
	color: #000;
	font-family: 'AllerItalic', Verdana, sans-serif;
	font-size: 24px;
	padding: 20px;
	width: 285px;
	line-height: 24pt;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.ui-accordion-header{
    margin:5px 0 0;
}
.ui-accordion-header a{
    padding:5px 12px;
    background: #CCC; 
    color:#FFF;
    display:block;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
    background-color: #DDD;
}
.ui-accordion-content{
    padding-top:10px;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.entry-footer .entry-meta{
	border-top: 2px dashed #f5f5f5;
	margin: 0 -30px;
	margin: 0 -3rem;
	padding: 10px 30px;
	padding: 1rem 3rem;
}


.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.apps .entry-categories,
.apps .entry-tags {
	display: none;
}


/* Apps Entries
--------------------------------------------- */

#options {
	margin-bottom: 20px;
}

nav#filter {
	display: block;
	overflow: hidden;
}

#quicksearchbox {
  width: 212px;
  margin: 0;
  float: left;
}

#quicksearchbox input {
	padding: 10px;
}

#quicksearchbox p {
	padding: 5px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

#filterbox {
	clear: both;
	padding: 0;
	margin: 0 -4px;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 15px;
}

#options h4 { 
  font-weight: bold;
}

#options ul {
	clear: both;
  margin: 0;
  list-style: none;
}

#options ul ul {
  margin-left: 1.5em;
}

#options li {
	margin: 0;
	font-size: 13px;
}

#options li.taxonomy {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

#options li.taxonomy a,
#options li.taxonomy span {
	cursor: pointer;
	background: none !important;
	color: #333;
	padding: 0;
}

#options li.taxonomy a:hover {
	text-decoration: none;
}

#options li.taxonomy a.selected {
	cursor: text;
	color: #333;
}



#options li.taxonomy a.selected .icon-remove-sign {
	display: none;
}



#options li a {
	display: block;
	color: #333;
	font-size: 13px;
	border: none;
}

#options li a:hover {
	text-decoration: underline;
}

#options li a:active {
	
}

#options li a {
	padding: 0 5px;
}

#options li:first-child a {

}

#options li:last-child a {

}

#options li a.selected {
	font-weight: bold;
	cursor: default;
	background: #1a4696;
	color: #fff;
}

.theme-blue #options li a.selected  {
	background: #2e62ab;
}
 

.theme-green #options li a.selected  {
	background: #41ad87;
	border-radius: 3px;
}

.theme-red #options li a.selected  {
	background: #e10837;
}

#options li a.selected:hover {
	text-decoration: none;
}

/* Combination filter options*/

#options .option-combo {
	display: block;
	float: left;
	width: 100px;
	margin: 5px;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.isotope {

}

.page-template-page_archive-apps-php #apps {
	margin: 0 0 20px 0;
	width: 928px;
}

.page-template-page_archive-apps-php .entry {
	float: left;
	min-height: 245px;
	width: 212px;
	margin: 0 10px 20px 10px;
	padding: 0;
}

.page-template-page_archive-apps-php .app-rating {
	display: block;
	font-size: 11px;
	position: absolute;
	top: 228px;
	right: 8px;
	width: 60px;
	height: 10px;
	line-height: 10px;
	text-align: right;
	cursor: pointer;
}

.page-template-page_archive-apps-php .app-rating span {
	color: #fdeb00;
	text-shadow: 0 0 1px #000;
	padding-left: 2px;
}

.page-template-page_archive-apps-php .app-rating span.icon-star.norating {
	color: #fff;
}

.page-template-page_archive-apps-php .entry-title {
	font-size: 18px;
	margin: 0;
}

.page-template-page_archive-apps-php .entry-title a {
	display: block;
	padding: 20px;
	padding: 1rem 2rem;
}

.page-template-page_archive-apps-php .entry-content a {
	display: block;
	border: none;
	overflow: hidden;
	padding-bottom: 12px;
}

.page-template-page_archive-apps-php .entry-content img {
	display: block;
	margin: 0;
}

.page-template-page_archive-apps-php .tagline {
	color: #333;
	margin: 8px 10px 0;
	font-size: 13px;
}


.page-template-page_archive-apps-php dl {
	margin: 0 20px 20px;
	margin: 0 2rem 2rem;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
}

.page-template-page_archive-apps-php dt {
	clear: both;
	float: left;
	/*display: none;*/
	margin-right: 5px;
	margin-right: .5rem;
	line-height: 22px;
}

.page-template-page_archive-apps-php dt.dont-hide {
	display: inline;
}

.page-template-page_archive-apps-php dd {
	float: left;
	margin: 0;
	line-height: 22px;
}

.page-template-page_archive-apps-php dd.break {
	/*clear: both;*/
}

.page-template-page_archive-apps-php dd a {
	line-height: 20px;
}

.page-template-page_archive-apps-php dd a.icon {
	display: block;
	overflow: hidden;
}



/*.isotope,*/
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

/*.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}*/

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.navigation li a:hover,
.navigation li.active a {
	background: #f15123;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	padding: 20px;
	padding: 2rem;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 20px;
	padding: 2rem;
}

.comment-list li li {
	background-color: #fff;
	margin-right: -20px;
	margin-right: -2rem;
}

li.comment {
	background: #f5f5f5;
}

.comment-list li.depth-2,
.comment-list li.depth-4,
.comment-list li.depth-6,
.comment-list li.depth-8 {
	background-color: #fff;
}

.comment-list li.depth-3,
.comment-list li.depth-5,
.comment-list li.depth-7,
.comment-list li.depth-9 {
	background-color: #f5f5f5;
}


.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.comment-list li.bypostauthor {
	background-color: #cce0ff;
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}



/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px;
	padding: 2rem;
	overflow: hidden;
}

.sidebar .widget .entry {
	padding: 0;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #333;
}

.sidebar .widget fieldset {
	border: 0;
	padding: 0;
}

.sidebar .widget input[type=checkbox],
.sidebar .widget input[type=radio] {
	width: auto;
}

.sidebar .widget .bbp-login-form .bbp-submit-wrapper {
	margin: 0;
}

.widget ul#members-list,
.widget ul#groups-list {
	padding: 0;
}

.widget ul#members-list .item-avatar {
	float: left;
	width: 48px;
	height: 48px;
}

.widget ul#members-list .avatar {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
}

.widget ul#members-list .item-meta {
	margin: 0;
}

.widget ul#members-list .item-meta .activity {
	font-size: 12px;
	color: #444;
}

.widget ul#members-list .item {
	float: left;
	padding: 0 0 0 10px;

}

.widget ul#members-list .item-title {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 20px;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
	padding: 2rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/*
@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 360px 164px;
	}

}
*/

/*
@media only screen and (max-width: 3840px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 2532px !important;
		max-width: 2532px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 2320px;
	}
}

@media only screen and (max-width: 2531px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 2300px !important;
		max-width: 2300px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 2088px;
	}
}


@media only screen and (max-width: 2299px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 2068px !important;
		max-width: 2068px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 1856px;
	}
}

@media only screen and (max-width: 2067px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 1836px !important;
		max-width: 1836px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 1624px;
	}
}

@media only screen and (max-width: 1835px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 1604px !important;
		max-width: 1604px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 1392px;
	}
}


@media only screen and (max-width: 1603px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 1372px !important;
		max-width: 1372px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 1160px;
	}
}
*/

@media only screen and (max-width: 1371px) {
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 1140px !important;
		max-width: 1140px !important;
	}
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 928px;
	}
}

@media only screen and (max-width: 1139px) {

	.wrap {
		max-width: 960px;
	}
	
	/*.slide-excerpt {
		width: 38% !important;
	}*/
	
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 912px !important;
		max-width: 912px !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}
	
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 696px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary{
		width: 300px;
	}

}

@media only screen and (max-width: 911px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.wrap {
		width: 100%;
	}
	
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 676px !important;
		max-width: 676px !important;
	}

	.header-image .site-header .wrap {
		background-position: center;
		background-position: center;
	}

	.header-image .site-header .widget-area {
		float: none;
		padding: 0;
		margin: 0 auto 16px auto;
		width: 100%;
	}

	.site-inner {
		padding-right: 0;
		padding-left: 0;
	}

	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 464px;

	}


	.title-area {
		width: 100% !important;
	}
	
	.site-header .widget-area {
		display: none;
	}


	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#respond {
		padding: 0;
	}
	
	

	.site-inner {
		background: none;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.page-template-page_archive-apps-php .site-inner {
		background: #f5f5f5;
		padding-right: 0;
		padding-left: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 683px) {

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.menu-mobile-container { 
		display: block;
		visibility: visible;
		position: absolute;
		top: 0;
		left:  0;
		background: url("images/icon-mobile.png") no-repeat scroll 0 0 transparent; 
		cursor: pointer; 
		height: 30px; 
		margin: 0; 
		width: 100%;
	}
	
	.admin-bar .menu-mobile-container {
		top: 28px;
	}
	
	#mobile_menu {
		display: none;
		background-color: #333;
		padding: 0;
		margin:  30px 0 0 0;
		list-style: none;
	}
	#mobile_menu li {
		padding: 0 20px;
		margin: 0;
		list-style: none;
		border-bottom: 1px solid;
	}
	#mobile_menu li ul {
		margin-left:  20px;
	}
	#mobile_menu li ul li {
		border-top: 1px solid;
		border-bottom: none;
		padding: 0;
	}
	#mobile_menu li a {
		display: block;
	}
	
	
	.nav-primary { 
		display: none;
	}
	

	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 464px !important;
		max-width: 464px !important;
	}

	.page-template-page_archive-apps-php .content {
		width: 464px;
		margin: 0 auto;
	}

	.page-template-page_archive-apps-php .sidebar-primary {
		display: none;
	}
	
}

@media only screen and (max-width: 463px) {
	
	.site-header .wrap,
	.site-header .title-area {
		width: 300px;
		margin: 0 auto;
	}


	.site-header .title-area {
		padding: 10px 0;
	}
	
	.header-image .site-header .wrap {
		background: url(images/logo-300.png) no-repeat 0;
		padding: 0;
	}

	
	.wrap {
		width: 320px;
		margin: 0 auto;
	}
	
	.breadcrumb {
		margin-right: auto;
		margin-left: auto;
		width: 300px;
	}
	
	.site-inner {
		padding-right: 10px;
		padding-left: 10px;
	}

	.page-template-page_archive-apps-php .site-inner {
		padding-right: 0;
		padding-left: 0;
	}
	
	 .site-inner .wrap {
		width: 300px;
		margin: 0 auto;
	}
	
	.page-template-page_archive-apps-php .site-inner .wrap {
		width: 320px !important;
		max-width: 320px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.page-template-page_archive-apps-php .content,
	.page-template-page_archive-apps-php #apps {
		width: 100%;
		margin: 0;
	}

	.page-template-page_archive-apps-php .entry {
		float: none;
		height: auto;
		width: 300px;
		margin: 0 10px 20px 10px;
		padding: 0;
	}
	
	.page-template-page_archive-apps-php .app-rating {
		top: auto;
		bottom: 7px;
	}
	
	.page-template-page_archive-apps-php .entry-content img {
		width: 300px;
	}

	.page-template-page_archive-apps-php .entry-content a {
		padding-bottom: 20px;
	}

}



/* Genesis Slider
------------------------------------------------------------ */


.slide-excerpt { left: 0; bottom: 0; }
.flexslider { max-width: 1120px; max-height: 420px; }
.slide-image { max-height: 420px; } 


@media only screen 
and (max-width : 480px) {
	.slide-excerpt,
	.flex-direction-nav { 
		display: none !important; 
	}
}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) {
	.slide-excerpt-border p,
	.flex-direction-nav { 
		display: none !important; 
	}
	#genesis-responsive-slider {
		padding: 0 !important;
		border: none !important;
	}
}


@media only screen 
and (max-width : 1024px) {
	.flex-direction-nav { 
		display: none !important; 
	}
}

.genesis_responsive_slider {
	margin: 0;
	padding: 0;
}

#genesis-responsive-slider {
	background-color: #fff;
	border: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border-radius: 3px;
}

.genesis-responsive-slider-wrap {
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#slides {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}

html > body .slide-excerpt {
	filter: alpha(opacity=85);
	display: block;
	margin: 0;
	opacity: 0.85;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 8;
}

html > body .slide-excerpt-border {
	background-color: #000;
	border: none;
	color: #fff;
	display: inline;
	float: left;
	margin: 0;
	padding: 10px;
	position: relative;
	z-index: 8;
}

html > body .slide-excerpt h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 0;
	padding: 0;
}

html > body .slide-excerpt-border p {
	font-size: 14px;
	margin-bottom: 0;
}

.slide-image {
	overflow: hidden;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0; 
	padding: 0; 
} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0; 
	padding: 0;
	width: 100%; 
}

.flexslider .slides > li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	display: block;
	width: 100%;
	height: auto;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	line-height: 0; 
	visibility: hidden;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff; 
	position: relative; 
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1; 
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
}

.flex-caption {
	background: rgba(0,0,0,.3);
	bottom: 0; 
	color: #fff; 	 
	font-size: 14px;
	left: 0; 
	line-height: 18px;
	padding: 2%; 
	position: absolute;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 96%;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 52px; 
	height: 52px; 
	margin: -20px 0 0; 
	display: block; 
	background: url(images/bg_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -9999px; 
	z-index: 100;
}

.flex-direction-nav li .next {
	background-position: -52px 0; 
	right: -60px;
}

.flex-direction-nav li .next:hover {
	background-position: -52px -50px; 
}

.flex-direction-nav li .prev {
	left: -60px;
}

.flex-direction-nav li .prev:hover {
	background-position: 0 -50px;
}

.flex-direction-nav li .disabled { 	 
	cursor: default;
	filter:alpha(opacity=30);
	opacity: .3;
}

/* Control Nav */
.flex-control-nav {
	float: left;
	margin: 7px 0 3px;
	position: relative; 
	text-align: center; 
	width: 100%;
	z-index: 100;
}

.flex-control-nav li {
	*display: inline;
	display: inline-block;
	margin: 0 0 0 5px;  
	zoom: 1;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {	 
	background: url(images/bg_control_nav.png) no-repeat 0 0; 
	cursor: pointer; 
	display: block;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px; 
	cursor: default;
}



/* Buttons */
button:hover, a.button:hover, a.button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, ul.button-nav li a:hover, ul.button-nav li.current a, div.generic-button a:hover, .comment-reply-link:hover {
	color: gray !important;
	 -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .15);
        -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.15);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .15);
        background: #3461B7 url("nav-blue.png") repeat-x 0 top;
        background: -moz-linear-gradient(#3461B7,#244386);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3461B7), color-stop(100%,#244386));
        background: -webkit-linear-gradient(#3461B7,#244386);
        background: -o-linear-gradient(top, #3461B7 0%,#244386 100%);
        background: -ms-linear-gradient(top, #3461B7 0%, #244386 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3461B7', endColorstr='#244386')";
        background: -linear-gradient(top, #3461B7 0%,#244386 100%);
        /*text-transform: uppercase;*/

}

button, a.button, input[type="submit"], input[type="button"], input[type="reset"], ul.button-nav li a, div.generic-button a, .comment-reply-link {
	color: white !important;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .15);
        -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.15);
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .15);
        background: #3461B7 url("nav-blue.png") repeat-x 0 top;
        background: -moz-linear-gradient(#3461B7,#244386);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3461B7), color-stop(100%,#244386));
        background: -webkit-linear-gradient(#3461B7,#244386);
        background: -o-linear-gradient(top, #3461B7 0%,#244386 100%);
        background: -ms-linear-gradient(top, #3461B7 0%, #244386 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3461B7', endColorstr='#244386')";
        background: -linear-gradient(top, #3461B7 0%,#244386 100%);
	padding: 4px 10px;
	padding: .4rem 1rem;
	font-size: 14px;
	font-size: 1.4rem;
}

/* red */
.button.red, input[type="submit"] {
	border: solid 1px #980c10 !important;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	background: -webkit-linear-gradient(top,  #ed1c24 0%,#aa1317 100%);
	background: -o-linear-gradient(top,  #ed1c24 0%,#aa1317 100%);
	background: -ms-linear-gradient(top,  #ed1c24 0%,#aa1317 100%);
	background: -linear-gradient(top,  #ed1c24 0%,#aa1317 100%);
}
.button.red:hover, input[type="submit"]:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	background: -webkit-linear-gradient(top,  #c9151b 0%,#a11115 100%);
	background: -o-linear-gradient(top,  #c9151b 0%,#a11115 100%);
	background: -ms-linear-gradient(top,  #c9151b 0%,#a11115 100%);
	background: -linear-gradient(top,  #c9151b 0%,#a11115 100%);
    text-decoration: none;
	cursor: pointer;
}
.button.red:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	background: -webkit-linear-gradient(top,  #aa1317 0%,#ed1c24 100%);
	background: -o-linear-gradient(top,  #aa1317 0%,#ed1c24 100%);
	background: -ms-linear-gradient(top,  #aa1317 0%,#ed1c24 100%);
	background: -linear-gradient(top,  #aa1317 0%,#ed1c24 100%);
}
/* orange */
.button.orange {
    border: solid 1px #dd6611 !important;
	background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
	background: -webkit-linear-gradient(top,  #faa51a 0%,#f47a20 100%);
	background: -o-linear-gradient(top,  #faa51a 0%,#f47a20 100%);
	background: -ms-linear-gradient(top,  #faa51a 0%,#f47a20 100%);
	background: -linear-gradient(top,  #faa51a 0%,#f47a20 100%);
}
.button.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	background: -webkit-linear-gradient(top,  #f88e11 0%,#f06015 100%);
	background: -o-linear-gradient(top,  #f88e11 0%,#f06015 100%);
	background: -ms-linear-gradient(top,  #f88e11 0%,#f06015 100%);
	background: -linear-gradient(top,  #f88e11 0%,#f06015 100%);
}
.button.orange:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	background: -webkit-linear-gradient(top,  #f47a20 0%,#faa51a 100%);
	background: -o-linear-gradient(top,  #f47a20 0%,#faa51a 100%);
	background: -ms-linear-gradient(top,  #f47a20 0%,#faa51a 100%);
	background: -linear-gradient(top,  #f47a20 0%,#faa51a 100%);
}

/* blue */
.button.blue {
	border: 1px solid #064792 !important;
	background: #1C5EA0;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C5EA0), to(#064792));
	background: -webkit-linear-gradient(top, #1C5EA0, #064792);
	background: -moz-linear-gradient(top, #1C5EA0, #064792);
	background: -ms-linear-gradient(top, #1C5EA0, #064792);
	background: -o-linear-gradient(top, #1C5EA0, #064792);
	background: -linear-gradient(top, #1C5EA0, #064792);
	color: #ffffff;
}
.button.blue:hover {
	background: #064792; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e5296), color-stop(99%,#064792)); 
	background: -webkit-linear-gradient(top, #0e5296, #064792);
	background: -moz-linear-gradient(top, #0e5296, #064792);
	background: -ms-linear-gradient(top, #0e5296, #064792);
	background: -o-linear-gradient(top, #0e5296, #064792);
	background: -linear-gradient(top, #0e5296, #064792);
}
.button.blue:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#064792), to(#0e5296));
	background: -webkit-linear-gradient(top, #064792, #0e5296);
	background: -moz-linear-gradient(top, #064792, #0e5296);
	background: -ms-linear-gradient(top, #064792, #0e5296);
	background: -o-linear-gradient(top, #064792, #0e5296);
	background: -linear-gradient(top, #064792, #0e5296);
}
/* green */
.button.green {
	border: solid 1px #538312 !important;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#60a700), to(#459300));
	background: -webkit-linear-gradient(top, #60a700, #459300);
	background: -moz-linear-gradient(top, #60a700, #459300);
	background: -ms-linear-gradient(top, #60a700, #459300);
	background: -o-linear-gradient(top, #60a700, #459300);
	background: -linear-gradient(top, #60a700, #459300);
}
.button.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#569600), to(#427200));
	background: -webkit-linear-gradient(top, #569600, #427200);
	background: -moz-linear-gradient(top, #569600, #427200);
	background: -ms-linear-gradient(top, #569600, #427200);
	background: -o-linear-gradient(top, #569600, #427200);
	background: -linear-gradient(top, #569600, #427200);
}
.button.green:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#459300), to(#60a700));
	background: -webkit-linear-gradient(top, #459300, #60a700);
	background: -moz-linear-gradient(top, #459300, #60a700);
	background: -ms-linear-gradient(top, #459300, #60a700);
	background: -o-linear-gradient(top, #459300, #60a700);
	background: -linear-gradient(top, #459300, #60a700);
}


#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px !important;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 14px !important;
}


#bbpress-forums p.bbp-topic-meta img {
	height: 24px;
	width: 24px;
}

#buddypress .submit input {
	background: #1a4696 !important;
	font-size: 14px !important;
	color: #f5f5f5 !important;
	border: none !important;
}
#buddypress .submit input:hover {
	color: #fff !important;
}

#bbpress-forums .bbp-topics-front ul.super-sticky,
#bbpress-forums .bbp-topics ul.super-sticky,
#bbpress-forums .bbp-topics ul.sticky,
#bbpress-forums .bbp-forum-content ul.sticky {
	background-color: #f0f8ff !important;
	font-size: 1.1em;
}

#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
	width: 24px;
}

#bbpress-forums div.bbp-reply-author img.avatar {
	width: 80px;
	height: auto;
}