@charset "UTF-8";

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar
{
	color: #a5cae4;
background-color: rgb(0, 17, 68);
border-bottom: 1px solid #65a5d1;
position: relative;
z-index: 1;

}

	#loginBar .ctrlWrapper
	{
		margin: 0 10px;
	}

	#loginBar .pageContent
	{
		padding-top: 5px;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: #6cb2e4;

	}

	#loginBar form
	{
		padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;

	}
	
		#loginBar .xenForm .ctrlUnit,		
		#loginBar .xenForm .ctrlUnit > dt label
		{
			margin: 0;
			border: none;
		}
	
		#loginBar .xenForm .ctrlUnit > dd
		{
			position: relative;
		}
	
	#loginBar .lostPassword,
	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(242, 245, 252);
background-color: rgb(0, 51, 102);
border-color: #65a5d1;

	}
	
	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;
font-size: 18px;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: rgb(0, 51, 102) !important;
		color: rgb(242, 245, 252);
	}

	#loginBar .textCtrl:focus
	{
		background: black none;

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: #a5cae4;
background-color: rgb(0, 17, 68);
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}
	
		#loginBar .button.primary
		{
			font-weight: bold;
		}
		
/** changes when eAuth is present **/

#loginBar form.eAuth
{
	-x-max-width: 700px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right: 1px dotted #176093;
		margin-right: 200px;
		box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 10px;
	}

		#eAuthUnit li
		{
			margin-top: 10px;
			line-height: 0;
		}
	
/** handle **/

#loginBar #loginBarHandle
{
	font-size: 11px;
color: rgb(242, 245, 252);
background-color: rgb(0, 17, 68);
padding: 0 10px;
margin-right: 20px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
position: absolute;
right: 0px;
bottom: -20px;
text-align: center;
z-index: 1;
line-height: 20px;
box-shadow: 0px 2px 5px rgb(0, 17, 68);

}


@media (max-width:800px)
{
	.Responsive #loginBar form.eAuth .ctrlWrapper
	{
		border-right: none;
		margin-right: 10px;
	}

	.Responsive #loginBar form.eAuth #eAuthUnit
	{
		position: static;
		width: 180px;
		margin: 0 auto 10px;
	}
}


/* --- xengallery_media_lightbox.css --- */

