/* =Resets
-------------------------------------------------------------- */

div.sharedaddy ul, 
div.sharedaddy li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	background: none;
}

div.sharedaddy, 
#content div.sharedaddy, 
#main div.sharedaddy {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	clear: both;
}

div.sharedaddy, 
div.sharedaddy div {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 3px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
	width: 15.625%; /* 100px / 640px */ float: left;
	position: static;
	background: none;
	border: none;
}

.rtl div.sharedaddy h3, 
.rtl #content div.sharedaddy h3,
.rtl #main div.sharedaddy h3,
.rtl #primary div.sharedaddy h3 {
	float: right;
	text-align: right;
}

div.sharedaddy ul, 
div.sharedaddy li {
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0;
}

div.sharedaddy li::before {
	content: "";
}

div.sharedaddy div.sharing-clear {
	margin: 0 !important;
	padding: 0 !important;
}

div.sharedaddy div.pd-rating {
	margin: 0;
	min-height: 23px;
}

div.sharedaddy a, 
div.sharedaddy a:link, 
div.sharedaddy a:visited {
	font-style: normal;
}

/* ClearFix trick */

div.sharedaddy:before, 
div.sharedaddy:after,
div.sharedaddy .sd-block:before, 
div.sharedaddy .sd-block:after,
div.sharedaddy ul:before, 
div.sharedaddy ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

div.sharedaddy:after,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:after {
	clear: both;
}

div.sharedaddy,
div.sharedaddy .sd-block,
div.sharedaddy ul {
	zoom: 1;
}


/* =Base Styles
-------------------------------------------------------------- */

div.sharedaddy div.sd-block {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
	padding: 10px 0 5px;
	margin: 0;
	width: 100%;
}

div.sharedaddy.sharedaddy-dark .sd-block {
	border-top-color: #222;
	border-top-color: rgba(50,50,50,.5);
}

div.sharedaddy .sd-content {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
	margin: -2px 0 0 0;
}

div.sharedaddy .sd-content ul {
	margin: 0;
}

div.sharedaddy .sd-content li {
	float: left;
	margin: 0 5px 5px 0 !important;
	display: block;
}

.rtl div.sharedaddy .sd-content {
	float: right;
}

.rtl div.sharedaddy .sd-content li {
	float: right;
	margin: 0 0 5px 5px !important;
}

/* Base Button .sd-button */

div.sharedaddy a.sd-button {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #efefef;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	border-radius: 3px;
	border: 1px solid #ddd !important;
	box-shadow: inset 0 1px 0 #fff;
	color: #000 !important;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

div.sharedaddy a.sd-button:hover {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	background: #eee;
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
	background: linear-gradient(top, #efefef 0%,#eee 100%);
}

div.sharedaddy a.sd-button:active {
	background-color: #efefef;
	box-shadow: inset 0 -1px 0 #fff;
	border-color: #ddd;
}

a.sd-button > span {
	padding: 4px 8px;
	display: block;
	opacity: .8;
	line-height: 1.5em;
	text-shadow: none;
}

a.sd-button:hover span {
	opacity: 1;
}

.sd-button span.share-count {
	font-size: 90%;
	color: #666;
	margin-left: 5px;
	line-height: 1;
}

.rtl .sd-button span.share-count {
	margin-right: 5px;
}

/* Button Style Options */

.sd-social-icon-text a.sd-button > span,
a.sd-button > span {
	padding: 1px 5px 1px 23px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.sd-social-icon a.sd-button > span {
	padding: 3px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.sd-social-text a.sd-button > span {
	background: none !important;
	padding-left: 5px
}

.sd-social-official li {
	height: 21px;
}

div.sharedaddy .no-text {
	width: 21px;
	height: 21px;
}

div.sharedaddy .no-text a {
	text-decoration: none;
}

div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
	padding-left: 5px;
	background-image: none;
}

.rtl .sd-social-icon-text a.sd-button > span,
.rtl a.sd-button > span {
	padding: 3px 23px 3px 5px;
	background-position: 98% center;
}

.rtl .sd-social-text a.sd-button > span {
	padding-left: 0;
	padding-right: 5px
}

.rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
	padding-left: 0;
	padding-right: 5px
}


/* Sharedaddy Module in /sharing/sharing.css */

/* Ratings Alignment
-------------------------------------------------------------- */
div.sharedaddy .sd-rating .pd-rating {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
	margin: 0;
}


/* =Like Module
-------------------------------------------------------------- */

div.sharedaddy .wpl-likebox,
#main div.sharedaddy .wpl-likebox,
#content div.sharedaddy .wpl-likebox {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wpl-likebox .sd-content {
	margin: -2px 0 0 0;
}

div.sharedaddy .wpl-button {
	float: left;
	margin: 0 5px 0 0;
}

div.sharedaddy .wpl-count {
	line-height: 1;
	padding: 5px;
	text-align: left;
	margin: 0;
	font-size: 12px;
}

div.sharedaddy ul.wpl-avatars,
.wpl-likebox {
	margin: 0 -2px 0 0 !important;
	padding-top: 8px !important;
	overflow: hidden;
}

div.sharedaddy ul.wpl-avatars li {
	width: 32px;
	height: 32px;
}

div.sharedaddy ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

div.sharedaddy ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sharedaddy .wpl-button a.sd-button span {
	padding: 1px 5px 1px 2px;
	text-shadow: none;
}

div.sharedaddy .wpl-button a.sd-button span:before {
	color: #2EA2CC;
	font-family: "Noticons";
	content: '\2605';
	font-size: 16px;
	line-height: 0;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	top: 3px;
}

div.sharedaddy .wpl-button a.sd-button.liked {
	background: #FEFFCE;
	border: 1px solid #F3E389;
	box-shadow: inset 0 1px 0 #fff;
	cursor: default;
}

div.sharedaddy .wpl-button a.sd-button.liked span {
	opacity: 1;
}

.rtl div.sharedaddy .wpl-button {
	float: right;
	margin: 0 0 0 5px;
}

.rtl div.sharedaddy #wpl-count {
	text-align: right;
}

.rtl div.sharedaddy ul.wpl-avatars, 
.rtl .wpl-likebox {
	margin: 0 0 0 -2px !important;
}

.rtl div.sharedaddy .wpl-button a.sd-button span {
	padding: 3px 5px;
	background-position: right center;
}

#wpl-mustlogin {
	width: 80%;
	max-width: 312px;
	padding: 15px;
	position: absolute;
	z-index: 1001;
	text-shadow: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
}

#wpl-mustlogin p {
	margin: 0;
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin label, #wpl-mustlogin a {
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin input[type="text"], 
#wpl-mustlogin input[type="password"] {
	width: 98.5%;
	text-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}

