 body.mApp{
	/*overflow: auto;*/
	overflow: hidden;
}
.mApp .mAppHide{
	display: none;
}
.mApp .mAppShow{
	display: block !important;
}

.mApp #pages{
	overflow: hidden;
}
.mApp .tt_pages
{
	/*left: 100%;*/
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 40px;
	overflow: hidden !important;
}
.mApp .tt_pages_visible
{
	z-index: 99;
}
.mApp .pageOnRight{
	left: 100%;
}
.mApp .pageOnLeft{
	left: -100%;
}
.mApp .tt_pages_visible.Slide {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transition: left 300ms;
	-o-transition: left 300ms;
	-webkit-transition: left 300ms;
	transition: left 300ms;
	transition-timing-function: linear;
	left: 0px !important;
}

.mApp .tt_pages_PageBehind{
	z-index:5;
	left: 0 !important;
	right: 0 !important;
	display: block !important;
}
.mApp .nextPsContent{
	padding-bottom: 100px;
}
.mApp .scrollToTop{
	right: 20px;
}
.mApp #infoBar
{
	display: none;
}

.mApp .showMobile
{
	display: block !important;
}
.mApp .tt_pages#tt_page_Settings{
	padding-top:0;
}
.mApp .pageHead, .mApp .mPageHead
{
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(236,0,100,0.95); /*rgba(255,45,85,0.95);*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	color: #fff;
	font-weight: bold !important;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: none;
}

.mApp.iOS .pageHead, .mApp.iOS .mPageHead
{
	height: 50px;
	padding-top: 20px;
}
.pageHead .pageTitle
{
	/* font-weight: bold; */
	font-size: 18px;
}
.mApp.iOS .tools
{
	top:20px;
}

.mApp.iOS .tt_pages
{
	padding-top: 50px;
}
.mApp.iOS #AlbumDetails
{
	height: 70px;
}
.mApp.iOS .albumBar .navBar {
  height: 70px;
  padding-top: 20px;
}
.mApp.iOS #mAlbumTitle{
	margin-top:20px;
}
.mApp.iOS #manageAlbum {
  margin-top: 18px;
}
.mApp.iOS #profileBanner {
  padding-top: 20px;
}
.mApp #tt_page_PhotoStream{
	text-align:left;
}

.mApp .PhotoStream{
	
}

/*Settings pages*/
.mApp .settings
{
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #f0f0f0;
	min-width: 0;
	/*box-shadow: rgba(0,0,0,.4) 0px 0px 8px 0px;*/
}

.mApp #settingsMenu
{
	width: 100%;
	height: 100%;
	border: none;
	z-index: 0;
	padding-top:0;
}

.mApp .list-header {
	/*font-weight:bold;*/
	color: #999;
	padding: 0px 4px 4px 1em;
}
.desktop .list-group{
	/* border-right: 3px solid rgb(3, 191, 253); */
}
.mApp .list-group
{
	background-color: white;
	margin: 0;
	margin-bottom: 20px;
	margin-right: -3px;
}

.mApp .list-group
{
	border-bottom: 1px solid #c8c7cc;
	border-top: 1px solid #c8c7cc;
	margin-right: 0;
}

.list-item
{
	padding: 0;
	display: table;
	width: 100%;
	margin-left:0;
}

	.list-item > *
	{
		line-height: 1.5em;
		vertical-align: middle;
		display:table-cell;
	}

	.list-item .list-ico
	{
		font-size:1.5em;
		margin: 0 5px;
		width: 2em;
		text-align:center;
		padding-top: 0.1em;
	}

	.list-item .list-title
	{
		padding: 9px;
		padding-left: 0;
	}

	.mApp .list-item .list-title
	{
		border-bottom: 1px solid #c8c7cc;
	}
	.mApp .list-item .openPage::after
	{
		content: "\f105";
		font-size: 2em;
		font-family: "FontAwesome";
		color: #c7c7cc;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		margin-top: -1em;
	}
	/*.desktop .list-item.profSel .openPage::after
	{
		content: "\f0d9";
		font-size: 2em;
		font-family: "FontAwesome";
		color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -3px;
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		margin-top: -0.75em;
	}*/
	.list-item .list-subText{
		color: #888;
		font-size: 0.9em;
		line-height: 1.2em;
	}
	.list-alert{
		color:red;
	}
	.list-item:last-child .list-title
	{
		border-bottom: none;
	}

.mApp .profSel
{
	background-color: transparent;
	color: black;
	border-radius: 0;
}

.mApp #settingsMenu li:hover
{
	background-color: transparent;
}

.mApp .settingDivs
{
	display: none;
	width: 100%;
	z-index: 9;
	margin: 0;
	padding: 20px;
	margin-top: 30px;
}

.mApp .mPageHead .bf
{
	float: left;
	font-size: 2em;
	padding-left: 10px;
}

/*End of Settings pages*/

