﻿.noScrolling {
	overflow: hidden;
}

/* FEATURED PHOTO */
.submitContainer {
	background: var(--pres-main-bg-light);
	padding: 10px;
	z-index: 112;
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.textTitle {
	color: var(--pres-main-fg-color);
	font-size: 1em;
	float: left;
	clear: both;
}

.titleTxt {
	clear: both;
	float: left;
	width: 300px;
	height: 30px;
	margin: 0 0 10px;
	border: solid 1px #bbbbbb;
}

.summaryTxt {
	height: 100px;
	margin: 0 0 10px;
	width: 300px;
	float: left;
	clear: both;
	border: solid 1px #bbbbbb;
}

.submitBtn {
	background: var(--pres-soft-black);
	color: var(--pres-light-fg-color);
	float: right;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	font-size: 1em;
	cursor: pointer;
}

/* END FEATURED PHOTO */

.cropImgOptions {
	display: none;
	float: right;
}

.whiteBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 100%;
	z-index: 300;
	display: none;
	background: var(--pres-main-bg-light);
	padding: 0px;
	transition: left 500ms;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-o-transition: left 500ms;
}

.animateLeft {
	display: block;
	left: 0px;
	transition: left 500ms;
	-webkit-transition: left 500ms;
	-moz-transition: left 500ms;
	-o-transition: left 500ms;
}

.whiteLoader {
	padding: 10px;
	position: absolute;
	background: var(--pres-main-bg-light);
	z-index: 1038;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.whiteCenter {
	margin: auto;
}

.whiteLoaderImage {
	float: left;
	margin-right: 10px;
}

.whiteLoaderText {
	float: left;
	margin-top: 5px;
}

.white {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 101;
	display: none;
	background: var(--pres-main-bg-light);
	padding-top: 0px;
	height:calc(100% - 45px);
}

.white .withAlbum {
	height: calc(100% - 100px);
}

.whiteImgText {
	float: left;
	margin: 1px 5px 0px 0px;
}

.whiteImgText1 {
	float: left;
	margin: 5px 5px 0px 0px;
	font-size: 1em;
	color: #1d1d1d;
}

.rightTools {
	float: right;
	width: 38%;
	min-height: 75px;
	padding-left: 1%;
}

.rightSideCtr {
	position: absolute;
	right: -100%;
	height: 100%;
	top: 0px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	-webkit-overflow-scrolling: touch;
	transition: right 250ms;
	-webkit-transition: right 250ms;
	-moz-transition: right 250ms;
	background: var(--pres-main-bg-light);
	z-index: 152;
}

.rsOpen {
	right: 0px;
	transition: right 250ms;
	-webkit-transition: right 250ms;
	-moz-transition: right 250ms;
}

.leftGalInfo {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

#whiteCaption {
	float: left;
	clear: both;
	font-size: 1em;
	color: var(--pres-main-fg-color);
	margin: 10px 0px;
	padding: 0px;
}

#whiteCaptionEdit, #whiteCreditEdit {
	cursor: pointer;
	float: left;
}

#whiteCaptionEditImage, #whiteCreditEditImage {
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(/images/editCaption.png);
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
}

	#whiteCreditEditImage:hover {
		background-image: url(/images/editCaptionH.png);
	}

#whiteCaptionEditField, #whiteCreditEditField {
	width: 100%;
	display: none;
	float: left;
}

.titleBuy {
	position: absolute;
	bottom: 100px;
	background: rgba(255,255,255,.875);
	text-align: center;
	clear: both;
	width: 100%;
	padding: 10px 20px 10px 20px;
	transition: bottom 250ms;
	-webkit-transition: bottom 250ms;
	-moz-transition: bottom 250ms;
}