#wpl-mustlogin {
	line-height: 14px !important;
	font-size: 11px;
	clear: left;
	margin-top: 5px;
	background: #f0f0f0;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wpl-mustlogin a {
	color: #888;
	text-decoration: underline;
}

#wpl-mustlogin p {
	margin: 5px 0;
	padding: 0
}

#wpl-mustlogin input.input {
	padding: 2px;
	background: #fff;
	font-size: 11px;
	font-family: inherit;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	line-height: 12px;
}

#wpl-mustlogin input#wp-submit {
	border: 1px solid #ccc;
	font-size: 11px;
	background: #fafafa repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px !important;
	line-height: 12px;
}

#wpl-mustlogin label {
	position: relative;
	cursor: text;
}

#wpl-mustlogin label span {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0 !important;
}

.rtl #wpl-mustlogin {
	margin-left: 0;
	margin-right: -120px;
}

.rtl #wpl-mustlogin {
	clear: right
}

.rtl #wpl-mustlogin label span {
	left: auto;
	right: 5px
}

/* Like Special cases (display on it's own) */

div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like div.sd-content {
	width: 100%;
	float: none;
}

div.sharedaddy.sd-rating-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
}

div.sharedaddy.sd-sharing-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */ 
	float: right;
}

.rtl div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	float: left
}

.rtl div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	float: left
}

/* =Theme-specific fixes
-------------------------------------------------------------- */

/* Shelf */

div.sharedaddy .wpl-likebox {
	position: static !important;
	bottom: auto !important;
}
/**
 * Notes CSS
 * This CSS file also affects the Notifications tab on NewDash.
 * All common css class/id have prefix "wpn-" for "WordPress Notes"
 *   "wpnt-" is the Toolbar Client, "wpnd-" is the NewDash panel
 */

/* undo core */
#wpadminbar #wp-admin-bar-notes #wpnt-notes-panel a {
	height: auto;
	display: inline;
	padding: 0;
}
#wp-admin-bar-notes * {
	position: static;
}
/* end undo core */

/* undo wpcom */
#wpadminbar #wp-admin-bar-notes #wpnt-notes-panel * {
	color: #555;
	text-shadow: none;
}
/* end undo wpcom */


/**
 * Unread counter
 */

