::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

  ::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .6);
}

.page-template-single-object-php
{
	overflow: hidden;
}

.page-template-single-object-php .main-header,
.page-template-single-object-php .footer
{
	display: none !important;
}

div#main.viewer
{
	background-color: #787878;
	overflow: visible;
}

.viewer .tools,
.viewer .description
{
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0;
	right: 0;
	background-color: white;
}

.viewer .tools
{
	top: 0;
}

.viewer .description
{
	height: 420px;
	bottom: -340px;
	padding: 20px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;    
    transition: all .2s linear;
    z-index: 100;
}
.viewer .description.move { bottom: 0px; }


.viewer .description .title
{
	width: 70%;
	margin: 0;
	padding-bottom: 20px;
	color: black;
	font-family: 'FuturaLT-Book', Arial, Verdana;
    font-size: 26px;
    line-height: 38px;
    font-size: 2.6rem;
    line-height: 3.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;    
    transition: all .2s linear;
}
.viewer .description.move .title { white-space: normal; }

.viewer .description .cta
{
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 30px;
	color: #6c493d;
    font-size: 20px;
    line-height: 20px;
    font-size: 2rem;
    line-height: 2rem;
	text-align: center;
	background-color: #f0f0f0;
}

.viewer .description .cta span
{
	cursor: pointer;
}

.viewer .description .wrapper-scrollable
{
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
	overflow: auto;
}

.viewer .description .wrapper-content
{
	width: calc( 100% - 120px );
	font-family: 'FuturaLT-Book', Arial, Verdana;
}

.viewer .description .wrapper-socials
{
	width: 100%;
	height: auto;
}

.viewer .description span.icon
{
	border: 2px solid #6c493d;
	border-radius: 25px;
	padding: 8px 15px 8px 17px;
}

.viewer .description span.icon-arrow-down-long,
.viewer .description span.icon-arrow-up
{
	border: 2px solid #6c493d;
	border-radius: 25px;
	padding: 8px;
}

.viewer .description p
{
	margin-bottom: 30px;
	color: black;
    font-size: 17px;
    line-height: 20px;
    font-size: 1.7rem;
    line-height: 2rem;
}

.viewer .description p.text
{
	max-height: 80px;
	overflow-y: auto;
	padding-right: 30px;
}

.viewer .description p a
{
	color: black;
	text-decoration: underline;
}

.viewer .description .database
{
	width: calc( 100% - 100px );
	display: block;
	margin-bottom: 10px;
	padding: 15px 25px;
	color: #6c493d;
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
	background: #f0f0f0;
	border: 2px solid #f0f0f0;
}

.viewer .description .database:hover
{
	background: white;
}

.viewer .description .social-list
{
	width: calc( 100% - 100px );
	height: 50px;
	float: left;
}

.viewer .description .social-list > li 
{
	width: 33.333%;
	margin: 0;
	text-align: center;
	background: #6c493d;
	overflow: hidden;
}

.viewer .description .social-list > li:first-child
{
	display: none;
}

.viewer .description .social-list > li a
{
	width: 100%;
	padding: 15px 20px;
	color: white;
	text-decoration: none;
}

.viewer .description .social-list > li a:hover
{
	background: #5f443b;
}

.viewer .description .credit
{
	font-style: normal;
}

@media all and (min-width: 768px) {

	.viewer .description .title
	{
	    font-size: 30px;
	    line-height: 30px;
	    font-size: 3rem;
	    line-height: 3rem;
	}

	.viewer .description .social-list
	{
		width: 300px;
	}

	.viewer .description .database
	{
		width: 225px;
	}

	.viewer .description .social-list > li
	{
		width: 25%;
	}

	.viewer .description p.text
	{
		overflow-y: auto;
		height: 80px;
	}
}

@media all and (min-width: 1025px) {

	.viewer .description
	{
		height: 280px;
		bottom: -200px;
		padding: 30px 40px;
	}

	.viewer .description.move { bottom: 0px; }

	.viewer .description .wrapper-content
	{
		width: 60%;
	}

	.viewer .description .wrapper-socials
	{
		width: 270px;
		position: absolute;
		bottom: 40px;
		right: 140px;
	}

	.viewer .description .database
	{
		width: 100%;
	}

	.viewer .description .social-list
	{
		float: none;
	}

	.viewer .description .social-list > li:first-child
	{
		display: inline-block;
	}
}


/* Overwrite Zoomer default styles */

.viewer .zoom-viewer
{ 
	position: fixed;
	top: 80px;
	bottom: 80px;
	left: 0;
	right: 0;
}



.zoomer-next,
.zoomer-previous
{
	width: 100px;
	height: 80px;
	padding-top: 22px;
	color: black;
    font-size: 36px;
    line-height: 36px;
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    background-color: #f0f0f0;
    border: none;
    border-radius: 0;
}

.zoomer-previous
{
	position: absolute;
	top: 0;
	right: 161px;
}

.zoomer-next
{
	position: absolute;
	top: 0;
	right: 100px;
}

.zoomer-previous.zoomer-disabled,
.zoomer-next.zoomer-disabled
{
	color: #ddd !important;
}

.smooth_zoom_preloader
{
	background-color: #787878 !important;
}


.tools .close
{
	width: 100px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	right: 0;
	padding-top: 20px;
	color: white;
	font-size: 34px;
	line-height: 34px;
	font-size: 3.4rem;
	line-height: 3.4rem;
	text-align: center;
	cursor: pointer;
	background-color: black;
}

.noSel div:last-child
{
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 30;
}

.controlsContainer
{
	z-index: 100;
}

.controlsContainer #_mr,
.controlsContainer #_ml,
.controlsContainer #_mu,
.controlsContainer #_md,
.controlsContainer #_rs
{
	display: none;
}

.controlsContainer #_zi,
.controlsContainer #_zo
{
	width: 40px;
	height: 40px;
	display: block;
	padding: 5px;
	color: #6c493d;
	font-size: 20px;
	line-height: 20px;
	font-size: 2rem;
	line-height: 2rem;
	border: 2px solid #6c493d;
	border-radius: 25px;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}

.controlsContainer #_zi { position: absolute; top: 20px; left: 40px; }
.controlsContainer #_zo { position: absolute; top: 20px; left: 100px; }
.controlsContainer #_rs { position: absolute; top: 20px; left: 160px; }





@media all and (min-width: 768px) {

	.viewer .zoomer .zoomer-controls span.zoomer-next,
	.viewer .zoomer .zoomer-controls span.zoomer-previous
	{
		width: 100px;
	}

	.zoomer-previous
	{
		position: absolute;
		top: 0;
		right: 201px;
	}
}