.titleBuyCtr {
	float: left;
	position: relative;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.photoButtons {
	float: right;
	background: var(--pres-main-bg-light);
}

.mtBuy {
	float: left;
	height: 16px;
	padding: 0px;
	position: relative;
	z-index: 0;
	background: var(--pres-main-bg-light);
}

.buyTxt {
	float: left;
	font-size: .8em;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1px;
}

.shrTxt {
	float: right;
	top: 5px;
	font-size: .8em;
	position: relative;
}

#fbPhotoShare.fab.photoOptIcon,
#twitterPhotoShare.fa-brands.photoOptIcon,
.fas.photoOptIcon,
.fab.photoOptIcon {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	padding: 0px;
	cursor: pointer;
	color: #eeeeee;
	background: var(--pres-soft-black);
	border-radius: 50%;
	transition: background 250ms, color 250ms;
	line-height: 32px;
	float: none;
}

#twitterPhotoShare.fa-brands.photoOptIcon {
	background: #38a1f3;
	color: var(--pres-light-fg-color);
}

#fbPhotoShare.fab.photoOptIcon {
	background: #3b5998;
	color: var(--pres-light-fg-color);
}

#downloadOriginal {
	background: #f2803e;
	color: var(--pres-light-fg-color);
}

#buyPhoto.fas.photoOptIcon {
	background: #00bb00;
}

#mailPhotoShare.fas.photoOptIcon {
	background: #ff006a;
}

.fas.photoOptIcon:hover,
.fab.photoOptIcon:hover {
	cursor: pointer;
	background: #eeeeee !important;
	color: var(--pres-main-fg-color) !important;
}

.whiteText {
	float: left;
	width: 100%;
	position: relative;
	font-size: .9em;
	color: var(--pres-main-fg-color);
}

	.whiteText p {
		margin: 0px;
	}

#whiteCredit {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.shareCtr {
	display: flex;
	gap: 5px;
	height: 45px;
	align-items: center;
	margin: auto;
	text-align: center;
	position: relative;
}

.tpsLeft {
	display: block;
}

.sharePhotoBtn {
	float: left;
	width: 18px;
	padding: 6px;
	border-right: solid 1px #bbbbbb;
}

.emailTempExit {
	float: right;
	position: absolute;
	right: 2%;
	top: 0;
	cursor: pointer;
	font-size: 1.5em;
}

.emailTemplate {
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 301;
	background: var(--pres-main-bg-light);
	width: 320px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 20px;
}

.emailTempHead {
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
	float: left;
}

.emailBg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 300;
}

.emailTxt {
	clear: both;
	float: left;
	width: 100%;
	color: var(--pres-main-fg-color);
	font-size: 1em;
	height: 30px;
	margin-bottom: 10px;
}

.emailTxtArea {
	clear: both;
	float: left;
	max-width: 100%;
	min-width: 100%;
	max-height: 50px;
	color: var(--pres-main-fg-color);
	font-size: 1em;
	padding: 10px;
}

.tempButtons {
	clear: both;
	float: right;
}

.tempButton {
	color: var(--pres-light-fg-color);
	cursor: pointer;
	float: left;
	margin: 10px 0px 0px 5px;
	padding: 0px 10px;
	font-size: 1em;
	text-align: center;
	background: var(--pres-soft-black);
	line-height: 30px;
}

#whiteTitle {
	width: 100%;
	max-width: 768px;
	text-align: left;
	line-height: 1.5;
	margin: 10px auto;
	padding: 10px;
	max-height: 200px;
	overflow-y: auto;
}

#whiteTitle:empty,
#whiteCredit:empty {
	display: none;
	margin: 0px;
}

#whiteTitleSummaryEdit {
	cursor: pointer;
	float: left;
}

#whiteTitleEditImage {
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(/images/editCaption.png);
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
}

#whiteTitleSummaryEditField {
	width: 100%;
	display: none;
	float: left;
}

#whiteSummary {
	clear: both;
	float: left;
	font-size: 1em;
	color: var(--pres-main-fg-color);
	margin: 0px 0px 0px 0px;
}

.miscPhotoInfo {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0px;
	border-top: dotted 1px #bbbbbb;
	padding: 10px 0px 0px 0px;
	letter-spacing: -.025em;
}

