@charset "utf-8";/*----------------------------------------------------------------------
Common Elements
----------------------------------------------------------------------*/

/* CLS Phase 1 Fixes - Image Aspect Ratios for Layout Stability */
.itemImageBlock img,
.catItemImageBlock img,
.itemImage img,
.catItemImage img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* HDRI thumbnail containers to prevent layout shift */
.itemView .itemImageBlock,
.catItemView .catItemImageBlock {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Free samples and product grids */
.moduleItemList .moduleItemImage img,
.k2ItemsBlock .itemContainer img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Reserve space for dynamic content areas */
.itemExtraFields {
    min-height: 50px;
}

.itemRating {
    min-height: 20px;
}
/* ---Global K2 container ---*/
#k2Container {
	padding: 0;
}

body.contentpane #k2Container {
	padding: 16px;
}

/* used in popups */
/* ---General padding ---*/
.k2Padding {
	padding: 4px;
}

/* ---Clearing ---*/
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
}

/* ---RSS feed icon ---*/
.k2FeedIcon {
	padding: 4px 8px;
}

.k2FeedIcon a,.k2FeedIcon a:hover {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/templates/jp-luxury/images/system/feed.png) no-repeat 50% 50%;
}

.k2FeedIcon a span,.k2FeedIcon a:hover span {
	display: none;
}

/* ---Rating ---*/
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	float: left;
}

.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
}

.itemRatingForm .formLogLoading {
	background: url(/templates/jp-luxury/images/system/loading.gif) no-repeat left center;
	height: 25px;
	padding: 0 0 0 20px;
}

.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating {
	background: url(/templates/jp-luxury/images/system/star.gif) left -1000px repeat-x;
}

.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}

.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}

.itemRatingList a,.itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

.itemRatingList a:hover {
	background-position: left center;
}

.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}

.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}

.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}

.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}

.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}

.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}

.siteRoot {
	display: none;
}

/* ---CSS added with Javascript ---*/
.smallerFontSize {
	font-size: 100%;
	line-height: inherit;
}

.largerFontSize {
	font-size: 150%;
	line-height: 140%;
}

/* ---ReCaptcha ---*/
.recaptchatable .recaptcha_image_cell,#recaptcha_table {
	background-color: #fff !important;
}

#recaptcha_table {
	border-color: #e5e5e5 !important;
}

#recaptcha_response_field {
	border-color: #e5e5e5 !important;
	background-color: #fff !important;
}

/* ---Primary lists in modules ---*/
.clearList {
	display: none;
	float: none;
	clear: both;
}

/* this class is used to clear all previous floating list elements */
.lastItem {
	border: none;
}

/* class appended on last list item */
/* ---Avatars ---*/
.k2Avatar img {
	display: block;
	float: left;
	margin: 2px 8px 4px 4px;
}


/* ---Featured flags:  the classes are repeated further below to indicate placement in the CSS structure ---*/
.itemIsFeatured,.catItemIsFeatured,.userItemIsFeatured {
	background: none;
}

/*----------------------------------------------------------------------
Component:  views
----------------------------------------------------------------------*/
.genericItemView {
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 30px 0;
	padding: 0 0 30px;
}

/* this is the item container for this view */
.userItemViewUnpublished {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	border: 1px solid #dcdcdc;
	background: #fffff2;
	padding: 8px;
}

.itemView {
	padding: 8px 0 24px 0;
	margin: 0 0 24px 0;
}

/* this is the item container for this view */
.userItemEditLink,.catItemEditLink,.itemEditLink {
	display: block;
	text-align: right;
	padding: 8px 36px;
	margin: 0 0 24px 0;
	border: 1px solid #e5e5e5;
	background: #fffef4;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.latestItemDateCreated,.genericItemDateCreated,.userItemDateCreated,.catItemDateCreated {
	font-size: 11px;
}

.itemDateCreated {
	float: left;
	padding: 3px;
	font-size: 11px;
	width: 75px;
	min-height: 80px;
	margin: 0;
	color: #b3b6b7;
	border-right: 1px solid #e5e5e5;
	position: absolute;
}

.itemDateCreated div {
	padding: 2px 16px;
}

.itemDateCreated span {
	display: block;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.itemDateCreated span:first-child {
	font-size: 48px;
	line-height: 42px;
}

.genericItemDateCreated {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

.itemHeader {
	margin: 32px 0 0;
	margin-top:0!important
}

.itemHeader .itemTitle {
	font-size: 40px;
	line-height: 100%;
	margin: 0 0 12px;
	padding: 0;
	color: #1a1a1a;
}

.latestItemHeader .latestItemTitle,.genericItemHeader .genericItemTitle,.userItemHeader .userItemTitle,.catItemHeader .catItemTitle {
	font-size: 28px !important;
	line-height: 110%;
	margin: 0;
	padding: 10px 0 10px;
}

.latestItemHeader .latestItemTitle a,.genericItemHeader .genericItemTitle a,.userItemHeader .userItemTitle a,.catItemHeader .catItemTitle a {
	color: #1a1a1a;
}

.latestItemHeader .latestItemTitle a:hover,.genericItemHeader .genericItemTitle a:hover,.userItemHeader .userItemTitle a:hover,.catItemHeader .catItemTitle a:hover {
	color: #777;
}

.userItemHeader .userItemTitle span sup,.catItemHeader .catItemTitle span sup,.itemHeader .itemTitle span sup {
	font-size: 12px;
	text-decoration: none;
	color: #e73f23;
}

/* "Featured" presented in superscript */
.catItemHeader .catItemAuthor {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.catItemHeader .catItemAuthor {
	margin: 0 12px 0 0;
}

.itemToolbar {
	margin: 0 0 25px 0;
}

.itemToolbar ul {
	text-align: left;
	list-style: none;
	margin: 0;
	font-size: 11px;
	padding-left:0;
}

.itemToolbar ul li {
	display: inline;
	list-style: none;
	padding: 0 4px 0 8px;
	margin: 0;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	background: none;
}

.itemToolbar ul > li:first-child {
	border: none;
	padding-left: 0 !important;
}

/* remove the first CSS border from the left of the toolbar */
.itemToolbar ul li a {
	font-weight: normal;
	color: #555;
}

.itemToolbar ul li a:hover {
	color: #777;
}

.itemToolbar ul li a img {
	vertical-align: middle;
	position: relative;
	top: 0;
}

.itemToolbar ul li a#fontDecrease {
	margin: 0 0 0 2px;
}

.itemToolbar ul li a#fontDecrease img {
	width: 13px;
	height: 13px;
	background: url(/templates/jp-luxury/images/system/font_decrease.png) no-repeat;
}

.itemToolbar ul li a#fontIncrease {
	margin: 0;
}