/* give fixed size to notification toolbar item */
#wp-admin-bar-notes .ab-item {
	width: 26px;
}
#wp-admin-bar-notes > .ab-item {
	padding: 0 5px !important;
}
#wpadminbar #wp-admin-bar-notes.hover > .ab-item {
	color: #fafafa;
	background-color: #3a3a3a; /* Fallback */
	background-image: -ms-linear-gradient(bottom, #3a3a3a, #222); /* IE10 */
	background-image: -moz-linear-gradient(bottom, #3a3a3a, #222); /* Firefox */
	background-image: -o-linear-gradient(bottom, #3a3a3a, #222); /* Opera */
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3a3a3a), to(#222)); /* old Webkit */
	background-image: -webkit-linear-gradient(bottom, #3a3a3a, #222); /* new Webkit */
	background-image: linear-gradient(bottom, #3a3a3a, #222); /* proposed W3C Markup */
}
#wpadminbar #wp-admin-bar-notes.wpnt-show > .ab-item {
	background: white;
}
#wp-admin-bar-notes #wpnt-notes-unread-count {
	background: none !important;
	padding: 2px 2px !important;
}
#wp-admin-bar-notes #wpnt-notes-unread-count {
	margin: 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#wp-admin-bar-notes:hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.wpnt-show #wpnt-notes-unread-count {
	color: #333;
	text-shadow: none;
}
#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-read {
	background-image: -ms-linear-gradient(bottom, #4a4a4a, #959595) !important; /* IE10 */
	background-image: -moz-linear-gradient(bottom, #959595, #4a4a4a) !important; /* Firefox */
	background-image: -webkit-gradient(linear, left bottom, left top, from(#4a4a4a), to(#959595)) !important; /* old Webkit */
	background-image: -webkit-linear-gradient(bottom, #959595, #4a4a4a) !important; /* new Webkit */
	background-image: linear-gradient(bottom, #4a4a4a, #959595) !important; /* proposed W3C Markup */
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.8);
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read {
	background-image: -ms-linear-gradient(bottom, #d3d3d3, #e7e7e7) !important; /* IE10 */
	background-image: -moz-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important; /* Firefox */
	background-image: -webkit-gradient(linear, left bottom, left top, from(#d3d3d3), to(#e7e7e7)) !important; /* old Webkit */
	background-image: -webkit-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important; /* new Webkit */
	background-image: linear-gradient(bottom, #d3d3d3, #e7e7e7) !important; /* proposed W3C Markup */
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
	/* still, orange highlight gradient */
	background-image: -ms-linear-gradient(bottom, #f7941e, #d47300) !important;
	background-image: -moz-linear-gradient(bottom, #f7941e, #d47300) !important;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f7941e), to(#d47300)) !important;
	background-image: -webkit-linear-gradient(bottom, #f7941e, #d47300) !important;
	background-image: linear-gradient(bottom, #f7941e, #d47300) !important;

	/* plain orange fallback	*/
	background-color: #d47300 !important;

	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	color: #fff !important;
	text-shadow: 0 -1px 0 #a30;
}
/* sorta-hack to fix the missing left border on the notes dropdown icon */
#wp-admin-bar-notes.hover .ab-item {
	border-left: 1px solid #555555 !important;
}

.browse-happy {
	background-color: #eee !important;
	width: 375px !important;
	height: 300px !important;
	padding: 25px !important;
}
.browse-happy img {
	width: 300px !important;
	margin: 20px !important;
}

/**
 * Noticons
 */
#wpadminbar .noticon {
	width: 16px !important;
	height: 16px !important;
	font: normal 16px/1 "Noticons" !important;
	text-shadow: 0 1px 5px rgba(0,0,0,0.5) !important;
	margin-top: 5px !important;
	opacity: .6;
}
.wpn-unread .noticon {
	color: #fff !important;
	opacity: 1 !important;
}
#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read span {
	color: #555 !important;
	opacity: 1;
}



/**
 * Whole panel
 */
#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel {
	display: block !important;
	margin-right: -1px; /* this pushes the menu 1px to the right, so the box border aligns with the menu number */
	height: auto !important /* fixme: probably the JS sets the height incorrectly */
}
#wp-admin-bar-notes #wpnt-notes-panel {
	display: none;
	background: transparent;
	position: absolute;
	right: 0px;
	border: none;
	width: 400px;
	min-height: 225px !important;
}
.quicklinks #wp-admin-bar-notes #wpnt-notes-panel {
	width: 810px;
}
.quicklinks #wp-admin-bar-notes #wpnt-notes-panel.loadingIframe {
	display: block;
	background: #fff;
	width: 400px;
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	border: 1px solid #dfdfdf;
	border-top: none;
}
#wpnt-notes-panel.loadingIframe .wpnt-notes-panel-link .spinner {
	margin: 6px 4px 0 0;
}
#wp-admin-bar-notes .wpnt-notes-panel-header {
	padding: 14px 16px 15px 16px;
	border-bottom: 1px solid #dfdfdf;
	min-height: 14px;
}
#wp-admin-bar-notes .wpnt-notes-panel-header,
#wp-admin-bar-notes .wpnt-notes-panel-header * {
	font: normal 14px/1em Arial, Helvetica, sans-serif;
	color: #555;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note .wpn-note-body {
	z-index: 99998;
	display: none;
	position: absolute;
	background: #fff;
	color: #555;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #dfdfdf;
	width: 337px;
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	-webkit-user-select: auto; /* enable text selection that was disabled in wpcom-admin-bar.css */
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note .wpn-note-body-empty {
	height: 100px;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpnt-notes-loading {
	background-image: url('/i/loading/fresh-64.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note {
	border-top: 0;
	border-bottom: 1px dotted #dfdfdf;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note:last-child {
	border-bottom: 0;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpnt-active,
#wp-admin-bar-notes #wpnt-notes-list .wpn-note-body {
	background: #fff;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary {
	display: block;
	*padding: 5px 10px;
}
#wpnt-notes-panel .wpn-note-summary span.wpn-icon img {
	max-width: 36px;
	max-height: 36px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note:hover span.wpn-icon img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
}
@-moz-document url-prefix() {
	#wp-admin-bar-notes #wpnt-notes-list .wpn-note:hover span.wpn-icon img {
		outline: 0 !important;
	}
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span.wpn-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 54px;
	width: 54px;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span.wpn-icon img {
	width: 24px;
	height: 24px;
	border: 3px solid #fff;
	outline: 1px solid #dfdfdf;
	vertical-align: middle;
	background: #fff;
}
/* fixme: cheevo icon?
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span.wpn-icon.theme-update img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border-width: 0;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.18);
	box-shadow: 0 0 3px rgba(0,0,0,0.18);
}*/
#wp-admin-bar-notes #wpnt-notes-panel .wpn-subject {
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	font: normal 13px/17px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 3px;
	overflow: hidden;
	width: 320px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpn-read {
	background: #fff;
	color: #a6a6a6;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpn-unread {
	background: #fff;
	color: #636363;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-unread:before {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1;
	font-family: "Noticons";
	content: "\00B7";
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	color: #008ebe;
	position: absolute;
	z-index: 1;
	left: 0px;
	margin-top: 19px;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.selected {
	background: #f6f6f6;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note.wpnt-active,
#wp-admin-bar-notes #wpnt-notes-list .wpn-note:hover {
	background: #f6f6f6;
	color: #636363;
}
#wp-admin-bar-notes .wpnt-notes-panel-header {
	cursor: default;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note {
	cursor: pointer;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body {
	cursor: auto;
}
#wpadminbar #wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body a {
	color: #21759B;
}
#wpadminbar #wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body a b {
	color: #21759B;
	font-weight: bold;
}
#wp-admin-bar-notes #wpnt-notes-list .wpn-note .wpn-note-body a:hover {
	text-decoration: underline;
}
/*admin bar is at 99999, but there are other things above that */
.gcard {
	z-index: 10000000 !important;
}
/* retina triangle bubble connector */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note.selected:before {
	content: '\25B6';
	display: block;
	width: 16px;
	height: 32px;
	font: 32px/1 "Noticons";
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	margin-left: -7.5px;
	position: absolute;
	z-index: 1;
	margin-top: 12px;
	color: #fff;
	text-indent: -5.5px;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 1px 0px 0 #dfdfdf;
}
/* fallback triangle for all IEs */
@media screen\0 {
	#wp-admin-bar-notes #wpnt-notes-panel .wpn-note.selected:before {
		text-indent: 100%;
		background: url('/i/triangle-10x20-r.png') no-repeat left center;
	}
}

#wp-admin-bar-notes .wpnt-notes-panel-link {
	float: right;
}
#wp-admin-bar-notes .wpnt-notes-panel-link a {
	color: #21759B !important;
}
#wp-admin-bar-notes .wpnt-notes-panel-link a:hover {
	text-decoration: underline !important;
}


/**
 * CSS Trim
 */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary span {
	line-height: 1.4em !important;
}
#wp-admin-bar-notes #wpnt-notes-panel span.wpn-subject-title {
	white-space: nowrap;
}