/* Magnific Popup CSS */
.mfp-bg
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container
{
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before
{
	display: none;
}

.mfp-content
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content
{
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur
{
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom
{
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content
{
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter
{
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure
{
	display: none;
}

.mfp-hide
{
	display: none !important;
}

.mfp-preloader
{
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a
{
	color: #cccccc;
}

.mfp-preloader a:hover
{
	color: white;
}

.mfp-s-ready .mfp-preloader
{
	display: none;
}

.mfp-s-error .mfp-content
{
	display: none;
}

button.mfp-close, button.mfp-arrow
{
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner
{
	padding: 0;
	border: 0;
}

.mfp-close
{
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus
{
	opacity: 1;
}

.mfp-close:active
{
	top: 1px;
}

.mfp-close-btn-in .mfp-close
{
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter
{
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow
{
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active
{
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus
{
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a
{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a
{
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b
{
	border-top-width: 21px;
	border-bottom-width: 21px;
}

.mfp-arrow-left
{
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a
{
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b
{
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right
{
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a
{
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b
{
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content
{
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close
{
	top: -40px;
}

.mfp-iframe-scaler
{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img
{
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure
{
	line-height: 0;
}

.mfp-figure:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small
{
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure
{
	margin: 0;
}

.iframe .mfp-bottom-bar
{
	margin-top: -36px;
	position: absolute;
	top: 108%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-bottom-bar
{
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title
{
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-title a
{
	padding: 0 5px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	color: rgb(240,240,240);
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mfp-title small
{
	font-size: 75%;
}

.mfp-image-holder .mfp-content
{
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure
{
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px)
{
	/**
		   * Remove all paddings around the image on small screen
		   */
	.mfp-img-mobile .mfp-image-holder
	{
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img
	{
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure
	{
		/* The shadow behind the image */
	}

	.mfp-img-mobile .mfp-figure:after
	{
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small
	{
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar
	{
		background: url(https://www.boatdesign.net/rgba.php?r=0&amp;g=0&amp;b=0&amp;a=153); background: rgba(0, 0, 0, 0.6); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty
	{
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter
	{
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close
	{
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: url(https://www.boatdesign.net/rgba.php?r=0&amp;g=0&amp;b=0&amp;a=153); background: rgba(0, 0, 0, 0.6); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px)
{
	.mfp-arrow
	{
		-webkit-transform: scale(0.75);
		-webkit-transform: scale(0.75); -ms-transform: scale(0.75);transform: scale(0.75);
	}

	.mfp-arrow-left
	{
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right
	{
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container
	{
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img
{
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar
{
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container
{
	padding: 0;
}

.mfp-ie7 .mfp-content
{
	padding-top: 44px;
}

.mfp-ie7 .mfp-close
{
	top: 0;
	right: 0;
	padding-top: 0;
}

/* --- xengallery_media_thumb_item.css --- */

.actionFilterRow
{
	clear: both;
}

.gridSection
{
	background-color: rgb(252, 252, 255);
padding: 0px;
_max-width: 900px;
_margin: auto;

}
/* clearfix */ .gridSection { zoom: 1; } .gridSection:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }


.gridCol
{
	width: -1.8998998998999%;
	margin-right: 1%;
margin-bottom: 10px;
margin-left: 1%;
display: block;
float: left;
width: 300px;
height: 300px;

}

.gridCol:nth-child(999n+1)
{
   clear: both;
}

.xengallery_find_new_media .gridSpan
{
	width: -1.9%;
		
}

  .xengallery_find_new_media .gridSpan:nth-child(999n+1)
   {
     clear: none;
   }

   .xengallery_find_new_media .gridSpan:nth-child(1000n+1)
   {
     clear: both;
   }

.xengallery_watch_media .gridSpan
{
	width: -1.9%;
	
}

.xengallery_watch_media .CheckAll
{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	overflow: hidden;
}

.mediaContainer
{
	margin: 5px 0;
	position: relative;
	border: 1px solid #a5cae4;
	border-radius: 4px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.mediaContainer.deleted,
.mediaContainer.moderated
{
	background-color: rgb(230, 232, 236);
	opacity: 0.3;
}

.mediaContainer.InlineModChecked
{
	background: rgb(255, 255, 200) url('https://www.boatdesign.net/styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;

}

.mediaContainer .Filename
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.mediaContainer .thumbImage
{
    vertical-align: middle;
    border-radius: 3px 3px 0 0;
}

.mediaContainer .titleSection
{
	padding: 3px;
	zoom: 1;
	overflow: hidden;
}

.inputPrepend,
.inputAppend
{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 5px;
}

.inputPrepend .inputIcon,
.inputAppend .inputIcon
{
	vertical-align: top;
	display: inline-block;
	width: auto;
	height: 14px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	color: #65a5d1;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	background-color: rgb(242, 245, 252);
	border: 1px solid #a5cae4;
}

.inputPrepend .inputIcon
{
	margin-right: -1px;
	float: left;
}

.inputAppend .inputIcon
{
	margin-left: -1px;
	cursor: pointer;
}

.inputPrepend .inputIcon:first-child
{
	border-radius: 4px 0 0 4px;
}

.inputAppend .inputIcon:last-child
{
	border-radius: 0 4px 4px 0;
}

.inputPrepend .inputContainer
{
	overflow: hidden;
	display: block;
}

.inputAppend .inputContainer
{
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	width: 60%;
}

.inputPrepend .inputContainer input
{
	border-radius: 0 4px 4px 0;
}

.inputAppend .inputContainer input
{
	border-radius: 4px 0 0 4px;
}

.inputPrepend .inputContainer input,
.inputAppend .inputContainer input
{
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	border: 1px solid #a5cae4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear .2s, box-shadow linear .2s;
	height: 24px;
	line-height: 24px;
	padding: 4px 6px;
	background-color: rgb(252, 252, 255);
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.linkGroup .EditTitles .inputIcon
{
	float: none;
}

a.inputIcon.noPointer
{
	cursor: default;
}

a.inputIcon
{
	cursor: pointer;
}

.mediaContainer .titleSection .deleteButtonContainer
{
	float: right;
}

.mediaContainer .dummyOverlay
{
	position: absolute;
	top: 50%;
	bottom: 50%;
	text-align: center;
	width: 100%;
}

.mediaContainer .titleSection h3
{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
}

.mediaContainer .titleSection h4
{
	font-size: 9px;
	font-style: italic;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.mediaContainer .statsSection
{
	padding: 4px;
	color: #176093;
}

.mediaContainer .statsSection .statCol
{
	display: block;
	float:left;
	margin: 1% 0 1% 0.8%;
	font-size: 11.5px;
}
.statCol:first-child { margin-left: 0; }

.mediaContainer .statsSection .statSpan
{
	width: 24.2%;
}
/* clearfix */ .statsSection { zoom: 1; } .statsSection:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.mediaContainer .statsSection div
{
	width: 48%;
	display: inline-block;
	padding-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mediaContainer .statsSection i
{
	font-size: 15px;
	width: 15px;
	display: inline-block;
	text-align: center;
	color: #176093;
}

.mediaContainer .mediaControls
{
	padding: 0 5px 5px 5px;
	text-align: right;
	border-bottom: 0;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid rgb(242, 245, 252);
}

.AttachedImage .mediaControls .mediaLabels
{
	width: auto;
}

.thumbnailContainer
{
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
}

.thumbImageLink
{
    line-height: 200px;
}

.moderatorControls
{
	top: 0;
	position: absolute;
	padding: 4px;
	width: 100%;
}

.moderatorControls label
{
	padding: 5px 0 5px 0;
	padding-right: 80%;
}

.thumbnailOverlay
{
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 199;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	text-shadow: 0px 1px 1px #000;
	min-height: 20%;
}

.thumbnailOverlay .overlayDetails
{
	display: table;
	table-layout: fixed;
	width: 100%;
	word-wrap: normal;
}

.thumbnailOverlay .overlayDetails .posterAvatar
{
	width: 35px;
	display: table-cell;
	vertical-align: middle;
}

.thumbnailOverlay .overlayDetails .posterAvatar .avatarContainer
{
	display: block;
	position: relative;
}

.thumbnailOverlay .overlayDetails .posterAvatar .avatar
{
	padding: 5px;
	display: block;
	width: 24px;
	height: 24px;
	width: auto;
	height: auto;
}

.thumbnailOverlay .overlayDetails .posterAvatar .avatar img
{
	width: 24px;
	height: 24px;
	display: block;
}

.thumbnailOverlay .overlayDetails .infoContainer
{
	width: auto;
	display: table-cell;
	vertical-align: middle;
	zoom: 1;
	padding: 5px;
}

.thumbnailOverlay .overlayDetails .infoContainer .usernameText
{
	padding: 0 5px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.thumbnailOverlay .overlayDetails .infoContainer .username
{
	color: #fff;
}

.thumbnailOverlay .overlayDetails .infoContainer .usernameText h3
{
	font-size: 14px;
	line-height: 18px;
	max-width: 100%;
	word-wrap: break-word;
}

.thumbnailOverlay .overlayDetails .infoContainer .secondRow
{
	font-size: 10px;
	clear: both;
	color: #fff;
	padding: 0 5px;
}

.thumbnailOverlay .overlayDetails .infoContainer .secondRow .categoryInfo
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 65%;
	display: inline-block;
}

.thumbnailOverlay .overlayDetails .infoContainer .secondRow .ratingInfo
{
	width: 30%;
	display: inline-block;
	font-size: 11px;
}

.thumbnailOverlay .overlayDetails .infoContainer .secondRow .ratingInfo .star
{
	font-size: 13px;
	color: #e3cf7a;
}

.thumbnailOverlay .overlayDetails .infoContainer .secondRow .categoryInfo a
{
	color: #fff;
}

.overlayVisible .thumbnailContainer .thumbnailOverlay,
.thumbnailContainer:hover .thumbnailOverlay,
.Touch .thumbnailContainer .thumbnailOverlay
{
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}

.mediaContainer .mediaControls .inlineModControl
{
	width: 10%;
	display: none;
}

.mediaContainer .mediaControls .mediaLabels
{
	display: inline-block;
	text-align: right;
}

.mediaLabels .mediaLabel
{
	font-size: 10px;
	background: transparent url('https://www.boatdesign.net/styles/default/xenforo/gradients/form-button-white-25px.png') repeat-x top;
	padding: 1px 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
	text-align: center;
	display: inline-block;
	margin-top: 5px;
	min-width: 12px;
}

.AttachedImage .mediaControls
{
	margin: -5px 0 0 1px;
	padding: 0 0 2px 5px;
}

.AttachedFile .mediaLabel,
.AttachedImage .mediaLabel
{
	font-size: 16px;
	padding: 1px 5px;
	cursor: pointer;
}

.AttachedImage .mediaLabel:hover
{
	text-decoration: no-underline;
}

.mediaLabel.labelStandard
{
	color: #176093;
	background-color: rgb(230, 232, 236);
	border-color: #a5cae4;
}

.mediaLabel.labelInvisible
{
	visibility: hidden;
}

.xenOverlay.SetAllTitlesOverlay
{
	max-width: 600px;
}


	@media (max-width:800px)
	{
		.Responsive .detailContainer .statsSection i
		{
			font-size: 105%;
		}
		
		.gridCol:nth-child(999n+1),
		.xengallery_find_new_media .gridSpan:nth-child(1000n+1)
		{
			clear: none;
		}
		
		.Responsive .gridSpan,
		.Responsive .gridCol
		{
			width: 31.333333333333%;
		}
		
		.Responsive .gridSpan:nth-child(3n+1),
		.Responsive .gridCol:nth-child(3n+1)
		{
			clear: both;
		}

		.Responsive .thumbnailOverlay .overlayDetails .infoContainer .secondRow .categoryInfo
		{
			display: block;
			width: 100%;
		}

		.Responsive .thumbnailOverlay .overlayDetails .infoContainer .secondRow .ratingInfo
		{
			display: block;
			width: 100%;
		}
		
.mediaContainer .thumbImage
{
    width: 100%;
    max-height: 200px;
    vertical-align: middle;
    border-radius: 3px 3px 0 0;
}

	}

	@media (max-width:610px)
	{
		.Responsive .gridSpan:nth-child(3n+1),
		.Responsive .gridCol:nth-child(3n+1)
		{
			clear: none;
		}
		
		.Responsive .gridSpan,
		.Responsive .gridCol
		{
			width: 48%;
		}
		
		.Responsive .gridSpan:nth-child(2n+1),
		.Responsive .gridCol:nth-child(2n+1)
		{
			clear: both;
		}

		.Responsive .detailContainer .statsSection i
		{
			font-size: 100%;
		}
	}

	@media (max-width:480px)
	{
		.Responsive .detailContainer .statsSection div
		{
			display: inline-block;
			width: 45%;
		}

		.Responsive .AttachedImage .mediaLabels .mediaLabel
		{
			font-size: 16px;
		}

		.Responsive .mediaLabels .mediaLabel
		{
			font-size: 9px;
		}
	}

	@media (max-width:340px)
	{
		.Responsive .gridGroup
		{
			margin-left: 10%;
			margin-right: 10%;
		}
		
		.Responsive .gridSpan:nth-child(2n+1),
		.Responsive .gridCol:nth-child(2n+1)
		{
			clear: both;
		}
		
		.Responsive .gridSpan,
		.Responsive .gridCol
		{
			width: 98%;
		}
		
		.Responsive .gridSpan:nth-child(1n+1),
		.Responsive .gridCol:nth-child(1n+1)
		{
			clear: both;
		}
	}


/* --- xengallery_tab_links.css --- */

.navTabs .navTab.selected .xengalleryTabLinks .xengallery li .Popup a:hover,
.navTabs .navTab.selected .xengalleryTabLinks .xengallery li .Popup a:focus
{
	color: rgb(0, 51, 102);
text-decoration: none;
background-color: rgb(230, 232, 236);
padding: 0 9px;
border: 1px solid #6cb2e4;
border-radius: 5px;
text-shadow: 1px 1px 0px rgb(242, 245, 252);
outline: 0;

}