.itemToolbar ul li a#fontIncrease img {
	width: 13px;
	height: 13px;
	background: url(/templates/jp-luxury/images/system/font_increase.png) no-repeat;
}

.itemToolbar ul li a#fontDecrease span,.itemToolbar ul li a#fontIncrease span {
	display: none;
}

.itemToolbar .itemAuthor a {
	color: #777;
	font-weight: bold;
}

.catItemRatingBlock,.itemRatingBlock {
	padding: 0 0 4px 0;
	line-height: 25px;
	font-size: 11px;
}

.catItemRatingBlock {
	padding-top: 12px;
}

.catItemRatingBlock span,.itemRatingBlock span {
	display: block;
	float: left;
	font-style: normal;
	padding: 0 4px 0 0;
	margin: 0;
}

.latestItemBody,.genericItemBody,.userItemBody,.catItemBody,.itemBody {
	padding: 6px 0;
	margin: 0;
}

.genericItemImageBlock,.latestItemImageBlock {
	float: left;
	margin: 10px 16px 0 0 !important;
	padding: 0;
}

.userItemImageBlock,.itemImageBlock {
	margin: 0 0 16px;
	padding: 0;
	text-align: center;
	clear: both;
}

.userItemImageBlock {
	float: left;
	margin: 10px 16px 0 0 !important;
}

.userItemView {
	margin: 30px 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}

.latestItemImageBlock,.genericItemImageBlock,.catItemImageBlock {
	margin: 0;
	padding: 0;
}

.genericItemImageBlock {
	padding: 0;
	border: none;
}

span.itemImage {
	display: block;
	text-align: center;
	margin: 0 0 8px 0;
}

span.latestItemImage,span.userItemImage,span.catItemImage {
	display: block;
	margin: 0 0 12px;
	text-align: center;
}

span.latestItemImage img,span.genericItemImage img,span.userItemImage img,span.itemImage img,span.catItemImage img {
	background: #fff;
	margin: 0;
	padding: 0;
}

span.itemImageCaption,span.itemImageCredits {
	font-size: 11px;
	color: #888;
}

.latestItemIntroText,.genericItemIntroText,.userItemIntroText,.catItemIntroText,.itemIntroText {
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 4px 0 12px;
}

span.latestItemImage img,.itemFullText h3 {
	margin: 0;
	padding: 16px 0 4px 0;
}

.itemFullText img {
	padding: 6px;
	margin: 4px;
	background: #fff;
}

.catItemExtraFields,.genericItemExtraFields,.itemExtraFields {
	clear: both;
	margin: 10px 0;
	padding: 0;
}

.catItemExtraFields h4,.genericItemExtraFields h4,.itemExtraFields h3 {
	font-size: 28px;
	font-weight: normal;
	height: auto;
	line-height: 28px;
	margin: 32px 0 22px 6px;
	padding: 0 0 6px;
	border-bottom: 1px solid #e5e5e5;
}

.catItemExtraFields ul li,.genericItemExtraFields ul li,.itemExtraFields ul li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 2px;
	padding: 3px 20px 3px 4px;
}

.catItemExtraFields ul li span.catItemExtraFieldsLabel,.genericItemExtraFields ul li span.genericItemExtraFieldsLabel,.itemExtraFields ul li span.itemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}

.catItemExtraFields ul li span.catItemExtraFieldsValue,.itemExtraFields ul li span.itemExtraFieldsValue {
	margin-left: 30%;
	display: block;
}

span.itemDateModified {
	display: block;
	font-size: 11px;
	font-style: italic;
	margin: 16px 0 4px;
	padding: 4px;
	text-align: right;
	color: #585048;
}

.latestItemLinks,.userItemLinks,.catItemLinks,.itemLinks {
	margin: 0 0 4px;
	padding: 0;
	font-size: 12px;
}

