.cropper-contain{
	min-height: 200px;
	/* height: auto !important; */
}
#SelfieWallPage .thumb a {
	background: white;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width:100px;
	height: 133px;
	/* border: 7px solid white; fbe4a1 #a2e1f3 */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) ;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) ;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;*/
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) ;
}

#SelfieWallPage .thumb a img{
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
}

#SelfieWallPage .thumb .bullet {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	top: 3px;
	right: 3px;

}
#SelfieWallPage .thumb .bullet-mine {
	z-index: 101;
	box-shadow: 1px 1px 2px #00000099;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
}
#SelfieWallPage .thumb .bullet-new {
	z-index: 100;
	box-shadow: 1px 1px 2px #00000099;
	background: #ffa866; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa866 0%, #ff7400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffa866 0%,#ff7400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffa866 0%,#ff7400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa866', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */
}


#SelfieWallPage img.mine {
	border: 3px ridge #0069ff; /* #3071a9 */
}

#SelfieWallPage img.new {
	border: 2px ridge #ff9100;
}

#SelfieWallPage label.selfie-label {
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	font-size: 14px;
	color: white;
}

#SelfieWallPage label input {
	position:absolute;
	left: -200px;
	top: -200px;
	opacity: 0.0;
}

#SelfieWallPage .thumb a:before,
#SelfieWallPage .thumb a:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 70%;
	max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
	max-height: 100px;
	height: 55%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg); 
}


#SelfieWallPage .thumb a:after {
	left: auto;
	right: 10px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg); 
} 

#SelfieWallPage .mine{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
	background: #3071a9;
	border-radius:0px;
	color: white;
	font-size: 10px;
}


#SelfieWallPage button {
	font-size: 14px;
}
#SelfieWallPage .contain-tools{text-align: left;margin-top: 3px;position: relative;padding-top: 4px;}
#SelfieWallPage .heart{font-size: 24px; padding: 8px;}
#SelfieWallPage .likes{margin-left: 4px;font-size: 15px;}
#SelfieWallPage .thumb-contain{
	background: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(47,83,151,0.10);
	border-radius: 3px;
	margin: 2px 2px;
	padding: 3px 3px;
	transition: 300ms;
	flex-grow: 1;
	height: auto;
	display:inline-block;
	position:relative;
}
#SelfieWallPage .heart:hover{color:#d6231d;}
#SelfieWallPage .thumb-contain:hover{box-shadow:0 6px 16px rgba(0,0,0,0.15);border-radius: 5px;}
#SelfieWallPage .liked{color: #d6231d;}
#SelfieWallPage .projectFactsWrap{
	margin-left: auto;
	margin-right: auto;
	align-content: center;
	border-radius: 5px;
	width: 100%;
}
.projectFactsWrap center {
	width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px 0px;
}
#SelfieWallPage .projectFactsWrap .item{
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}
#SelfieWallPage  .item-selfies{
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	display: none;
}
#SelfieWallPage .projectFactsWrap .item{
	background-color: white;
	color:#297be6;
	border: none;
	border-radius: 6px;
}
#SelfieWallPage .projectFactsWrap .item p.number{
	font-size: 26px;
	vertical-align: middle;
	padding: 0;
	font-weight: bold;
	display: inline;
}
#SelfieWallPage .projectFactsWrap .item p{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 10px;
}
#SelfieWallPage .projectFactsWrap .item i{
	vertical-align: middle;
	color:#297be6;
}
#SelfieWallPage .service-selfie-menu{
	margin-top:-12px;padding-top:7px;display: none;height:50px;position: fixed;width: inherit;background: white;z-index: 1029;bottom: 0;
}
#SelfieWallPage .cropper-mobile-contain{margin-top: -20px;width: 150px !important;text-align: center;}
#SelfieWallPage .cropper-mobile-contain-open{width: 180% !important;margin-left: -70px !important;}

#SelfieWallPage .isvideo{
	position:  absolute;
	display:  inline-block;
	width:  100%;
	bottom: 0;
	left:  0;
	font-size: 40px;
	line-height: 40px;
	color: #4bb1cf;
}
#SelfieWallPage  .video-status{
	display: inline-block;
	text-shadow: white 0px 0px 10px;
	width: 100%;
	text-align: center;
}
#SelfieWallPage .loadin-bar-container{
	width:100%;
	height:25px;
	position: relative;
	border: 1px solid grey;
}
#SelfieWallPage .loadin-bar-bg{
	background: #297be6;
	height: 100%;
	transition: width 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: white;
}
#SelfieWallPage .loadin-bar-bar{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 25px;
	z-index: 2;
	text-shadow: 0px 0px 2px white;
}