.mApp .settings .btn-group{
	width:100%;
}
.mApp .settings .btn{
	border-radius: 4px;
}
/*.mApp .btn{
	background-color: rgba(236,0,100,1);
	border-color: rgba(218, 3, 94, 0.95);
}*/

.needToLogin #mApp-Menu{
	visibility: hidden;
}
#mApp-Menu
{
	position: fixed;
	bottom: 0;
	left: 50px;
	right: 50px;
	height: 45px;
	/* background-color: rgba(245,245,245,0.95); */
	z-index: 99999;
	/* border-top: 1px solid #adadad; */
}

.mApp-MenuBar
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/* display: table; */
	text-align: center;
	/* table-layout: fixed; */
}

.mApp-MenuItem
{
	/* display: table-cell; */
	text-align: center;
	height: 100%;
	/* border: 1px solid red; */
	/* vertical-align: middle; */
	display: inline-block;
	/* border-radius: 50%; */
	/* width: 40px; */
	height: 50px;
	/* color: white; */
	/* background-color: #555; */
	/* line-height: 50px; */
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

	.mApp-MenuItem *
	{
		color: white;
		/* background-color: black; */
	}

.mApp-MenuItem .badge
	{
		position: absolute;
		left: 50%;
		border-radius: 10px;
		background-color: red;
		padding: 1px 5px;
		font-size: 11px;
		top: 1px;
	}

div#cartnumber {}
.badge:empty{
	display:none;
}
.mApp-MenuItem-icon
{
	font-size: 28px;
	/* width: 18px; */
	line-height: 30px;
}
.mApp-MenuItem-icon svg{
	height: 17px;
	fill: #fff;
}
.mApp-MenuItem-Label
{
	font-size: 12px;
	white-space: nowrap;
}

.menu-active *
{
	/*color: rgba(236,0,100,1);*/
}

.menu-active
{
	/*border-top: 3px solid rgba(236,0,100,1);*/
	background-color:  rgba(236,0,100,1);
}

.mApp .menu-slideDown{
	/*display: none !important;*/
}

.mApp #mAlbumTitle {
	color: #fff;
}
.mApp #mAlbumTitle .titleText{
	font-weight: bold;
}
.mApp #mAlbumTitle .line2 > div{
	padding-left: 5px;
	padding-right: 5px;
}
.mApp .albumBar .navBar
{
	right:0;
}
.mApp .pageWrapper{
	margin: 0;
	padding: 0;
	padding-top: 0;
	width: 100%;
	/*height: 100%;*/
	overflow-y: hidden;
	display: block;
	position: absolute;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}

.desktop .tt_pages {
    top: 50px;
    margin: 0;
    padding: 0;
    padding-top: 0;
    width: 100%;
    min-height: 0;
    height: 92%;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: fixed;
    -webkit-overflow-scrolling: touch;
}

.desktop .tt_pages_visible
{
	display: block;
}

.mApp #AlbumImgs{
	overflow-y:scroll;
	height:100%;
}
/*.mApp .PhotoStream {
	height:1200px;
}*/
.mApp .tc .tc_body {
  height: 213px;
}

.mApp .tc1 .tc_body {
  height: 108px;
}

.mApp .tc3 .tc_body {
  height: 317px;
}
.mApp .tc3 .pAlbumMedia
{
  height: 319px;
}
.mApp .tc3 .pAlbumMedia .stream {
  height: 322px;
}

.mApp .tc_titleBar
{
	margin: 3px;
}

.mApp .tc_titleBar_userProfilePicture
{
	display: inline-table;
	width: 30px;
	padding: 0 3px 0 1px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 2px;
}

.mApp .tc_titleInfo .tc_title_line2 *
{
	font-size: 11px;
	/*white-space: nowrap;*/
}

.mApp .tc_titleInfo .text-grey
{
	white-space: nowrap;
}


.tc_titleBar_userProfilePicture
{
	display: inline-block;
	position: relative;
}


.mApp .stream
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;	   /* NEW - Chrome */
	display: flex;

	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;

	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100px;
}

.mApp .stream .item{
	background-color: #bbb;
	width:100px;
	height:100px;
	margin: 1px;
	overflow: hidden;
}
.mApp .pAlbumMedia .stream .pic {
	position: absolute;
	display: inline;
	left: -100px;
	right: -100px;
	margin: auto;
}
.mApp * {
	-webkit-touch-callout: none;
	-webkit-user-select: none; /* Disable selection/copy in UIWebView */
}
.mApp .scrollToTop i.bg
{
	left: 30px;
}

.mApp .tc_thScroll{
	display: none;
}
.mApp .tc_images
{
	margin-right: 0px;
}
.mApp .Collage {
  margin: 0;
  padding:0;
}

.mApp #titleBar{
	display:none
}

.mApp .albumBar .navBar
{
	height: 50px;
}

