.pageTitleImageLightBox{
	color: #fff;
	padding-left: 24px;
	text-transform: capitalize;
	font-weight: bold;
}
.thumbnail {
	width: 175px;
}

body.lg-on .main {
    display: none;
}

.lg-fullscreen-on .lg-toolbar.lg-group span {
	font-size: 28px;
	margin-right: 0px;
	margin-top: 28px;
}

.lg-fullscreen-on span#lg-actual-size {
	font-size: 27px;
}


@media only screen and (min-width: 769px) {
	.fullConatinerButton{
		width: 50%;
		position: absolute;
		min-height: 100%;
		top: 0;
		bottom: 0px;
	}
	.fullConatinerLeft{
		right: 0;
		float: right;
	}
	.fullConatinerRight{
		left: 0;
		float: left;
	} 
	
	
}


@media only screen and (min-width: 768px) and (orientation: portrait) {
	.lg-toolbar.lg-group {
	}

	.lg-toolbar.lg-group span {
		font-size: 78px;
		margin-right: 49px;
		margin-top: 28px;
	}

	span#lg-actual-size {
		font-size: 58px;
	}
	.lg-actions {
		display: none;
	}	
	.lg-actions .lg-next.lg-icon {
		display: none;
	}

	.lg-actions .lg-prev.lg-icon {
		display: none;
	}
	body.lg-on {
		overflow: hidden;
	}
	body.lg-on .main{
		pointer-events: none;
		overflow: hidden;
		display:none;
	}
}