.catItemHitsBlock,.itemHitsTwitter,.itemCategory,.latestItemTagsBlock,.userItemTagsBlock,.catItemTagsBlock,.itemTagsBlock,.itemSocialSharing {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.itemSocialSharing {
	float: left;
	width: 100%;
}

.itemSocialSharing div {
	float: left;
	display: inline;
	width: auto;
}

.itemSocialSharing iframe {
	background: none !important;
	border: none !important;
}

.userItemTagsBlock {
	border: none;
}

span.itemHitsTwitterSep {
	padding: 0 8px;
	color: #e5e5e5;
}

span.itemTwitterLink a {
	background: url(/templates/jp-luxury/images/social/twitter_16.png) no-repeat 0 50%;
	padding: 2px 0 0 20px;
	margin: 8px 0;
	text-decoration: none;
}

span.itemTwitterLink a:hover {
	text-decoration: none;
}

.latestItemCategory,.genericItemCategory,.userItemCategory,.catItemCategory {
	font-size: 11px;
}

.itemCategory span {
	padding: 0 12px 0 0;
}

.latestItemTagsBlock span,.userItemTagsBlock span,.catItemTagsBlock span,.itemTagsBlock span {
	padding: 0 12px 0 0;
}

.latestItemTagsBlock ul.latestItemTags,.userItemTagsBlock ul.userItemTags,.catItemTagsBlock ul.catItemTags,.itemTagsBlock ul.itemTags {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.latestItemTagsBlock ul.latestItemTags li,.userItemTagsBlock ul.userItemTags li,.catItemTagsBlock ul.catItemTags li,.itemTagsBlock ul.itemTags li {
	display: inline;
	list-style: none;
	line-height: 2;
	margin: 0 6px 0 0;
	text-align: center;
}

.latestItemTagsBlock ul.latestItemTags li a,.userItemTagsBlock ul.userItemTags li a,.catItemTagsBlock ul.catItemTags li a,.itemTagsBlock ul.itemTags li a {
	background: #222;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 1;
	padding: 2px 8px;
}

.latestItemTagsBlock ul.latestItemTags li a:hover,.userItemTagsBlock ul.userItemTags li a:hover,.catItemTagsBlock ul.catItemTags li a:hover,.itemTagsBlock ul.itemTags li a:hover {
	background: #999;
}

.itemSocialLinksBlock span {
	padding: 0 24px 0 0;
	float: left;
	display: block;
}

.itemSocialLinksBlock ul.itemSocialLinks {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: none;
	float: left;
}

.itemSocialLinksBlock ul.itemSocialLinks li {
	float: left;
	list-style: none;
	padding: 0 4px;
	margin: 0;
}

.itemSocialLinksBlock ul.itemSocialLinks li a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.itemSocialLinksBlock ul.itemSocialLinks li a span {
	display: none;
}

a.delicious {
	background-image: url(/templates/jp-luxury/images/social/delicious_16.png);
}

a.digg {
	background-image: url(/templates/jp-luxury/images/social/digg_16.png);
}

a.facebook {
	background-image: url(/templates/jp-luxury/images/social/facebook_16.png);
}

a.googlebuzz {
	background-image: url(/templates/jp-luxury/images/social/googlebuzz_16.png);
}

a.myspace {
	background-image: url(/templates/jp-luxury/images/social/myspace_16.png);
}

a.reddit {
	background-image: url(/templates/jp-luxury/images/social/reddit_16.png);
}

a.stumble {
	background-image: url(/templates/jp-luxury/images/social/stumbleupon_16.png);
}

a.technorati {
	background-image: url(/templates/jp-luxury/images/social/technorati_16.png);
}

.catItemAttachmentsBlock,.itemAttachmentsBlock {
	padding: 4px;
	border-bottom: 1px dotted #e5e5e5;
}

.catItemAttachmentsBlock span,.itemAttachmentsBlock span {
	font-weight: bold;
	padding: 0 4px 0 0;
}

.catItemAttachmentsBlock ul.catItemAttachments,.itemAttachmentsBlock ul.itemAttachments {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.catItemAttachmentsBlock ul.catItemAttachments li,.itemAttachmentsBlock ul.itemAttachments li {
	display: inline;
	list-style: none;
	padding: 0 4px;
	margin: 0;
	text-align: center;
}

.catItemAttachmentsBlock ul.catItemAttachments li span,.itemAttachmentsBlock ul.itemAttachments li span {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

.modulePretext {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 11px;
}

/* Author block & User block*/
.itemAuthorBlock,.userBlock {
	margin: 26px 0;
	padding: 2px 20px 0 0;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.itemAuthorBlock img.itemAuthorAvatar,.latestItemsUser img,.userBlock img {
	display: block;
	float: left;
	margin: 20px 30px;
	padding: 0;
	border: 1px solid #e5e5e5;
}

.latestItemsUser img,.userBlock img {
	margin: 0 24px 0 0;
}

.itemAuthorBlock .itemAuthorDetails,.latestItemsUser {
	margin: 0;
	padding: 6px;
}

.itemAuthorBlock .itemAuthorDetails > div,.latestItemsUser > div {
	padding: 12px 12px 0;
}

.userBlock > div {
	padding: 18px 30px 12px;
	overflow: hidden;
}

.itemAuthorBlock .itemAuthorDetails a,.latestItemsUser a,.userBlock a {
	color: #444;
}

.itemAuthorBlock .itemAuthorDetails a:hover,.latestItemsUser a:hover,.userBlock a:hover {
	color: #444;
}

.itemAuthorBlock .itemAuthorDetails h3.itemAuthorName,.latestItemsUser h2,.userBlock h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
	color: #444;
}

.itemAuthorBlock .itemAuthorDetails p {
	margin: 6px 0;
	font: normal 11px/19px Verdana, Arial, Geneva, sans-serif;
}

.latestItemsUser,.userBlock {
	font-size: 90%;
}

.userBlock {
	margin-bottom: 32px;
	overflow: hidden;
}

.userBlock p {
	font: 11px/19px Verdana, Arial, Geneva, sans-serif;
}

.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl {
	border-right: 1px solid #e5e5e5;
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
	font-size: 11px;
}

.itemAuthorBlock .itemAuthorDetails span.itemAuthorEmail {
	font-weight: bold;
}

.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl a,.itemAuthorBlock .itemAuthorDetails span.itemAuthorEmail a {
	font-weight: bold;
}

.latestItemsUser p.ulatestItemsUserDescription,.userBlock p.userDescription {
	padding: 0 !important;
	margin: 0 !important;
}

.latestItemsUser p.latestItemsUserAdditionalInfo,.userBlock p.userAdditionalInfo {
	padding: 8px 0 6px;
	margin: 5px 12px 0;
	font-size: 11px;
}

.userBlock p.userAdditionalInfo span {
	margin-right: 16px;
}

.userBlock p.userAdditionalInfo span a {
	font-weight: normal;
	margin: 0 6px;
}

/* Author latest  &  Related by tag */
.itemRelated,.itemAuthorLatest {
	float: left;
	width: 100%;
	padding: 15px 30px 15px 0;
}

.itemAuthorLatest {
	float: left;
}

.itemRelated h3,.itemAuthorLatest h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 18px;
	padding: 0 0 12px;
	border-bottom: 1px solid #E5E5E5;
}

.itemAuthorLatest ul,.itemRelated ul {
	padding: 0;
}

.itemRelated ul li,.itemAuthorLatest ul li {
	list-style: disc inside none;
	color: #777;
	padding: 2px 0 0 !important;
	line-height: 1.8;
}

.itemRelated ul li:first-child,.itemAuthorLatest ul li:first-child {
	border: none;
}

.itemRelated ul li a,.itemAuthorLatest ul li a {
	font-size: 12px;
	color: #1a1a1a;
}

.itemRelated ul li a:hover,.itemAuthorLatest ul li a:hover {
	color: #777;
}

/* Video */
.latestItemVideoBlock,.catItemVideoBlock,.itemVideoBlock {
	margin: 0 0 16px 0;
	padding: 16px;
	background: #010101 url(/templates/jp-luxury/images/system/videoplayer-bg.gif) repeat-x bottom;
}

.catItemVideoBlock .catItemVideoEmbedded,.itemVideoBlock .itemVideoEmbedded {
	text-align: center;
}

/* for embedded videos (not using AllVideos) */
.latestItemVideoBlock span.latestItemVideo,.catItemVideoBlock span.catItemVideo,.itemVideoBlock span.itemVideo {
	display: block;
	overflow: hidden;
}

.itemVideoBlock span.itemVideoCaption {
	color: #e5e5e5;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
	width: 60%;
}

.itemVideoBlock span.itemVideoCredits {
	color: #e5e5e5;
	float: right;
	display: block;
	font-style: italic;
	font-size: 11px;
	width: 35%;
	text-align: right;
}

/* Image Gallery */
.catItemImageGallery,.itemImageGallery {
	margin: 0 0 16px 0;
	padding: 0;
}

/* Article navigation */
.itemNavigation {
	padding: 4px 30px;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}

.itemNavigation a.itemPrevious {
	padding: 0 12px;
}

.itemNavigation a.itemNext {
	padding: 0 12px;
}

/* Comments */
.itemComments {
	margin: 0;
	padding: 0;
}

.itemCommentsForm {
	padding: 12px 0;
}

.itemComments ul.itemCommentsList {
	margin: 16px 0;
	padding: 0;
	list-style: none;
}

.itemComments ul.itemCommentsList li {
	border: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5 !important;
	background: #f7f7f7;
	padding: 0;
	line-height: 1.8;
	margin: 20px 0 0 80px;
	position: relative;
}

.itemComments ul.itemCommentsList li:first-child {
	margin-top: 0;
}

.itemComments ul.itemCommentsList li > div {
	background: transparent url(/templates/jp-luxury/images/system/dialog.png) no-repeat 0 10px;
	padding: 12px 22px 12px 32px;
	position: relative;
	left: -10px;
}

.itemComments ul.itemCommentsList li.odd {
	border-top: none;
}

.itemComments ul.itemCommentsList li img {
	float: left;
	margin: -1px 0 0 0;
	position: absolute;
	left: -80px;
	top: 0;
	border: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.itemComments ul.itemCommentsList li span.commentAuthorName,.itemComments ul.itemCommentsList li span.commentDate {
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}

.itemComments ul.itemCommentsList li span.commentAuthorName {
	margin: 0 12px 0 0;
	color: #777;
	font-weight: bold;
}

.itemComments ul.itemCommentsList li span.commentDate {
	font-size: 11px;
	font-weight: normal;
	color: #b3b6b7;
}

.itemComments ul.itemCommentsList li p {
	padding: 3px 0;
	margin: 0 0 12px;
}

.itemComments ul.itemCommentsList li span.commentAuthorEmail {
	display: none;
}

.itemComments ul.itemCommentsList li span.commentLink a {
	float: right;
	font-size: 11px;
	font-weight: bold;
}

.itemCommentsPagination {
	padding: 4px;
	margin: 0 0 24px 0;
}

.itemCommentsPagination span.pagination {
	display: block;
	float: right;
	clear: both;
}

.itemComments h3 {
	font-size: 28px;
	font-weight: normal !important;
	line-height: 100%;
	padding: 24px 0 0 0;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	color: #1a1a1a;
}

.itemCommentsForm p.itemCommentsFormNotes {
	font-size: 12px;
	margin-bottom: 18px;
}

.itemCommentsForm form label {
	display: block;
	font-size: 11px;
	padding: 0 0 4px;
}

.itemCommentsForm form label.formName {
	display: block;
	margin: 12px 0 0 2px;
}

.itemCommentsForm form label.formEmail {
	display: block;
	margin: 12px 0 0 2px;
}

.itemCommentsForm form label.formUrl {
	display: block;
	margin: 12px 0 0 2px;
}

.itemCommentsForm form label.formRecaptcha {
	display: block;
	margin: 12px 0 0 2px;
}

.itemCommentsForm form textarea.inputbox {
	display: block;
	width: 334px;
	height: 160px;
	margin: 0;
	padding: 8px;
}

.itemCommentsForm form input.inputbox {
	display: block;
	width: 350px;
	margin: 0;
}

.itemCommentsForm form input#submitCommentButton {
	margin: 12px 0 0 2px;
}

.itemCommentsForm form span#formLog {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #CF1919;
}

.itemCommentsForm form .formLogLoading {
	background: url(/templates/jp-luxury/images/system/loading.gif) no-repeat left center;
}

/* Back to top link */
.itemBackToTop {
	float: right;
	margin-top: -12px;
	text-align: right;
	height: 15px;
	line-height: 15px;
}

.latestItemsContainer {
	float: left;
}

/* ---Category block ---*/
.latestItemsCategory,.itemListCategory {
	margin: 0 0 36px;
}

span.catItemAddLink,span.userItemAddLink {
	clear: both;
	display: block;
	text-align: right;
	padding: 4px;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #e5e5e5;
}

.latestItemsCategoryImage {
	text-align: center;
}

.latestItemsCategoryImage img,.itemListCategory img {
	float: left;
	display: block;
	background: #fff;
	padding: 4px;
	border: 1px solid #e5e5e5;
	margin: 0 8px 0 0;
}

.latestItemsCategory h2,.itemListCategory h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom:none!important;
}

.latestItemsCategory p,.itemListCategory p {
	margin: 2px 0 !important;
}

/* ---Sub-category block ---*/
.itemListSubCategories h3 {
	font-size: 125%;
	margin: 30px 0 12px 0;
}

.subCategoryContainer {
	float: left;
}

.subCategory {
	border-right: 1px solid #e5e5e5;
	margin: 4px 12px 12px 0;
}

.subCategory a.subCategoryImage,.subCategory a.subCategoryImage:hover {
	text-align: center;
	display: block;
}

.subCategory a.subCategoryImage img {
	margin: 0 8px 0 0;
	width: 100%;
}

.subCategory h2 {
	font-size: 160%;
	font-weight: normal;
	margin: 16px 0 0;
}

.subCategory h2 a {
	color: #1a1a1a;
}

.subCategory h2 a:hover {
	color: #777;
}

.subCategoryMore {
	margin-top: 12px !important;
}

/* ---Item groups ---*/
#itemListLinks {
	border-top: 1px solid #e5e5e5;
	margin: 8px 0;
	padding: 8px;
}

