

/*---:[ Slideshows ]:---*/

.slideshow-wrapper {
	margin: 0 0 20px 0 !important;
	position: relative;
}

.slideshow-content {
	display: none;
}

.loaded .slideshow-content {
	display: block;
}

.static-slide {
	background: #fff;
	display: block;
}

.loaded .static-slide {
/*	display: none;*/
	visibility: hidden;
}


.portfolio-slideshow {
	margin: 0 !important;
	overflow: hidden;

}

.loaded .portfolio-slideshow {
/*	-webkit-transition: height 80ms ease;*/
}

.portfolio-slideshow img {
	border-radius: 4px;
	display: block;
	margin: 0 auto !important;
	max-width: 100%;
}


.slideshow-wrapper #psprev0,
.slideshow-wrapper #psnext0,
.slideshow-wrapper #psprev1,
.slideshow-wrapper #psnext1 {
	background: url(https://www.collectorsweekly.com/assets/slideshow-left.png) no-repeat 0 center;
	margin: 0;
	opacity: 0.5;
	outline: 0 none !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 95%;
	width: 120px;
	z-index: 3;
	-webkit-transition: all 350ms ease;
}

/* RIGHT */
.slideshow-wrapper #psnext0,
.slideshow-wrapper #psnext1 {
	background: url(https://www.collectorsweekly.com/assets/slideshow-right.png) no-repeat right center;
	left: auto;
	right: 0;
}

/* HOVER */
.slideshow-wrapper #psprev0:hover,
.slideshow-wrapper #psnext0:hover,
.slideshow-wrapper #psprev1:hover,
.slideshow-wrapper #psnext1:hover {
	opacity: 1;
	}

#blog-middle .slideshow-description p {
	color: #888;
	font: 12px/16px arial,"helvetica neue",sans-serif;
/*	margin: 5px 0 0 0 !important;*/
	/* causes weird onload jump */
	padding: 0;
	text-align: center;
}

.slideshow-wrapper .pager {
	padding: 5px 0 0 0;
}

.slideshow-wrapper .pager a {
	color: #222;
	font: 600 13px/18px arial,"helvetica neue",sans-serif;
	outline: 0 none;
}

.slideshow-wrapper .pager .numbers a.activeSlide {
	border: 0 none;
	color: #ccc;
	text-decoration: none;
}

/* sweet dropcap */
.slideshow-wrapper + p:first-letter,
p.dropcap:first-letter {
	float: left;
	font-size: 75px;
	font-weight: 400;
	line-height: 56px;
	margin: 5px 0 0 -2px;
	padding: 0 8px 0 0;
}






/* default portfolio stuff */
/* clean this up later... */

.slideshow-wrapper {
	display: block;
	margin: 0 0 10px 0;
}