/**
 * Subject icons
 */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary {
	padding-left: 20px;
	display: table;
	table-layout: fixed;
	width: 380px;
	overflow: hidden;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-summary {
	*background-image: none !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-noticon {
	float: left;
	margin: 19px -8px 0 -4px !important;
	display: block;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-noticon img {
	display: block;
}
/* Retina icons, no need for fallbacks at this time since we're not supporting IE7 */
.wpn-noticon:before {
	-webkit-font-smoothing: antialiased;
	display: block;
	line-height: 1em;
	font-family: "Noticons" !important;
	font-size: 16px;
	color: #b6b6b6;
	margin-left: -1px;
	margin-right: -1px;
}
/* milestones */
.wpn-like .wpn-noticon img {
	display: none !important;
}
.wpn-like .wpn-noticon:before {
	content: '\2605';
}
/* milestones */
.wpn-best_liked_day_feat .wpn-noticon img {
	display: none !important;
}
.wpn-best_liked_day_feat .wpn-noticon:before {
	content: 's';
}
/* achievements */
.wpn-followed_milestone_achievement .wpn-noticon img,
.wpn-like_milestone_achievement .wpn-noticon img,
.wpn-achieve_automattician_note .wpn-noticon img,
.wpn-achieve_user_anniversary .wpn-noticon img
{
	display: none !important;
}
.wpn-followed_milestone_achievement .wpn-noticon:before,
.wpn-like_milestone_achievement .wpn-noticon:before,
.wpn-achieve_automattician_note .wpn-noticon:before,
.wpn-achieve_user_anniversary .wpn-noticon:before
{
	content: 'a';
}
/* follows */
.wpn-follow .wpn-noticon img {
	display: none !important;
}
.wpn-follow .wpn-noticon:before {
	content: 'F';
}
/* alerts */
.wpn-expired_domain_alert .wpn-noticon img {
	display: none !important;
}
.wpn-expired_domain_alert .wpn-noticon:before {
	content: 'A';
}
.wpn-expired_domain_alert b {
	font-weight: bold !important;
}
/* reblogs */
.wpn-reblog .wpn-noticon img {
	display: none !important;
}
.wpn-reblog .wpn-noticon:before {
	content: 'r';
}


/**
 * Note status
 */
.wpn-subject-status {
	font-style: italic;
	margin-right: 4px;
}
.wpn-subject-status-replied {
	display: inline-block;
	width: 16px !important;
	height: 16px !important;
	overflow: hidden;
	line-height: 1 !important;
	vertical-align: top;
}
.wpn-subject-status-replied:before {
	height: 16px;
	-webkit-font-smoothing: antialiased;
	content: "R";
	width: 16px;
	height: 16px;
	font: normal 16px/1 "Noticons" !important;
}


/**
 * Most notes
 */
#wp-admin-bar-notes #wpnt-notes-panel .wpn-note-body p, .wpn-multi-line-list-item-body {
	font: 13px/1.8em Arial, Helvetica, sans-serif !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-header {
	margin-top: -5px !important;
	margin-bottom: 6px !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-item {
	overflow: hidden;
	margin-bottom: 5px !important;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-item-icon {
	float: left;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpcom-follow-container {
	float: right;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-comment .wpcom-follow-container {
	float: left;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-item-header {
	padding: 4px 0 0 5px !important;
	float: left;
}
#wp-admin-bar-notes #wpnt-notes-panel .wpn-single-line-list-footer {
	margin-top: 1em !important;
}
#wp-admin-bar-notes .wpn-note-comment-actions {
	position: relative !important;
}
#wp-admin-bar-notes .wpn-comment-mod-waiting {
	display: block;
	position: absolute !important;
	left: 37px;
	top: 13px;
}


/**
 * Follow bubble
 */
#wp-admin-bar-notes div.wpcom-bubble {
	border: 1px solid #dfdfdf;
	z-index: 999999 !important;
}
#wp-admin-bar-notes div.wpcom-bubble:before {
	border-bottom-color: #dfdfdf !important;
}


/**
 * Comment notes and others
 */
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-header, #wp-admin-bar-notes .wpn-big-badge-header {
	margin-top: -8px !important;
	margin-bottom: 2px !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-header a {
	font-weight: bold !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	display: block !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item {
	border-top: 1px solid #DFDFDF;
	padding: 8px 12px 6px 68px !important;
	margin-left: -11px !important;
	margin-right: -11px !important;
	position: relative !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item-icon {
	position: absolute !important;
	left: 11px;
	top: 12px;
}
#wp-admin-bar-notes #wpnt-notes-panel  #wpnt-notes-list .wpn-comment-date a {
	color: #BBB !important;
	float: right;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item-header span {
	display: inline-block;
	float: left;
	max-width: 93px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-multi-line-list-item-no-icon {
	/*background: #f3f3f3; */
	background: #f9f9f9;
	border-top: 1px solid #DFDFDF;
	padding: 6px 12px;
	margin-left: -11px;
	margin-right: -11px;
	padding: 8px 12px 6px 12px !important;
	position: relative;
}
.wpn-multi-line-list-item-no-icon .wpn-multi-line-list-item-header, .wpn-multi-line-list-item-no-icon .wpn-multi-line-list-item-header a {
	font-weight: bold !important;
}
#wp-admin-bar-notes #wpnt-notes-panel #wpnt-notes-list .wpn-comment {
	clear: both;
}
.wpn-comment a.wpcom-follow-rest, .wpn-comment a.wpcom-following-rest {
	margin-top: 6px !important;
	margin-left: 0 !important;
	float: left;
}
.wpn-comment .wpn-noticon {
	visibility: hidden;
}
#wp-admin-bar-notes .wpn-comment ul li, #wp-admin-bar-notes .wpn-comment ol li {
	margin-left: 2em !important;
	float: none !important;
}
#wp-admin-bar-notes .wpn-comment ul li {
	list-style: square;
}
#wp-admin-bar-notes .wpn-comment ol li {
	list-style: decimal;
}
#wp-admin-bar-notes .wpn-comment ul li:hover, #wp-admin-bar-notes .wpn-comment ol li:hover {
	background: none !important;
}
#wp-admin-bar-notes .wpn-comment-submit-waiting {
	margin: 10px 10px 0 0;
	float: right;
}


/**
 * Comment Notes
 */