.itemContainer {
	float: left;
	margin: 0;
}

.catItemTitle {
	font-size: 12px;
}

/* ---Item block for each item group ---*/
.latestItemList {
	margin: 32px 0 0;
}

.catItemView,.latestItemView {
	padding: 0 6px;
	margin: 0;
	border: none;
}

.latestItemView,.catItemView {
	margin-bottom: 24px !important;
}

.itemListView .itemList {
	margin: 0 -6px;
}

/* this is the item container for this view -we add a generic padding so that items don't get stuck with each other */
/* Additional class appended to the element above for further styling per group item */
.groupLinks {
	padding: 0;}

/* Anchor link to comments */
.latestItemCommentsLink,.catItemCommentsLink,.userItemCommentsLink {
	background: transparent url(/templates/jp-luxury/images/system/comments.png) no-repeat 100% 0;
	font-size: 11px;
	display: inline;
	margin: 0 8px 0 0px;
	padding: 0 24px 0 0px;
	line-height: 3;
}

/* Read more link */
.latestItemReadMore,.userItemReadMore,.catItemReadMore {
	font-size: 100%;
	display: inline;
}

a.k2ReadMore {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000 !important;
}

a:hover.k2ReadMore {
	text-decoration: none !important;
}

.genericItemReadMore {
	margin: 16px 0 0;
}

