.tile:hover >
	.tile-image {
		background: #000;
		opacity: 0.6;
	}

.tile-wrapp {
	margin-bottom: 16px;
	padding:0 8px 0 8px !important;
}
.tile {
	background: #323232;
	min-height: 100%;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	z-index: 0;
}
.tile-image {
	height: 160px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.tile-image img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
img[src="empty"] {
	visibility: hidden;
}
.tour-name-div {
	color: #fff;
	padding: 12px;
}
.tour-name-div span {
	font-size: 17px;
	font-family: Roboto;
	font-weight: bold;
	display: block;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-height: 20px;
}
.toolbar-icons {
	transform: scale(0.45);
	display: block;
	position: relative;
	top: -3px;
}
.gallery-toolbar {
	padding: 0 12px 12px 12px;
	position: relative;
}
.tour-name-div span a {
	color: #fff !important;
	position: relative;
	z-index: 1;
}
.tour-name-div span a:hover{
	color:  #fff !important;
}
.wrapp-tour-icon {
	display: inline-block;
	background: #1d1d1d;
	border-radius: 2px;
	height: 18px;
}
.wrapp-tour-icon:hover {
	background: #000;
}
.tour-share {
	background-image:url('../../../../html/theViewer/content/main-page/share-tour.png');
	width:23px;
	height: 24px;
	pointer-events: none;
}
.tour-menu {
	background-image:url('../../../../html/theViewer/content/main-page/edit-tour.png');
	width:25px;
	height:25px;
}
.wrapp-switch {
	display: inline-block;
	vertical-align: super;
	float: right;
}
.wrapp-switch label {
	margin: 0;
	padding-right: 5px;
}

/* Slider input */
.switch {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 15px;
	vertical-align: middle;
}
.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch > input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
	background: #1b6e25;
}
.switch > input:visited + .slider {
	background: #1b6e25;
}

/* .switch > .checked + span .dot{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.switch > .checked + span .dot{
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
	background:red;
} */
.switch > input:checked + .slider label {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.switch > input + .slider label {
	-webkit-transform: translateX(19px);
	-ms-transform: translateX(19px);
	transform: translateX(19px);
}
.switch > input:checked + span{
	background: #1d1d1d;
}
.switch > input + span{
	background: #00a651;
}
.sliderOff {
	color: #878787 !important;
	font-weight: 400;
}
.sliderOn {
	color: #fff !important;
	font-weight: 400;
}
.dot {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	bottom: 2px;
	background-color: #FFF;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider.round {
	border-radius: 10px;
}

.slider .dot {
	border-radius: 50%;
}
/* End of slider */

.switch-description {
	font-size: 12px;
	font-family: Roboto;
	font-weight: normal;
	color: #878787;
}
.share-hidden {
	display: none;
}
.share-links-detail {
	
}
.share-links-footer {
	
}
.share-links-first li {
	cursor: pointer;
}
.share-links-overlay-back, .share-links-overlay-close {
	cursor: pointer;
}
.share-links-overlay-back {
	float: left;
	color: #878787;
	text-align: right;
	padding: 16px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.share-links-overlay-back::before {
	content:'';
	background:url(../../../../html/theViewer/content/main-page/back-layer.png) no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	transform: scale(0.4);
	position: relative;
	top: -3px;
}
.share-links-overlay-close {
	color: #878787;
	text-align: right;
	padding: 5px 10px;
	position: absolute;
	right:0;
	bottom:0;
}
.share-links-overlay-close::after {
	content:'';
	background:url(../../../../html/theViewer/content/main-page/close-layer.png) no-repeat;
	width: 24px;
	height: 24px;
	float: right;
	transform: scale(0.4);
	position: relative;
	top: -3px;
}
.share-links-overlay {
	z-index: 1;
	background: #000;
	position: absolute;
	cursor: default;
	bottom:-260px;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: bottom 0.3s ease-in-out;
	-moz-transition: bottom 0.3s ease-in-out;
	-ms-transition: bottom 0.3s ease-in-out;
	-o-transition: bottom 0.3s ease-in-out;
	transition: bottom 0.3s ease-in-out;
}
.share-links-overlay-slide {
	bottom: 0;
}
.share-links-overlay span {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.share-links-overlay ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.share-links-overlay ul li {
	border-bottom: solid rgba(255,255,255,0.2) 1px;
	padding: 6px 16px 6px 6px;
	color: #FFF;
	text-align: left;
}
.share-overlay {
	position: absolute;
    background: #000000de;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0px;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    line-height: 28px;
}
 /* share link icons */
.share-links-overlay-sl::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/share-magic-link.png) no-repeat;
	width: 40px;
	height: 20px;
	display: inline-block;
	float: left;
	transform: scale(0.5);
	position: relative;
	top: -1px;
}
.share-links-overlay-sl::after {
	content: 'Web browser';
	float: right;
	color: #878787;
	text-overflow: ellipsis;
	position: absolute;
	right: 15px;
	top: 7px;
}
	/* magic link icons */
.share-links-overlay-ml::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/share-magic-link.png) no-repeat;
	width: 40px;
	height: 20px;
	display: inline-block;
	float: left;
	transform: scale(0.5);
	position: relative;
	top: -1px;
}
.share-links-overlay-ml::after {
	content: 'Web browser and mobile app';
	float: right;
	color: #878787;
	text-overflow: ellipsis;
	position: absolute;
	right: 15px;
	top: 7px;
} 
	/* magic code icons */
