/*
	Theme Name: Minimum Pro
	Theme URI: http://my.studiopress.com/themes/minimum/
	Description: A stunning execution of "less is more," the Minimum child theme expresses everything you're about, with very little effort. 
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 3.2.1

	Tags: black, white, blue, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	border-bottom: 1px dotted #333;
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #0ebfe9;
	border-bottom: 1px dotted #0ebfe9;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

b,
strong {
	font-weight: 400;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item a {
	border-width: 0;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border-width: 0;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 6px 12px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fff;
	border-width: 0;
	color: #333;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.footer-widgets .button:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	display: block;
	height: auto;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	border-bottom: 5px solid #f5f5f5;
	margin-bottom: 60px;
	padding: 40px 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	margin-top: 60px;
	padding: 40px 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-left {
	float: left;
	width: 50%;
}

.site-tagline-right {
	float: right;
	text-align: right;
	width: 50%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-bottom-width: 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}


/* 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;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
}

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	line-height: 1;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.minimum-pro-portfolio {
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #333;
}

.entry-title a:hover {
	color: #0ebfe9;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	left: 0;
	letter-spacing: 1px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 20px;
	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: #0ebfe9;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 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: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.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: 20px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
}

/* 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-color: #333;
}

.nav-primary,
.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.minimum-pro-portfolio .content .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-content .search-form input {
	margin-bottom: 16px;
}

.entry-meta {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	letter-spacing: 1px;
	padding: 60px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	-webkit-font-smoothing: subpixel-antialiased;
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

#layout-about{position:fixed;}.layout-about-items{margin:20px 0 0 0;}.layout-about-item{margin:5px 0 0 0;}.layout-about-item:first-child{margin:0;}.layout-about-nav-bullets-square{list-style-type:square!important;list-style-position:inside!important;}.layout-about-nav-bullets-disc{list-style-type:circle!important;list-style-position:inside!important;}.layout-about-nav-bullets-circle{list-style-type:disc!important;list-style-position:inside!important;}.layout-about-nav-bullets-none{list-style-type:none!important;list-style-position:outside!important;}.layout-about-nav-icons .layout-about-item{margin:10px 0 0 0;}.layout-about-nav-icons-float{margin:10px -10px 0 0;}.layout-about-nav-icons-float .layout-about-item{margin:10px 10px 0 0;}#layout-content{position:absolute;}.layout-content-display-grouped #layout-content-accounts{padding:10px 30px 30px 30px;}.layout-content-display-grouped .layout-content-account{background:none;}.layout-content-loader{position:absolute;top:40px;left:-15px;}.layout-current-basic-fat #userpage{position:relative;min-width:1040px;}.layout-current-basic-fat #layout-about{top:0;height:100%;}.layout-current-basic-fat .layout-about-item-label{background:none!important;filter:none!important;}.layout-current-basic-fat #layout-about .jspVerticalBar{right:1px!important;filter:alpha(opacity=25);-moz-opacity:.25;-webkit-opacity:.25;opacity:.25;}.layout-current-basic-fat #layout-about-container{padding:120px 140px 140px 140px;width:180px;}.layout-current-basic-fat #layout-content{top:0;}.layout-current-basic-fat.layout-content-display-ungrouped #layout-content-accounts{padding:20px 0 0 20px;}.layout-current-basic-fat.layout-align-left #layout-about{left:0;}.layout-current-basic-fat.layout-align-left #layout-content{left:460px;}.layout-content-display-grouped.layout-current-basic-fat.layout-align-center #layout-about{left:50%;margin-left:-520px;}.layout-content-display-grouped.layout-current-basic-fat.layout-align-center #layout-content{left:50%;margin-left:-60px;}.layout-content-display-grouped.layout-current-basic-fat.layout-align-right #layout-about{left:50%;margin-left:60px;}.layout-content-display-grouped.layout-current-basic-fat.layout-align-right #layout-content{left:50%;margin-left:-520px;}.layout-content-display-ungrouped.layout-current-basic-fat.layout-align-center #layout-about{left:50%;margin-left:-500px;}.layout-content-display-ungrouped.layout-current-basic-fat.layout-align-center #layout-content{left:50%;margin-left:-40px;}.layout-content-display-ungrouped.layout-current-basic-fat.layout-align-right #layout-about{left:50%;margin-left:40px;}.layout-content-display-ungrouped.layout-current-basic-fat.layout-align-right #layout-content{left:50%;margin-left:-520px;}.layout-current-basic-fat.layout-effects-shadows-large #layout-about{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-fat.layout-effects-shadows-large.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-fat.layout-effects-shadows-small #layout-about{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-fat.layout-effects-shadows-small.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-hidden #userpage{position:relative;min-width:1100px;}.layout-current-basic-hidden #layout-about{top:0;padding:0 20px 20px 20px;width:180px;}.layout-current-basic-hidden .layout-about-item-label{background:none!important;filter:none!important;}.layout-current-basic-hidden #layout-about-bottom{display:none;}.layout-current-basic-hidden #layout-content{top:0;}.layout-current-basic-hidden.layout-content-display-ungrouped #layout-content-accounts{padding:20px 0 0 20px;}.layout-current-basic-hidden.layout-align-left #layout-about{left:20px;}.layout-current-basic-hidden.layout-align-left #layout-content{right:20px;}.layout-content-display-grouped.layout-current-basic-hidden.layout-align-center #layout-about{left:50%;margin-left:-505px;}.layout-content-display-grouped.layout-current-basic-hidden.layout-align-center #layout-content{left:50%;margin-left:-255px;}.layout-content-display-ungrouped.layout-current-basic-hidden.layout-align-center #layout-about{left:50%;margin-left:-470px;}.layout-content-display-ungrouped.layout-current-basic-hidden.layout-align-center #layout-content{left:50%;margin-left:-250px;}.layout-current-basic-hidden.layout-align-right #layout-about{right:20px;}.layout-current-basic-hidden.layout-align-right #layout-content{left:20px;}.layout-current-basic-hidden.layout-effects-corners-large #layout-about{-moz-border-radius-bottomLeft:10px;-moz-border-radius-bottomRight:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;border-radius:0 0 10px 10px;}.layout-current-basic-hidden.layout-effects-corners-small #layout-about{-moz-border-radius-bottomLeft:5px;-moz-border-radius-bottomRight:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-radius:0 0 5px 5px;}.layout-current-basic-hidden.layout-effects-shadows-large #layout-about{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-hidden.layout-effects-shadows-large.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-hidden.layout-effects-shadows-small #layout-about{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-hidden.layout-effects-shadows-small.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-highlighter #userpage{position:relative;min-width:1030px;}.layout-current-basic-highlighter #layout-about{top:30px;width:480px;}.layout-current-basic-highlighter .layout-about-items{margin:0 0 15px 0;}.layout-current-basic-highlighter .layout-about-items:first-child{margin:0 0 15px 0;}.layout-current-basic-highlighter .layout-about-item{margin:0 0 15px 0;}.layout-current-basic-highlighter .layout-about-item-label{display:inline-block;padding:7px 10px;zoom:1;}.layout-current-basic-highlighter #layout-about-logo .layout-about-item-label{padding:2%;max-width:96%;}.layout-current-basic-highlighter #layout-about-navs{list-style-type:none!important;}.layout-current-basic-highlighter .layout-about-nav-icons-float{margin:0;}.layout-current-basic-highlighter .layout-about-nav-icons-float .layout-about-item{margin-right:15px;}.layout-current-basic-highlighter #layout-content{top:30px;}.layout-current-basic-highlighter.layout-align-left #layout-about{left:30px;}.layout-current-basic-highlighter.layout-align-left #layout-content{right:30px;}.layout-content-display-grouped.layout-current-basic-highlighter.layout-align-center #layout-about{left:50%;margin-left:-485px;}.layout-content-display-grouped.layout-current-basic-highlighter.layout-align-center #layout-content{left:50%;margin-left:25px;}.layout-content-display-ungrouped.layout-current-basic-highlighter.layout-align-center #layout-about{left:50%;margin-left:-450px;}.layout-content-display-ungrouped.layout-current-basic-highlighter.layout-align-center #layout-content{left:50%;margin-left:50px;}.layout-current-basic-highlighter.layout-align-right #layout-about{right:30px;}.layout-current-basic-highlighter.layout-align-right #layout-content{left:30px;}.layout-current-basic-highlighter.layout-effects-corners-large .layout-about-item-label{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-highlighter.layout-effects-corners-large #layout-content-accounts{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-highlighter.layout-effects-corners-large.layout-content-display-grouped #layout-content-accounts{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-highlighter.layout-effects-corners-small .layout-about-item-label{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-highlighter.layout-effects-corners-small #layout-content-accounts{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-highlighter.layout-effects-corners-small.layout-content-display-grouped #layout-content-accounts{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-highlighter.layout-effects-shadows-large .layout-about-item-label{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-highlighter.layout-effects-shadows-large.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-highlighter.layout-effects-shadows-small .layout-about-item-label{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-highlighter.layout-effects-shadows-small.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-large #userpage{position:relative;min-width:1030px;}.layout-current-basic-large #layout-about{top:30px;padding:10px 30px 30px 30px;width:420px;}.layout-current-basic-large .layout-about-item-label{background:none!important;filter:none!important;}.layout-current-basic-large #layout-content{top:30px;}.layout-current-basic-large.layout-align-left #layout-about{left:30px;}.layout-current-basic-large.layout-align-left #layout-content{right:30px;}.layout-content-display-grouped.layout-current-basic-large.layout-align-center #layout-about{left:50%;margin-left:-485px;}.layout-content-display-grouped.layout-current-basic-large.layout-align-center #layout-content{left:50%;margin-left:25px;}.layout-content-display-ungrouped.layout-current-basic-large.layout-align-center #layout-about{left:50%;margin-left:-450px;}.layout-content-display-ungrouped.layout-current-basic-large.layout-align-center #layout-content{left:50%;margin-left:50px;}.layout-current-basic-large.layout-align-right #layout-about{right:30px;}.layout-current-basic-large.layout-align-right #layout-content{left:30px;}.layout-current-basic-large.layout-effects-corners-large #layout-about{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-large.layout-effects-corners-large.layout-content-display-grouped #layout-content-accounts{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-large.layout-effects-corners-small #layout-about{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-large.layout-effects-corners-small.layout-content-display-grouped #layout-content-accounts{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-large.layout-effects-shadows-large #layout-about{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-large.layout-effects-shadows-large.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-large.layout-effects-shadows-small #layout-about{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-large.layout-effects-shadows-small.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-sidebar #userpage{position:relative;min-width:1040px;}.layout-current-basic-sidebar #layout-about{top:0;padding:0 20px 20px 20px;width:180px;height:100%;}.layout-current-basic-sidebar #layout-about .jspVerticalBar{right:1px!important;filter:alpha(opacity=25);-moz-opacity:.25;-webkit-opacity:.25;opacity:.25;}.layout-current-basic-sidebar .layout-about-item-label{background:none!important;filter:none!important;}.layout-current-basic-sidebar #layout-content{top:0;}.layout-current-basic-sidebar.layout-content-display-ungrouped #layout-content-accounts{padding:20px 0 0 20px;}.layout-current-basic-sidebar.layout-align-left #layout-about{left:0;}.layout-current-basic-sidebar.layout-align-left #layout-content{left:220px;}.layout-content-display-grouped.layout-current-basic-sidebar.layout-align-center #layout-about{left:50%;margin-left:-490px;}.layout-content-display-grouped.layout-current-basic-sidebar.layout-align-center #layout-content{left:50%;margin-left:-270px;}.layout-content-display-grouped.layout-current-basic-sidebar.layout-align-right #layout-about{left:50%;margin-left:270px;}.layout-content-display-grouped.layout-current-basic-sidebar.layout-align-right #layout-content{left:50%;margin-left:-490px;}.layout-content-display-ungrouped.layout-current-basic-sidebar.layout-align-center #layout-about{left:50%;margin-left:-470px;}.layout-content-display-ungrouped.layout-current-basic-sidebar.layout-align-center #layout-content{left:50%;margin-left:-250px;}.layout-content-display-ungrouped.layout-current-basic-sidebar.layout-align-right #layout-about{left:50%;margin-left:250px;}.layout-content-display-ungrouped.layout-current-basic-sidebar.layout-align-right #layout-content{left:50%;margin-left:-490px;}.layout-current-basic-sidebar.layout-effects-shadows-large #layout-about{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-sidebar.layout-effects-shadows-large.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-sidebar.layout-effects-shadows-small #layout-about{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-sidebar.layout-effects-shadows-small.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-small #userpage{position:relative;min-width:1100px;}.layout-current-basic-small #layout-about{top:20px;padding:0 20px 20px 20px;width:180px;}.layout-current-basic-small .layout-about-item-label{background:none!important;filter:none!important;}.layout-current-basic-small #layout-content{top:20px;}.layout-current-basic-small.layout-align-left #layout-about{left:20px;}.layout-current-basic-small.layout-align-left #layout-content{right:20px;}.layout-content-display-grouped.layout-current-basic-small.layout-align-center #layout-about{left:50%;margin-left:-505px;}.layout-content-display-grouped.layout-current-basic-small.layout-align-center #layout-content{left:50%;margin-left:-255px;}.layout-content-display-ungrouped.layout-current-basic-small.layout-align-center #layout-about{left:50%;margin-left:-470px;}.layout-content-display-ungrouped.layout-current-basic-small.layout-align-center #layout-content{left:50%;margin-left:-230px;}.layout-current-basic-small.layout-align-right #layout-about{right:20px;}.layout-current-basic-small.layout-align-right #layout-content{left:20px;}.layout-current-basic-small.layout-effects-corners-large #layout-about{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-small.layout-effects-corners-large.layout-content-display-grouped #layout-content-accounts{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-current-basic-small.layout-effects-corners-small #layout-about{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-small.layout-effects-corners-small.layout-content-display-grouped #layout-content-accounts{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-current-basic-small.layout-effects-shadows-large #layout-about{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-small.layout-effects-shadows-large.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);}.layout-current-basic-small.layout-effects-shadows-small #layout-about{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-current-basic-small.layout-effects-shadows-small.layout-content-display-grouped #layout-content-accounts{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.4);box-shadow:0 1px 1px rgba(0,0,0,0.4);}.layout-about-nav-icons-float{*margin-right:0;}

html{height:100%;padding:0;margin:0;}body{margin:0;padding:0;height:100%;-moz-font-feature-settings:"liga=0","calt=0";-moz-font-feature-settings:"liga" off,"calt" off;-webkit-font-variant-ligatures:no-common-ligatures;}a{text-decoration:none;outline:none;}a:hover{text-decoration:underline;outline:none;}a:active{outline:none;}object{outline:none;}embed{outline:none;}ul{margin:0;padding:0;list-style:none;}ol{margin:0;padding:0;}table{width:100%;}table td,th{padding:0;}hr{margin:0 0 20px 0;border:none;}img{border:none;-ms-interpolation-mode:bicubic;}form{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0;}.global-clear{clear:both;}.align-right{text-align:right;}.invisible{visibility:hidden;}#global-nav{display:none;position:fixed;top:0;right:0;padding-right:10px;background:#24272A;font-family:"Gibson-Regular","Lucida Grande",Arial,sans-serif;font-weight:normal;font-style:normal;-moz-border-radius-bottomLeft:5px;-webkit-border-bottom-left-radius:5px;border-radius:0 0 0 5px;-moz-box-shadow:0 0 2px rgba(0,0,0,.88);-webkit-box-shadow:0 0 2px rgba(0,0,0,.88);box-shadow:0 0 2px rgba(0,0,0,.88);z-index:9999;}#global-nav-menu{display:none;}.global-nav-sliding .global-nav-item-w-subnavs:hover .global-nav-subnavs{display:none;}.global-nav-item{float:right;margin:0 0 0 10px;padding:10px 0;font-size:10px;line-height:10px;color:#959A9E;text-transform:uppercase;letter-spacing:1px;}.global-nav-item:hover{color:white;text-decoration:none;}.global-nav-item-icon{display:inline-block;margin-right:7px;width:12px;height:12px;vertical-align:text-bottom;}.global-nav-item-selected{color:white;}.global-nav-item-w-subnavs{position:relative;cursor:pointer;}.global-nav-item-w-subnavs:hover .global-nav-subnavs{display:block;}.global-nav-subnavs{display:none;position:absolute;top:32px;left:-10px;padding:2px 10px;background:#24272A;-moz-border-radius-bottomLeft:5px;-moz-border-radius-bottomRight:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-radius:0 0 5px 5px;-moz-box-shadow:0 2px 2px rgba(0,0,0,.88);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.88);box-shadow:0 2px 2px rgba(0,0,0,.88);}.global-nav-subnavs .global-nav-item{display:block;float:none;margin:0 0 10px 0;padding:0;}#global-nav-account-subnavs{width:77px;}#global-nav-toggle{float:right;margin:0;padding:10px 5px;background:#50575E;-moz-border-radius-bottomLeft:5px;-webkit-border-bottom-left-radius:5px;border-radius:0 0 0 5px;}#global-nav-toggle-icon{display:block;width:12px;height:12px;}.global-nav-message{background:#F10087;padding:0 5px;line-height:32px;color:white;margin-left:0!important;}#global-nav-upgrade,#global-nav-signup{color:#F10087;}.global-fuzzy-date{color:inherit!important;cursor:default;}#shared-footer{margin-top:80px;min-width:1060px;background:#24272A;font-size:12px;line-height:18px;color:#999;}#shared-footer-container{margin:0 auto;padding:20px 0 75px 0;}.shared-footer-header{font-size:18px;line-height:40px;color:white;}#shared-footer .smt-trigger-link{display:none!important;}#shared-footer .smt-trigger ul{display:block!important;}#shared-footer .shared-footer-link{display:block;float:left;margin-right:20px;}#shared-footer .shared-footer-legal{display:block;float:right;}#shared-footer .shared-footer-legal .shared-footer-link:last-child{margin-right:0;}#shared-footer .shared-footer-link a:hover{color:white;text-decoration:none;}#shared-footer .footer-sprite{display:inline-block;width:18px;height:16px;overflow:hidden;text-indent:-9999px;background:url(../../sprites/base/footer_sprites.png) no-repeat;}#shared-footer .footer-sprite-social-facebook{background-position:0 0;}#shared-footer .footer-sprite-social-facebook:hover{background-position:-37px 0;}#shared-footer .footer-sprite-social-twitter{background-position:0 -30px;}#shared-footer .footer-sprite-social-twitter:hover{background-position:-37px -30px;}.layout-share-popup-embeds .fb-like iframe,.layout-share-popup-embeds .fb-like span{min-height:21px!important;min-width:73px!important;}#DOMWindowOverlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:auto;overflow-y:scroll;background:rgba(0,0,0,0.6);-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);z-index:998;}#DOMWindow{display:none;overflow:hidden!important;position:absolute!important;top:50px!important;left:50%!important;height:auto!important;background-repeat:no-repeat!important;z-index:999;}#DOMWindow .lightbox-container{padding:20px;}#DOMWindow .lightbox-close{position:absolute;top:0;right:0;padding:5px;font-family:"Arial",sans-serif;font-size:24px;line-height:15px;cursor:pointer;z-index:99999;}#DOMWindow.lightbox-narrowscreen{left:10px!important;margin-left:0!important;}.global-sprites{background-image:url("../../sprites/shared/global_sprites.png");}.global-sprites-nav-icon-admin{background-position:0 0;}.global-sprites-nav-icon-account{background-position:0 -20px;}.global-sprites-nav-icon-account-settings{background-position:0 -40px;}.global-sprites-nav-icon-account-stats{background-position:0 -60px;}.global-sprites-nav-icon-community{background-position:0 -100px;}.global-sprites-nav-icon-login{background-position:0 -120px;}.global-sprites-nav-icon-logout{background-position:0 -140px;}.global-sprites-nav-icon-site{background-position:0 -160px;}.global-sprites-nav-icon-upgrade{background-position:0 -180px;}.global-sprites-nav-icon-design{background-position:0 -200px;}.global-sprites-nav-icon-help{background-position:0 -300px;}.global-sprites-nav-icon-signup{background-position:0 -320px;}.global-sprites-nav-icon-streams{background-position:0 -220px;}.global-sprites-nav-icon-streams-stream{background-position:0 -220px;}.global-sprites-nav-icon-streams-mystream{background-position:0 -240px;}.global-sprites-nav-icon-streams-following{background-position:0 -260px;}.global-sprites-nav-icon-streams-followers{background-position:0 -280px;}.global-sprites-nav-icon-streams-community{background-position:0 -100px;}.global-nav-item:hover .global-sprites-nav-icon-admin{background-position:-20px 0;}.global-nav-item:hover .global-sprites-nav-icon-account{background-position:-20px -20px;}.global-nav-item:hover .global-sprites-nav-icon-community{background-position:-20px -100px;}.global-nav-item:hover .global-sprites-nav-icon-login{background-position:-20px -120px;}.global-nav-item:hover .global-sprites-nav-icon-logout{background-position:-20px -140px;}.global-nav-item:hover .global-sprites-nav-icon-site{background-position:-20px -160px;}.global-nav-item:hover .global-sprites-nav-icon-upgrade{background-position:-20px -180px;}.global-nav-item:hover .global-sprites-nav-icon-design{background-position:-20px -200px;}.global-nav-item:hover .global-sprites-nav-icon-help{background-position:-20px -300px;}.global-nav-item:hover .global-sprites-nav-icon-streams{background-position:-20px -220px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-account-settings{background-position:-20px -40px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-account-stats{background-position:-20px -60px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-help{background-position:-20px -300px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-streams-stream{background-position:-20px -220px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-streams-mystream{background-position:-20px -240px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-streams-following{background-position:-20px -260px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-streams-followers{background-position:-20px -280px;}.global-nav-subnavs .global-nav-item:hover .global-sprites-nav-icon-streams-community{background-position:-20px -100px;}.global-nav-item-selected .global-sprites-nav-icon-admin{background-position:-20px 0;}.global-nav-item-selected .global-sprites-nav-icon-account{background-position:-20px -20px;}.global-nav-item-selected .global-sprites-nav-icon-community{background-position:-20px -100px;}.global-nav-item-selected .global-sprites-nav-icon-login{background-position:-20px -120px;}.global-nav-item-selected .global-sprites-nav-icon-logout{background-position:-20px -140px;}.global-nav-item-selected .global-sprites-nav-icon-site{background-position:-20px -160px;}.global-nav-item-selected .global-sprites-nav-icon-upgrade{background-position:-20px -180px;}.global-nav-item-selected .global-sprites-nav-icon-help{background-position:-20px -300px;}.global-nav-item-selected .global-sprites-nav-icon-streams{background-position:-20px -220px;}.global-sprites-nav-toggle-left{background-position:-40px -30px;}.global-sprites-nav-toggle-right{background-position:-60px -30px;}#global-nav-toggle:hover .global-sprites-nav-toggle-left{background-position:-40px -50px;}#global-nav-toggle:hover .global-sprites-nav-toggle-right{background-position:-60px -50px;}.pointer{cursor:pointer;}span#recaptcha_privacy{display:none;}#recaptcha_logo{display:none;}.shared-global{color:#24272A;font-family:"Gibson-Regular","Lucida Grande",Arial,sans-serif;}.shared-global a{color:#F10087;}.shared-global p{margin:0 0 10px 0;line-height:130%;}.shared-global p.large{margin:0 0 20px 0;font-size:18px;}.shared-global p.medium{margin:0 0 20px 0;font-size:14px;}.shared-global p.small{font-size:12px;}.shared-global p.centered{text-align:center;}.shared-global p.gray{color:#999;}.shared-global p.dark{color:#222;}.shared-global p:last-child{margin-bottom:0;}.shared-global img{display:block;width:100%;}.shared-global input[type=text], .shared-global input[type=password], .shared-global input[type=email], .shared-global textarea{display:block;margin:0;padding:10px;width:100%;font-size:14px;line-height:20px;font-family:"Lucida Grande",Arial,sans-serif;color:#222;border:1px solid #CCC;background:#F9F9F9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-moz-box-shadow:0 4px 0 rgba(0,0,0,.05) inset;-webkit-box-shadow:0 4px 0 rgba(0,0,0,.05) inset;box-shadow:0 4px 0 rgba(0,0,0,.05) inset;}.shared-global input[type=email]:invalid{background-color:#fdd;}.shared-global input:focus,.shared-global textarea:focus{background:#EAEBEC;}.shared-global input.disabled{background:#F5F5F5;}.shared-global textarea.disabled{background:#F5F5F5;}.shared-global button{border:none;cursor:pointer;}.shared-global input[type=submit]{border:none;cursor:pointer;}.shared-global input[type=checkbox], .shared-global input[type=radio], .shared-global input[type=file]{display:inline;margin:0;padding:0;border:0;width:auto;background:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}.shared-global .centered{text-align:center;}.shared-clear{clear:both;}.shared-hidden{display:none;}.shared-arrow-up{display:inline-block;width:0;height:0;border-style:solid;border-width:0 7px 7px 7px;}.shared-arrow-up-large{display:inline-block;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;}.shared-arrow-up-white{border-color:transparent transparent white transparent;}.shared-arrow-up-grey{border-color:transparent transparent #EAEBEC transparent;}.shared-arrow-up-lightgrey{border-color:transparent transparent #E7E7E7 transparent;}.shared-arrow-up-black{border-color:transparent transparent #222 transparent;}.shared-arrow-down{display:inline-block;width:0;height:0;border-style:solid;border-width:7px 7px 0 7px;}.shared-arrow-down-large{display:inline-block;width:0;height:0;border-style:solid;border-width:10px 10px 0 10px;}.shared-arrow-down-white{border-color:white transparent transparent transparent;}.shared-arrow-down-lightgrey{border-color:#E7E7E7 transparent transparent transparent;}.shared-arrow-down-black{border-color:#222 transparent transparent transparent;}.shared-arrow-down-pink{border-color:#F09 transparent transparent transparent;}.shared-arrow-right{display:inline-block;width:0;height:0;border-style:solid;border-width:7px 0 7px 7px;}.shared-arrow-right-large{display:inline-block;width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;}.shared-arrow-right-white{border-color:transparent transparent transparent white;}.shared-arrow-right-blue{border-color:transparent transparent transparent #F10087;}.shared-arrow-left{display:inline-block;width:0;height:0;border-style:solid;border-width:7px 7px 7px 0;}.shared-arrow-left-large{display:inline-block;width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;}.shared-arrow-left-white{border-color:transparent white transparent transparent;}.shared-arrow-left-black{border-color:transparent #222 transparent transparent;}.shared-button{display:inline-block;padding:7px 20px 9px 20px;font-size:12px;line-height:16px;color:white!important;text-align:center;background:#222;cursor:pointer;border:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.shared-button-search{background:#F10087;}.shared-button-save{background:#F10087;padding:8px 20px 8px 20px;}.shared-button:hover{background:#48CE62;text-decoration:none;}.shared-button-cancel{background:#888;}.shared-button-delete{display:block;font-size:20px;line-height:20px;font-weight:bold;}.shared-button-delete-large{font-size:32px;line-height:32px;font-weight:normal;}.shared-button-loading{display:none;float:left;margin-right:5px;width:16px;height:16px;background:transparent url('../../sprites/shared/account_button_loader.gif') no-repeat 0 0;}.shared-button-huge{display:inline-block;padding:15px 20px;font-size:24px;background:#FF0094;color:white!important;text-align:center;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;border-top:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(0,0,0,1);border-right:none;border-left:none;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);}.shared-button-huge:hover{text-decoration:none;background:#48CE62;}.shared-button-follow{display:block;width:30px;height:30px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.shared-button-follow span{display:block;width:30px;height:30px;}.shared-button-edit{display:block;width:30px;height:30px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.shared-button-edit span{display:block;width:30px;height:30px;}.shared-button-edit-close{display:block;width:30px;height:30px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.shared-button-edit-close span{display:block;width:30px;height:30px;}.shared-button-block{display:block;width:30px;height:30px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.shared-button-block span{display:block;width:30px;height:30px;}.shared-container-wrapper{padding-top:22px;min-width:1060px;min-height:820px;background:url("../../sprites/shared/shared_background_tiles.gif") repeat-x center -60px;}.shared-container-wrapper .shared-container{position:relative;margin:0 auto;padding:40px;background:white;}.shared-container-wrapper .shared-container-grid{position:relative;margin:0 auto;}.shared-background-alt{background:url("../../sprites/shared/shared_background_tiles_alt.gif") repeat-x center -60px;}.shared-background-stream{background:url("../../sprites/shared/shared_background_tiles_stream.gif") repeat-x center -60px;}.shared-logo{display:block;margin:0 auto 42px auto;width:63px;height:83px;padding:18px 19px;background:white;}.shared-header{margin:0 0 20px 0;font-size:42px;line-height:63px;font-family:"Din-Medium",Arial,sans-serif;font-weight:normal;text-align:center;letter-spacing:-1px;text-transform:uppercase;}.shared-header span{position:relative;}.shared-header span.long{background-color:#FFF;padding:20px 30px 0 30px;}.shared-masthead{margin:0 0 40px 0;font-size:24px;line-height:32px;font-family:"Din-Medium",Arial,sans-serif;color:#999;text-align:center;text-transform:uppercase;}.shared-subheader{margin:20px 0 0 0;font-size:14px;line-height:24px;font-family:"Din-Medium",Arial,sans-serif;font-weight:normal;letter-spacing:-1px;text-transform:uppercase;}.shared-section{position:relative;overflow:hidden;padding:40px 0;border-top:1px solid #DDD;}.shared-section-first{padding-top:0;border-top:none;}.shared-section-last{padding-bottom:0;}.shared-section-header{margin:0 0 20px 0;font-size:18px;line-height:24px;font-family:"Din-Medium",Arial,sans-serif;font-weight:normal;text-transform:uppercase;}.shared-section-header .shared-section-header-info{margin-top:5px;font-size:14px;line-height:20px;color:#888;text-transform:none;font-family:"Gibson-Regular","Lucida Grande";}.shared-field{overflow:hidden;position:relative;margin-bottom:20px;}.shared-field-last{margin-bottom:0;}.shared-field:last-child{margin-bottom:0;}.shared-field-header{display:block;margin-bottom:7px;font-size:12px;}.shared-field-hint{display:block;margin-top:10px;font-size:12px;color:#888;}.shared-field-input-columns{margin-top:10px;font-size:12px;color:#687b8b;}.shared-field-input-column{display:inline;margin-right:5px;}.shared-field-input-column input{display:inline;margin:0 5px 0 0!important;}.shared-field-error input[type=text]{border-color:#FF0094;}.shared-field-error input[type=password]{border-color:#FF0094;}.shared-field-error textarea{border-color:#FF0094;}.shared-field-error .shared-field-hint{color:#FF0094;}.shared-field .errors{margin-top:10px;font-size:12px;color:#FF0094;}.shared-link{display:block;font-size:12px;}.shared-help-section{overflow:hidden;position:relative;padding:20px;font-size:12px;line-height:18px;background:#FFD;}.shared-help-section h2{margin:20px 0 10px 0;}.shared-help-section-header{margin-bottom:10px;font-size:18px;line-height:24px;}.shared-help-section-header-sub{margin:20px 0 5px 0;font-size:14px;line-height:20px;}.shared-help-section-close{position:absolute;top:15px;right:15px;}.shared-help-section ul{margin:0 0 10px 10px;list-style:square inside;}.shared-help-section ol{margin:0 0 10px 15px;list-style-position:outside;}.shared-help-section-footer{display:block;margin-top:20px;}.shared-upgrade-section{display:block;overflow:hidden;position:relative;padding:20px;font-size:12px;line-height:18px;background:#E6F7FD;}.shared-upgrade-section-logo{float:left;margin-right:20px;width:57px;height:57px;}.shared-upgrade-section-header{margin-bottom:5;font-size:18px;line-height:24px;}.shared-upgrade-section-header-sub{margin:20px 0 5px 0;font-size:14px;line-height:20px;}.shared-alert-section{overflow:hidden;position:relative;margin-bottom:40px;padding:20px;font-size:18px;line-height:24px;text-align:center;background:#FFC;}.shared-table{clear:both;width:100%;font-size:12px;border-collapse:collapse;border:1px solid #DDD;}.shared-table input[type=text]{font-size:12px;}.shared-table .sortable-placeholder{line-height:50px;height:50px;}.shared-table-header-cell{padding:5px 10px;font-size:11px;font-weight:normal;letter-spacing:1px;text-align:left;text-transform:uppercase;border:none;border-right:1px solid #DDD;}.shared-table-cell{overflow:hidden;padding:10px;vertical-align:middle;border:1px solid #DDD;}.shared-table-cell-center{text-align:center;}.shared-table-cell-right{text-align:right;}.shared-table-minimal{border:none;}.shared-table-minimal .shared-table-header-cell{border:none;background:none;}.shared-table-minimal .shared-table-cell{overflow:hidden;padding:10px;vertical-align:middle;border:none;background:#EAEBEC;}.shared-table-minimal .shared-table-row-alt .shared-table-cell{background:none;}.shared-table-no-padding{border-collapse:collapse;}.shared-table-no-padding th{padding:0;}.shared-table-no-padding td{padding:0;}.shared-tags{overflow:hidden;}.shared-tags .shared-button-delete{display:inline;margin-left:5px;}.shared-tag{float:left;margin:0 10px 10px 0;padding:5px 10px;font-size:12px;line-height:20px;border:1px solid #DDD;background:#F9F9F9;}.shared-toggle{overflow:hidden;display:block;width:50px;height:20px;font-size:8px;line-height:20px;text-decoration:none!important;}.shared-toggle-button{display:block;float:left;width:25px;height:20px;text-align:center;}.shared-toggle-on .shared-toggle-button-on{color:white;background:#EF0084;}.shared-toggle-on .shared-toggle-button-off{color:#24272A;background:#24272A;}.shared-toggle-off .shared-toggle-button-on{color:#24272A;background:#24272A;}.shared-toggle-off .shared-toggle-button-off{color:white;background:#959A9E;}.shared-toggle-list{overflow:hidden;padding:7px 0;border-bottom:1px solid #DDD;list-style-position:outside;}.shared-toggle-list:first-child{padding-top:0;}.shared-toggle-list:last-child{border-bottom:none;}.shared-toggle-list-icon{display:block;float:left;margin-right:7px;}.shared-toggle-list-label{display:block;float:left;width:50%;font-size:12px;line-height:16px;}.shared-toggle-list .shared-toggle{float:right;}.shared-pagination{position:relative;overflow:hidden;margin:0 0 40px 0;font-size:12px;text-align:center;}.shared-pagination-previous{display:block;float:left;z-index:1;}.shared-pagination-next{display:block;float:right;z-index:1;}.shared-pagination-counts{overflow:hidden;position:absolute;top:7px;left:0;padding:2px 0;width:80%;margin-left:10%;z-index:0;color:#888;font-family:"Trebuchet MS","Lucida Grande",Tahoma,Arial;}.shared-pagination-count{position:relative;padding:1px 3px;border:1px solid;}.shared-container .ui-accordion-header{position:relative;padding-top:20px;border-top:1px solid #DDD;color:#F10087;cursor:pointer;outline:none;}.shared-container .ui-accordion-header .shared-section-header-toggle{position:absolute;top:50%;right:0;margin-top:-1px;font-size:17px;line-height:17px;font-family:"Tahoma","Verdana",sans-serif;color:#888;text-align:right;}.shared-container .ui-accordion-header:hover{color:#222;}.shared-container .ui-accordion-header:hover .shared-section-header-toggle{color:#222;}.shared-container .ui-accordion-header.ui-state-active{color:#222;}.shared-container .ui-accordion-header.ui-state-active .shared-section-header-toggle{display:none;}.shared-container .ui-accordion-header-first{padding:0;border:none;}.shared-container .ui-accordion-header-first .shared-section-header-toggle{margin-top:-10px;}.shared-container .ui-accordion-content{padding:0 0 40px 0;border:none;}input.shared-custom-ui{display:none;}select.shared-custom-ui{position:absolute;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=0);-moz-opacity:0;-webkit-opacity:0;opacity:0;cursor:pointer;z-index:1;}.shared-custom-ui-select{color:#F10087;}.shared-custom-ui-select:hover{text-decoration:underline;}.shared-global .jspContainer{overflow:hidden;position:relative;}.shared-global .jspPane{position:absolute;z-index:1;}.shared-global .jspVerticalBar{position:absolute;top:0;right:0;margin:0;padding:0;width:8px;height:100%;z-index:2;}.shared-global .jspDrag{position:relative;top:0;left:0;cursor:pointer;background:#959A9E;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}.jquery-checkbox{display:inline;font-size:16px;line-height:16px;cursor:pointer;cursor:hand;}.jquery-checkbox .mark{display:inline;}.jquery-checkbox img{vertical-align:middle;width:16px;height:16px;}.jquery-checkbox img{background:transparent url("../../sprites/userpage/checkbox.png") no-repeat;}.jquery-checkbox img{background-position:0 0;}.jquery-checkbox-hover img{background-position:-16px 0;}.jquery-checkbox-checked img{background-position:0 -16px;}.jquery-checkbox-checked .jquery-checkbox-hover img{background-position:-16px -16px;}.jquery-checkbox-disabled img{background-position:0 -32px;}.jquery-checkbox-checked .jquery-checkbox-disabled img{background-position:0 -48px;}.jquery-radio{display:inline;font-size:16px;line-height:16px;cursor:pointer;cursor:hand;}.jquery-radio .mark{display:inline;}.jquery-radio img{vertical-align:middle;width:16px;height:16px;}.jquery-radio img{background:transparent url("../../sprites/userpage/radio.png") no-repeat;}.jquery-radio img{background-position:0 0;}.jquery-radio-hover img{background-position:-16px 0;}.jquery-radio-checked img{background-position:0 -16px;}.jquery-radio-checked .jquery-radio-hover img{background-position:-16px -16px;}.jquery-radio-disabled img{background-position:0 -32px;}.jquery-radio-checked .jquery-radio-disabled img{background-position:0 -48px;}ul.smt-menu{width:75px;z-index:99999;visibility:visible;}ul.smt-menu ul{width:100%;}ul.smt-menu li{width:100%!important;}ul.smt-menu li.smt-item{display:block!important;}.shared-sprites{background-image:url("../../sprites/shared/shared_sprites.png")!important;}.shared-sprites-service-buttons{background:url("../../sprites/shared/shared_sprites_service_buttons.png") no-repeat top left;}.shared-sprites-service-icons-color{background:url("../../sprites/shared/shared_sprites_service_icons_color.png") no-repeat top left;}.shared-sprites-service-icons-mono{background:url("../../sprites/shared/shared_sprites_service_icons_mono.png") no-repeat top left;}.shared-sprites-button-search{background-position:0 0;}.shared-sprites-button-follow{background-position:0 -70px;}.shared-sprites-button-unfollow{background-position:-30px -70px;}.shared-sprites-button-edit{background-position:-60px -70px;}.shared-sprites-button-edit-close{background-position:-180px -70px;}.shared-sprites-button-block{background-position:-90px -70px;}.shared-sprites-button-unblock{background-position:0 -70px;}.shared-button-follow:hover .shared-sprites-button-follow{background-position:-120px -70px;}.shared-button-follow:hover .shared-sprites-button-unfollow{background-position:-150px -70px;}.shared-button-edit:hover .shared-sprites-button-edit{background-position:-180px -70px;}.shared-button-block:hover .shared-sprites-button-block{background-position:-210px -70px;}.shared-button-block:hover .shared-sprites-button-unblock{background-position:-120px -70px;}.shared-sprites-button-paypal{background-position:0 -150px;}.shared-sprites-button-amazon{background-position:0 -190px;}.shared-sprites-button-google{background-position:0 -230px;}.shared-sprites-button-merchants{background-position:0 -110px;}.shared-sprites-icon-tag{background-position:0 -30px;}.shared-sprites-icon-upgrade-logo{background-position:0 -270px;}.shared-sprites-service-button-twitter{background-position:0 0;width:110px;height:28px;}.shared-sprites-service-icons-square-48-twitter{background-position:0 0;width:48px;height:48px;}.shared-sprites-service-icons-square-32-twitter{background-position:-48px 0;width:32px;height:32px;}.shared-sprites-service-icons-square-16-twitter{background-position:-80px 0;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-twitter{background-position:0 -48px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-twitter{background-position:-48px -32px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-twitter{background-position:-80px -16px;width:16px;height:16px;}.shared-sprites-service-button-facebook2{background-position:0 -30px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-facebook2{background-position:-96px 0;width:48px;height:48px;}.shared-sprites-service-icons-square-32-facebook2{background-position:-144px 0;width:32px;height:32px;}.shared-sprites-service-icons-square-16-facebook2{background-position:-176px 0;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-facebook2{background-position:-96px -48px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-facebook2{background-position:-144px -32px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-facebook2{background-position:-176px -16px;width:16px;height:16px;}.shared-sprites-service-button-tumblr{background-position:0 -60px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-tumblr{background-position:-192px 0;width:48px;height:48px;}.shared-sprites-service-icons-square-32-tumblr{background-position:-240px 0;width:32px;height:32px;}.shared-sprites-service-icons-square-16-tumblr{background-position:-272px 0;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-tumblr{background-position:-192px -48px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-tumblr{background-position:-240px -32px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-tumblr{background-position:-272px -16px;width:16px;height:16px;}.shared-sprites-service-button-blogger{background-position:0 -90px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-blogger{background-position:-288px 0;width:48px;height:48px;}.shared-sprites-service-icons-square-32-blogger{background-position:-336px 0;width:32px;height:32px;}.shared-sprites-service-icons-square-16-blogger{background-position:-368px 0;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-blogger{background-position:-288px -48px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-blogger{background-position:-336px -32px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-blogger{background-position:-368px -16px;width:16px;height:16px;}.shared-sprites-service-button-wordpress{background-position:0 -150px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-wordpress{background-position:-96px -96px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-wordpress{background-position:-144px -96px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-wordpress{background-position:-176px -96px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-wordpress{background-position:-96px -144px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-wordpress{background-position:-144px -128px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-wordpress{background-position:-176px -112px;width:16px;height:16px;}.shared-sprites-service-button-linkedin{background-position:0 -180px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-linkedin{background-position:-192px -96px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-linkedin{background-position:-240px -96px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-linkedin{background-position:-272px -96px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-linkedin{background-position:-192px -144px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-linkedin{background-position:-240px -128px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-linkedin{background-position:-272px -112px;width:16px;height:16px;}.shared-sprites-service-button-goodreads{background-position:0 -210px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-goodreads{background-position:-288px -96px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-goodreads{background-position:-336px -96px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-goodreads{background-position:-368px -96px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-goodreads{background-position:-288px -144px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-goodreads{background-position:-336px -128px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-goodreads{background-position:-368px -112px;width:16px;height:16px;}.shared-sprites-service-button-flickr{background-position:0 -240px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-flickr{background-position:0 -192px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-flickr{background-position:-48px -192px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-flickr{background-position:-80px -192px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-flickr{background-position:0 -240px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-flickr{background-position:-48px -224px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-flickr{background-position:-80px -208px;width:16px;height:16px;}.shared-sprites-service-button-youtube{background-position:0 -270px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-youtube{background-position:-96px -192px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-youtube{background-position:-144px -192px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-youtube{background-position:-176px -192px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-youtube{background-position:-96px -240px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-youtube{background-position:-144px -224px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-youtube{background-position:-176px -208px;width:16px;height:16px;}.shared-sprites-service-button-lastfm{background-position:0 -300px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-lastfm{background-position:-192px -192px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-lastfm{background-position:-240px -192px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-lastfm{background-position:-272px -192px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-lastfm{background-position:-192px -240px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-lastfm{background-position:-240px -224px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-lastfm{background-position:-272px -208px;width:16px;height:16px;}.shared-sprites-service-button-mixcloud{background-position:0 -300px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-mixcloud{background-position:-192px -192px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-mixcloud{background-position:-240px -192px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-mixcloud{background-position:-272px -192px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-mixcloud{background-position:-192px -240px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-mixcloud{background-position:-240px -224px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-mixcloud{background-position:-272px -208px;width:16px;height:16px;}.shared-sprites-service-button-foursquare{background-position:0 -360px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-foursquare{background-position:0 -288px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-foursquare{background-position:-48px -288px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-foursquare{background-position:-80px -288px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-foursquare{background-position:0 -336px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-foursquare{background-position:-48px -320px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-foursquare{background-position:-80px -304px;width:16px;height:16px;}.shared-sprites-service-button-etsy{background-position:0 -390px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-etsy{background-position:-96px -288px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-etsy{background-position:-144px -288px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-etsy{background-position:-176px -288px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-etsy{background-position:-96px -336px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-etsy{background-position:-144px -320px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-etsy{background-position:-176px -304px;width:16px;height:16px;}.shared-sprites-service-button-etsy2{background-position:0 -390px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-etsy2{background-position:-96px -288px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-etsy2{background-position:-144px -288px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-etsy2{background-position:-176px -288px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-etsy2{background-position:-96px -336px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-etsy2{background-position:-144px -320px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-etsy2{background-position:-176px -304px;width:16px;height:16px;}.shared-sprites-service-button-feed{background-position:0 -420px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-feed{background-position:-192px -288px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-feed{background-position:-240px -288px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-feed{background-position:-272px -288px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-feed{background-position:-192px -336px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-feed{background-position:-240px -320px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-feed{background-position:-272px -304px;width:16px;height:16px;}.shared-sprites-service-button-vimeo{background-position:0 -450px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-vimeo{background-position:-288px -288px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-vimeo{background-position:-336px -288px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-vimeo{background-position:-368px -288px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-vimeo{background-position:-288px -336px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-vimeo{background-position:-336px -320px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-vimeo{background-position:-368px -304px;width:16px;height:16px;}.shared-sprites-service-button-picasa{background-position:0 -480px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-picasa{background-position:0 -384px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-picasa{background-position:-48px -384px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-picasa{background-position:-80px -384px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-picasa{background-position:0 -432px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-picasa{background-position:-48px -416px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-picasa{background-position:-80px -400px;width:16px;height:16px;}.shared-sprites-service-button-typepad{background-position:0 -540px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-typepad{background-position:-192px -384px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-typepad{background-position:-240px -384px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-typepad{background-position:-272px -384px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-typepad{background-position:-192px -432px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-typepad{background-position:-240px -416px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-typepad{background-position:-272px -400px;width:16px;height:16px;}.shared-sprites-service-button-soundcloud{background-position:0 -570px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-soundcloud{background-position:-288px -384px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-soundcloud{background-position:-336px -384px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-soundcloud{background-position:-368px -384px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-soundcloud{background-position:-288px -432px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-soundcloud{background-position:-336px -416px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-soundcloud{background-position:-368px -400px;width:16px;height:16px;}.shared-sprites-service-button-github{background-position:0 -660px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-github{background-position:-192px -480px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-github{background-position:-240px -480px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-github{background-position:-272px -480px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-github{background-position:-192px -528px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-github{background-position:-240px -512px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-github{background-position:-272px -496px;width:16px;height:16px;}.shared-sprites-service-button-tripit{background-position:0 -690px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-tripit{background-position:-288px -480px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-tripit{background-position:-336px -480px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-tripit{background-position:-368px -480px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-tripit{background-position:-288px -528px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-tripit{background-position:-336px -512px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-tripit{background-position:-368px -496px;width:16px;height:16px;}.shared-sprites-service-button-behance{background-position:0 -750px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-behance{background-position:-96px -576px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-behance{background-position:-144px -576px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-behance{background-position:-176px -576px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-behance{background-position:-96px -624px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-behance{background-position:-144px -608px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-behance{background-position:-176px -592px;width:16px;height:16px;}.shared-sprites-service-button-dribbble{background-position:0 -1320px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-dribbble{background-position:-288px -1152px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-dribbble{background-position:-336px -1152px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-dribbble{background-position:-368px -1152px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-dribbble{background-position:-288px -1200px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-dribbble{background-position:-336px -1184px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-dribbble{background-position:-368px -1168px;width:16px;height:16px;}.shared-sprites-service-button-facebookpage{background-position:0 -780px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-facebookpage{background-position:-192px -576px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-facebookpage{background-position:-240px -576px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-facebookpage{background-position:-272px -576px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-facebookpage{background-position:-192px -624px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-facebookpage{background-position:-240px -608px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-facebookpage{background-position:-272px -592px;width:16px;height:16px;}.shared-sprites-service-button-reddit{background-position:0 -810px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-reddit{background-position:-288px -576px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-reddit{background-position:-336px -576px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-reddit{background-position:-368px -576px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-reddit{background-position:-288px -624px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-reddit{background-position:-336px -608px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-reddit{background-position:-368px -592px;width:16px;height:16px;}.shared-sprites-service-button-orkut{background-position:0 -840px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-orkut{background-position:0 -672px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-orkut{background-position:-48px -672px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-orkut{background-position:-80px -672px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-orkut{background-position:0 -720px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-orkut{background-position:-48px -704px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-orkut{background-position:-80px -688px;width:16px;height:16px;}.shared-sprites-service-button-songkick{background-position:0 -900px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-songkick{background-position:-192px -672px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-songkick{background-position:-240px -672px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-songkick{background-position:-272px -672px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-songkick{background-position:-192px -720px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-songkick{background-position:-240px -704px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-songkick{background-position:-272px -688px;width:16px;height:16px;}.shared-sprites-service-button-bandsintown{background-position:0 -900px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-bandsintown{background-position:-192px -672px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-bandsintown{background-position:-240px -672px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-bandsintown{background-position:-272px -672px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-bandsintown{background-position:-192px -720px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-bandsintown{background-position:-240px -704px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-bandsintown{background-position:-272px -688px;width:16px;height:16px;}.shared-sprites-service-button-songkickartists{background-position:0 -900px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-songkickartists{background-position:-192px -672px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-songkickartists{background-position:-240px -672px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-songkickartists{background-position:-272px -672px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-songkickartists{background-position:-192px -720px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-songkickartists{background-position:-240px -704px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-songkickartists{background-position:-272px -688px;width:16px;height:16px;}.shared-sprites-service-button-myspace{background-position:0 -930px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-myspace{background-position:-288px -672px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-myspace{background-position:-336px -672px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-myspace{background-position:-368px -672px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-myspace{background-position:-288px -720px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-myspace{background-position:-336px -704px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-myspace{background-position:-368px -688px;width:16px;height:16px;}.shared-sprites-service-button-bandcamp{background-position:0 -1020px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-bandcamp{background-position:-192px -768px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-bandcamp{background-position:-240px -768px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-bandcamp{background-position:-272px -768px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-bandcamp{background-position:-192px -816px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-bandcamp{background-position:-240px -800px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-bandcamp{background-position:-272px -784px;width:16px;height:16px;}.shared-sprites-service-button-stumbleupon{background-position:0 -1050px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-stumbleupon{background-position:-288px -768px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-stumbleupon{background-position:-336px -768px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-stumbleupon{background-position:-368px -768px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-stumbleupon{background-position:-288px -816px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-stumbleupon{background-position:-336px -800px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-stumbleupon{background-position:-368px -784px;width:16px;height:16px;}.shared-sprites-service-button-eighttracks{background-position:0 -1080px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-eighttracks{background-position:-192px -960px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-eighttracks{background-position:-240px -960px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-eighttracks{background-position:-272px -960px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-eighttracks{background-position:-192px -1008px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-eighttracks{background-position:-240px -992px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-eighttracks{background-position:-272px -976px;width:16px;height:16px;}.shared-sprites-service-button-instagram{background-position:0 -1110px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-instagram{background-position:-288px -960px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-instagram{background-position:-336px -960px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-instagram{background-position:-368px -960px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-instagram{background-position:-288px -1008px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-instagram{background-position:-336px -992px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-instagram{background-position:-368px -976px;width:16px;height:16px;}.shared-sprites-service-button-foodspotting{background-position:0 -1170px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-foodspotting{background-position:-96px -1056px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-foodspotting{background-position:-144px -1056px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-foodspotting{background-position:-176px -1056px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-foodspotting{background-position:-96px -1104px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-foodspotting{background-position:-144px -1088px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-foodspotting{background-position:-176px -1072px;width:16px;height:16px;}.shared-sprites-service-button-hypemachine{background-position:0 -1200px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-hypemachine{background-position:-192px -1056px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-hypemachine{background-position:-240px -1056px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-hypemachine{background-position:-272px -1056px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-hypemachine{background-position:-192px -1104px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-hypemachine{background-position:-240px -1088px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-hypemachine{background-position:-272px -1072px;width:16px;height:16px;}.shared-sprites-service-button-fitbit{background-position:0 -1230px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-fitbit{background-position:-288px -1056px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-fitbit{background-position:-336px -1056px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-fitbit{background-position:-368px -1056px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-fitbit{background-position:-288px -1104px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-fitbit{background-position:-336px -1088px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-fitbit{background-position:-368px -1072px;width:16px;height:16px;}.shared-sprites-service-button-goodsie{background-position:0 -1260px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-goodsie{background-position:-96px -1152px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-goodsie{background-position:-144px -1152px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-goodsie{background-position:-176px -1152px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-goodsie{background-position:-96px -1200px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-goodsie{background-position:-144px -1184px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-goodsie{background-position:-176px -1168px;width:16px;height:16px;}.shared-sprites-service-button-fivehundredpx{background-position:0 -1290px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-fivehundredpx,.shared-sprites-service-icons-square-48-500px{background-position:-192px -1152px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-fivehundredpx,.shared-sprites-service-icons-square-32-500px{background-position:-240px -1152px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-fivehundredpx,.shared-sprites-service-icons-square-16-500px{background-position:-272px -1152px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-fivehundredpx,.shared-sprites-service-icons-circle-48-500px{background-position:-192px -1200px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-fivehundredpx,.shared-sprites-service-icons-circle-32-500px{background-position:-240px -1184px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-fivehundredpx,.shared-sprites-service-icons-circle-16-500px{background-position:-272px -1168px;width:16px;height:16px;}.shared-sprites-service-button-bandsintown{background-position:0 -1350px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-bandsintown{background-position:0 -1248px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-bandsintown{background-position:-48px -1248px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-bandsintown{background-position:-80px -1248px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-bandsintown{background-position:0 -1296px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-bandsintown{background-position:-48px -1280px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-bandsintown{background-position:-80px -1264px;width:16px;height:16px;}.shared-sprites-service-button-mixcloud{background-position:0 -1380px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-mixcloud{background-position:-96px -1248px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-mixcloud{background-position:-144px -1248px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-mixcloud{background-position:-176px -1248px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-mixcloud{background-position:-96px -1296px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-mixcloud{background-position:-144px -1280px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-mixcloud{background-position:-176px -1264px;width:16px;height:16px;}.shared-sprites-service-button-songkickartists{background-position:-120px -900px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-songkickartists{background-position:-192px -672px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-songkickartists{background-position:-240px -672px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-songkickartists{background-position:-272px -672px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-songkickartists{background-position:-192px -720px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-songkickartists{background-position:-240px -704px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-songkickartists{background-position:-272px -688px;width:16px;height:16px;}.shared-sprites-service-button-custom_map{background-position:-220px 0;width:110px;height:28px;}.shared-sprites-service-icons-square-48-custom_map{background-position:0 -864px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-custom_map{background-position:-48px -864px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-custom_map{background-position:-80px -864px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-custom_map{background-position:0 -912px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-custom_map{background-position:-48px -896px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-custom_map{background-position:-80px -880px;width:16px;height:16px;}.shared-sprites-service-button-custom_embed{background-position:-220px -30px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-custom_embed{background-position:-96px -864px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-custom_embed{background-position:-144px -864px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-custom_embed{background-position:-176px -864px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-custom_embed{background-position:-96px -912px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-custom_embed{background-position:-144px -896px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-custom_embed{background-position:-176px -880px;width:16px;height:16px;}.shared-sprites-service-button-custom_plain{background-position:-220px -60px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-custom_plain{background-position:-192px -864px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-custom_plain{background-position:-240px -864px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-custom_plain{background-position:-272px -864px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-custom_plain{background-position:-192px -912px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-custom_plain{background-position:-240px -896px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-custom_plain{background-position:-272px -880px;width:16px;height:16px;}.shared-sprites-service-button-custom_vcard{background-position:-220px -90px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-custom_vcard{background-position:-288px -864px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-custom_vcard{background-position:-336px -864px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-custom_vcard{background-position:-368px -864px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-custom_vcard{background-position:-288px -912px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-custom_vcard{background-position:-336px -896px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-custom_vcard{background-position:-368px -880px;width:16px;height:16px;}.shared-sprites-service-button-custom_bio{background-position:-220px -120px;width:110px;height:28px;}.shared-sprites-service-icons-square-48-custom_bio{background-position:0 -960px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-custom_bio{background-position:-48px -960px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-custom_bio{background-position:-80px -960px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-custom_bio{background-position:0 -1008px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-custom_bio{background-position:-48px -992px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-custom_bio{background-position:-80px -976px;width:16px;height:16px;}.shared-sprites-service-icons-square-48-home{background-position:-96px -960px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-home{background-position:-144px -960px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-home{background-position:-176px -960px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-home{background-position:-96px -1008px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-home{background-position:-144px -992px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-home{background-position:-176px -976px;width:16px;height:16px;}.shared-sprites-service-icons-square-48-contact{background-position:0 -1152px;width:48px;height:48px;}.shared-sprites-service-icons-square-32-contact{background-position:-48px -1152px;width:32px;height:32px;}.shared-sprites-service-icons-square-16-contact{background-position:-80px -1152px;width:16px;height:16px;}.shared-sprites-service-icons-circle-48-contact{background-position:0 -1200px;width:48px;height:48px;}.shared-sprites-service-icons-circle-32-contact{background-position:-48px -1184px;width:32px;height:32px;}.shared-sprites-service-icons-circle-16-contact{background-position:-80px -1168px;width:16px;height:16px;}.layout-hidden{display:none!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;}.layout-empty{margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;}.layout-invisible{visibility:hidden;-moz-opacity:0;-webkit-opacity:0;opacity:0;}#layout-about{word-wrap:break-word;}.layout-about-items{line-height:130%;}#layout-about-logo{overflow:hidden;}#layout-about-logo img{display:block;max-width:100%;cursor:pointer;}#layout-about-header{line-height:100%;font-weight:normal;}#layout-about-header .layout-about-item-label{cursor:pointer;}#layout-about-description p{margin:10px 0 0 0;}#layout-about-description p:first-child{margin:0;}#layout-about-description ul{margin:10px 0 0 0;list-style:square inside none;}#layout-about-description ul:first-child{margin:0;}#layout-about-description li{margin:5px 0 0 0;}#layout-about-description li:first-child{margin:0;}#layout-about-description blockquote{margin:10px 0 0 20px;}#layout-about-description blockquote:first-child{margin:0;}#layout-about-navs{list-style-position:outside;list-style-type:none;}.layout-about-nav-label{cursor:pointer;}.layout-about-nav-label:hover{text-decoration:underline;}.layout-about-nav-icon{cursor:pointer;}.layout-about-nav-bullets-circle{list-style-position:inside!important;list-style-type:circle!important;}.layout-about-nav-bullets-disc{list-style-position:inside!important;list-style-type:disc!important;}.layout-about-nav-bullets-square{list-style-position:inside!important;list-style-type:square!important;}.layout-about-nav-icons{list-style-type:none!important;list-style-position:outside!important;}.layout-about-nav-icons .layout-about-nav-icon{display:inline;}.layout-about-nav-icons .layout-about-nav-label{vertical-align:middle;cursor:pointer;}.layout-about-nav-icons-float{overflow:hidden;line-height:100%;list-style-type:none!important;list-style-position:outside!important;}.layout-about-nav-icons-float .layout-about-item{float:left;font-size:0;line-height:0;}.layout-about-nav-icons-float .layout-about-nav-label{display:none;}.layout-about-nav-icons-float .layout-about-nav-icon-img{margin-right:0;}.layout-about-nav-icon{display:none;}.layout-about-nav-icon-img{vertical-align:middle;margin-right:10px;}#layout-about-share{position:relative;}#layout-about-share .layout-share-popup{top:-170px;left:0;z-index:2;}#layout-about-share .layout-share-popup.temporary-user{top:-60px;left:0;z-index:2;background:#e7e7e7;}#layout-about-share .temporary-user .layout-share-popup-arrow-down{display:none;}#layout-about-share .layout-share-popup-arrow-up{display:none;}#layout-about-share .layout-share-popup-arrow-down{bottom:-7px;left:12px;}#layout-about-info{width:16px;height:16px;cursor:pointer;}#layout-about-info-img{width:16px;height:16px;}#layout-content-accounts{display:none;min-height:120px;}.layout-content-account{display:none;position:relative;}.layout-content-panel{word-wrap:break-word;}.layout-content-panel-container{position:relative;}.layout-content-nav{position:relative;z-index:3;}.layout-content-nav-dropdown{position:relative;font-size:10px;line-height:10px;text-transform:uppercase;letter-spacing:1px;cursor:pointer;}.layout-content-nav-dropdown-text{overflow:hidden;display:inline-block;max-width:90%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;}.layout-content-nav-dropdown-text:hover{text-decoration:underline;}.layout-content-nav-dropdown .shared-arrow-down{height:4px;border-width:5px 5px 0 5px;vertical-align:middle;cursor:pointer;}.layout-content-nav-dropdown-menu{display:none;position:absolute;top:20px;padding:10px;border:1px solid;-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);box-shadow:2px 2px 2px rgba(0,0,0,0.2);white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;}.layout-content-nav-dropdown-menu-item{margin-top:10px;line-height:100%;cursor:pointer;}.layout-content-nav-dropdown-menu-item:first-child{margin-top:0;}.layout-content-nav-dropdown-menu-item:hover{text-decoration:underline;}.layout-content-nav-dropdown-disabled{cursor:default;}.layout-content-nav-dropdown-disabled .shared-arrow-down{display:none;}.layout-content-nav-dropdown-disabled .layout-content-nav-dropdown-text:hover{text-decoration:none;}.layout-content-nav-dropdown-disabled .layout-content-nav-dropdown-menu{display:none!important;}.layout-content-nav-default{height:10px;}.layout-content-nav-default .layout-content-nav-dropdown{float:left;width:60%;padding-right:2%;}.layout-content-nav-default .layout-content-nav-dropdown-menu{left:-10px;}.layout-content-nav-default .layout-content-nav-profile{float:right;width:20%;text-align:right;font-size:10px;line-height:10px;text-transform:uppercase;letter-spacing:1px;}.layout-content-pagination{text-align:center;list-style:none;display:none;}.layout-content-pagination-item{display:inline-block;margin:0 4px;cursor:pointer;}.layout-content-pagination-number{vertical-align:middle;}.layout-content-pagination-next .shared-arrow-right{vertical-align:middle;}.layout-content-pagination-prev .shared-arrow-left{vertical-align:middle;}.layout-content-pagination-item-disabled span{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;}.layout-content-loader{display:none;padding:10px;height:22px;}.layout-content-loader span{float:left;display:block;width:16px;height:16px;padding:3px;background:white url('../../sprites/shared/panel-loader.gif') no-repeat 3px 3px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;filter:alpha(opacity=50);-moz-opacity:.5;-webkit-opacity:.5;opacity:.5;}.layout-content-loader-text{float:left;line-height:16px;font-size:12px;padding:3px 3px 3px 8px;}.layout-content-loader-percent{display:inline;}.layout-content-display-ungrouped #layout-content-accounts{background:none!important;filter:none!important;}.layout-content-display-ungrouped .layout-content-account{background:none;filter:none!important;}.layout-content-display-ungrouped .layout-content-nav{margin-bottom:20px;padding:10px 20px;}.layout-content-display-ungrouped .layout-content-pagination{padding:20px;}.layout-content-display-ungrouped .layout-content-panel-container{padding:20px;}.layout-content-display-ungrouped .content-panel-photo .layout-content-panel-container{padding:10px;}.layout-content-display-ungrouped .content-panel-video .layout-content-panel-container{padding:10px;}.layout-content-display-ungrouped .content-blog-details{top:20px;left:20px;}.layout-content-display-ungrouped .content-links-details{top:20px;left:20px;}.layout-content-display-ungrouped .content-status-details{top:20px;left:20px;}.layout-content-display-ungrouped .intents{bottom:20px;right:20px;}.layout-content-display-ungrouped .content-gallery-zoom{bottom:10px;left:10px;}.layout-content-display-ungrouped .content-gallery-fullscreen{bottom:10px;right:10px;}.layout-content-display-ungrouped .content-gallery-play{bottom:10px;left:10px;}.layout-content-display-grouped .layout-content-account{filter:none!important;}.layout-content-display-grouped .layout-content-panel{background:none;filter:none!important;}.layout-content-display-grouped .layout-content-nav{margin-bottom:20px;background:none;filter:none!important;}.layout-content-display-grouped .layout-content-nav-default{padding-top:20px;}.layout-content-display-grouped .layout-content-pagination{margin-top:20px;padding-top:20px;border-top:1px solid;background:none;filter:none!important;}.layout-content-display-grouped .content-type-list{margin-top:-30px;}.layout-content-display-grouped .content-type-list .layout-content-panel{margin-top:30px;margin-bottom:0;padding-top:30px;border-top:1px solid;}.layout-content-display-grouped .content-blog-details{top:0;left:0;}.layout-content-display-grouped .content-links-details{top:0;left:0;}.layout-content-display-grouped .content-status-details{top:0;left:0;}.layout-content-display-grouped .intents{bottom:0;right:0;}.layout-content-display-grouped .content-gallery-zoom{bottom:0;left:0;}.layout-content-display-grouped .content-gallery-fullscreen{bottom:0;right:0;}.layout-content-display-grouped .content-gallery-play{bottom:0;left:0;}.layout-content-display-grouped .content-error{padding-top:30px;}#userpage{font-size:11px;font-feature-settings:"liga" 0;}.content-font-h{line-height:130%;}.content-font-l{line-height:130%;}.content-font-m{line-height:130%;}.content-font-s{line-height:130%;}.content-font-truncate{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;}.content-font-margin{margin-bottom:10px;}.content-subheader{margin:40px 0 20px 0;padding-bottom:10px;border-bottom:1px solid;text-transform:uppercase;letter-spacing:1px;}.content-input{display:block;padding:10px;width:100%;font-size:12px;line-height:18px;color:#222;border:1px solid #CCC;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-moz-box-shadow:0 4px 0 rgba(0,0,0,.05) inset;-webkit-box-shadow:0 4px 0 rgba(0,0,0,.05) inset;box-shadow:0 4px 0 rgba(0,0,0,.05) inset;}textarea.content-input{resize:vertical;overflow:auto;}.content-button{display:inline-block;padding:7px 10px 8px 10px;font-size:11px;text-align:center;border:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;}.content-button:hover{text-decoration:underline;}.content-field{margin-bottom:20px;}.content-field-header{display:block;margin:0 0 5px 0;font-size:11px;font-weight:normal;}.content-html{overflow:hidden;}.content-html blockquote{margin:0 0 10px 10px;padding:0 0 0 10px;border-left:1px solid;}.content-html ul{margin:10px 0 10px 20px;list-style:square;}.content-html ol{margin:10px 0 10px 20px;list-style-position:inside;}.content-html li{margin:0 0 10px 0;padding:0;}.content-html pre{overflow:auto;}.content-html p{margin:0 0 10px 0;}.content-html img{margin:0 0 10px 0;max-width:100%!important;height:auto!important;}.content-html a img{display:block;}.content-html embed{display:block;margin-bottom:10px;width:100%;}.content-html object{display:block;margin-bottom:10px;width:100%;}.content-html iframe{display:block;margin-bottom:10px;width:100%;border:0;}.content-html .feedflare{display:none;}.content-html .zemanta-pixie{display:none;}.content-html .blogger-post-footer{display:none;}.content-blog-body table.tr-caption-container{table-layout:fixed;}.content-html .module-crunchbase{display:none;}.no-embed-resize embed{width:auto!important;}.grid-size-960 .grid-col-12 .content-blog-title{padding-left:25%;}.grid-size-960 .grid-col-12 .content-blog-body{padding-left:25%;}.grid-size-960 .grid-col-12 .content-blog-details{position:absolute;width:20%;}.grid-size-720 .grid-col-12 .content-blog-title{padding-left:25%;}.grid-size-720 .grid-col-12 .content-blog-body{padding-left:25%;}.grid-size-720 .grid-col-12 .content-blog-details{position:absolute;width:20%;}.grid-size-960 .grid-col-12 .content-links-title{padding-left:25%;}.grid-size-960 .grid-col-12 .content-links-body{padding-left:25%;}.grid-size-960 .grid-col-12 .content-links-details{position:absolute;width:20%;}.grid-size-720 .grid-col-12 .content-links-title{padding-left:25%;}.grid-size-720 .grid-col-12 .content-links-body{padding-left:25%;}.grid-size-720 .grid-col-12 .content-links-details{position:absolute;width:20%;}.grid-size-960 .grid-col-12 .content-linkedin-list-title{padding-left:25%;}.grid-size-960 .grid-col-12 .content-linkedin-list-body{padding-left:25%;}.grid-size-960 .grid-col-12 .content-linkedin-list-details{position:absolute;width:20%;}.grid-size-720 .grid-col-12 .content-linkedin-list-title{padding-left:25%;}.grid-size-720 .grid-col-12 .content-linkedin-list-body{padding-left:25%;}.grid-size-720 .grid-col-12 .content-linkedin-list-details{position:absolute;width:20%;}.grid-size-312 .grid-col-12 .content-audio-set-track-title{float:none;margin-bottom:10px;width:auto;padding-right:0;}.grid-size-312 .grid-col-12 .content-audio-set-track-details{float:none;width:auto;text-align:left;}.grid-size-312 .grid-col-12 .content-audio-track-title{float:none;margin-bottom:10px;width:auto;padding-right:0;}.grid-size-312 .grid-col-12 .content-audio-track-details{float:none;width:auto;text-align:left;}.grid-size-312 .grid-col-12 .content-list-title{float:none;margin-bottom:10px;width:auto;padding-right:0;}.grid-size-312 .grid-col-12 .content-list-details{float:none;width:auto;text-align:left;}.content-audio{overflow:visible!important;}.content-audio-set-info{overflow:hidden;}.content-audio-set-info-thumb{float:left;margin:0 20px 10px 0;}.content-audio-set-info-thumb img{display:block;}.content-audio-set-content{margin-bottom:10px;}.content-audio-set-tracks{margin-bottom:12px;}.content-audio-set-track{margin-top:12px;padding-top:12px;border-top:1px dashed;}.content-audio-set-track:first-child{margin-top:0;border-top:none;}.content-audio-set-track-title{float:left;width:78%;padding-right:2%;}.content-audio-set-track-details{float:right;width:20%;text-align:right;}.content-audio-track-title{float:left;width:78%;padding-right:2%;}.content-audio-track-details{float:right;width:20%;text-align:right;}.content-blog-title img{margin-bottom:0;}.content-blog-title object{margin-bottom:0;}.content-blog-title embed{margin-bottom:0;}.content-blog-title blockquote{margin:0 20px 10px 20px;padding:0;border:none;}.content-list-title{float:left;width:78%;padding-right:2%;}.content-list-details{float:right;width:20%;text-align:right;}.content-status-thumb{float:left;margin:0 20px 20px 0;}.content-status-thumb img{display:block;}.content-status-thumb img.imageLoaded{width:100%;}.content-status .intents{margin-left:10px;visibility:hidden;}.content-status .layout-content-panel:hover .intents{visibility:visible;}.content-gallery-thumb{cursor:pointer;}.content-gallery-thumb img{display:block;width:100%;}.content-gallery-thumb:hover .content-gallery-zoom{display:block;}.content-gallery-thumb:hover .content-gallery-fullscreen{display:block;}.content-gallery-thumb:hover .content-gallery-play{display:block;}.content-gallery-caption{margin-top:10px;}.content-gallery-zoom{display:none;position:absolute;width:30px;height:30px;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;}.content-gallery-fullscreen{display:none;position:absolute;width:30px;height:30px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;}.content-gallery-play{display:none;position:absolute;width:30px;height:30px;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;}.content-gallery-play:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1;}.content-map-legend{overflow:hidden;}.content-map-legend-item:first-child{margin-right:0;}.content-map-legend-item{overflow:hidden;float:left;margin-right:10px;}.content-map-legend-icon{float:left;margin-right:5px;width:10px;}.content-map-legend-label{float:left;}.content-map-embed #map_zoom_controls{margin:5px;}.content-map-embed #map_zoom_controls div{margin:0 0 5px 0;padding:3px;width:15px;height:15px;font-size:11px;font-family:"Lucida Grande",Tahoma;text-align:center;cursor:pointer;-moz-border-radius:3px;-webkit-border-radius:3px;}.content-map-embed #map_zoom_controls div:hover{text-decoration:underline;}.content-comment .content-comment-message{display:none;margin-bottom:10px;font-size:11px;}.content-comment .content-input{margin-bottom:20px;}.content-linkedin-item{overflow:hidden;margin-top:20px;padding-top:20px;border-top:1px dashed;}.content-linkedin-item:first-child{margin-top:0;padding-top:0;border-top:none;}.content-linkedin-info{overflow:hidden;}.content-linkedin-info-thumb{float:left;margin:0 20px 20px 0;}.content-linkedin-info-thumb img{display:block;}.content-linkedin-info-content{margin-bottom:10px;}.content-custom-map-embed{margin-bottom:20px;}.layout-effects-corners-large.layout-content-display-ungrouped .layout-content-nav{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-effects-corners-large.layout-content-display-ungrouped .layout-content-panel{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-effects-corners-large.layout-content-display-ungrouped .layout-content-pagination{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-effects-corners-small.layout-content-display-ungrouped .layout-content-nav{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-small.layout-content-display-ungrouped .layout-content-panel{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-small.layout-content-display-ungrouped .layout-content-pagination{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-shadows-large.layout-content-display-ungrouped .layout-content-nav{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);}.layout-effects-shadows-large.layout-content-display-ungrouped .layout-content-panel{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);}.layout-effects-shadows-large.layout-content-display-ungrouped .layout-content-pagination{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);}.layout-effects-shadows-small.layout-content-display-ungrouped .layout-content-nav{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);box-shadow:0 1px 1px rgba(0,0,0,0.5);}.layout-effects-shadows-small.layout-content-display-ungrouped .layout-content-panel{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);box-shadow:0 1px 1px rgba(0,0,0,0.5);}.layout-effects-shadows-small.layout-content-display-ungrouped .layout-content-pagination{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);box-shadow:0 1px 1px rgba(0,0,0,0.5);}#userpage-audio{display:none;overflow:hidden;position:fixed;padding:10px;z-index:3010;}#userpage-audio.audio-tabs-bottom-left{bottom:0;left:0;}#userpage-audio.audio-tabs-bottom-right{bottom:0;right:0;}.userpage-audio-container{position:relative;min-width:130px;max-width:180px;padding:10px;}#userpage-audio-close{position:absolute;top:5px;right:5px;font-size:14px;line-height:14px;z-index:1;}#userpage-audio-header{margin-bottom:8px;width:90px;font-size:10px;letter-spacing:1px;text-transform:uppercase;}#userpage-audio-sm2{font-size:12px;}#userpage-audio-sm2 .sm2-360ui{width:16px!important;}#userpage-audio-sm2 .sm2_link{margin-left:16px!important;}#userpage-audio-sm2 .sm2-canvas{display:none;}.layout-effects-corners-large .userpage-audio-container{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-small .userpage-audio-container{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-shadows-small .userpage-audio-container{-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);box-shadow:0 1px 1px rgba(0,0,0,0.5);}.layout-effects-shadows-large .userpage-audio-container{-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);}.userpage-footer-container{margin:0 2px;}.userpage-footer-container-link{position:relative;display:block;padding:3px 3px 3px;background-color:#f9f9f9;text-decoration:none!important;border:1px solid rgba(0,0,0,0.1);border-left:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}.userpage-footer-container-bg{display:block;width:30px;height:30px;}.userpage-footer-container-logo{display:block;margin:0;width:30px;height:30px;}#userpage-footer{position:fixed;padding:10px;z-index:3000;}#userpage-footer.footer-tabs-top-left{top:0;left:0;}#userpage-footer.footer-tabs-top-left .userpage-footer-container{float:right;}#userpage-footer.footer-tabs-top-left .layout-share-popup{top:58px;}#userpage-footer.footer-tabs-top-left .layout-share-popup-arrow-up{top:-7px;left:12px;}#userpage-footer.footer-tabs-top-left .layout-share-popup-arrow-down{display:none;}#userpage-footer.footer-tabs-top-right{top:0;right:0;}#userpage-footer.footer-tabs-top-right .userpage-footer-container{float:left;}#userpage-footer.footer-tabs-top-right .layout-share-popup{top:58px;left:-80px;}#userpage-footer.footer-tabs-top-right .layout-share-popup-arrow-up{top:-7px;left:104px;}#userpage-footer.footer-tabs-top-right .layout-share-popup-arrow-down{display:none;}#userpage-footer.footer-tabs-bottom-left{bottom:0;left:0;}#userpage-footer.footer-tabs-bottom-left .userpage-footer-container{float:right;}#userpage-footer.footer-tabs-bottom-left .layout-share-popup{top:-156px;}#userpage-footer.footer-tabs-bottom-left .layout-share-popup.temporary-user{top:-58px;}#userpage-footer.footer-tabs-bottom-left .layout-share-popup-arrow-up{display:none;}#userpage-footer.footer-tabs-bottom-left .layout-share-popup-arrow-down{bottom:-7px;left:12px;}#userpage-footer.footer-tabs-bottom-right{bottom:0;right:0;}#userpage-footer.footer-tabs-bottom-right .userpage-footer-container{float:left;}#userpage-footer.footer-tabs-bottom-right .layout-share-popup{top:-156px;left:-80px;}#userpage-footer.footer-tabs-bottom-right .layout-share-popup.temporary-user{top:-58px;left:-80px;}#userpage-footer.footer-tabs-bottom-right .layout-share-popup-arrow-up{display:none;}#userpage-footer.footer-tabs-bottom-right .layout-share-popup-arrow-down{bottom:-7px;left:104px;}#userpage-footer-share-logo-bg{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#userpage-footer-contact-logo-bg{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#userpage-footer-follow-logo-bg{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#userpage-footer-unfollow-logo-bg{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#userpage-footer-audio{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#userpage .jspContainer{overflow:hidden;position:relative;}#userpage .jspPane{position:absolute;z-index:1;}#userpage .jspVerticalBar{position:absolute;top:0;right:0;margin:0;padding:0;width:8px;height:100%;z-index:2;}#userpage .jspTrack{position:relative;background:none;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}#userpage .jspDrag{position:relative;top:0;left:0;cursor:pointer;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}#userpage .jspCap{display:none;}.layout-share-popup{display:none;position:absolute;background:white;text-align:left;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-share-popup .layout-share-popup-item{display:block;}.layout-share-popup-embeds{padding:10px 10px 7px 10px;background:#e7e7e7;border-bottom:1px solid #ccc;-moz-border-radius-bottomLeft:5px;-moz-border-radius-bottomRight:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-radius:5px 5px 0 0;}.layout-share-popup-embeds .addthis_button_facebook_like{margin-bottom:-2px;}.layout-share-popup-embeds .addthis_button_google_plusone{margin-bottom:3px;}.layout-share-popup-embeds .addthis_button_tweet{margin-bottom:4px;}.layout-share-popup-links{overflow:hidden;padding:5px 7px;}.layout-share-popup-links .layout-share-popup-item{float:left;margin:3px;}.layout-share-popup .shared-arrow-up{position:absolute;}.layout-share-popup .shared-arrow-down{position:absolute;}.layout-share-popup-close{display:block;position:absolute;top:5px;right:5px;color:#999!important;font-size:14px;font-family:"Lucida Grande",Tahoma,Arial;}.layout-share-popup.temporary-user{line-height:16px;font-size:12px;width:150px;padding:10px;}.ui360{position:relative;min-width:40px;min-height:40px;}.ui360.initialized{min-height:0;}.ui360 .sm2-360ui{position:absolute;top:50%;left:-3px;margin-top:-20px;width:40px;height:40px;z-index:1;vertical-align:middle;}.ui360 .sm2-360btn{position:absolute;display:inline-block;top:50%;left:50%;margin-top:-5px;margin-left:-1px;width:0;height:0;border-style:solid;border-width:5px 0 5px 5px;cursor:pointer;z-index:3;}.ui360 .sm2-360ui.sm2_playing .sm2-cover{display:block;}.ui360 .sm2-360ui.sm2_playing .sm2-360btn{margin-left:-2px;height:10px;border-style:double;border-width:0 0 0 5px;}.ui360 .sm2-360ui.sm2_paused .sm2-cover{display:block;}.ui360 .sm2_link{display:inline-block;margin-left:40px;vertical-align:middle;}.ui360 .sm2-canvas{position:absolute;left:0;top:0;z-index:1;}.ui360 .sm2-cover{position:absolute;display:none;left:0;top:0;width:100%;height:100%;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);z-index:2;cursor:pointer;}.ui360 .sm2-timing{display:none;}#sm2-container{overflow:hidden;position:fixed;bottom:0;left:0;margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;}.galleria{height:420px;}.galleria-errors{display:none;}.galleria-container{position:relative;overflow:hidden;color:#FFF;}.galleria-container.fullscreen .galleria-stage{bottom:0;}.galleria-container .galleria-tooltip{position:absolute;padding:3px 8px;max-width:50%;font-size:11px;color:#000;background:#FFF;z-index:3;}.galleria-stage{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:30px;background:rgba(0,0,0,.9);}.galleria-stage .galleria-image-nav{position:absolute;top:50%;left:0;margin-top:-15px;width:100%;height:30px;}.galleria-stage .galleria-image-nav-left{position:absolute;left:0;width:30px;height:30px;background:url("../../sprites/shared/galleria_sprites.png") no-repeat 0 0;cursor:pointer;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;z-index:2;}.galleria-stage .galleria-image-nav-right{position:absolute;right:0;width:30px;height:30px;background:url("../../sprites/shared/galleria_sprites.png") no-repeat 0 -40px;cursor:pointer;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;z-index:2;}.galleria-stage .galleria-progress{position:absolute;top:0;left:0;width:0;height:2px;background:white;z-index:3;}.galleria-stage .galleria-loader{display:none;position:absolute;top:50%;left:50%;width:32px;height:32px;padding:3px;margin:-16px 0 0 -16px;background:white url('../../sprites/shared/layout_loader_large.gif') no-repeat 3px 3px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;filter:alpha(opacity=70);-moz-opacity:.7;-webkit-opacity:.7;opacity:.7;z-index:2;}.galleria-bar{position:absolute;bottom:0;left:0;width:100%;height:30px;z-index:3;background:#000;}.galleria-bar .galleria-s1{display:none;position:absolute;left:30px;bottom:0;width:1px;height:30px;background:#222;}.galleria-bar .galleria-s2{display:none;position:absolute;left:60px;bottom:0;width:1px;height:30px;background:#222;}.galleria-bar .galleria-s3{display:none;position:absolute;right:30px;bottom:0;width:1px;height:30px;background:#222;}.galleria-bar .galleria-s4{display:none;position:absolute;right:58px;bottom:1px;width:1px;height:29px;background:#222;}.galleria-bar .galleria-thumblink{position:absolute;left:0;bottom:0;width:30px;height:30px;background:#000 url("../../sprites/shared/galleria_sprites.png") no-repeat 0 -80px;cursor:pointer;}.galleria-bar .galleria-thumblink.open{background-position:0 -110px;}.galleria-bar .galleria-play{position:absolute;left:30px;bottom:0;width:30px;height:30px;background:#000 url("../../sprites/shared/galleria_sprites.png") no-repeat -30px -80px;cursor:pointer;}.galleria-bar .galleria-play.playing{background-position:-60px -80px;}.galleria-bar .galleria-fullscreen{position:absolute;right:0;bottom:0;width:30px;height:30px;background:#000 url("../../sprites/shared/galleria_sprites.png") no-repeat -120px -80px;cursor:pointer;}.galleria-bar .galleria-fullscreen.open{background-position:-150px -80px;}.galleria-bar .galleria-popout{display:none;position:absolute;right:30px;bottom:0;width:30px;height:30px;background:#000 url("../../sprites/shared/galleria_sprites.png") no-repeat -90px -80px;cursor:pointer;}.galleria-bar .galleria-info{overflow:hidden;position:absolute;left:70px;right:70px;height:30px;text-align:center;}.galleria-bar .galleria-info .galleria-info-text{display:inline;font-size:11px;line-height:30px;color:#FFF;}.galleria-bar .galleria-info .galleria-info-title{display:inline;}.galleria-bar .galleria-info .galleria-info-description{display:inline;margin-left:10px;}.galleria-bar .galleria-info .galleria-counter{display:inline;position:absolute;font-size:11px;line-height:30px;top:0;left:0;}.galleria-thumbnails-container{position:absolute;top:0;left:0;width:0;height:0;z-index:2;}.galleria-thumbnails-container .galleria-thumbnails-list{position:absolute;top:10px;right:10px;left:10px;bottom:41px;overflow:auto!important;}.galleria-thumbnails-container .galleria-image{float:left;margin:0 7px 7px 0;width:80px;height:45px;border:1px solid #999;cursor:pointer;}.galleria-thumbnails-container .galleria-thumb-nav-left{display:none;position:absolute;left:0;top:0;height:40px;width:23px;background-position:-495px 5px;cursor:pointer;z-index:3;}.galleria-thumbnails-container .galleria-thumb-nav-right{display:none;position:absolute;right:0;top:0;height:40px;width:23px;background-position:-578px 5px;border-right:none;cursor:pointer;z-index:3;}.galleria-container.notouch .galleria-thumbnails .galleria-image:hover{border-color:white;}.galleria-container.notouch .galleria-thumblink:hover{background-position:0 -110px;}.galleria-container.notouch .galleria-fullscreen:hover{background-position:-150px -110px;}.galleria-container.notouch .galleria-play:hover{background-position:-30px -110px;}.galleria-container.notouch .galleria-play.playing:hover{background-position:-60px -110px;}.galleria-container.notouch .galleria-popout:hover{background-position:-90px -80px;}.galleria-container.notouch .galleria-image-nav-left:hover{background-position:-40px 0;}.galleria-container.notouch .galleria-image-nav-right:hover{background-position:-40px -40px;}.galleria-container.touch .galleria-thumbnails .galleria-image:active{border-color:white;}.galleria-container.touch .galleria-thumblink:active{background-position:0 -110px;}.galleria-container.touch .galleria-fullscreen:active{background-position:-150px -110px;}.galleria-container.touch .galleria-play:active{background-position:-30px -110px;}.galleria-container.touch .galleria-play.playing:hover{background-position:-60px -110px;}.galleria-container.touch .galleria-popout:active{background-position:-90px -80px;}.galleria-container.touch .galleria-image-nav-left:active{background-position:-40px 0;}.galleria-container.touch .galleria-image-nav-right:active{background-position:-40px -40px;}.galleria-lightbox-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99990;}.galleria-lightbox-box{display:none;position:fixed;top:50%;left:50%;width:400px;height:400px;margin-top:-200px;margin-left:-200px;-moz-box-shadow:0 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);box-shadow:0 1px 1px rgba(0,0,0,0.5);z-index:99991;}.galleria-lightbox-box:hover .galleria-lightbox-close{display:block;}.galleria-lightbox-box:hover .galleria-lightbox-prevholder{display:block;}.galleria-lightbox-box:hover .galleria-lightbox-nextholder{display:block;}.galleria-lightbox-shadow{position:absolute;width:100%;height:100%;}.galleria-lightbox-content{overflow:hidden;position:absolute;top:10px;right:10px;bottom:0;left:10px;}.galleria-lightbox-close{display:none;overflow:hidden;position:absolute;top:10px;right:10px;width:30px;height:30px;text-indent:30px;cursor:pointer;background:url("../../sprites/shared/galleria_sprites.png") no-repeat -80px 0;cursor:pointer;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;z-index:99999;}.galleria-lightbox-close:hover{background-position:-120px 0;}.galleria-lightbox-image{display:block;position:absolute;overflow:hidden;top:0;right:0;bottom:30px;left:0;}.galleria-lightbox-prevholder{display:none;position:absolute;top:50%;left:10px;margin-top:-15px;width:30px;height:30px;cursor:pointer;background:url("../../sprites/shared/galleria_sprites.png") no-repeat 0 0;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;}.galleria-lightbox-prevholder:hover{background-position:-40px 0;}.galleria-lightbox-nextholder{display:none;position:absolute;top:50%;right:10px;margin-top:-15px;width:30px;height:30px;cursor:pointer;background:url("../../sprites/shared/galleria_sprites.png") no-repeat 0 -40px;filter:alpha(opacity=80);-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;}.galleria-lightbox-nextholder:hover{background-position:-40px -40px;}.galleria-lightbox-info{overflow:hidden;position:absolute;right:0;bottom:10px;left:0;height:15px;font-size:11px;line-height:15px;}.galleria-lightbox-title{float:left;}.galleria-lightbox-counter{float:right;margin-left:8px;}.userpage-sprites{background:url("../../sprites/userpage/userpage_sprites.png") no-repeat top left;}.userpage-sprites-gallery-zoom{background-position:0 -20px;}.userpage-sprites-gallery-zoom:hover{background-position:-40px -20px;}.userpage-sprites-gallery-fullscreen{background-position:-80px -20px;}.userpage-sprites-gallery-fullscreen:hover{background-position:-120px -20px;}.userpage-sprites-gallery-play{background-position:0 -50px;}.userpage-sprites-gallery-play:hover{background-position:-40px -50px;}.userpage-sprites-back{background-position:-80px -60px;}.userpage-sprites-back.dark{background-position:-80px -60px;}.userpage-sprites-back.light{background-position:-120px -60px;}.userpage-sprites-close{background-position:-160px -60px;}.userpage-sprites-close.dark{background-position:-160px -60px;}.userpage-sprites-close.light{background-position:-200px -60px;}.userpage-sprites-branding{background-position:0 -90px;}.userpage-sprites-branding.dark{background-position:0 -90px;}.userpage-sprites-branding.dark:hover{background-position:-80px -90px;}.userpage-sprites-branding.light{background-position:-40px -90px;}.userpage-sprites-branding.light:hover{background-position:-80px -90px;}.userpage-sprites-contact{background-position:0 -130px;}.userpage-sprites-contact.dark{background-position:0 -130px;}.userpage-sprites-contact.dark:hover{background-position:-80px -130px;}.userpage-sprites-contact.light{background-position:-40px -130px;}.userpage-sprites-contact.light:hover{background-position:-80px -130px;}.userpage-sprites-share{background-position:0 -170px;}.userpage-sprites-share.dark{background-position:0 -170px;}.userpage-sprites-share.dark:hover{background-position:-80px -170px;}.userpage-sprites-share.light{background-position:-40px -170px;}.userpage-sprites-share.light:hover{background-position:-80px -170px;}.userpage-sprites-follow{background-position:0 -210px;}.userpage-sprites-follow.dark{background-position:0 -210px;}.userpage-sprites-follow.dark:hover{background-position:-80px -210px;}.userpage-sprites-follow.light{background-position:-40px -210px;}.userpage-sprites-follow.light:hover{background-position:-80px -210px;}.userpage-sprites-unfollow{background-position:0 -250px;}.userpage-sprites-unfollow.dark{background-position:0 -250px;}.userpage-sprites-unfollow.dark:hover{background-position:-80px -250px;}.userpage-sprites-unfollow.light{background-position:-40px -250px;}.userpage-sprites-unfollow.light:hover{background-position:-80px -250px;}.userpage-sprites-info{background-position:0 -290px;}.userpage-sprites-info.light{background-position:0 -290px;}.userpage-sprites-info.dark{background-position:-20px -290px;}.content-input{*padding:10px 0;*width:98%;*text-indent:10px;}.layout-about-item-label img.embedded{width:100%;}body{background-attachment:fixed;-moz-font-feature-settings:"liga=0","calt=0";-moz-font-feature-settings:"liga" off,"calt" off;-webkit-font-variant-ligatures:no-common-ligatures;}#userpage{margin:0;padding:0;width:100%;height:100%;min-height:100%;}#background{width:100%;height:100%;position:fixed;z-index:-1;}.fullscreen-background{background-position:center;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;}.layout-effects-corners-large .lightbox-container{-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}.layout-effects-corners-large .lightbox-container .content-button{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-large .lightbox-close{top:5px!important;right:5px!important;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-small .lightbox-container{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-small .lightbox-container .content-button{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.layout-effects-corners-small .lightbox-close{top:5px!important;right:5px!important;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}#lightbox-contact-container{width:610px;height:auto;}#lightbox-contact-cols{overflow:hidden;}#lightbox-contact-col-input{float:left;margin-right:20px;width:400px;}#lightbox-contact-col-about{float:left;padding-top:14px;width:190px;}#lightbox-contact-message{margin-bottom:20px;}#lightbox-contact-form .errors{overflow:hidden!important;list-style:none!important;float:right!important;margin:2px 0 0 10px!important;padding:0!important;font-size:11px!important;line-height:14px!important;color:#FF6A6A!important;background:none!important;}#lightbox-contact-form .errors li{float:left;margin:0!important;}#the-content-recaptcha{min-height:104px;background-color:white;}#the-content-recaptcha input{border:1px solid #CCC!important;}#lightbox-migration-container{width:610px;height:auto;}#lightbox-migration-list{margin:0 0 20px 0;list-style:none;}#lightbox-migration-list label{font-size:11px;}#lightbox-migration-list li{margin-top:1px;padding:5px;background:rgba(0,0,0,.2);}#lightbox-migration-list li:first-child{margin-top:0;}.lightbox-migration-buttons{overflow:hidden;}#fonttest_active{display:none;}#fonttest_inactive{display:none;}.grid-cols{overflow:hidden;margin-left:-10px;}.grid-col-vert{margin-bottom:20px;}.grid-col-horiz{float:left;margin-right:10px;margin-left:10px;}.grid-size-1560{width:1540px;}.grid-size-1560 .grid-cols{width:1560px;}.grid-size-1560 .grid-col-1{width:110px;}.grid-size-1560 .grid-col-2{width:240px;}.grid-size-1560 .grid-col-3{width:370px;}.grid-size-1560 .grid-col-4{width:500px;}.grid-size-1560 .grid-col-5{width:630px;}.grid-size-1560 .grid-col-6{width:760px;}.grid-size-1560 .grid-col-7{width:890px;}.grid-size-1560 .grid-col-8{width:1020px;}.grid-size-1560 .grid-col-9{width:1150px;}.grid-size-1560 .grid-col-10{width:1280px;}.grid-size-1560 .grid-col-11{width:1410px;}.grid-size-1560 .grid-col-12{width:1540px;}.grid-size-1560 .grid-col-full{width:1540px;}.grid-size-1560 .grid-col-max{max-width:1540px;}.grid-size-1560 .grid-col-2 .grid-ratio-4x3{height:180px;}.grid-size-1560 .grid-col-2 .grid-ratio-16x9{height:135px;}.grid-size-1560 .grid-col-2 .grid-ratio-square{height:240px;}.grid-size-1560 .grid-col-3 .grid-ratio-4x3{height:277px;}.grid-size-1560 .grid-col-3 .grid-ratio-16x9{height:208px;}.grid-size-1560 .grid-col-3 .grid-ratio-square{height:370px;}.grid-size-1560 .grid-col-4 .grid-ratio-4x3{height:375px;}.grid-size-1560 .grid-col-4 .grid-ratio-16x9{height:281px;}.grid-size-1560 .grid-col-4 .grid-ratio-square{height:500px;}.grid-size-1560 .grid-col-6 .grid-ratio-4x3{height:570px;}.grid-size-1560 .grid-col-6 .grid-ratio-16x9{height:427px;}.grid-size-1560 .grid-col-6 .grid-ratio-square{height:760px;}.grid-size-1560 .grid-col-12 .grid-ratio-4x3{height:1155px;}.grid-size-1560 .grid-col-12 .grid-ratio-16x9{height:866px;}.grid-size-1560 .grid-col-12 .grid-ratio-square{height:1540px;}.grid-size-1560 .grid-col-full .grid-ratio-4x3{height:1155px;}.grid-size-1560 .grid-col-full .grid-ratio-16x9{height:866px;}.grid-size-1560 .grid-col-full .grid-ratio-square{height:1540px;}.grid-size-1200{width:1180px;}.grid-size-1200 .grid-cols{width:1200px;}.grid-size-1200 .grid-col-1{width:80px;}.grid-size-1200 .grid-col-2{width:180px;}.grid-size-1200 .grid-col-3{width:280px;}.grid-size-1200 .grid-col-4{width:380px;}.grid-size-1200 .grid-col-5{width:480px;}.grid-size-1200 .grid-col-6{width:580px;}.grid-size-1200 .grid-col-7{width:680px;}.grid-size-1200 .grid-col-8{width:780px;}.grid-size-1200 .grid-col-9{width:880px;}.grid-size-1200 .grid-col-10{width:980px;}.grid-size-1200 .grid-col-11{width:1080px;}.grid-size-1200 .grid-col-12{width:1180px;}.grid-size-1200 .grid-col-full{width:1180px;}.grid-size-1200 .grid-col-max{max-width:1180px;}.grid-size-1200 .grid-col-1 .grid-ratio-4x3{height:60px;}.grid-size-1200 .grid-col-1 .grid-ratio-16x9{height:45px;}.grid-size-1200 .grid-col-1 .grid-ratio-square{height:80px;}.grid-size-1200 .grid-col-2 .grid-ratio-4x3{height:135px;}.grid-size-1200 .grid-col-2 .grid-ratio-16x9{height:101px;}.grid-size-1200 .grid-col-2 .grid-ratio-square{height:180px;}.grid-size-1200 .grid-col-3 .grid-ratio-4x3{height:210px;}.grid-size-1200 .grid-col-3 .grid-ratio-16x9{height:157px;}.grid-size-1200 .grid-col-3 .grid-ratio-square{height:280px;}.grid-size-1200 .grid-col-4 .grid-ratio-4x3{height:285px;}.grid-size-1200 .grid-col-4 .grid-ratio-16x9{height:213px;}.grid-size-1200 .grid-col-4 .grid-ratio-square{height:380px;}.grid-size-1200 .grid-col-6 .grid-ratio-4x3{height:435px;}.grid-size-1200 .grid-col-6 .grid-ratio-16x9{height:326px;}.grid-size-1200 .grid-col-6 .grid-ratio-square{height:580px;}.grid-size-1200 .grid-col-12 .grid-ratio-4x3{height:885px;}.grid-size-1200 .grid-col-12 .grid-ratio-16x9{height:664px;}.grid-size-1200 .grid-col-12 .grid-ratio-square{height:1180px;}.grid-size-1200 .grid-col-full .grid-ratio-4x3{height:885px;}.grid-size-1200 .grid-col-full .grid-ratio-16x9{height:664px;}.grid-size-1200 .grid-col-full .grid-ratio-square{height:1180px;}.grid-size-960{width:940px;}.grid-size-960 .grid-cols{width:960px;}.grid-size-960 .grid-col-1{width:60px;}.grid-size-960 .grid-col-2{width:140px;}.grid-size-960 .grid-col-3{width:220px;}.grid-size-960 .grid-col-4{width:300px;}.grid-size-960 .grid-col-5{width:380px;}.grid-size-960 .grid-col-6{width:460px;}.grid-size-960 .grid-col-7{width:540px;}.grid-size-960 .grid-col-8{width:620px;}.grid-size-960 .grid-col-9{width:700px;}.grid-size-960 .grid-col-10{width:780px;}.grid-size-960 .grid-col-11{width:860px;}.grid-size-960 .grid-col-12{width:940px;}.grid-size-960 .grid-col-full{width:940px;}.grid-size-960 .grid-col-max{max-width:940px;}.grid-size-960 .grid-col-1 .grid-ratio-4x3{height:45px;}.grid-size-960 .grid-col-1 .grid-ratio-16x9{height:33px;}.grid-size-960 .grid-col-1 .grid-ratio-square{height:60px;}.grid-size-960 .grid-col-2 .grid-ratio-4x3{height:105px;}.grid-size-960 .grid-col-2 .grid-ratio-16x9{height:78px;}.grid-size-960 .grid-col-2 .grid-ratio-square{height:140px;}.grid-size-960 .grid-col-3 .grid-ratio-4x3{height:165px;}.grid-size-960 .grid-col-3 .grid-ratio-16x9{height:123px;}.grid-size-960 .grid-col-3 .grid-ratio-square{height:220px;}.grid-size-960 .grid-col-4 .grid-ratio-4x3{height:225px;}.grid-size-960 .grid-col-4 .grid-ratio-16x9{height:168px;}.grid-size-960 .grid-col-4 .grid-ratio-square{height:300px;}.grid-size-960 .grid-col-6 .grid-ratio-4x3{height:345px;}.grid-size-960 .grid-col-6 .grid-ratio-16x9{height:258px;}.grid-size-960 .grid-col-6 .grid-ratio-square{height:460px;}.grid-size-960 .grid-col-12 .grid-ratio-4x3{height:705px;}.grid-size-960 .grid-col-12 .grid-ratio-16x9{height:529px;}.grid-size-960 .grid-col-12 .grid-ratio-square{height:940px;}.grid-size-960 .grid-col-full .grid-ratio-4x3{height:705px;}.grid-size-960 .grid-col-full .grid-ratio-16x9{height:529px;}.grid-size-960 .grid-col-full .grid-ratio-square{height:940px;}.grid-size-840{width:820px;}.grid-size-840 .grid-cols{width:840px;}.grid-size-840 .grid-col-1{width:50px;}.grid-size-840 .grid-col-2{width:120px;}.grid-size-840 .grid-col-3{width:190px;}.grid-size-840 .grid-col-4{width:260px;}.grid-size-840 .grid-col-5{width:330px;}.grid-size-840 .grid-col-6{width:400px;}.grid-size-840 .grid-col-7{width:470px;}.grid-size-840 .grid-col-8{width:540px;}.grid-size-840 .grid-col-9{width:610px;}.grid-size-840 .grid-col-10{width:680px;}.grid-size-840 .grid-col-11{width:750px;}.grid-size-840 .grid-col-12{width:820px;}.grid-size-840 .grid-col-full{width:820px;}.grid-size-840 .grid-col-max{max-width:820px;}.grid-size-840 .grid-col-1 .grid-ratio-4x3{height:37px;}.grid-size-840 .grid-col-1 .grid-ratio-16x9{height:28px;}.grid-size-840 .grid-col-1 .grid-ratio-square{height:50px;}.grid-size-840 .grid-col-2 .grid-ratio-4x3{height:90px;}.grid-size-840 .grid-col-2 .grid-ratio-16x9{height:67px;}.grid-size-840 .grid-col-2 .grid-ratio-square{height:90px;}.grid-size-840 .grid-col-3 .grid-ratio-4x3{height:142px;}.grid-size-840 .grid-col-3 .grid-ratio-16x9{height:106px;}.grid-size-840 .grid-col-3 .grid-ratio-square{height:190px;}.grid-size-840 .grid-col-4 .grid-ratio-4x3{height:195px;}.grid-size-840 .grid-col-4 .grid-ratio-16x9{height:146px;}.grid-size-840 .grid-col-4 .grid-ratio-square{height:300px;}.grid-size-840 .grid-col-6 .grid-ratio-4x3{height:345px;}.grid-size-840 .grid-col-6 .grid-ratio-16x9{height:258px;}.grid-size-840 .grid-col-6 .grid-ratio-square{height:400px;}.grid-size-840 .grid-col-12 .grid-ratio-4x3{height:615px;}.grid-size-840 .grid-col-12 .grid-ratio-16x9{height:461px;}.grid-size-840 .grid-col-12 .grid-ratio-square{height:820px;}.grid-size-840 .grid-col-full .grid-ratio-4x3{height:615px;}.grid-size-840 .grid-col-full .grid-ratio-16x9{height:461px;}.grid-size-840 .grid-col-full .grid-ratio-square{height:820px;}.grid-size-720{width:700px;}.grid-size-720 .grid-cols{width:720px;}.grid-size-720 .grid-col-1{width:40px;}.grid-size-720 .grid-col-2{width:100px;}.grid-size-720 .grid-col-3{width:160px;}.grid-size-720 .grid-col-4{width:220px;}.grid-size-720 .grid-col-5{width:280px;}.grid-size-720 .grid-col-6{width:340px;}.grid-size-720 .grid-col-7{width:400px;}.grid-size-720 .grid-col-8{width:460px;}.grid-size-720 .grid-col-9{width:520px;}.grid-size-720 .grid-col-10{width:580px;}.grid-size-720 .grid-col-11{width:640px;}.grid-size-720 .grid-col-12{width:700px;}.grid-size-720 .grid-col-full{width:700px;}.grid-size-720 .grid-col-max{max-width:700px;}.grid-size-720 .grid-col-1 .grid-ratio-4x3{height:30px;}.grid-size-720 .grid-col-1 .grid-ratio-16x9{height:22px;}.grid-size-720 .grid-col-1 .grid-ratio-square{height:40px;}.grid-size-720 .grid-col-2 .grid-ratio-4x3{height:75px;}.grid-size-720 .grid-col-2 .grid-ratio-16x9{height:56px;}.grid-size-720 .grid-col-2 .grid-ratio-square{height:100px;}.grid-size-720 .grid-col-3 .grid-ratio-4x3{height:120px;}.grid-size-720 .grid-col-3 .grid-ratio-16x9{height:90px;}.grid-size-720 .grid-col-3 .grid-ratio-square{height:160px;}.grid-size-720 .grid-col-4 .grid-ratio-4x3{height:165px;}.grid-size-720 .grid-col-4 .grid-ratio-16x9{height:123px;}.grid-size-720 .grid-col-4 .grid-ratio-square{height:220px;}.grid-size-720 .grid-col-6 .grid-ratio-4x3{height:255px;}.grid-size-720 .grid-col-6 .grid-ratio-16x9{height:191px;}.grid-size-720 .grid-col-6 .grid-ratio-square{height:340px;}.grid-size-720 .grid-col-12 .grid-ratio-4x3{height:525px;}.grid-size-720 .grid-col-12 .grid-ratio-16x9{height:394px;}.grid-size-720 .grid-col-12 .grid-ratio-square{height:700px;}.grid-size-720 .grid-col-full .grid-ratio-4x3{height:525px;}.grid-size-720 .grid-col-full .grid-ratio-16x9{height:394px;}.grid-size-720 .grid-col-full .grid-ratio-square{height:700px;}.grid-size-600{width:580px;}.grid-size-600 .grid-cols{width:600px;}.grid-size-600 .grid-col-1{width:80px;}.grid-size-600 .grid-col-2{width:80px;}.grid-size-600 .grid-col-3{width:130px;}.grid-size-600 .grid-col-4{width:180px;}.grid-size-600 .grid-col-5{width:230px;}.grid-size-600 .grid-col-6{width:280px;}.grid-size-600 .grid-col-7{width:330px;}.grid-size-600 .grid-col-8{width:380px;}.grid-size-600 .grid-col-9{width:430px;}.grid-size-600 .grid-col-10{width:480px;}.grid-size-600 .grid-col-11{width:480px;}.grid-size-600 .grid-col-12{width:580px;}.grid-size-600 .grid-col-full{width:580px;}.grid-size-600 .grid-col-max{max-width:580px;}.grid-size-600 .grid-col-1 .grid-ratio-4x3{height:60px;}.grid-size-600 .grid-col-1 .grid-ratio-16x9{height:45px;}.grid-size-600 .grid-col-1 .grid-ratio-square{height:80px;}.grid-size-600 .grid-col-2 .grid-ratio-4x3{height:60px;}.grid-size-600 .grid-col-2 .grid-ratio-16x9{height:45px;}.grid-size-600 .grid-col-2 .grid-ratio-square{height:80px;}.grid-size-600 .grid-col-3 .grid-ratio-4x3{height:97px;}.grid-size-600 .grid-col-3 .grid-ratio-16x9{height:73px;}.grid-size-600 .grid-col-3 .grid-ratio-square{height:130px;}.grid-size-600 .grid-col-4 .grid-ratio-4x3{height:135px;}.grid-size-600 .grid-col-4 .grid-ratio-16x9{height:101px;}.grid-size-600 .grid-col-4 .grid-ratio-square{height:180px;}.grid-size-600 .grid-col-6 .grid-ratio-4x3{height:210px;}.grid-size-600 .grid-col-6 .grid-ratio-16x9{height:157px;}.grid-size-600 .grid-col-6 .grid-ratio-square{height:280px;}.grid-size-600 .grid-col-12 .grid-ratio-4x3{height:435px;}.grid-size-600 .grid-col-12 .grid-ratio-16x9{height:326px;}.grid-size-600 .grid-col-12 .grid-ratio-square{height:580px;}.grid-size-600 .grid-col-full .grid-ratio-4x3{height:435px;}.grid-size-600 .grid-col-full .grid-ratio-16x9{height:326px;}.grid-size-600 .grid-col-full .grid-ratio-square{height:580px;}.grid-size-540{width:520px;}.grid-size-540 .grid-cols{width:540px;}.grid-size-540 .grid-col-1{width:70px;}.grid-size-540 .grid-col-2{width:70px;}.grid-size-540 .grid-col-3{width:115px;}.grid-size-540 .grid-col-4{width:160px;}.grid-size-540 .grid-col-5{width:205px;}.grid-size-540 .grid-col-6{width:250px;}.grid-size-540 .grid-col-7{width:295px;}.grid-size-540 .grid-col-8{width:340px;}.grid-size-540 .grid-col-9{width:385px;}.grid-size-540 .grid-col-10{width:430px;}.grid-size-540 .grid-col-11{width:430px;}.grid-size-540 .grid-col-12{width:520px;}.grid-size-540 .grid-col-full{width:520px;}.grid-size-540 .grid-col-max{max-width:520px;}.grid-size-540 .grid-col-1 .grid-ratio-4x3{height:52px;}.grid-size-540 .grid-col-1 .grid-ratio-16x9{height:39px;}.grid-size-540 .grid-col-1 .grid-ratio-square{height:70px;}.grid-size-540 .grid-col-2 .grid-ratio-4x3{height:52px;}.grid-size-540 .grid-col-2 .grid-ratio-16x9{height:39px;}.grid-size-540 .grid-col-2 .grid-ratio-square{height:70px;}.grid-size-540 .grid-col-3 .grid-ratio-4x3{height:86px;}.grid-size-540 .grid-col-3 .grid-ratio-16x9{height:64px;}.grid-size-540 .grid-col-3 .grid-ratio-square{height:115px;}.grid-size-540 .grid-col-4 .grid-ratio-4x3{height:120px;}.grid-size-540 .grid-col-4 .grid-ratio-16x9{height:90px;}.grid-size-540 .grid-col-4 .grid-ratio-square{height:160px;}.grid-size-540 .grid-col-6 .grid-ratio-4x3{height:187px;}.grid-size-540 .grid-col-6 .grid-ratio-16x9{height:140px;}.grid-size-540 .grid-col-6 .grid-ratio-square{height:250px;}.grid-size-540 .grid-col-12 .grid-ratio-4x3{height:390px;}.grid-size-540 .grid-col-12 .grid-ratio-16x9{height:293px;}.grid-size-540 .grid-col-12 .grid-ratio-square{height:520px;}.grid-size-540 .grid-col-full .grid-ratio-4x3{height:390px;}.grid-size-540 .grid-col-full .grid-ratio-16x9{height:293px;}.grid-size-540 .grid-col-full .grid-ratio-square{height:520px;}.grid-size-480{width:460px;}.grid-size-480 .grid-cols{width:480px;}.grid-size-480 .grid-col-1{width:60px;}.grid-size-480 .grid-col-2{width:60px;}.grid-size-480 .grid-col-3{width:100px;}.grid-size-480 .grid-col-4{width:140px;}.grid-size-480 .grid-col-5{width:180px;}.grid-size-480 .grid-col-6{width:220px;}.grid-size-480 .grid-col-7{width:260px;}.grid-size-480 .grid-col-8{width:300px;}.grid-size-480 .grid-col-9{width:340px;}.grid-size-480 .grid-col-10{width:420px;}.grid-size-480 .grid-col-11{width:420px;}.grid-size-480 .grid-col-12{width:460px;}.grid-size-480 .grid-col-full{width:460px;}.grid-size-480 .grid-col-max{max-width:460px;}.grid-size-480 .grid-col-1 .grid-ratio-4x3{height:15px;}.grid-size-480 .grid-col-1 .grid-ratio-16x9{height:11px;}.grid-size-480 .grid-col-1 .grid-ratio-square{height:20px;}.grid-size-480 .grid-col-2 .grid-ratio-4x3{height:45px;}.grid-size-480 .grid-col-2 .grid-ratio-16x9{height:33px;}.grid-size-480 .grid-col-2 .grid-ratio-square{height:60px;}.grid-size-480 .grid-col-3 .grid-ratio-4x3{height:75px;}.grid-size-480 .grid-col-3 .grid-ratio-16x9{height:56px;}.grid-size-480 .grid-col-3 .grid-ratio-square{height:100px;}.grid-size-480 .grid-col-4 .grid-ratio-4x3{height:105px;}.grid-size-480 .grid-col-4 .grid-ratio-16x9{height:78px;}.grid-size-480 .grid-col-4 .grid-ratio-square{height:140px;}.grid-size-480 .grid-col-6 .grid-ratio-4x3{height:165px;}.grid-size-480 .grid-col-6 .grid-ratio-16x9{height:123px;}.grid-size-480 .grid-col-6 .grid-ratio-square{height:220px;}.grid-size-480 .grid-col-12 .grid-ratio-4x3{height:345px;}.grid-size-480 .grid-col-12 .grid-ratio-16x9{height:259px;}.grid-size-480 .grid-col-12 .grid-ratio-square{height:460px;}.grid-size-480 .grid-col-full .grid-ratio-4x3{height:345px;}.grid-size-480 .grid-col-full .grid-ratio-16x9{height:259px;}.grid-size-480 .grid-col-full .grid-ratio-square{height:460px;}.grid-size-420{width:400px;}.grid-size-420 .grid-cols{width:420px;}.grid-size-420 .grid-col-1{width:50px;}.grid-size-420 .grid-col-2{width:50px;}.grid-size-420 .grid-col-3{width:85px;}.grid-size-420 .grid-col-4{width:120px;}.grid-size-420 .grid-col-5{width:155px;}.grid-size-420 .grid-col-6{width:190px;}.grid-size-420 .grid-col-7{width:225px;}.grid-size-420 .grid-col-8{width:260px;}.grid-size-420 .grid-col-9{width:295px;}.grid-size-420 .grid-col-10{width:330px;}.grid-size-420 .grid-col-11{width:330px;}.grid-size-420 .grid-col-12{width:400px;}.grid-size-420 .grid-col-full{width:400px;}.grid-size-420 .grid-col-max{max-width:400px;}.grid-size-420 .grid-col-1 .grid-ratio-4x3{height:37px;}.grid-size-420 .grid-col-1 .grid-ratio-16x9{height:28px;}.grid-size-420 .grid-col-1 .grid-ratio-square{height:50px;}.grid-size-420 .grid-col-2 .grid-ratio-4x3{height:37px;}.grid-size-420 .grid-col-2 .grid-ratio-16x9{height:28px;}.grid-size-420 .grid-col-2 .grid-ratio-square{height:50px;}.grid-size-420 .grid-col-3 .grid-ratio-4x3{height:63px;}.grid-size-420 .grid-col-3 .grid-ratio-16x9{height:47px;}.grid-size-420 .grid-col-3 .grid-ratio-square{height:85px;}.grid-size-420 .grid-col-4 .grid-ratio-4x3{height:90px;}.grid-size-420 .grid-col-4 .grid-ratio-16x9{height:67px;}.grid-size-420 .grid-col-4 .grid-ratio-square{height:120px;}.grid-size-420 .grid-col-6 .grid-ratio-4x3{height:142px;}.grid-size-420 .grid-col-6 .grid-ratio-16x9{height:106px;}.grid-size-420 .grid-col-6 .grid-ratio-square{height:190px;}.grid-size-420 .grid-col-12 .grid-ratio-4x3{height:300px;}.grid-size-420 .grid-col-12 .grid-ratio-16x9{height:225px;}.grid-size-420 .grid-col-12 .grid-ratio-square{height:400px;}.grid-size-420 .grid-col-full .grid-ratio-4x3{height:300px;}.grid-size-420 .grid-col-full .grid-ratio-16x9{height:225px;}.grid-size-420 .grid-col-full .grid-ratio-square{height:400px;}.grid-size-312{width:292px;}.grid-size-312 .grid-cols{width:312px;}.grid-size-312 .grid-col-1{width:32px;}.grid-size-312 .grid-col-2{width:32px;}.grid-size-312 .grid-col-3{width:58px;}.grid-size-312 .grid-col-4{width:84px;}.grid-size-312 .grid-col-5{width:110px;}.grid-size-312 .grid-col-6{width:136px;}.grid-size-312 .grid-col-7{width:162px;}.grid-size-312 .grid-col-8{width:188px;}.grid-size-312 .grid-col-9{width:214px;}.grid-size-312 .grid-col-10{width:240px;}.grid-size-312 .grid-col-11{width:240px;}.grid-size-312 .grid-col-12{width:292px;}.grid-size-312 .grid-col-full{width:292px;}.grid-size-312 .grid-col-max{max-width:292px;}.grid-size-312 .grid-col-1 .grid-ratio-4x3{height:24px;}.grid-size-312 .grid-col-1 .grid-ratio-16x9{height:18px;}.grid-size-312 .grid-col-1 .grid-ratio-square{height:32px;}.grid-size-312 .grid-col-2 .grid-ratio-4x3{height:24px;}.grid-size-312 .grid-col-2 .grid-ratio-16x9{height:18px;}.grid-size-312 .grid-col-2 .grid-ratio-square{height:32px;}.grid-size-312 .grid-col-3 .grid-ratio-4x3{height:43px;}.grid-size-312 .grid-col-3 .grid-ratio-16x9{height:32px;}.grid-size-312 .grid-col-3 .grid-ratio-square{height:58px;}.grid-size-312 .grid-col-4 .grid-ratio-4x3{height:63px;}.grid-size-312 .grid-col-4 .grid-ratio-16x9{height:47px;}.grid-size-312 .grid-col-4 .grid-ratio-square{height:84px;}.grid-size-312 .grid-col-6 .grid-ratio-4x3{height:102px;}.grid-size-312 .grid-col-6 .grid-ratio-16x9{height:76px;}.grid-size-312 .grid-col-6 .grid-ratio-square{height:136px;}.grid-size-312 .grid-col-12 .grid-ratio-4x3{height:219px;}.grid-size-312 .grid-col-12 .grid-ratio-16x9{height:164px;}.grid-size-312 .grid-col-12 .grid-ratio-square{height:292px;}.grid-size-312 .grid-col-full .grid-ratio-4x3{height:219px;}.grid-size-312 .grid-col-full .grid-ratio-16x9{height:164px;}.grid-size-312 .grid-col-full .grid-ratio-square{height:292px;}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar {
		width: 280px;
	}

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 768px;
	}

	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.minimum-pro-portfolio .content .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

@media only screen and (max-width: 768px) {

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.minimum-pro-portfolio .content .entry {
		width: 100%;
	}

	.minimum-pro-portfolio .content .entry:nth-of-type(2n),
	.minimum-pro-portfolio .content .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 600px) {

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		width: 50%;
	}
	
	.home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
	
	.minimum .site-tagline {
		margin-top: 200px;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}