/* Modified date */
span.catItemDateModified {
	display: block;
	text-align: right;
	padding: 4px;
	margin: 4px 0;
	color: #999;
	border-top: 1px solid #e5e5e5;
}

/* Items presented in a list */
h2.latestItemTitleList {
	font-size: 14px;
	padding: 2px 0;
	margin: 8px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #e5e5e5;
	line-height: normal;
}

/*----------------------------------------------------------------------
Component:  Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage table tr td label {
	white-space: nowrap;
}

img.k2AccountPageImage {
	border: 1px solid #e5e5e5;
	margin: 10px 0;
	padding: 0;
	display: block;
}

.k2AccountPage .k2AccountPageNotice {
	padding: 8px;
}

.k2AccountPage .k2AccountPageUpdate {
	border-top: 1px dotted #e5e5e5;
	margin: 8px 0;
	padding: 8px;
	text-align: right;
}

/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments */
.k2LatestCommentsBlock ul {
	padding: 0 0 12px 0 !important;
	margin: 0 !important;
}

.k2LatestCommentsBlock .lcItemTitle,.k2LatestCommentsBlock .lcItemCategory {
	font-size: 9px;
}

div .k2LatestCommentsBlock ul li {
	margin: 12px 0 !important;
	line-height: 1.3 !important;
	list-style: none !important;
	border-bottom: 1px solid #E0E0E0 !important;
	background: none !important;
	padding: 4px 0 18px !important;
}

.k2LatestCommentsBlock ul li:first-child {
	margin-top: 0 !important;
}

.k2LatestCommentsBlock ul li > div {
	background: transparent;
	padding: 6px 36px 6px 0;
	border-top: 1px solid #e5e5e5;
}

.k2LatestCommentsBlock ul li > div.clr {
	padding: 0 !important;
	border: none !important;
}

.k2LatestCommentsBlock ul li:first-child > div {
	border-top: none;
}

.k2LatestCommentsBlock ul li a.lcAvatar img {
	display: block;
	float: left;
	margin: 2px 14px 0 0 !important;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.k2LatestCommentsBlock ul li .lcComment a {
	color: #1a1a1a;
}

.k2LatestCommentsBlock ul li a {
	margin-bottom: 12px;
}

.k2LatestCommentsBlock ul li a span.lcComment {
	font-weight: bold;
	line-height: 1.2;
	font-size: 10px;
	color:#777;
}

.k2LatestCommentsBlock ul li span.lcUsername {
	display: block;
	font-size: 10px;
	margin: 6px 0 0;
}

.k2LatestCommentsBlock ul li span.lcCommentDate {
	font-size: 10px;
	color: #878787;
	padding-bottom: 0;
	display: block;
	background: transparent url(/templates/jp-luxury/images/system/comments.png) no-repeat 94% 0 !important;
}

/* Top Commenters */
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
	margin-right: -20px;
	padding-left:0!important;
	margin-top:0!important;
}

div .k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}

.k2ItemsBlock ul li a.moduleItemTitle {
	display: block;
	color: #777;
	font-size: 12px;
	line-height: 18px;
	font-weight:bold;
}

.k2ItemsBlock ul li a:hover.moduleItemTitle {
	color: #777;
}

.k2ItemsBlock ul li .moduleItemAuthor {
	color: #666;
	font-size: 90%;
}

.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
	border: 1px dotted #dadada;
	display: block;
	float: right;
	height: auto;
	margin: 0 4px 0 0;
	padding: 2px;
	width: 14px;
}

.k2ItemsBlock ul li .moduleItemIntrotext {
	display: block;
	padding: 8px 0;
	line-height: 1.6;
}