/* show scrollbars when notes contents too long */
.wpn-multi-line-list-item-body .wpn-comment {
	min-height: 65px;
	max-height: 178px;
	padding-right: 12px;
	overflow: auto;
}
/* leave some space between the scrollbar and the comment text */
#wp-admin-bar-notes .wpn-comment .wpn-multi-line-list-item-body .wpn-comment p {
	margin-right: 5px;
}
/* show special scrollbars for Lion users */
.wpn-multi-line-list-item-body .wpn-comment::-webkit-scrollbar {
	-webkit-appearance: scrollbartrack-vertical;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(100%,#f8f8f8));
	background: -webkit-linear-gradient(left, #f2f2f2 0%,#f8f8f8 100%);
	background: linear-gradient(left, #f2f2f2 0%,#f8f8f8 100%);
	border-left: 1px solid #e4e4e4;
	width: 10px;
	border-radius: 0 4px 4px 0;
}
.wpn-multi-line-list-item-body .wpn-comment::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #efefef;
    background-color: rgba(0, 0, 0, .3);
}
.wpn-multi-line-list-item-body .wpn-comment:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
}
.wpn-multi-line-list-item-body .wpn-comment img {
	max-width: 100%;
	height: auto;
}
.wpn-multi-line-list-item-body .wpn-comment blockquote {
	background: #eee;
	padding: 10px !important;
	margin: 0 5px 10px 0 !important;
	overflow: auto;
	word-break: break-word;
}
.wpn-multi-line-list-item-body .wpn-comment pre {
	word-break: break-all;
	white-space: normal;
	background: none;
	border: none;
	padding: 0;
}
.wpn-multi-line-list-item-body .wpn-comment p {
	word-wrap: break-word;
}
.wpn-note-comment-actions .wpn-approve-comment-button a {
	font-weight: bold !important;
}
.wpn-note-comment-actions {
	padding-left: 57px !important;
}
/* reply box */
.wpn-note-comment-reply {
	border-top: 1px solid #DFDFDF;
	margin-left: -68px !important;
	margin-right: -11px !important;
	padding: 2px 12px !important;
	position: relative !important;
}
.wpn-note-comment-reply h5 {
	font-weight: bold !important;
	margin-top: 3px !important;
}
a.wpn-comment-reply-button-send {
	float: left;
	margin-top: 5px !important;
	border: 1px solid #ccc !important;
	padding: 3px 10px 2px 10px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
	cursor: pointer;
	color: #555 !important;
	text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.45 ) !important;
	text-decoration: none !important;
	line-height: 18px !important;
	background: #fefefe !important; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f2f2)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#f2f2f2 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
a.wpn-comment-reply-button-send:active {
	background: -moz-linear-gradient(top, #f2f2f2 0%, #fefefe 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fefefe)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#fefefe 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
a.wpn-comment-reply-button-send:focus {
	border: 1px solid #999;
	color: #222 !important;
	box-shadow: 0 0 10px rgba(33,117,155,.5);
}
.wpn-note-comment-reply-text {
	background: white !important;
	font: normal 13px/16px sans-serif !important;
	border: 1px solid #DDD !important;
	padding: 3px 4px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100% !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
a.wpn-comment-reply-button-close {
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden;
	text-indent: 100% !important;
	text-decoration: none !important;
}
a.wpn-comment-reply-button-close:before {
	text-indent: 0 !important;
	content: 'X';
	font: normal 16px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	display: block !important;
	position: absolute !important;
	top: 5px !important;
	right: 7px !important;
	width: 16px !important;
	height: 16px !important;
	padding: 5px;
	color: #555555;
}
a.wpn-comment-reply-button-close:hover:before {
	color: #5fb8d4 !important;
}

/**
 * Achievements
 */
.wpn-like_milestone_achievement .wpn-icon img, 
.wpn-followed_milestone_achievement .wpn-icon img, 
.wpn-best_liked_day_feat .wpn-icon img, 
.wpn-best_followed_day_feat .wpn-icon img,
.wpn-automattician_achievement .wpn-icon img,
.wpn-achieve_user_anniversary .wpn-icon img
{
	min-height: 36px;
	min-width: 36px;
	border: 0 !important;
	outline: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.wpn-automattician_achievement .video-player {
	margin-bottom: 10px !important;
}
.wpn-automattician_achievement object {
	width: 337px !important;
	height: 189px !important;
}
#wp-admin-bar-notes .wpn-big-badge-badge {
	float: right;
	display: block;
	width: 128px !important;
	height: 128px !important;
	margin-top: -20px !important;
	margin-left: 10px !important;
}
#wp-admin-bar-notes .wpn-automattician_achievement .wpn-big-badge-badge {
	float: none;
	width: auto !important;
	height: auto !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}
#wp-admin-bar-notes .wpn-big-badge-header {
	margin-left: -11px !important;
	padding-left: 11px !important;
	margin-right: -11px !important;
	padding-right: 11px !important;
	margin-bottom: 8px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold !important;
	border-bottom: 1px solid #DFDFDF;
	width: 200px !important;
}
#wp-admin-bar-notes .wpn-best_followed_day_feat .wpn-big-badge-header, #wp-admin-bar-notes .wpn-best_liked_day_feat .wpn-big-badge-header {
	width: auto !important;
}

iframe#wpnt-notes-iframe {
	width: 810px;
	height: 560px;
	background: transparent;
	position: absolute;
	right: -20px;
	max-width: auto;
}


/**
 * IE Hacks
 */

@media \0screen {	/* IE8 */
	#wp-admin-bar-notes {
		height: 28px !important;
	}
}

/* IE < 7 upgrade notice */
p.wpnt-ie-note {
	margin-top: 10px !important;
	background: url(/wp-content/mu-plugins/notes/images/ie-upgrade-note.gif) no-repeat left top;
	padding-left: 40px !important;
	font-size: 9pt !important;
	padding-top: 5px !important;
	height: 32px !important;
}
p.wpnt-ie-note a {
	font-size: 9pt !important;
	color: #21759B !important;
}



* {
	line-height:inherit; /* prevent declarations of line-height in the universal selector */
}

.jp-carousel-overlay {
	background: #000;
}

div.jp-carousel-fadeaway {
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
	position: fixed;
	bottom: 0;
	z-index: 2147483647;
	width: 100%;
	height: 15px;
}

.jp-carousel-next-button span,
.jp-carousel-previous-button span {
	background: url(/wp-content/mu-plugins/carousel/./images/arrows.png) no-repeat center center;
	background-size: 200px 126px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.jp-carousel-next-button span,
	.jp-carousel-previous-button span {
		background-image: url(/wp-content/mu-plugins/carousel/./images/arrows-2x.png);
	}
}

.jp-carousel-wrap {
	font-family: "Helvetica Neue", sans-serif !important;
}