.currentTag {
	width: 100%;
	float: left;
	clear: both;
}

.whiteUploader,
#featureDate {
	clear: both;
	float: left;
	color: var(--pres-main-fg-color);
	font-size: .8em;
	margin: 5px 0px 0px 0px;
}

#whiteTagEditContainer {
	width: auto;
	display: none;
	float: left;
	height: auto;
	padding: 10px;
	border: solid 1px #bbbbbb;
}

	#whiteTagEditContainer .button {
		color: var(--pres-light-fg-color);
		background-color: #888888;
		font-weight: normal;
		font-size: 1em;
		padding: 7px 9px 7px 9px;
		text-shadow: none;
		text-decoration: none;
		float: left;
		margin: 0px 0px 0px 5px;
		background-image: none;
	}

.whiteTagEdit .albumSelect, .whiteTagEdit .scheduleEntrySelect {
	float: left;
	margin: 0px 0px 5px 0px;
	height: 23px;
	color: #2D88B7;
	font-family: helvetica,Arial,sans-serif;
	font-size: 8pt;
	padding: 2px 0 0;
	width: 200px;
	clear: left;
}

#whiteCaptionEditFieldButtons, #whiteEditTagButtons {
	float: left;
	width: auto;
	margin: 0px 0px 0px 0px;
}

#whiteCaptionEditFieldButtonCancel {
	margin-right: -3px;
}

#whiteImageDelete {
	cursor: pointer;
	float: left;
}

#whiteImageDeleteImage {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(/images/deletePhoto.png);
	background-repeat: no-repeat;
}

#whiteImage {
	text-align: center;
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	height: calc(100% - 45px);
	transition: height 250ms;
	-webkit-transition: height 250ms;
	-moz-transition: height 250ms;
}

#whiteImage.withAlbum {
	height: calc(100% - 100px);
}

.asCtr {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: #eeeeee;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 105;
	height: 100px;
	transition: bottom 250ms;
	-webkit-transition: bottom 250ms;
	-moz-transition: bottom 250ms;
}

.albumScroller {
	float: left;
}

.albumImageCtr {
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	opacity: .5;
	transition: opacity 250ms;
}

.mts_transform_left {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}

.albumImageCtr:hover {
	opacity: 1;
	cursor: pointer;
	transition: opacity 250ms;
}

.glow {
	opacity: 1;
}

.albumImage {
	position: absolute;
	max-width: unset;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.whiteAlbumTitle {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 24px;
	margin: 5px 0px;
}

.whiteAlbumTitle:empty {
	display: none;
}

.lockingNewsNotice {
	display: none !important;
}

.whiteImgSrc {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	z-index: 0;
}

.cropMarks {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	position: absolute;
	z-index: 2;
	display: none;
}

.cmTopLeft, .cmTopRight,
.cmBotRight, .cmBotLeft {
	position: absolute;
	width: 12px;
	height: 12px;
	border: solid 1px #000000;
}

.cmTopLeft {
	border-left: none;
	border-top: none;
	left: -12px;
	top: -12px;
}

.cmTopRight {
	border-right: none;
	border-top: none;
	right: -12px;
	top: -12px;
}

.cmBotRight {
	border-right: none;
	border-bottom: none;
	bottom: -12px;
	right: -12px;
}

.cmBotLeft {
	border-left: none;
	border-bottom: none;
	bottom: -12px;
	left: -12px;
}

.whiteImageBottom {
	display: none;
	padding: 0px;
	margin: 0px;
}

.fancyFlagContainer {
	margin: 0px !important;
	width: 20px !important;
	height: 20px !important;
}

.fancyFlag, .fancyUnflag {
	float: left !important;
}

.whiteFlag {
	float: right;
	margin: 1px 2px 0px 0px;
	height: 24px;
	width: 24px
}

.whiteFlagButton {
	float: left;
}

#whiteFlagText {
	float: left;
}

.whiteCheer {
	float: right;
	width: 100px;
}

