@font-face {
    font-family:'icomoon';
    src: url('icomoon.eot');
    src: url('icomoon.eot?#iefix') format('embedded-opentype'),
         url('icomoon.woff') format('woff'),
         url('icomoon.ttf') format('truetype'),
         url('icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.slideshow-wrapper {
	display: block;
     margin: 22px 0 0 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 {
	clear:both;
	margin: 10px 0!important;
	font-size:10px;
	position:relative;
	top:110px;
}

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

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


.portfolio-slideshow {

	margin: 0 0 0 175px;
	z-index: 1!important;
	max-width:700px;
	max-height:380px;
}


.centered .portfolio-slideshow {
	
	margin: 10px auto 0;
	text-align: right;
	max-width:700px;
}

.centered .meta-content {
	clear: both;
	text-align: right;
	position:relative;
	top:300px;
}

.slideshow-wrapper p {

	margin: -100px 0 0 0!important;
	font-size:10px;
	}


.slideshow-meta, .meta-content  {
	position:relative;
	top:110px;
	width: 100% !important;
	text-align: right;
}

.slideshow-content {
	max-width: 700px;
}

.slideshow-content {
	margin: -30px 0 7px 0;
	vertical-align:top;
	
}

.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-block;	
	vertical-align: middle;
	color: #888888;	
}
	
.graphical .psp-icon:before, .pscarousel .psp-icon:before, .bullets .psp-icon:before { 
	font-family: 'icomoon';
	font-weight:100;
	margin-right: 5px;
	content: attr(data-icon);
}
  
.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: 2px;
	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: 12px;
	font-weight:100;
	
	-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;
	width:100px;
	height:100px;
}

.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;
	position:relative;
	top:400px;
	left:-300px;
	z-index:9999;
}


@media only screen and (min-width: 280px) and (max-width: 600px) {
	
	.portfolio-slideshow {

	margin: 0;
	z-index: 1!important;
	max-width:100%;
	max-height:100%;
}


.pscarousel {
	margin: 10px 0;
position:relative;
left:20px;
	
}}

.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;
}

.ps-prev.browse {
	float: left;
	margin: -20px 0 0 0 ;
	padding: 0;
	left: -18px;
}

.ps-prev.browse.disabled,.ps-next.disabled {
	visibility: hidden
}

.ps-next.browse {
	float: right;
	left: 17px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: left;
	
}


.fancygrid.toggle-open .slideshow-content,
.fancygrid.toggle-open .slideshow-nav {
    display: none;
}
 
.fancygrid.toggle-open .toggle-thumbs {
	display: block !important;
}

.fancygrid.toggle-open .slideshow-meta {
	display: none;
}

.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;
}	

/* Repsonsive Videos */

.fluid .ps-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.fluid .ps-video-wrapper iframe,  
.fluid .ps-video-wrapper object,  
.fluid .ps-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