.jp-carousel-info {
	position: absolute;
	bottom: 0;
	text-align: left !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

.jp-carousel-info ::selection {
	background: #68c9e8; /* Safari */
	color: #fff;
	}
	
.jp-carousel-info ::-moz-selection {
	background: #68c9e8; /* Firefox */
	color: #fff;
}

.jp-carousel-photo-info {
	position: relative;
	-webkit-transition: 400ms ease-out;
	-moz-transition: 400ms ease-out;
	-o-transition: 400ms ease-out;
	transition: 400ms ease-out;
	left: 25%;
	width: 50%;
}

.jp-carousel-info h2 {
	background: none !important;
	border: none !important;
	color: #999;
	display: block !important;
	font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
	letter-spacing: 0 !important;
	margin: 7px 0 0 0 !important;
	padding: 10px 0 0 !important;
	overflow: hidden;
	text-align: left;
	text-shadow: none !important;
	text-transform: none !important;
	-webkit-font-smoothing: subpixel-antialiased;
}

.jp-carousel-next-button,
.jp-carousel-previous-button {
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.jp-carousel-next-button span,
.jp-carousel-previous-button span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 82px;
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
	-webkit-transition: 500ms opacity ease-out;
	-moz-transition: 500ms opacity ease-out;
	-o-transition: 500ms opacity ease-out;
	transition: 500ms opacity ease-out;
}

.jp-carousel-next-button:hover span,
.jp-carousel-previous-button:hover span {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.jp-carousel-next-button span {
	background-position: -110px center;
	right: 0;
}

.jp-carousel-previous-button span {
	background-position: -10px center;
	left:0;
}

.jp-carousel-buttons {
	margin:-18px -20px 15px;
	padding:8px 10px;
	border-bottom:1px solid #222;
	background: #222;
	text-align: center;
}

div.jp-carousel-buttons a {
	border: none !important;
	color: #999;
	font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
	letter-spacing: 0 !important;
	padding: 5px 2px 5px 0;
	text-decoration: none !important;
	text-shadow: none !important;
	vertical-align: baseline !important;
	-webkit-font-smoothing: subpixel-antialiased;
}

div.jp-carousel-buttons a:hover {
	color: #68c9e8;
	border: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.jp-carousel-slide, .jp-carousel-slide img, .jp-carousel-next-button,
.jp-carousel-previous-button {
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
}

.jp-carousel-slide {
	position:absolute;
	width:0;
	bottom:0;
	background-color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-transition: 400ms ease-out;
	-moz-transition: 400ms ease-out;
	-o-transition: 400ms ease-out;
	transition: 400ms ease-out;
}

.jp-carousel-slide img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	zoom: 1;
	filter: alpha(opacity=25);
	opacity: 0.25;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}

.jp-carousel-slide.selected img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.jp-carousel-close-hint {
	color: #999;
	cursor: default;
	letter-spacing: 0 !important;
	padding:0.35em 0 0;
	position: absolute;
	text-align: left;
	width: 90%;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}

.jp-carousel-close-hint span {
	cursor: pointer;
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	display: block;
	height: 22px;
	font: 400 24px/1 "Helvetica Neue", sans-serif !important;
	line-height: 22px;
	margin: 0 0 0 0.4em;
	text-align: center;
	vertical-align: middle;
	width: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border-color 200ms linear;
	-moz-transition: border-color 200ms linear;
	-o-transition: border-color 200ms linear;
	transition: border-color 200ms linear;
}

.jp-carousel-close-hint:hover {
	cursor: default;
	color: #fff;
}

.jp-carousel-close-hint:hover span {
	border-color: #fff;
}

div.jp-carousel-buttons a.jp-carousel-like,
div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-commentlink,
a.jp-carousel-image-download {
	background: url(/wp-content/mu-plugins/carousel/./images/carousel-sprite.png?4) no-repeat;
	background-size: 16px 160px;
}

div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-commentlink {
	margin:0 14px 0 0 !important;
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged,
div.jp-carousel-buttons a.jp-carousel-like.liked {
	background-color: #303030;
	padding-right: 8px !important;
	border-radius: 2px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
	margin:0 2px 0 -12px !important;
}


div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
	background-position: 6px -36px;
	padding-left: 26px !important;
	color: #999;
}

div.jp-carousel-buttons a.jp-carousel-commentlink {
	background-position: 0px -116px;
	padding-left: 19px !important;
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
	cursor: default;
}

div.jp-carousel-buttons a.jp-carousel-reblog:hover {
	background-position: 6px -56px;
	color: #68c9e8;
}

div.jp-carousel-buttons a.jp-carousel-like {
	background-position: 5px 5px;
	padding-left: 24px !important;
}

div.jp-carousel-buttons a.jp-carousel-like:hover {
	background-position: 5px -15px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	div.jp-carousel-buttons a.jp-carousel-like,
	div.jp-carousel-buttons a.jp-carousel-reblog,
	div.jp-carousel-buttons a.jp-carousel-commentlink,
	a.jp-carousel-image-download {
		background-image: url(/wp-content/mu-plugins/carousel/./images/carousel-sprite-2x.png?4);
	}
}

/* reblog */
div#carousel-reblog-box {
	background: #222;
	background: -moz-linear-gradient(bottom,  #222,  #333);
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
	padding: 3px 0 0;
	display: none;
	margin: 5px auto 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
	height: 74px;
	width: 565px;
}

#carousel-reblog-box textarea {
	background: #999;
	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
	color: #444;
	padding: 3px 6px;
	width: 370px;
	height: 48px;
	float: left;
	margin: 6px 9px 0 9px;
	border: 1px solid #666;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#carousel-reblog-box textarea:focus {
	background: #ccc;
	color: #222;
}

#carousel-reblog-box label {
	color: #aaa;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
	font-weight: normal;
}

#carousel-reblog-box select {
	width: 110px;
	padding: 0;
	font-size: 12px;
	font-family: "Helvetica Neue", sans-serif !important;
	background: #333;
	color: #eee;
	border: 1px solid #444;
	margin-top:5px;
}

#carousel-reblog-box .submit,
#wrapper #carousel-reblog-box p.response {
	float: left;
	width: 154px;
	padding-top: 0;
	padding-left: 1px;
	overflow: hidden;
	height: 34px;
	margin:3px 0 0 2px !important;
}

#wrapper #carousel-reblog-box p.response {
	font-size: 13px;
	clear: none;
	padding-left: 2px;
	height: 34px;
	color: #aaa;
}

#carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
	font: 13px/24px "Helvetica Neue", sans-serif !important;
	margin-top: 8px;
	padding: 0 10px !important;
	border-radius: 1em;
	height: 24px;
	color: #333;
	cursor:pointer;
	font-weight: normal;
	background: #aaa;
	background: -moz-linear-gradient(bottom,  #aaa,  #ccc);
	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
	border: 1px solid #444;
}

#carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
	background: #ccc;
	background: -moz-linear-gradient(bottom,  #ccc,  #eee);
	background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee));
}

#carousel-reblog-box .canceltext {
	color: #aaa;
	font-size: 11px;
	line-height: 24px;
}

#carousel-reblog-box .canceltext a {
	color: #fff;
}
/* reblog end */


/** Title and Desc Start **/
.jp-carousel-titleanddesc {
	border-top: 1px solid #222;
	color: #999;
	font-size: 15px;
	padding-top: 24px;
	margin-bottom: 20px;
	font-weight:400;
}
.jp-carousel-titleanddesc-title {
	font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
	text-transform: none !important; /* prevents uppercase from leaking through */
	color: #fff;
	margin: 0 0 15px;
	padding:0;
}

.jp-carousel-titleanddesc-desc p {
	color: #999;
	line-height:1.4;
	margin-bottom: 0.75em;
}

.jp-carousel-titleanddesc p a,
.jp-carousel-comments p a,
.jp-carousel-info h2 a {
	color: #fff !important;
	border: none !important;
	text-decoration: underline !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.jp-carousel-titleanddesc p strong,
.jp-carousel-titleanddesc p b {
	font-weight: bold;
	color: #999;
}

.jp-carousel-titleanddesc p em,
.jp-carousel-titleanddesc p i {
	font-style: italic;
	color: #999;
}


.jp-carousel-titleanddesc p a:hover,
.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover {
	color: #68c9e8 !important;
}

.jp-carousel-titleanddesc p:empty {
	display: none;
}

.jp-carousel-photo-info h1:before, 
.jp-carousel-photo-info h1:after,
.jp-carousel-left-column-wrapper h1:before,
.jp-carousel-left-column-wrapper h1:after {
	content:none !important;
}
/** Title and Desc End **/

/** Meta Box Start **/
.jp-carousel-image-meta {
	background: #111;
	border: 1px solid #222;
	color: #fff;
	font-size: 13px;
	font: 12px/1.4 "Helvetica Neue", sans-serif !important;
	overflow: hidden;
	padding: 18px 20px;
	width: 209px !important;
}

.jp-carousel-image-meta li,
.jp-carousel-image-meta h5 {
	font-family: "Helvetica Neue", sans-serif !important;
	position: inherit !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	background: none !important;
	border: none !important;
	font-weight: 400 !important;
	line-height: 1.3em !important;
}

.jp-carousel-image-meta ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.jp-carousel-image-meta li {
	width: 48% !important;
	float: left !important;
	margin: 0 2% 15px 0 !important;
	color: #fff !important;
	font-size:13px !important;
}

.jp-carousel-image-meta h5 {
	color: #999 !important;
	text-transform: uppercase !important;
	font-size:10px !important;
	margin:0 0 2px !important;
	letter-spacing: 0.1em !important;
}

a.jp-carousel-image-download {
	padding-left: 23px;
	display: inline-block;
	clear: both;
	color: #999;
	line-height: 1;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	background-position: 0 -82px;
}

a.jp-carousel-image-download span.photo-size {
	font-size: 11px;
	border-radius: 1em;
	margin-left: 2px;
	display: inline-block;
}

a.jp-carousel-image-download span.photo-size-times {
	padding: 0 1px 0 2px;
}

a.jp-carousel-image-download:hover {
	background-position: 0 -102px;
	color: #68c9e8;
	border: none !important;
}

/** Meta Box End **/

/** GPS Map Start **/
.jp-carousel-image-map {
	position: relative;
	margin: -20px -20px 20px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.17 );
	height: 154px;
}