.mApp .albumBar .navBar .ico
{
	line-height: 2em;
}
	.mApp .albumBar .navBar .line2 div
	{
		display: inline-block;
	}
	.mApp .albumBar .navBar .line2 span, .mApp .albumBar .navBar .line2 i
	{
		font-size: 0.8em;
	}
.mApp .albumBar .navBar .line2 {
	line-height: initial;
}
.mApp .albumBar .navBar .line2 *{
	font-size: 0.8em;
}
.mApp .albumBar .navBar.compact{
	height: 30px;
}
.mApp .albumBar .navBar.compact .ico
{
	line-height: 1em;
}
.mApp .albumBar .navBar.compact .line2
{
	display: none;
}

.mApp #AlbumDetails
{
	height: 50px;
}

.mApp #AlbumImgs {
  padding-bottom: 100px;
}
.mApp #AlbumInfo{
	position: relative;
	z-index: 10;
}

.mApp #manageAlbum{
	display: block;
	position: relative;
	z-index: 20;
	background-color: rgb(0, 156, 208); /*rgba(236,0,100,0.95);*/
	border:none;
	height: 50px;
	margin-top: -2px;
}
.mApp #manageAlbum .a
{
	line-height: 50px;
	color: white;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0;
}

.mApp #manageAlbum .maRight
{
	width: 100px;
	padding-left: 5px;
}
.mApp #manageAlbum .maLeft
{
	right: 100px;
	overflow-x:  scroll;
}
.mApp #manageAlbum .maLeft .maOptions
{
	width: 380px; 
}
.mApp #manageAlbum #maCLose{
	/*float:right;*/
}

.mApp #manageAlbum #numItemsSelected
{
	padding-left: 0px;
	border-left: 1px solid rgba(255,255,255,0.5);
	padding-right: 0px;
	text-align: center;
	width: 59px;
}

.mApp .albumBar .navBar .opRight{
	float:right;
	line-height: 50px;
	padding-right: 10px;
	font-size: 2em;
}

@-webkit-keyframes moveDown
{
	0%
	{
		-webkit-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}

	100%
	{
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}
}

@keyframes moveDown
{
	0%
	{
		-webkit-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}

	100%
	{
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}
}

@-webkit-keyframes moveUp-50
{
	0%
	{
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}

	100%
	{
		-webkit-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}
}
@keyframes moveUp-50
{
	0%
	{
		-webkit-transform: translate3d(0,50px,0);
		transform: translate3d(0,50px,0);
	}

	100%
	{
		-webkit-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}
}

.mApp .mApp-MenuItem
{
	-moz-animation: moveUp-50 600ms;
	-o-animation: moveUp-50 600ms;
	-webkit-animation: moveUp-50 600ms;
	animation: moveUp-50 600ms;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.mApp.rollOut .mApp-MenuItem
{
	-moz-animation: moveDown 600ms;
	-o-animation: moveDown 600ms;
	-webkit-animation: moveDown 600ms;
	animation: moveDown 600ms;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.mApp .mApp-MenuItem-icon
{
	-moz-animation: RotateAntiClockwise 400ms linear 1;
	-o-animation: RotateAntiClockwise 400ms linear 1;
	-webkit-animation: RotateAntiClockwise 400ms linear 1;
	animation: RotateAntiClockwise 400ms linear 1;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.mApp.rollOut .mApp-MenuItem-icon
{
	-moz-animation: RotateClockwise 400ms linear 1;
	-o-animation: RotateClockwise 400ms linear 1;
	-webkit-animation: RotateClockwise 400ms linear 1;
	animation: RotateClockwise 400ms linear 1;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.mApp.iOS.rollOut .pageHead, .mApp.iOS.rollUp .mPageHead{
	height: 25px;
}

.mApp.rollOut .pageHead, .mApp.rollUp .mPageHead{
	height: 0px;
}

.mApp.rollOut .pageHead > *, .mApp.rollUp .mPageHead > *
{
	display: none;
}

@media (max-width: 640px)
{
	.mApp .albumBar .navBar
	{
		top: 0;
		background-color: rgba(236,0,100,0.95);
	}

		.mApp .albumBar .navBar *, #mAlbumTitle
		{
			color: white;
		}

	#mAlbumTitle
	{
		font-weight: bold !important;
	}

	.mApp #manageAlbum.fixPos
	{
		top: 30px;
	}

	.mApp #titleBar
	{
		padding-top: 0px;
	}

	.mApp #titleSpace img
	{
		height: 36px;
	}

	.mApp .scrollToTop
	{
		bottom: 5px;
		z-index:999999;
	}

	.mApp #titleSpace img
	{
		height: 36px;
		/* margin: 5px; */
		/* margin-right: 10px; */
		/* padding: 2px; */
		border: none;
		/* vertical-align: top; */
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: 2px;
	}

	.mApp #loading, .mApp #bootstrapAlertDiv, .mApp #BSDiv
	{
		top: 30px;
	}

	.mApp .tools .ico
	{
		line-height: 30px;
	}
}