.whiteCheerButton {
	float: right;
	width: 130px;
}

#whiteCheerText {
	float: left;
}

.fancyCheerCopy {
	/*width: 100px !important;*/
	width: auto !important;
}

#whiteDescription {
	float: left;
	clear: both;
	font-size: 8pt;
	color: #454545;
	margin: 20px 0px 0px 10px;
}

.whiteBottom {
	float: right;
}

.whiteTagContainer {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
}

.whiteTagEdit {
	clear: left;
	float: left;
}

#rosterTag {
	float: left;
}

.currentTagLbl {
	float: left;
	font-size: 1em;
	color: var(--pres-main-fg-color);
	margin: 10px 0px 0px 0px;
	width: 100%;
	border-bottom: solid 1px #bbbbbb;
	font-weight: bold;
	padding-bottom: 10px;
}

.imageCloseButton {
	background: #aa8888;
	color: var(--pres-light-fg-color);
	font-size: 1em;
	cursor: pointer;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 1040;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.75em;
}

	.imageCloseButton:hover {
		background: #aa0000;
	}

.imageTag {
	cursor: pointer;
	border-bottom: solid 1px #bbbbbb;
	float: left;
	width: 100%;
	font-size: 1em;
	text-shadow: none;
	padding: 10px 0px;
}

	.imageTag a {
		color: var(--pres-main-fg-color);
		text-decoration: none;
		float: left;
		width: 90%;
	}

.imageTagRem {
	color: #aa0000;
	float: right;
}

	.imageTagRem:hover {
		opacity: .75;
	}

.imageTag a:hover {
	color: #888888;
}

.whiteBackground {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

.whiteLeftArrow,
.whiteRightArrow {
	width: 50px;
	height: 50px;
	line-height: 40px;
	font-size: 32px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	transition: background 250ms;
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	z-index: 1;
	display: none !important;
}

.whiteLeftArrow {
	left: 0px;
}

.whiteRightArrow {
	right: 0px;
}

.whiteLeftArrow:before {
	left: 0px;
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
}

.whiteRightArrow:before {
	right: 0px;
	border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
}

.whiteLeftArrow:before, .whiteRightArrow:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: var(--pres-main-fg-color);
	transition: background 250ms, color 250ms;
	-webkit-transition: background 250ms, color 250ms;
	-moz-transition: background 250ms, color 250ms;
}

._mts_floatingAd {
	z-index: 100;
	width: 300px;
	height: 250px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -60%);
	top: 50%;
}

.whiteLeftArrow:hover, .whiteRightArrow:hover {
	cursor: pointer;
}

.whiteLeftArrow:hover::before,
.whiteRightArrow:hover::before {
	background: rgba(0,0,0,.75);
	background: rgba(0,0,0,.75);
	color: var(--pres-light-fg-color);
}

.button {
	width: auto;
	min-width: 75px;
	color: var(--pres-light-fg-color);
	font-size: .8em;
	float: left;
	margin: 0px 0px 0px 5px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
}

.photoTools, .buyPhoto {
	color: var(--pres-main-fg-color);
	text-shadow: none;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: .8em;
	height: 45px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
}

	.photoTools:hover, .buyPhoto:hover {
		border-bottom: solid 3px #444444;
		cursor: pointer;
	}

	.photoTools img, .buyPhoto img {
		float: none;
		height: 24px;
		display: block;
		margin: 5px auto -3px auto;
	}

.changeCaptionButton {
	cursor: pointer;
	float: left;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	height: 24px;
	margin: 0px 0px 0px 5px;
	text-align: center;
	width: 80px;
	padding: 7px 0px 0px 0px;
}

/* Media Controls */

.mediaControlsContainer {
	float: left;
	clear: both;
	width: auto;
	height: 35px;
	margin: 10px 0px 0px 0px;
	border: solid;
	padding: 5px;
	border-width: 1px;
	border-color: #1d1d1d;
	box-shadow: 0px 0px 2px #ffffff;
	-webkit-box-shadow: 0px 0px 2px #ffffff;
}