.jp-carousel-image-map img.gmap-main {
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	border-right: 1px solid rgba( 255, 255, 255, 0.17 );
}
.jp-carousel-image-map div.gmap-topright {
	width: 94px;
	height: 154px;
	position: absolute;
	top: 0;
	right: 0;
}
.jp-carousel-image-map div.imgclip {
	overflow: hidden;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.jp-carousel-image-map div.gmap-topright img {
	margin-left: -40px;
}
.jp-carousel-image-map img.gmap-bottomright {
	position: absolute;
	top: 96px;
	right: 0;
}

/** Comments Start **/
.jp-carousel-comments {
	font: 15px/1.7 "Helvetica Neue", sans-serif !important;
	font-weight: 400;
	background:none transparent;
}

.jp-carousel-comments p a:hover, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:active {
	color: #68c9e8  !important;
}

.jp-carousel-comment {
	background:none transparent;
	color: #999;
	margin-bottom: 20px;
	clear:left;
	overflow: auto;
	width: 100%
}

.jp-carousel-comment p {
	color: #999 !important;
}

.jp-carousel-comment .comment-author {
	font-size: 13px;
	font-weight:400;
	padding:0;
	width:auto;
	display: inline;
	float:none;
	border:none;
	margin:0;
}

.jp-carousel-comment .comment-author a {
	color: #fff;
}

.jp-carousel-comment .comment-gravatar {
	float:left;
}

.jp-carousel-comment .comment-content {
	border:none;
	margin-left:85px;
	padding: 0;
}

.jp-carousel-comment .avatar {
	margin:0 20px 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.jp-carousel-comment .comment-date {
	color:#999;
	margin-top: 4px;
	font-size:11px;
	display: inline;
	float: right;
	/*clear: right;*/
}

#jp-carousel-comment-form {
	margin:0 0 10px !important;
	float: left;
	width: 100%;
}

textarea#jp-carousel-comment-form-comment-field {
	background: rgba(34,34,34,0.9);
	border: 1px solid #3a3a3a;
	color: #aaa;
	font: 15px/1.4 "Helvetica Neue", sans-serif !important;
	width: 100%;
	padding: 10px 10px 5px;
	margin: 0;
	float: none;
	height: 147px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
	color: #555;
}

textarea#jp-carousel-comment-form-comment-field:focus {
	background: #ccc;
	color: #222;
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
	color: #aaa;
}

#jp-carousel-comment-form-spinner {
	color: #fff;
	margin:22px 0 0 10px;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}

#jp-carousel-comment-form-submit-and-info-wrapper {
	display: none;
	/*margin-bottom:15px;*/
	overflow: hidden;
	width: 100%
}

#jp-carousel-comment-form-commenting-as {
}

#jp-carousel-comment-form-commenting-as input {
	background: rgba(34,34,34,0.9);
	border: 1px solid #3a3a3a;
	color: #aaa;
	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
	padding: 3px 6px;
	float: left;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width:285px;
}

#jp-carousel-comment-form-commenting-as input:focus {
	background: #ccc;
	color: #222;
}

#jp-carousel-comment-form-commenting-as p {
	font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
	margin:22px 0 0;
	float: left;
}

#jp-carousel-comment-form-commenting-as fieldset {
	float:left;
	border:none;
	margin:20px 0 0 0;
	padding:0;
}

#jp-carousel-comment-form-commenting-as fieldset {
	clear: both;
}

#jp-carousel-comment-form-commenting-as label {
	font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
	margin:0 20px 3px 0;
	float:left;
	width:100px;
}

#jp-carousel-comment-form-button-submit {
	margin-top: 20px;
	float:right;
}

#js-carousel-comment-form-container {
	margin-bottom:15px;
	overflow: auto;
	width: 100%;
}

#jp-carousel-comment-form-container {
	margin-bottom:15px;
	overflow: auto;
	width: 100%;
}

#jp-carousel-comment-post-results {
	display: none;	
	overflow:auto;
	width:100%;
}

#jp-carousel-comment-post-results span {
	display:block;
	text-align: center;
	margin-top:20px;
	width: 100%;
	overflow: auto;
	padding: 1em 0;
	box-sizing: border-box;
	background: rgba( 0, 0, 0, 0.7 );
	border-radius: 2px;
	font: 13px/1.4 "Helvetica Neue", sans-serif !important;
	border: 1px solid rgba( 255, 255, 255, 0.17 );
    -webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
            box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 1);
}

.jp-carousel-comment-post-error {
	color:#DF4926;
}

.jp-carousel-comment-post-success {
	/*color:#21759B;*/
}

#jp-carousel-comments-closed {
	display: none;
	color: #999;
}

#jp-carousel-comments-loading {
	font: 444 15px/1.7 "Helvetica Neue", sans-serif !important;
	display: none;
	color: #999;
	text-align: left;
	margin-bottom: 20px;
}


/* ----- Light variant ----- */

.jp-carousel-light .jp-carousel-overlay {
	background: #fff;
}

.jp-carousel-light .jp-carousel-next-button:hover span,
.jp-carousel-light .jp-carousel-previous-button:hover span {
	opacity: 0.8;
}

.jp-carousel-light .jp-carousel-close-hint:hover,
.jp-carousel-light .jp-carousel-titleanddesc div {
	color: #000 !important;
}

.jp-carousel-light .jp-carousel-comments p a,
.jp-carousel-light .jp-carousel-comment .comment-author a,
.jp-carousel-light .jp-carousel-titleanddesc p a,
.jp-carousel-light .jp-carousel-titleanddesc p a,
.jp-carousel-light .jp-carousel-comments p a,
.jp-carousel-light .jp-carousel-info h2 a {
	color: #1e8cbe !important;
}