.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}

.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}

.k2ItemsBlock ul li a.moduleItemCategory {
	font-size: 90%;
}

.k2ItemsBlock ul li .moduleItemTags {
	font-size: 90%;
}

.k2ItemsBlock ul li .moduleItemTags a {
	padding: 0 2px;
}

.k2ItemsBlock ul li .moduleAttachments {
	font-size: 90%;
}

a.moduleItemComments {
	color: #333;
	font-weight: normal;
	margin: 0 0 0 0px;
	text-align: left;
	display: block;
	width: 100%;
	height: 28px;
	float: left;
	line-height: 24px;
	float:left;
}

a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #777;
}

.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
	border-right: 1px solid #dadada;
	padding: 0 4px 0 0;
	margin: 0 8px 0 0;
	clear:left;

}

.k2ItemsBlock .moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.k2ItemsBlock a.moduleCustomLink {
	font-size: 90%;
}

.k2ItemsBlock .k2FeedIcon {
	padding: 0;
	margin-top: -20px;
}

/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}

.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}

.k2LoginBlock fieldset.input p label {
	display: block;
}

.k2LoginBlock fieldset.input p input {
	display: block;
}

.k2LoginBlock fieldset.input p#form-login-remember label,.k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}

.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #e5e5e5;
}

.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

/* ---Modules:  mod_k2_tools ---*/
/* ---Authors ---*/
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
}

/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}

.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}

/* ---Calendar ---*/
.k2CalendarBlock {
	height: 190px;
	margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
	background: #fff url(/templates/jp-luxury/images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}

.k2CalendarBlock table.calendar {
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
}

.k2CalendarBlock table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #f4f4f4;
	background: #fff;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev {
	background: #f3f3f3;
	text-align: left;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev a {
	font-size: 20px;
	text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev a:hover {
	font-size: 20px;
	text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarCurrentMonth {
	background: #f3f3f3;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #f3f3f3;
	text-align: right;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthNext a {
	font-size: 20px;
	text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarNavMonthNext a:hover {
	font-size: 20px;
	text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #e9e9e9;
	font-size: 11px;
	width: 14.2%;
}

.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #fbfbfb;
}

.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}

.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
	text-decoration: none;
	background: #e5e5e5;
}

.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #135cae;
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #135cae;
	color: #fff;
}

.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #135cae;
	color: #fff;
	padding: 0;
}

.k2CalendarBlock table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}

.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #BFD9FF;
	padding: 2px;
	text-decoration: none;
}

/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
	width: auto;
}

/* ---Category List/Menu ---*/
.k2CategoriesListBlock ul{
	padding-left:0!important}
	
.k2CategoriesListBlock ul.level0 li {
	margin: 5px 0;
	padding: 4px 16px 4px 8px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 24px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	background: #f9f9f9!important;
	background-image:none;
	list-style:inside;
}

.k2CategoriesListBlock ul.level0 li li {
	text-indent: 0;
	line-height: 2.6;
	padding-left: 12px;
	background: #eee !important;
}

.k2CategoriesListBlock ul.level0 li.active a,.k2CategoriesListBlock ul.level0 li#current.parent.active a {
	color: #777;
}

.k2CategoriesListBlock ul.level0 li a:hover,.k2CategoriesListBlock ul.level0 li#current li a:hover {
	color: #777;
	text-decoration: underline;
}

.k2CategoriesListBlock ul.level0 > li ul {
	margin: 0 -4px 0 -16px;
	padding: 0;
}

/* ---Tag Cloud ---*/
.k2TagCloudBlock {
	padding: 8px 0;
	font-size: 15px;
}

.k2TagCloudBlock a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	line-height: 1.0;
	color: #555;
}

.k2TagCloudBlock a:hover {
	color: #777;
}

.k2TagCloudBlock a.small-tag {
	font-weight: normal;
}

.k2TagCloudBlock a.medium-tag {
	font-weight: bold;
}

.k2TagCloudBlock a.big-tag {
	font-weight: bold;
	color: #777;
}

/* ---Google Search ---*/
#k2Container .gsc-branding-text {
	text-align: right;
}

#k2Container .gsc-control {
	width: 100%;
}

#k2Container .gs-visibleUrl {
	display: none;
}

/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon,a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/templates/jp-luxury/images/system/feed.png) no-repeat 50% 50%;
}

a.ubUserFeedIcon span,a.ubUserFeedIcon:hover span {
	display: none;
}

a.ubUserURL,a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/templates/jp-luxury/images/system/globe.png) no-repeat 50% 50%;
}

a.ubUserURL span,a.ubUserURL:hover span {
	display: none;
}

span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/templates/jp-luxury/images/system/mail.png) no-repeat 50% 50%;
	overflow: hidden;
}