@media (min-width: 786px){
	#SelfieWallPage .thumb-contain{
		margin: 5px;
	}
}

@media (max-width: 773px){
	#SelfieWallPage .service-selfie-menu{width: 100%;}
}
@media (max-width: 676px){
	#SelfieWallPage  .item-selfies{
		position: absolute;
		top: 0;
	}
}

#SelfieWallPage .goToTop{
	right: 4px !important;
	bottom: 65px !important;
	height: 38px !important;
	padding-top: 3px !important;
	background-color: rgb(93, 169, 254);
}

#SelfieWallPage .service-menu-toolbar{
	background: #fff;
	margin-top: -7px;
	display: block;
	bottom: -1px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#SelfieWallPage .truncate{
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#SelfieWallPage .wall-template-name{
	max-width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.contain-modal-tools{border-radius:6px;padding:2px;color: #334b5e;display: inline-block;width: 100%;cursor: pointer;text-align: right;}
.mediaSlider-ul{
	list-style: none outside none;
	padding-left: 0;
	margin-bottom:0;
}
.mediaSlider-li{
	display: block;
	float: left;
	margin-right: 6px;
	cursor:pointer;
}
.mediaSlider img{
	display: block;
	height: auto;
	max-width: 100%;
}
.media-wall-action-btn{padding: 10px;margin:3px;margin-left: 0px;display: inline-block;border-radius: 5px;}

.comment-input{
	display:inline-block;
	position: relative;
	width: 100%;
	height: 35px !important;
	background: #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 1px #ddd;
}
.comment-input:focus{
	background: #fff;
	height: auto !important;
	border:1px solid #0076E1;
}
.wrapper {
		padding-left: 1em;
		padding-right: 1em;
	margin: auto;
	display: block;
	width: 195px;
}

.cssload-loader {
		width: 49px;
		height: 49px;
		border-radius: 50%;
		margin: 3em;
		display: inline-block;
		position: relative;
		vertical-align: middle;
	background:rgb(68,154,219);
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
		animation: 1.15s infinite ease-in-out;
		-o-animation: 1.15s infinite ease-in-out;
		-ms-animation: 1.15s infinite ease-in-out;
		-webkit-animation: 1.15s infinite ease-in-out;
		-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
		width: 100%; 
		height: 100%;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
}

.cssload-loader { animation-name: cssload-loader;
		-o-animation-name: cssload-loader;
		-ms-animation-name: cssload-loader;
		-webkit-animation-name: cssload-loader;
		-moz-animation-name: cssload-loader; }


@keyframes cssload-loader {
		from { transform: scale(0); opacity: 1; }
		to	 { transform: scale(1); opacity: 0; }
}

@-o-keyframes cssload-loader {
		from { -o-transform: scale(0); opacity: 1; }
		to	 { -o-transform: scale(1); opacity: 0; }
}

@-ms-keyframes cssload-loader {
		from { -ms-transform: scale(0); opacity: 1; }
		to	 { -ms-transform: scale(1); opacity: 0; }
}

@-webkit-keyframes cssload-loader {
		from { -webkit-transform: scale(0); opacity: 1; }
		to	 { -webkit-transform: scale(1); opacity: 0; }
}

@-moz-keyframes cssload-loader {
		from { -moz-transform: scale(0); opacity: 1; }
		to	 { -moz-transform: scale(1); opacity: 0; }
}
.fade-in-media {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.media-comment-block{position:relative; border-radius: 5px;margin: 5px;padding: 10px 0px;}
.media-comment-pic{width: 60px; height: 60px;padding: 5px;}
.media-comment-delete {
	position: absolute;
	top: 18px;
	right: -6px;
	font-size: 15px;
	z-index: 1;
}
.media-comment-edit {
	position: absolute;
	top: 45px;
	right: -5px;
	z-index: 1;
}
.submit-wall-comment{position: absolute;margin-top: 8px;margin-left: 0px;}
.posts-section {
    width: 100%;
    max-width: 550px;margin: auto;
}
.post{
	display: inline-block;
	width: 95%;
	border-radius:25px;padding:5px;margin-bottom:15px;
	-webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
/*.post img:hover{transform: scale(1.1);}*/
.post-top{
	float: left;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #0d0925;
	position: relative;
	padding: 5px 5px 5px 5px;
}
.post-content{
	float: left;
	width: 100%;
	/* min-height: 320px; */
	text-align: left;
	overflow: hidden;
	/* padding: 0 15px 15px 15px; */
	/* padding-bottom: 5px; */
	/* border-bottom: 1px solid #e5e5e5; */
}
.post-description{
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	padding: 0px 15px;
}
.post-content img{width:auto;max-width:100%;margin: auto;border-radius: 6px;display:block;margin:auto;cursor: pointer; transition: transform .2s; }
.post-footer{
	float: left;
	text-align: left;
	width: 100%;
	padding: 5px 10px;
	padding-top: 0px;
}
.post-input-form{
	display: table;
	width: 100%;
	margin-bottom: 5px;
	z-index: 1;
}
.post-input{
	display: inline-block;
	position: relative;
	background: #fff;
	border: 1px solid white;
    border-bottom: none;
	/* border-radius: 15px; */
	box-shadow: 1px 1px 1px #ddd;
	transition: height 0.2s linear;
}
.post-upload-photo {
	width: 35px;
}
.post-upload-photo img {
	display: inline-block;
	width: 25px; 
}
.post-message {
	width: 35px;
}
.post-message .message-button {
	display: inline-block;
	margin: 2px 10px;
	margin-left: 10px;
    margin-right: 4px;
	font-size: 22px;
}
.media-comment-index{word-break: break-word;background: #F0F1F3;border-radius: 10px;padding: 10px;}
.moderation-toggles-sm{position: absolute;top: 35px;left: 5px;width:90px;z-index: 100;background: rgba(255,255,255,0.5);right: 17px;}
.contain-moderation-status{background: rgba(255,255,255,0.5);right: 2px;font-weight: normal;font-size: 12px;text-align: right;float: right;display: inline;}
#SelfieWallPage .pointer{cursor: pointer !important;}
.thumb-helper{display: inline-block;height: 100%;vertical-align: middle;max-width: 0px;margin-left: -5px;}
.media-post-pic{border-radius: 50%;display: inline-block; width: 40px; height: 40px;margin-right: 5px;margin-top: 0px;}
.media-comment-form{display: inline-block;width: 91%;margin-top: 8px;z-index: 1;}
.post-helper{display: inline-block;height: 100%;vertical-align: middle;max-width: 0px;margin-left: -5px;}
#SelfieWallPage  .container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.cropper-wrap-container{
	max-width: 400px;max-height:450px;width: 340px;height: 450px;
}
.cropper-outer-contain{
	width: 100%; padding-bottom: 50px; position: relative;text-align: center;
	/* height: 50px; */
}
.style-less-link{
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0), 0 0 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0), 0 0 0px rgba(0, 0, 0, 0.0) inset;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.0), 0 0 0px rgba(0, 0, 0, 0.0);width: 30px !important;height: 30px !important;
}
.custom-side-input-right label{float: left;margin-top: 5px;font-size: 13px;}
.custom-side-input-left label{float: right;margin-top: 2px;}
.lighslider_move_left:hover{
	color:rgb(25, 120, 228);cursor: pointer;
}
.lighslider_move_right:hover{
	color:rgb(25, 120, 228);cursor: pointer;
}
.swiperWall-container {
	position: relative;
	margin: 0 auto;
	background-color: black;
	overflow: hidden;
	width: 50%;
	height: 100vh;
}
@media (max-width: 768px) {
	.swiperWall-container {
		width: 100vw;
	}
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
}
.swiper-slide img {
    width: auto;
    height: auto;
}

.panzoom-container {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.panzoom-container>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.gallery-media{
	height: 420px  !important;
	vertical-align: middle  !important;
	background: transparent  !important;
	box-shadow: none  !important;
}

.cropper-comp-actions{
	margin-top: 15px;
	display: flex;
	flex-direction: row;
}

#SelfieWallPage .input-required-error {
	border-color: red;
	border-width: 2px;
}