.jp-carousel-light .jp-carousel-comments p a:hover,
.jp-carousel-light .jp-carousel-comment .comment-author a:hover,
.jp-carousel-light .jp-carousel-titleanddesc p a:hover,
.jp-carousel-light .jp-carousel-titleanddesc p a:hover,
.jp-carousel-light .jp-carousel-comments p a:hover,
.jp-carousel-light .jp-carousel-info h2 a:hover {
	color: #f1831e !important;
}

.jp-carousel-light .jp-carousel-info h2,
.jp-carousel-light .jp-carousel-titleanddesc,
.jp-carousel-light .jp-carousel-titleanddesc p,
.jp-carousel-light .jp-carousel-comment,
.jp-carousel-light .jp-carousel-comment p,
.jp-carousel-light div.jp-carousel-buttons a,
.jp-carousel-light .jp-carousel-titleanddesc p strong,
.jp-carousel-light .jp-carousel-titleanddesc p b,
.jp-carousel-light .jp-carousel-titleanddesc p em,
.jp-carousel-light .jp-carousel-titleanddesc p i {
	color: #666;
}

.jp-carousel-light .jp-carousel-buttons {
	border-bottom-color: #f0f0f0;
	background: #f5f5f5;
}

.jp-carousel-light div.jp-carousel-buttons a:hover {
	text-decoration: none;
	color: #f1831e;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
	background-position: 4px -56px;
	padding-left: 24px !important;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged,
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked {
	background-color: #2ea2cc;
	color: #fff;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
	background-position: 0px -136px;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover {
	background-position: 5px -15px;
	padding-left: 23px !important;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
	background-position: 5px -36px;
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked {
	background-position: 5px 5px;
}

.jp-carousel-light div#carousel-reblog-box {
	background: #eee;
	background: -moz-linear-gradient(bottom,  #ececec,  #f7f7f7);
	background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border:1px solid #ddd;
}

.jp-carousel-light #carousel-reblog-box textarea {
	border: 1px inset #ccc;
	color: #666;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.jp-carousel-light #carousel-reblog-box .canceltext {
	color: #888;
}

.jp-carousel-light #carousel-reblog-box .canceltext a {
	color: #666;
}

.jp-carousel-light #carousel-reblog-box select {
	background: #eee;
	color: #333;
	border: 1px solid #aaa;
}

.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
	color: #333;
	background: #fff;
	background: -moz-linear-gradient(bottom,  #ddd,  #fff);
	background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
	border: 1px solid #aaa;
}

.jp-carousel-light .jp-carousel-image-meta {
	background: #fafafa;
	border: 1px solid #eee;
	border-top-color: #f5f5f5;
	border-left-color: #f5f5f5;
	color: #333;
}

.jp-carousel-light .jp-carousel-image-meta li {
	color: #000 !important;
}

.jp-carousel-light .jp-carousel-close-hint {
	color: #ccc;
}

.jp-carousel-light .jp-carousel-close-hint span {
	background-color: white;
	border-color: #ccc;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
	color: #aaa;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
	color: #333;
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
	color: #ddd;
}

.jp-carousel-light a.jp-carousel-image-download {
	background-position: 0 -102px;
}

.jp-carousel-light a.jp-carousel-image-download:hover {
	background-position: 0 -102px;
	color: #f1831e;
}

.jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
	background: #fbfbfb;
	color: #333;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	color: #333;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
	background: #fbfbfb;
	color: #333;
}

.jp-carousel-light  #jp-carousel-comment-post-results span {
	background: #f7f7f7;
	border:1px solid #dfdfdf;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.jp-carousel-light .jp-carousel-slide {
	background-color:#fff;
}

.jp-carousel-light .jp-carousel-titleanddesc {
	border-top: 1px solid #eee;
}

.jp-carousel-light .jp-carousel-fadeaway {
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0.75), rgba(255,255,255,0));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
}

/* Small screens */
@media only screen and (max-width: 760px) {

	.jp-carousel-info {
		margin: 0 10px !important;
	}

	.jp-carousel-next-button, .jp-carousel-previous-button { 
		display: none !important; 
	}

	.jp-carousel-buttons {
		display: none !important;
	}
	
	.jp-carousel-image-meta {
		float: none !important;
		width: 100% !important;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
	}
	
	.jp-carousel-close-hint {
	 	font-weight: 800 !important;
		font-size: 26px !important;
		position: fixed !important;
		top: -10px;
	}
	
	.jp-carousel-slide img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	.jp-carousel-wrap {
		background-color: #000;	
	}
	
	.jp-carousel-fadeaway {
		display: none;
	}
	
	#jp-carousel-comment-form-container {
		display: none !important;
	}
	
	.jp-carousel-titleanddesc {
		padding-top: 0 !important;
		border: none !important;
	}
	.jp-carousel-titleanddesc-title {
		font-size: 1em !important;
	}
	
	.jp-carousel-left-column-wrapper {
		padding: 0;
	}	
}
/* =Tiled Gallery Default Styles
-------------------------------------------------------------- */

.tiled-gallery {
	clear: both;
	margin: 0;
	overflow: hidden;
}
.tiled-gallery img {
	margin: 2px !important; /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}
.tiled-gallery .gallery-group {
	float: left;
	position: relative;
}
.tiled-gallery .tiled-gallery-item {
	float: left;
	margin: 0;
	position: relative;
}
.tiled-gallery .gallery-row {
	 overflow: hidden;
	 margin-bottom: 2px;
}
.tiled-gallery .tiled-gallery-item a { /* Needs to reset some properties for theme compatibility */
	background: transparent;
	border: none;
	color: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover { /* Needs to reset some properties for theme compatibility */
	background: none;
	border: none;
	box-shadow: none;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}
.tiled-gallery-caption { /* Captions */
	background: #eee;
	background: rgba( 255,255,255,0.8 );
	color: #333;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
		bottom: 0;
	text-indent: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption { /* Smaller captions */
	font-size: 11px;
}


/* =Greyscale
-------------------------------------------------------------- */

.tiled-gallery .tiled-gallery-item img.grayscale {
	position: absolute;
		left: 0;
		top: 0;
}
.tiled-gallery .tiled-gallery-item img.grayscale:hover {
	opacity: 0;
}


/* =Circles Layout
-------------------------------------------------------------- */

.tiled-gallery.type-circle .tiled-gallery-item img {
	border-radius: 50% !important; /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
}
.tiled-gallery.type-circle .tiled-gallery-caption {
	display: none;
	opacity: 0;
}/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

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

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}