.showloader .slideshow-content, .showloader .slideshow-nav, .showloader .pager  {
	visibility: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

* html .clearfix {
	zoom: 1
}

*:first-child+html .clearfix {
	zoom: 1
}

.slideshow-wrapper .inactive {
	opacity: .2;
	filter: alpha(opacity=0);
	cursor: default
}

.slideshow-wrapper p {
	margin: 10px 0!important
}

.slideshow-content img {
	margin: 0;
	border: none!important;
	padding: 0!important;
	max-width: none;
}

.fluid.ps-fade .slideshow-content img {
	max-width: 100%!important;
	width: auto;
	height: auto
}

.portfolio-slideshow {
	margin: 10px 0 0;
	z-index: 1!important;
	clear: both
}

.centered .portfolio-slideshow {
	margin: 10px auto 0;
	text-align: center
}

.ps-fade .slideshow-content {
	width: 100%
}

.slideshow-content {
	margin: 0 0 0 0
}

.slideshow-nav {
	margin-top: 5px;
	overflow: visible;
	line-height: 15px;
	height: 17px;
}

.centered .slideshow-nav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

/* Slideshow icons */

.graphical .psp-icon, .pscarousel .psp-icon, .bullets .psp-icon {
	margin-right:10px;
	line-height: 1.2em;
	display: inline;	
	vertical-align: middle;
}
	
.graphical .psp-icon:before, .pscarousel .psp-icon:before, .bullets .psp-icon:before { 
	font-family: 'IcoMoonRegular';
	margin-right: 5px;
	content: attr(data-icon);
	color: #888888;	
}
  
.graphical .psp-icon:hover, .pscarousel .psp-icon:hover, .bullets .psp-icon:hover {
	opacity: .7;
	filter: alpha(opacity = 70);
}	

.graphical .psp-icon-replace, .pscarousel .psp-icon-replace, .bullets .psp-icon-replace {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	min-width: 1em;
}

.graphical .psp-icon-replace:before, .pscarousel .psp-icon-replace:before, .bullets .psp-icon-replace:before {
	position: absolute;
	left: 0;  /* Firefox needs to be explicit here */
	top: 0;
	text-indent: 0;
}

.slideshow-wrapper .thumb-toggles a {
	display: none;
}

.slideshow-wrapper a.show.active, .slideshow-wrapper a.hide.active {
	display: inline-block;
}

.graphical .psp-toggle {
	width: 20px;
	font-size: 17px;
	margin-top: -1px;
}

.graphical .activate-fullscreen {
	font-size: 13px;
	margin: -5px 20px 0 10px;
}

.graphical a {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.graphical a:hover {
	text-decoration: none !important;
}

.pscarousel .psp-icon {
	font-size: 24px;
	-webkit-transform: scaleY(1.3);
	-moz-transform: scaleY(1.3);
	-ms-transform: scaleY(1.3);
	-o-transform: scaleY(1.3);
	transform: scaleY(1.3);
}

.bullets .psp-icon {
	font-size: 36px;
}

/* End icons */ 

.pager {
	clear: both;
}

.bullets {
	margin-top: 10px
}

.slideshow-nav a {
	text-decoration: none;
	color: #444
}

.slideshow-nav a:hover, .slideshow-nav a:focus{
	text-decoration: underline;
}

.slideshow-nav a.pause,.slideshow-nav a.play,.slideshow-nav a.restart,.slideshow-nav a.new {
	margin: 0 20px 0 0
}

.slideshow-nav.graphical {
	line-height: .8em;
	height: 16px;
}

.slideshow-nav a.slideshow-prev {
	margin: 0 10px 0 0
}

.slideshow-nav a.slideshow-next {
	margin: 0 20px 0 10px
}

.slideshow-wrapper .not-first {
	display: none
}

.slideshow-wrapper .pscarousel img {
	border: none!important;
	padding: 0!important;
	margin: 0!important;
	max-width: none!important;
}

.slideshow-wrapper .pager img {
	opacity: .5;
	filter: alpha(opacity=50);
	display:inline;
	clear: none;
	float:left;
}

.slideshow-wrapper .pager img.activeSlide {
	opacity: 1;
	filter: alpha(opacity=100)
}

.slideshow-wrapper .pager img:hover {
	cursor: pointer
}

.slideshow-wrapper.centered .pager {
	overflow: hidden
}

.slideshow-wrapper.centered .psthumbs .pager {
	display: inline-block;
}

.slideshow-wrapper .psthumbs .pager.proportional img {
	float: none;
}

.slideshow-wrapper.centered .psthumbs .pager div {
 float: left;
}

.slideshow-wrapper.centered.psp-ie .psthumbs .pager.proportional {
 width: 100%;
}

.slideshow-wrapper.centered .psthumbs .pager.proportional div {
 float: none;
}

.slideshow-wrapper.centered .bullets,.slideshow-wrapper.centered .numbers {
	position: relative;
	float: left;
	left: 50%
}

.slideshow-wrapper.centered .psp-titles {
	text-align: center;
}

.psp-no-click a {
	cursor: default;
}

.slideshow-wrapper .numbers {
	margin-top: 5px
}

.slideshow-wrapper .numbers a {
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0;
	text-decoration: none
}

.slideshow-wrapper.centered .numbers a {
	float: left;
	position: relative;
	right: 50%
}

.slideshow-wrapper .numbers a.activeSlide {
	text-decoration: underline
}

.psp-titles {
	margin: 0;
}

.psp-titles li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
}

.psp-titles a {
	text-decoration: none;
	color: #444444;
}

.psp-titles a.activeSlide {
	text-decoration: underline;
}

.slideshow-wrapper .bullets {
	margin-left: -14px;
}

.slideshow-wrapper.centered .bullets {
	margin-left: 0px;
}

.bullets .bullet {
	display: block;
	float: left;
	margin: 0 -10px 5px 0;
	height: 12px;
	line-height: 12px;
	padding: 0;
}

.slideshow-wrapper .bullet:last-child {
	margin-right: 0
}

.slideshow-wrapper.centered .bullet {
	position: relative;
	right: 50%
}

.bullets .activeSlide {
	opacity: .6;
	filter: alpha(opacity = 60);
}

.slideshow-wrapper .toggle-thumbs {
	display: none
}

.slideshow-wrapper.toggle-open .toggle-thumbs {
	display: block;
}

.psthumbs {
    display: table;
    width: 100%;
    margin: 15px auto 0;
}

.centered .psthumbs {
    text-align: center;
    width: auto;
} 

.psthumbs .pager div {
    display: table-cell;
    display: inline;
}

.psthumbs img {
	vertical-align: middle;
}

.slideshow-info {
	font-size: .9em;
	margin-left: 20px;
}

.psp-ie .slideshow-info {
	line-height: 1.3em;
}


.graphical a.inactive:hover {
	opacity: .2
	filter: alpha(opacity = 20);
}

.graphical .sep {
	display: none
}

.hidden {
	visibility: hidden;
}

.scrollable {
	position: relative;
	margin: -10px 0 0 0;
	overflow: hidden;
	float: left
}

.pscarousel {
	margin: 10px 0;
}

.pscarousel .navi {
	display: none;
}

.centered .pscarousel {
	margin: 10px auto 0;
	position: relative
}

.scrollable .items {
	width: 20000em!important;
	position: absolute
}

.scrollable .items div {
	float: left
}

a.browse {
	text-decoration: none;
	cursor:  pointer;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.deactivated .browse {
	visibility: hidden;
}

a.prev.browse.left {
	float: left;
	margin: 0;
	padding: 0;
	left: -21px;
}

a.prev.browse.left.disabled,a.next.browse.right.disabled {
	visibility: hidden
}

a.next.browse.right {
	float: right;
	left: 32px;
	margin: 0;
	text-align: left;
}

.fancygrid.toggle-open .slideshow-content, .fancygrid.toggle-open .slideshow-nav  {
	display: none;
}

.fancygrid.toggle-open .portfolio-slideshow {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.fancygrid.toggle-open .toggle-thumbs {
	display: block !important;
}

.fancygrid .pager img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	float: none;
}

.popup-viewer {
	 font-family: Helvetica, sans-serif;
	 font-size: 13px;
	 color: #444;
	 margin: 15px 25px;
}

 /* photoswipe nav */ 
 .ps-text-nav .activate-fullscreen {
 	margin-left: 15px;
 }

/* Example styles to float the pager to the left */

.pager-left .portfolio-slideshow {
     clear: none;
     display:inline-block;
     width: 500px !important;
} 

.pager-left .psthumbs {
    width: 170px;
    float: left;
    display: inline;
}

.pager-left .psthumbs img {
	width: 70px;
}

/* Force hide of Photoswipe captions */
div.ps-caption-content {
	display: none !important;
}