.share-links-overlay-mc::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/share-magic-code.png) no-repeat;
	width: 40px;
	height: 25px;
	display: inline-block;
	float: left;
	transform: scale(0.5);
	position: relative;
	top: -3px;
}
.share-links-overlay-mc::after {
	content: 'Send, paste and do magic';
	float: right;
	color: #878787;
	text-overflow: ellipsis;
	position: absolute;
	right: 15px;
	top: 7px;
} 
	/* share embedIFrame icons */
.share-links-overlay-embedIframe::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/share-embed.png) no-repeat;
	width: 40px;
	height: 25px;
	display: inline-block;
	float: left;
	transform: scale(0.5);
	position: relative;
	top: -3px;
}
.share-links-overlay-embedIframe::after {
	content: 'IFrame code';
	float: right;
	color: #878787;
	text-overflow: ellipsis;
	position: absolute;
	right: 15px;
	top: 7px;
} 
	/* share embedJS icons */
.share-links-overlay-embedJs::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/share-embed.png) no-repeat;
	width: 40px;
	height: 25px;
	display: inline-block;
	float: left;
	transform: scale(0.5);
	position: relative;
	top: -3px;
}
.share-links-overlay-embedJs::after {
	content: 'JS code';
	float: right;
	color: #878787;
	text-overflow: ellipsis;
	position: absolute;
	right: 15px;
	top: 7px;
}
.share-links-overlay-qrcode::before {
	content: '';
	background: url(../../../../html/theViewer/content/qr_cod_icon.svg) no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	transform: scale(0.7);
	position: relative;
	top: -3px;
	margin-left: 7px;
	margin-right: 8px;
}
.share-links-overlay-qrcode::after {
	content: 'QR code';
	float: right;
	color: #878787;
	text-overflow: ellipsis;
}
.share-links-gallery-name {
	color: #fff;
	padding: 8px 0 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.promoteGalleryClass::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/release-tour.png) 0px 1px no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.copyGalleryClass::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/duplicate-tour.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.settingsGalleryClass::before{
	content: '';
	background: url(../../../../html/theViewer/content/main-page/settings-tour-black.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 18px;
	vertical-align: sub;
	margin-right: 4px;
}
.archiveGalleryClass::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/archive.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.unarchiveGalleryClass::before{
	content: '';
	background: url(../../../../html/theViewer/content/main-page/unarchive.png) no-repeat;
	width: 16px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
}
.editGalleryClass::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/edit-tour-black.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.removeGalleryClass::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/delete-tour.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.extractGalleryClass::before {
	content: '';
	background: url(../../../../html/theViewer/content/main-page/close-layer.png) no-repeat;
	width: 20px;
	height: 17px;
	display: inline-block;
	background-size: 15px;
	vertical-align: middle;
	margin-right: 4px;
}
.galleryMenuDiv .unlinkGalleryClass::before {
	content:'';
	background: url(../../../../../../html/thePortal_v0.2/content/layout/unlink_icon.svg) 5px;
}
.gallery-label-release {
	background: #000;
	border-radius: 21px;
	padding: 2px 10px;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	top: 8px;
	right: 10px;
}
.logo-container-project {
	color: #fff;
	padding: 0px 30px;
	font-size: 20px;
}
.view-count{
	color: white;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 10px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
}

.like-count{
	color: white;
	position: absolute;
	right: 5px;
	top: 35px;
	border-radius: 10px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.5);
}
.share-links-div {
	width: 100%;
	min-height: auto;
	position: absolute;
	z-index: 2;
}
.share-links-text-area-container {
	position:relative;
}
.share-links-copy-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 2;
}
.share-link-item-title {
	text-align: center;
	color: #878787;
	padding: 15px 20px;
	min-height: 100px;
	overflow-x: hidden;
	position: relative;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.share-link-item-title::-webkit-scrollbar{
	width: 3px;
	background-color:#000;
}
.share-link-item-title::-webkit-scrollbar-track {
	background-color:#000
}
.share-link-item-title::-webkit-scrollbar-thumb {
	background-color:#fff;border-radius:16px;border:4px solid #fff
}

.share-link-copy-button {
	background: #00a651e6;
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	line-height: 300%;
	cursor: pointer;
	color: #fff;
}