span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
/* --- Pagination --- */
.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}
div.k2Pagination ul { margin:10px 0 15px; padding:3px 0 0; width:auto; text-align: center; }
div.k2Pagination ul li { display:inline; }
div.k2Pagination ul li a,
div.k2Pagination ul li span{ height: 29px!important; line-height:31px; display: inline; margin: 0 5px 3px 2px; padding: 4px 16px 5px 16px; font-size: 12px; text-decoration: none; text-shadow: 0 1px 0 #fff; cursor: pointer; color: #333; background: #fff url(/templates/jp-luxury/images/system/btn_bg.jpg) repeat-x left top; border: 1px solid #dbdbdb; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div.k2Pagination ul li span { opacity: 0.5; filter: alpha(opacity=5); cursor: default!important; }
div.k2Pagination ul li a { }
div.k2Pagination ul li a:hover { color: #777; }
div.k2Pagination p.counter { margin: 24px 0 6px!important; padding: 16px 0 0 !important; text-align: center; font-size: 10px; color: #666; text-transform: uppercase; }

.catItemImageBlock img,
.itemImageBlock img{
    display: block;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
}
.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.width20{width:20%}.width25{width:25%}.width33{width:33.333%}.width50{width:50%}[class*='width']{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wk-slideshow img,
.wk-gallery img,
.spotlight img,
a[data-lightbox] img{max-width:100%;height:auto;vertical-align:middle}.wk-slideset img,
.wk-slideshow
canvas{vertical-align:middle}.wk-slideset
img{max-width:none !important}.wk-content>a:first-child{display:block}.wk-content>*:first-child{margin-top:0}.wk-content>*:last-child{margin-bottom:0}.wk-slideshow{visibility:hidden}.wk-slideshow,
.wk-slideshow
.slides{position:relative}.wk-slideshow .slides,
.wk-slideshow
.nav{list-style:none;margin:0;padding:0}.wk-slideshow .slides>li{position:absolute}.wk-slideshow .slides>li>a{display:block}.wk-slideshow .nav
li{cursor:pointer}.wk-slideshow .nav
span{display:block}.wk-slideshow .next,
.wk-slideshow
.prev{position:absolute;z-index:5;cursor:pointer}.wk-slideshow
.caption{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:10px;background:rgba(0,0,0,0.5)}.wk-slideshow
.captions{display:none}.wk-slideshow .caption,
.wk-slideshow .caption
a{color:#fff}.wk-slideshow .caption
a{text-decoration:underline}.wk-slideshow[data-options*="kenburns"] img{max-width:none;position:relative}.wk-slideset{visibility:hidden}.wk-slideset
.sets{overflow:hidden}.wk-slideset .set,
.wk-slideset
.nav{list-style:none;margin:0;padding:0}.wk-slideset
.set{display:none;position:relative;text-align:center;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.wk-slideset .set:first-child{display:block}.wk-slideset .set>li{position:absolute}.wk-slideset .nav
span{display:block;cursor:pointer}.wk-slideset .next,
.wk-slideset
.prev{position:absolute;z-index:5;cursor:pointer}.wk-accordion
.toggler{margin:0;cursor:pointer}.wk-map
img{max-width:none}.wk-accordion,.wk-map{max-width:100%}@media (max-width: 767px){.wk-slideshow
.caption{font-size:10px;line-height:14px}}

#lightbox-loading{display:none;position:fixed;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;cursor:pointer;overflow:hidden;z-index:1104}#lightbox-loading
div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(/media/widgetkit/widgets/lightbox/images/loading.png)}#lightbox-overlay{display:none;position:absolute;top:0;left:0;width:100%;z-index:1100}#lightbox-tmp{display:none;padding:0;margin:0;border:0;overflow:auto}#lightbox-wrap{display:none;position:absolute;top:0;left:0;padding:20px;z-index:1101;outline:none}#lightbox-outer{position:relative;width:100%;height:100%;background:#FFF;box-shadow:0px 0px 15px #555}#lightbox-content{position:relative;width:0;height:0;padding:0;border:0px
solid #FFF;outline:none;overflow:hidden;z-index:1102}#lightbox-close{display:none;position:absolute;top:-17px;right:-17px;width:34px;height:34px;background:url(/media/widgetkit/widgets/lightbox/images/close.png) 0 0 no-repeat;cursor:pointer;z-index:1103}#lightbox-error{margin:0;padding:14px;font:normal 12px/20px Arial;color:#444}#lightbox-img{width:100%;height:100%;margin:0;padding:0;border:none;outline:none;line-height:0;vertical-align:top}#lightbox-frame{display:block;width:100%;height:100%;border:none}#lightbox-left,#lightbox-right{display:none;position:absolute;top:100px;bottom:100px;width:35%;outline:none;background:url(/media/widgetkit/widgets/lightbox/images/blank.gif);z-index:1102;cursor:pointer}#lightbox-left{left:0px}#lightbox-right{right:0px}#lightbox-left-ico,#lightbox-right-ico{display:block;position:absolute;top:50%;left:-9999px;z-index:1102;width:50px;height:50px;margin-top:-25px;background:url(/media/widgetkit/widgets/lightbox/images/buttons.png) 0 0 no-repeat;cursor:pointer}#lightbox-right-ico{background-position:0 -50px}#lightbox-left:hover
span{left:30px}#lightbox-right:hover
span{left:auto;right:30px}#lightbox-title{font-size:12px;z-index:1102}#lightbox-title.lightbox-title-float{padding:5px
10px;position:absolute;left:0;bottom:-20px;background:#000;background:rgba(0,0,0,0.7);color:#FFF;font-weight:bold;border-radius:6px}#lightbox-title.lightbox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#FFF;position:relative}#lightbox-title.lightbox-title-outside{padding-top:10px;color:#FFF}#lightbox-title.lightbox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:center;background:#000;background:rgba(0,0,0,0.5)}#lightbox-title-over{padding:10px}a[data-lightbox]{display:inline-block;max-width:100%}
.mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.me-plugin{position:absolute}.mejs-embed, .mejs-embed
body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen
video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat }:root .mejs-poster
img{display:none }.mejs-poster
img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/bigplay.svg) no-repeat}.no-svg .mejs-overlay-button{background-image:url(/media/widgetkit/widgets/mediaplayer/mediaelement/bigplay.png)}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px }.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(0, 0, 0, 0.9);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:-moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:-o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:-ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9))}.mejs-overlay-loading
span{display:block;width:80px;height:80px;background:transparent url(/media/widgetkit/widgets/mediaplayer/mediaelement/loading.gif) 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(0, 0, 0, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls
div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button
button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px
5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(/media/widgetkit/widgets/mediaplayer/mediaelement/controls.svg) no-repeat}.no-svg .mejs-controls .mejs-button
button{background-image:url(/media/widgetkit/widgets/mediaplayer/mediaelement/controls.png)}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px
3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time
a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px
2px 0 0;width:auto}.mejs-controls .mejs-play
button{background-position:0 0}.mejs-controls .mejs-pause
button{background-position:0 -16px}.mejs-controls .mejs-stop
button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail
a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:-moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:-o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:-ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button
button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen
button{background-position:-32px -16px}.mejs-controls .mejs-volume-button{}.mejs-controls .mejs-mute
button{background-position:-16px -16px}.mejs-controls .mejs-unmute
button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(50, 50, 50, 0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255, 255, 255, 0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255, 255, 255, 0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255, 255, 255, 0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:-ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:-ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button
button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px
10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul
li{margin:0
0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
input{clear:both;float:left;margin:3px
3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
label{width:55px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0
0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0, 0, 0, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:-ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:-moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:-o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:-ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0
0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px
0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer
a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px
5px;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(20,20,20,0.5);white-space:pre-wrap}.me-cannotplay{}.me-cannotplay
a{color:#fff;font-weight:bold}.me-cannotplay
span{padding:15px;display:block}.mejs-controls .mejs-loop-off
button{background-position:-64px -16px}.mejs-controls .mejs-loop-on
button{background-position:-64px 0}.mejs-controls .mejs-backlight-off
button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on
button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px
6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px
6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2C7C91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button
button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul
li{margin:0
0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li
input{clear:both;float:left;margin:3px
3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li
label{width:100px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px !important;position:relative}.mejs-controls .mejs-button.mejs-speed-button
button{background:transparent;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{visibility:hidden;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url(/media/widgetkit/widgets/mediaplayer/mediaelement/background.png);background:rgba(50, 50, 50, 0.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{visibility:visible}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:rgba(33, 248, 248, 1)}.mejs-controls .mejs-speed-button .mejs-speed-selector
ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul
li{margin:0
0 6px 0;padding:0
10px;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li
input{clear:both;float:left;margin:3px
3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li
label{width:60px;float:left;padding:4px
0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:white;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:rgb(200, 200, 200) !important;background-color:rgba(255,255,255,.4) !important}.mejs-controls .mejs-button.mejs-skip-back-button{background:transparent url(/media/widgetkit/widgets/mediaplayer/mediaelement/skipback.png) no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button
button{background:transparent;font-size:9px;line-height:normal;color:#fff}
.wk-slideshow-default
.nav{margin-top:15px;text-align:center}.wk-slideshow-default .nav
li{display:inline-block;margin-left:5px}.wk-slideshow-default .nav li:first-child{margin-left:0}.wk-slideshow-default .nav
span{width:16px;height:15px;background:url(/media/widgetkit/widgets/slideshow/styles/default/images/nav.png) 0 0 no-repeat;overflow:hidden}.wk-slideshow-default .nav span:hover{background-position:0 -30px}.wk-slideshow-default .nav span:active{background-position:0 -45px}.wk-slideshow-default .nav .active
span{background-position:0 -15px}.wk-slideshow-default>div{position:relative}.wk-slideshow-default > div:hover .next,
.wk-slideshow-default > div:hover
.prev{top:50%;width:50px;height:50px;margin-top:-25px;background:url(/media/widgetkit/widgets/slideshow/styles/default/images/buttons.png) 0 50px no-repeat}.wk-slideshow-default > div:hover
.next{right:30px;background-position:0 0}.wk-slideshow-default > div:hover
.prev{left:30px;background-position:0 -50px}@media (max-device-width: 1024px){.wk-slideshow-default .next,
.wk-slideshow-default
.prev{display:none}}
.spotlight{display:inline-block;max-width:100%}.spotlight
.overlay{visibility:hidden}.spotlight .overlay-default{background:rgba(0,0,0,0.5) url(/media/widgetkit/widgets/spotlight/images/magnifier.png) 50% 50% no-repeat}[data-spotlight] .overlay{display:none}.spotlight
.overlay{background:rgba(0,0,0,0.5)}.spotlight .overlay,
.spotlight .overlay
a{color:#fff}.spotlight .overlay
a{text-decoration:underline}.spotlight .overlay>div{padding:10px}.spotlight .overlay.remove-padding>div{padding:0}.spotlight .overlay>div>*:first-child{margin-top:0}.spotlight .overlay>div>*:last-child{margin-bottom:0}
.wk-twitter
.image{display:block;padding:3px;border:1px
solid #ddd;float:left}.wk-twitter .image
img{display:block}.wk-twitter-list
article{margin-top:5px;padding-top:5px;border-top:1px solid #ddd;overflow:hidden}.wk-twitter-list article:first-child{margin:0;padding:0;border:none}.wk-twitter-list
.image{margin:3px
10px 0 0}.wk-twitter-list
p{margin:0}.wk-twitter-list
.meta{font-size:11px;font-style:italic}.wk-twitter-single.image{min-height:43px;padding-left:70px;background:url(/media/widgetkit/widgets/twitter/styles/single/images/bird.png) 0 3px no-repeat}.wk-twitter-single
p{margin:0;font-style:italic}.wk-twitter-single
.content{font-family:"Times New Roman",Times,serif;font-size:24px;line-height:30px}.wk-twitter-single
.meta{font-size:11px}@media (max-width: 767px){.wk-twitter-single.image{min-height:0;padding-left:0;background:none}.wk-twitter-single
.content{font-size:20px;line-height:26px}}.wk-twitter-bubbles{margin:0
-5px}.wk-twitter-bubbles>article{float:left}.wk-twitter-bubbles
.content{position:relative;margin:0
5px;padding:10px;border:1px
solid #ccc;background:#FFF;box-shadow:0 0 6px rgba(0,0,0,0.2)}.wk-twitter-bubbles .content:after{content:"";position:absolute;left:18px;bottom:-11px;width:16px;height:11px;background:url(/media/widgetkit/widgets/twitter/styles/bubbles/images/arrow.png) 0 0 no-repeat}.wk-twitter-bubbles
.meta{margin:10px
5px 0 5px;overflow:hidden}.wk-twitter-bubbles
.image{display:block;margin-right:10px;float:left}.wk-twitter-bubbles .author,
.wk-twitter-bubbles
time{display:block}.wk-twitter-bubbles
.author{margin-top:5px}.wk-twitter-bubbles
time{margin-top:-5px;font-size:11px}