.mediaControlLeft {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(/images/sliderMediaButtonLeft.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.mediaControlLeft:hover {
		background-image: url(/images/sliderMediaButtonLeftH.png);
	}

.mediaControlRight {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(/images/sliderMediaButtonRight.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.mediaControlRight:hover {
		background-image: url(/images/sliderMediaButtonRightH.png);
	}

.mediaControlStop {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(/images/sliderMediaButtonStop.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.mediaControlStop:hover {
		background-image: url(/images/sliderMediaButtonStopH.png);
	}

.mediaControlPlay {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(/images/sliderMediaButtonPlay.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

	.mediaControlPlay:hover {
		background-image: url(/images/sliderMediaButtonPlayH.png);
	}

.mediaControlPause {
	float: left;
	height: 32px;
	width: 32px;
	background-image: url(/images/sliderMediaButtonPause.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.mediaControlPause:hover {
		background-image: url(/images/sliderMediaButtonPauseH.png);
		cursor: pointer;
	}


/* End Media Controls */

.plBackground {
	background: var(--pres-main-bg-dark);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 159;
}

.inputTxt {
	color: var(--pres-main-fg-color);
	float: left;
	font-family: helvetica,arial,sans-serif;
	margin: 5px 0 0 10px;
}

.whiteLeft {
	float: left;
	width: 300px;
}

	.whiteLeft > textarea {
		float: left;
		margin: 5px 0 10px 10px;
		clear: both;
		width: 260px;
	}

#tools {
	clear: both;
}

#whiteCaptionRapper .tagBlock {
	display: none;
}

.editImgInfo {
	float: left;
	color: var(--pres-main-fg-color);
	cursor: pointer;
	border-bottom: solid 1px #444444;
	font-weight: bold;
	font-size: 1em;
}

.submitEdit {
	float: left;
	padding: 5px 10px;
	margin: 10px 5px 0px 0px;
	font-size: .9em;
}

.editImgCtr {
	width: 100%;
	float: left;
	display: none;
}

.editImgInfoHide {
	display: none;
}

.wlbl {
	font-size: 1em;
	color: var(--pres-main-fg-color);
	float: left;
	clear: both;
	margin-bottom: 5px;
	font-weight: bold;
}

.editImgInput {
	float: left;
	clear: both;
	width: 100%;
	font-size: .9em;
	color: var(--pres-main-fg-color);
	margin-bottom: 5px;
}

textarea {
	min-height: 100px;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.fancyCheerContainer {
	margin: 0px 0px 10px 0px !important;
}

.imageInfoWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
}

.imageInfoWrapper #whiteCheerButton {
	width: auto !important;
	display: flex;
	align-items: center;
}

.mediaTools {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	background: #eeeeee;
	z-index: 200;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btnCtr {
	float: left;
	clear: both;
	width: 100%;
}

.imageBackBtn {
	width: 45px;
	height: 45px;
	text-align: center;
	opacity: 1;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	font-size: 24px;
	line-height: 45px;
	background: #eeeeee;
	border-right: solid 1px #cccccc;
}

#whiteCheerButton {
	float: left;
	clear: none;
	margin-left: 10px;
	margin-top: 1px;
	cursor: pointer;
}

.mediaToolPop {
	position: absolute;
	bottom: 0px;
	right: -100%;
	z-index: 1;
	background: var(--pres-main-bg-light);
	width: 100%;
	transition: right 250ms;
	-webkit-transition: right 250ms;
	-moz-transition: right 250ms;
	-o-transition: right 250ms;
	height: 100%;
}

.mtpShow {
	display: block;
	right: 0px;
	transition: right 250ms;
	-webkit-transition: right 250ms;
	-moz-transition: right 250ms;
	-o-transition: right 250ms;
}

.mtGear,
.toggleCaption {
	float: right;
	width: 45px;
	height: 45px;
	padding: 0px;
	position: relative;
	z-index: 2;
	font-size: 24px;
	line-height: 45px;
	cursor: pointer;
	text-align: center;
}

.toggleCaption {
	line-height: 48px;
}

.mtLike {
	float: left;
	height: 45px;
	padding: 0px;
	position: relative;
	z-index: 0;
	font-size: 24px;
	line-height:45px;
	margin-right: 5px;
	cursor: pointer;
}

.mtCheerCount {
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.photoInfo {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

.editFeatLink {
	margin-left: 5px;
}

.search_widget #ImageFilter {
	display: none;
}

.shareLbl {
	float: left;
	line-height: 32px;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .035em;
	padding-right: 5px;
}

@media all and (min-width: 768px) {
	.rightSideCtr, .mediaToolPop {
		width: 400px;
		right: -400px;
	}

	.mtpShow, .rsOpen {
		right: 0px;
	}

	.whiteLeftArrow, .whiteRightArrow {
		display: block !important;
	}

	.emailTemplate {
		width: 400px;
	}

	#whiteTitle {
		max-height: 100px;
	}

	.whiteImgSrc {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

	}
}


/*TAG LIST IF HIDDEN CONTAINER USED*/
.overflow {
	overflow: hidden;
}

#mce-modal-block {
	display: none;
}

.tagWrapper, .uploadTagWrapper, .hiddenContainer {
	position: fixed;
	right: -102%;
	bottom: 0px;
	width: 400px;
	height: 100%;
	padding: 0px;
	background: var(--pres-main-bg-light);
	z-index: 303;
	transition: right 250ms;
	-webkit-transition: right 250ms;
	-moz-transition: right 250ms;
	border-radius: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0px 0px 0px 0px !important;
	-moz-border-radius: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px #000000 !important;
	-webkit-box-shadow: 0px 0px 0px #000000 !important;
	-moz-box-shadow: 0px 0px 0px #000000 !important;
	border: none;
	border-left: solid 1px #bbbbbb;
}

	.hiddenContainer .search_widget input[type=text],
	.uploadTagWrapper .search_widget input[type=text] {
		width: 100%;
	}

	.hiddenContainer .search_widget .tagConfirmation,
	.uploadTagWrapper .search_widget .tagConfirmation {
		position: fixed;
		background: #00aa00;
		color: var(--pres-light-fg-color);
		padding: 10px;
		width: 100%;
		text-align: center;
		top: 0px;
		left: 0px;
		display: none;
	}

	.overallTags .search_widget,
	.hiddenContainer .search_widget,
	.uploadTagWrapper .search_widget {
		float: left;
		clear: both;
		position: relative;
		width: 100%;
		min-height: 100%;
	}

.search_widget .findTeamFormContainer {
	border-top: none;
}

.hiddenContainer .search_widget .findTeamFormContainer,
.uploadTagWrapper .search_widget .findTeamFormContainer {
	padding: 0px 20px 0px 20px;
	float: left;
	clear: both;
	width: 100%;
	border-top: none;
	background: var(--pres-main-bg-light);
	display: block;
	line-height: 48px;
}

.hiddenContainer .search_widget .formFilterContainer,
.uploadTagWrapper .search_widget .formFilterContainer {
	border: none;
	padding-top: 0px;
	height: 50px;
	margin-bottom: 0px;
}

.hiddenContainer .search_widget .info,
.uploadTagWrapper .search_widget .info {
	width: calc(100% - 70px);
}


.hiddenContainer .search_widget .info .name,
.hiddenContainer .search_widget .info .locale,
.hiddenContainer .search_widget .info .gender,
.uploadTagWrapper .search_widget .info .name,
.uploadTagWrapper .search_widget .info .locale,
.uploadTagWrapper .search_widget .info .gender {
	font-size: .8em;
	letter-spacing: unset;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	clear: both;
}

.hiddenContainer .search_widget #searchPhrase,
.uploadTagWrapper .search_widget #searchPhrase {
	width: 100%;
	float: left;
	clear: both;
	border: solid 1px #bbbbbb;
	font-size: 1em;
	color: var(--pres-main-fg-color);
	padding: 0px 10px;
	line-height: 30px;
	margin-right: 0px;
}

.hiddenContainer .search_widget #ezGo,
.uploadTagWrapper .search_widget #ezGo {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px;
	color: var(--pres-light-fg-color);
	background: var(--pres-soft-black);
	margin: 5px 0px 0px 0px;
	display: none;
}

.hiddenContainer .search_widget .filterRow,
.uploadTagWrapper .search_widget .filterRow {
	position: relative;
	width: 100%;
	height: 0px;
	bottom: unset;
	top: unset;
	left: 0px;
	overflow-y: hidden;
	overflow-x: hidden;
	background: var(--pres-main-bg-light);
	transition: height 500ms;
	-webkit-transition: height 500ms;
	-moz-transition: height 500ms;
	z-index: 1;
	border: none;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px #000000;
}

.hiddenContainer .search_widget .filterRow.filterRowOpen,
.uploadTagWrapper .search_widget .filterRow.filterRowOpen {
	width:100%;
	height: auto;
	border-top: solid 5px #bbbbbb;
	border-bottom: solid 5px #bbbbbb;
	transition: height 500ms;
	-webkit-transition: height 500ms;
	-moz-transition: height 500ms;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px #000000;
}

.search_widget .searchScroll {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}

.hiddenContainer .search_widget .filterRow.filterRowOpen:before,
.uploadTagWrapper .search_widget .filterRow.filterRowOpen:before {
	content: "Filters";
	line-height: 2.5em;
	padding: 10px;
	font-weight: bold;
}

.hiddenContainer .search_widget .frHeading,
.uploadTagWrapper .search_widget .frHeading {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	padding: 10px;
	font-weight: bold;
	background: #eeeeee;
}

.hiddenContainer .search_widget .filterColumn,
.uploadTagWrapper .search_widget .filterColumn {
	border-top: solid 1px #bbbbbb;
	border-bottom: none;
	padding: 5px;
}

.hiddenContainer .search_widget .searchClose,
.uploadTagWrapper .search_widget .searchClose {
	position: relative;
	float: right;
	width: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-image: none;
	background: transparent;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 10px;
}

	.hiddenContainer .search_widget .searchClose:hover,
	.uploadTagWrapper .search_widget .searchClose:hover {
		cursor: pointer;
	}

.hiddenContainer .search_widget .swHeading:empty,
.uploadTagWrapper .search_widget .swHeading:empty {
	display: none;
}

.hiddenContainer .search_widget .utwFiltersBtn,
.uploadTagWrapper .search_widget .utwFiltersBtn {
	float: right;
	position: relative;
	width: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

	.hiddenContainer .search_widget .utwFiltersBtn:hover,
	.uploadTagWrapper .search_widget .utwFiltersBtn:hover {
		cursor: pointer;
	}

.hiddenContainer .search_widget .utwHeading,
.uploadTagWrapper .search_widget .utwHeading {
	font-size: 1em;
	float: left;
	color: var(--pres-main-fg-color);
	padding: 0px;
	text-align: left !important;
	line-height: 48px;
}

.hiddenContainer .search_widget #ezFind,
.uploadTagWrapper .search_widget #ezFind {
	padding: 0px 0px 0px 0px;
}

.overallTags .search_widget .morePagesContainer,
.hiddenContainer .search_widget .morePagesContainer,
.uploadTagWrapper .search_widget .morePagesContainer,
.findTeamFormContainer.group .search_widget .morePagesContainer {
	width: 100% !important;
	float: left;
	clear: both;
	padding: 10px;
	height: 40px;
	font-size: .8em !important;
	border: none;
	border-top: solid 1px #bbbbbb;
	box-shadow: 0px 0px 0px #000000;
	margin: 0px 0px 0px 0px;
}

.hiddenContainer .search_widget .pageLinksContainer div:first-of-type,
.uploadTagWrapper .search_widget .pageLinksContainer div:first-of-type {
	margin-left: 0px;
}

.hiddenContainer .search_widget #ezAdv,
.uploadTagWrapper .search_widget #ezAdv {
	clear: none;
}

.hiddenContainer .search_widget .filterChk,
.uploadTagWrapper .search_widget .filterChk {
	float: left;
	margin: 5px 5px 0px 0px;
	display: none;
}

/*LIST RESULTS*/

.overallTags .search_widget .searchResults,
.hiddenContainer .search_widget .searchResults,
.uploadTagWrapper .search_widget .searchResults,
.findTeamFormContainer.group .search_widget .searchResults {
	-webkit-overflow-scrolling: touch;
	float: left;
	clear: both;
	width: 100% !important;
	padding: 0px;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px #000000;
}

.hiddenContainer .search_widget .filterRow.filterRowOpen ~ .searchResults,
.hiddenContainer .search_widget .filterRow.filterRowOpen ~ .sortWrapper,
.uploadTagWrapper .search_widget .filterRow.filterRowOpen ~ .searchResults,
.uploadTagWrapper .search_widget .filterRow.filterRowOpen ~ .sortWrapper {
	width: 100% !important;
}


.hiddenContainer .search_widget .result,
.hiddenContainer .search_widget .result:nth-child(3n+0),
.hiddenContainer .search_widget .result:nth-child(even),
.uploadTagWrapper .search_widget .result,
.uploadTagWrapper .search_widget .result:nth-child(3n+0),
.uploadTagWrapper .search_widget .result:nth-child(even),
.findTeamFormContainer.group .search_widget .result,
.findTeamFormContainer.group .search_widget .result:nth-child(3n+0),
.findTeamFormContainer.group .search_widget .result:nth-child(even) {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	border: none;
	border-bottom: solid 1px #bbbbbb;
	height: unset;
	padding: 5px;
}

.hiddenContainer .search_widget .rightDate,
.uploadTagWrapper .search_widget .rightDate {
	display: none;
}

.hiddenContainer .search_widget .result .imageResultContainer,
.uploadTagWrapper .search_widget .result .imageResultContainer {
	min-width: 25px;
	min-height: 25px;
	max-width: 100px;
	max-height: 100px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: middle;
}

	.hiddenContainer .search_widget .result .imageResultContainer:empty,
	.hiddenContainer .search_widget .result .imageResultContainer .name:empty,
	.hiddenContainer .search_widget .result .imageResultContainer .locale:empty,
	.uploadTagWrapper .search_widget .result .imageResultContainer:empty,
	.uploadTagWrapper .search_widget .result .imageResultContainer .name:empty,
	.uploadTagWrapper .search_widget .result .imageResultContainer .locale:empty {
		min-width: 0px;
		max-width: 0px;
		min-height: 0px;
		max-height: 0px;
		height: 0px;
		width: 0px;
		margin: 0px 0px 0px 0px;
	}

	.hiddenContainer .search_widget .result .imageResultContainer .imageResult,
	.uploadTagWrapper .search_widget .result .imageResultContainer .imageResult {
		position: absolute;
		max-height: 100%;
		width: unset;
		max-width: unset;
		padding: 0px 5px 0px 0px;
		margin: 0px 0px 0px 0px;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		float: none;
	}

.hiddenContainer .search_widget .selectedTag,
.uploadTagWrapper .search_widget .selectedTag {
	background: #eeeeee !important;
	transition: background 500ms;
}
/*END LIST RESULTS*/

/*END LIST LAYOUT*/

.tagWrapper .search_widget .sortWrapper,
.uploadTagWrapper .search_widget .sortWrapper,
.hiddenContainer .search_widget .sortWrapper {
	width: 100% !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.tagWrapper, .uploadTagWrapper, .hiddenContainer {
		width: 100%;
		height: 100% !important;
	}

		.hiddenContainer .search_widget .showFilterBtn,
		.uploadTagWrapper .search_widget .showFilterBtn {
			display: none;
		}
}