.eventgallery-subcategories .item-container
{
	box-sizing: border-box;
	float: left;
	moz-box-sizing: border-box;
	padding: 5px;
	webkit-box-sizing: border-box;
	width: 25%;
}
.eventgallery-subcategories .content
{
	position: relative;
}
.eventgallery-subcategories .content .data
{
	background-color: rgba(0,0,0,.4);
	bottom: 0;
	box-sizing: border-box;
	color: #ddd;
	left: 0;
	max-height: 100%;
	padding: 10px;
	position: absolute;
	text-align: center;
	transition: all .5s;
	width: 100%;
}
.eventgallery-subcategories .content:hover .data
{
	background-color: rgba(0,0,0,.7);
	color: #fff;
}
#events .error
{
	border: 5px solid red;
}
#events .thumbnail>img
{
	display: inline;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
#events .item-container
{
	padding: 5px;
	width: 33.3333333%;
}
#events .item,#events .item-container
{
	box-sizing: border-box;
	float: left;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
#events .item
{
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5);
	cursor: hand;
	margin: 0;
	margin-bottom: 0;
	moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5);
	padding: 0;
	webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.5);
	width: 100%;
}
#events .item a
{
	text-decoration: none;
}
#events .item .content
{
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#events .item .content .data
{
	background-color: rgba(0,0,0,.3);
	bottom: 0;
	color: #ddd;
	moz-transition: all .5s;
	ms-transition: all .5s;
	opacity: .8;
	o-transition: all .5s;
	position: absolute;
	transition: all .5s;
	webkit-transition: all .5s;
	width: 100%;
	z-index: 222;
}
.eventgallery-category-headline, .displayname {
	padding: 0px 5px;
}
.eventgallery-category-content, .event .text {
    padding: 0px 5px;
    font-family: arial;
    letter-spacing: 0.1px;
}
#events .item .content:hover .data
{
	background-color: rgba(0,0,0,.7);
	color: #eee;
	opacity: 1;
}
#events .item .content .images
{
	font-size: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#events .item .content .images img
{
	background-size: 100% 100%;
	height: auto;
	opacity: 1;
	width: 100%;
}
#events .item .content:hover .images img
{
	opacity: 1;
}
#events .item .content .thumbnails img
{
	margin: 0;
	padding: 0;
}
#events .item h2
{
	font-size: 1em;
}
#events .item h3
{
	font-size: .9em;
}
#events .item .date
{
	font-size: .7em;
	font-weight: 700;
	height: 18px;
	margin: 0 10px;
}
#events .item .title
{
	epub-hyphens: auto;
	font-size: 1.2em;
	hyphens: auto;
	margin: 0 10px;
	min-height: 60px;
	moz-hyphens: auto;
	ms-hyphens: auto;
	o-hyphens: auto;
	overflow: auto;
	webkit-hyphens: auto;
	word-break: break-all;
	word-wrap: break-word;
}
#events .item .eventhits,#events .item .imagecount,#events .item .overallCount,#events .item .text
{
	font-size: .8em;
	font-weight: 700;
	margin: 0 10px;
	    font-family: arial;
    letter-spacing: 0.1px;
}
#events .item .eventhits,#events .item .imagecount
{
	float: left;
}
#events .item .thumbnail
{
	margin-top: 0;
}
.eventgallery-tiles-list .eventgallery-tiles
{
	margin-left: -3px;
	margin-right: -3px;
	position: relative;
}
.eventgallery-tiles-list .eventgallery-tile
{
	box-sizing: border-box;
	float: left;
	margin: 0;
	moz-box-sizing: border-box;
	padding: 6px;
	visibility: hidden;
	webkit-box-sizing: border-box;
	width: 33.33%;
}
.eventgallery-tiles-list .eventgallery-tile .wrapper
{
	border: 0 solid silver;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
	margin: 0;
	moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
	padding: 0;
	webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.33);
}
.eventgallery-tiles-list .eventgallery-tile .event-thumbnails
{
	line-height: 0;
	position: relative;
}
.eventgallery-tiles-list .eventgallery-tile a
{
	text-decoration: none;
}
.eventgallery-tiles-list .wrapper .data
{
	epub-hyphens: auto;
	hyphens: auto;
	moz-hyphens: auto;
	ms-hyphens: auto;
	o-hyphens: auto;
	padding: 10px;
	webkit-hyphens: auto;
	word-break: break-all;
	word-wrap: break-word;
}
.eventgallery-tiles-list .eventgallery-tile .data .eventhits,.eventgallery-tiles-list .eventgallery-tile .data .imagecount
{
	float: left;
	padding-right: 10px;
}
.eventgallery-tiles-list .eventgallery-tile img
{
	border-radius: 3px 3px 0 0;
}
.eventgallery-square-list .eventgallery-square
{
	box-sizing: border-box;
	float: left;
	margin: 0;
	moz-box-sizing: border-box;
	padding: .5px;
	webkit-box-sizing: border-box;
	width: 33.33%;
}
.eventgallery-square-list .eventgallery-square .event-thumbnails
{
	line-height: 0;
}
.eventgallery-simplelist-tile
{
	box-sizing: border-box;
	float: left;
	margin: 0;
	moz-box-sizing: border-box;
	padding: 6px;
	visibility: hidden;
	webkit-box-sizing: border-box;
	width: 25%;
}
.eventgallery-simplelist
{
	margin-left: -12px;
	margin-right: 0;
	position: relative;
}
.eventgallery-simplelist .event-thumbnails
{
	position: relative;
}
.eventgallery-simplelist .event-thumbnails .event-thumbnail
{
	display: inline-block;
}
.eventgallery-simplelist div.thumbnail-container .button-cart-connector,.eventgallery-simplelist div.thumbnail-container .eventgallery-add2cart
{
	bottom: 12px;
	left: 10px;
	width: 32px;
}
.eventgallery-imagelist .thumbnail-container .content
{
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	height: 100%;
	left: 0;
	line-height: 14px;
	moz-box-sizing: border-box;
	moz-transition: all .5s;
	ms-transition: all .5s;
	opacity: 0;
	o-transition: all .5s;
	padding: 8px;
	position: absolute;
	transition: all .5s;
	webkit-box-sizing: border-box;
	webkit-transition: all .5s;
	width: 100%;
	z-index: 1;
}
.eventgallery-imagelist .thumbnail-container:active .content,.eventgallery-imagelist .thumbnail-container:hover .content
{
	opacity: 1;
}
.eventgallery-imagelist .thumbnail-container .content .data
{
	background-color: transparent;
	box-sizing: border-box;
	height: 100%;
	moz-box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	webkit-box-sizing: border-box;
	width: 100%;
}
.eventgallery-imagelist .thumbnail-container:hover .content .data
{
	background-color: rgba(0,0,0,.7);
}
.eventgallery-imagelist .thumbnail-container .content .data h2
{
	background-color: hsla(0,0%,100%,0);
	left: 0;
	margin: 5px 0;
	moz-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	padding: 10px 0;
	position: relative;
	top: -100%;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
	    font-size: 16px;
    color: #fff !important;
}
.eventgallery-imagelist .thumbnail-container:hover .content .data h2
{
	background-color: hsla(0,0%,100%,.5);
	top: 0;
}
.eventgallery-imagelist .thumbnail-container:hover .content .eventgallery-caption
{
    margin-top: 10px;
    font-family: arial;
    letter-spacing: 0.1px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding: 0px 10px;
}
.ajaxpaging .navigation
{
	border-width: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.ajaxpaging #pageContainer
{
	moz-transition: margin 1s ease-in-out;
	ms-transition: margin 1s ease-in-out;
	o-transition: margin 1s ease-in-out;
	transition: margin 1s ease-in-out;
	webkit-transition: margin 1s ease-in-out;
	width: 60000px;
}
.ajaxpaging #pagerContainer
{
	margin-right: 0;
	width: 100%;
}
.ajaxpaging .page
{
	float: left;
	margin-bottom: 10px;
	min-height: 130px;
	width: 500px;
}
.ajaxpaging .thumbnail a
{
	font-size: 0;
	line-height: 0;
	outline: none;
}
.ajaxpaging .thumbnail
{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px;
}
.ajaxpaging .thumbnail:hover
{
	border-color: gray;
}
.ajaxpaging .thumbnail img
{
	border: 2px solid #fff;
	moz-transition: border-color .5s;
	ms-transition: border-color .5s;
	o-transition: border-color .5s;
	transition: border-color .5s;
	webkit-transition: border-color .5s;
}
.ajaxpaging .thumbnail-active img
{
	border: 2px solid gray;
	padding: 0;
}
.ajaxpaging .thumbnail-loading img
{
	opacity: .25;
}
.ajaxpaging pre
{
	background-color: #333;
	border: 1px solid #fff;
	padding: 5px;
}
.ajaxpaging .thumbnail div img
{
	margin: 22px;
}
.ajaxpaging .image
{
	max-height: 800px;
	width: auto;
}
.ajaxpaging #bigimageContainer
{
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.ajaxpaging #bigimageContainer .link:hover
{
	background-color: transparent;
}
.ajaxpaging #bigImage
{
	max-height: 800px;
	width: auto;
}
.ajaxpaging #prev
{
	float: left;
}
.ajaxpaging #next
{
	float: right;
}
.ajaxpaging #count
{
	margin: auto;
	width: 100%;
}
.ajaxpaging .img_overlay
{
	background: #000;
	bottom: 15px;
	color: #fff;
	filter: alpha(opacity=74);
	left: 10px;
	opacity: .74;
	position: absolute;
	width: 100%;
}
.ajaxpaging .img_overlay,.ajaxpaging .img_overlay_fotos
{
	font-variant: small-caps;
	line-height: 1.1em;
	text-align: center;
}
.ajaxpaging .img_overlay_fotos
{
	bottom: 10px;
	filter: alpha(opacity=64);
	left: 0;
	opacity: .64;
	padding-top: 5px;
}
.ajaxpaging .jsgallery-prev
{
	background: url(1c6a5e9bec5bbe091b52f6e3cafbfb58.png) no-repeat left 50%;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 63px;
}
.ajaxpaging .jsgallery-zoom
{
	background: url(840cbff07ad46905bb59817b0142aa6d.png) no-repeat 50% 50%;
	display: block;
	height: 100%;
	left: 70px;
	position: absolute;
	top: 0;
	width: 80%;
}
.ajaxpaging .jsgallery-next
{
	background: url(7b41f865d37515abacc0879e14d53146.png) no-repeat right 50%;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 63px;
}
.ajaxpaging .jsgallery-add2cart,.ajaxpaging .jsgallery-cartconnector
{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}
.ajaxpaging .jsgallery-socialmedia
{
	display: block;
	left: 10px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	z-index: 999;
}
#singleimage .singleimage
{
	background-image: url(b5e24db8f84eb4eac09c88f804f36df2.gif);
	background-position: 30% 10px;
	background-repeat: no-repeat;
	min-height: 400px;
	width: 100%;
}
#singleimage .thumbnail>img
{
	background-size: 100% auto;
	display: inline;
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
#singleimage .hits
{
	display: inline;
	position: relative;
	top: -4px;
}
#singleimage .from
{
	font-size: .8em;
	margin-bottom: 10px;
}
#singleimage .details .content
{
	padding: 10px;
}
#singleimage .details
{
	padding-top: 10px;
}
#singleimage .filename
{
	text-align: right;
	width: 100%;
}
.latestpics a
{
	display: block;
}
.latestpic
{
	padding-bottom: 3px;
	padding-top: 3px;
}
.eventgallery-lazyme
{
	moz-transition: opacity .2s 1s ease-out;
	ms-transition: opacity .2s 1s ease-out;
	o-transition: opacity .2s 1s ease-out;
	transition: opacity .2s ease-out 1s;
	webkit-transition: opacity .2s ease-out 1s;
}
.eventgallery-lazyload-loaded
{
	opacity: 1;
}
.eventgallery-lazyload-loading
{
	opacity: 0;
}
.cart-item .lineitem-comment-hidden
{
	display: none;
}
.cart-item .lineitem-comment textarea
{
	width: 100%;
}
.imagetypeselection-container .imageset .price
{
	font-weight: 700;
}
.imagetypeselection-container .input-append .qty
{
	text-align: center;
	width: 30px;
}
.imagetypeselection-container .qtyminus,.imagetypeselection-container .qtyplus
{
	height: 25px;
	width: 25px;
}
.imagetypeselection-container .pricedisplay .scaleprices
{
	margin-bottom: 0;
}
.imagetypeselection-container .pricedisplay .scaleprices td,.imagetypeselection-container .pricedisplay .scaleprices th
{
	border-width: 0;
	padding-left: 0;
	padding-top: 0;
}
.imagetypeselection .row-fluid
{
	width: 100%;
}
.imagetypeselection .row-fluid:after,.imagetypeselection .row-fluid:before
{
	content: "";
	display: table;
	line-height: 0;
}
.imagetypeselection .row-fluid:after
{
	clear: both;
}
.imagetypeselection .span3
{
	box-sizing: border-box;
	display: block;
	float: left;
	min-height: 30px;
	moz-box-sizing: border-box;
	padding: 5px 0;
	webkit-box-sizing: border-box;
	width: 25%;
}
.imagetypeselection .pull-right
{
	float: right;
}
.imagetypeselection .input-append
{
	display: inline-block;
	font-size: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: middle;
	white-space: nowrap;
}
.imagetypeselection .input-append button,.imagetypeselection .input-append input
{
	box-sizing: border-box;
	font-size: 14px;
	height: 30px;
	line-height: 18px;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
}
.imagetypeselection .input-append button
{
	padding: 6px 12px;
}
.imagetypeselection .input-append input
{
	display: inline-block;
	min-width: 50px;
	position: relative;
	vertical-align: top;
}
.imagetypeselection .btn
{
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
}
@media (max-width:767px)
{
	.imagetypeselection .span3
	{
		display: block;
		min-height: 30px;
		padding: 0;
		width: 100%;
	}
}
#eventgallery-overlay
{
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	padding: 10px;
	webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	z-index: 10002;
}
#eventgallery-overlay .btn-close-overlay
{
	background: none;
	border: none;
	float: right;
	padding: 5px;
}
#eventgallery-overlay .btn-close-overlay:hover
{
	color: darkred;
}
#eventgallery-overlay-background
{
	background: #000;
	height: 100%;
	left: 0;
	opacity: .5;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}
.pswp .social-share-button-close
{
	display: none;
}
.pswp .pswp__share-tooltip a:hover
{
	color: grey;
}
.pswp button.pswp__button--add2cart,.pswp button.pswp__button--playpause
{
	background: none;
	color: #fff!important;
	display: block;
	height: 44px;
	width: 44px;
}
.pswp button.pswp__button--add2cart:before
{
	content: "\F217";
	font: normal normal normal 21px/1 EGFontAwesome;
}
.pswp .pswp__button--playpause.play:before
{
	content: "\F04B";
	font: normal normal normal 16px/1 EGFontAwesome;
}
.pswp .pswp__button--playpause.pause:before
{
	content: "\F04C";
	font: normal normal normal 16px/1 EGFontAwesome;
}
.pswp .pswp_hide
{
	display: none!important;
}
.pswp .img-caption,.pswp .img-exif,.pswp .img-id
{
	display: block;
}
@media (max-height:450px)
{
	.pswp--touch div.pswp__share-tooltip a
	{
		padding: 8px;
	}
}
.pagination-limitbox .clear
{
	clear: both;
}
.img-caption,.img-exif,.img-id
{
	font-variant: normal;
	font-weight: 400;
	padding: 0 10px;
}
.img-caption
{
	display: block;
}
#cboxLoadedContent .img-exif,#cboxLoadedContent .img-id
{
	display: block;
	font-size: .9em;
}
#cboxLoadedContent .img-caption,#cboxLoadedContent .img-exif,#cboxLoadedContent .img-id
{
	padding: 5px 0 0;
}
.img-caption-part1
{
	display: block;
	font-weight: 700;
	padding-bottom: 10px;
}
.ajaxpaging #thumbs .thumbnail img,.cart-items .cart-item img,.thumbnail .eventgallery-lazyme
{
	max-width: 4000px!important;
}
#event .thumbnails .thumbnail img,.cart-item .thumbnail img,.event .thumbnails .thumbnail img
{
	margin: 0!important;
}
.thumbnail-container a
{
	width: auto;
}
.thumbnails .thumbnail-container
{
	float: left;
	position: relative;
}
.thumbnails .thumbnail
{
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 3px;
}
.button-removeFromCart .egfa,div.thumbnail-container .eventgallery-add2cart .egfa,div.thumbnail-container .social-share-button .egfa
{
	color: #fff;
	text-shadow: -.5px -.5px #666,-.5px -.5px #666,-.5px -.5px #666,-.5px -.5px #666;
}
.button-removeFromCart .egfa
{
	color: #ff4500;
}
.eventgallery-ajaxcart
{
	display: none;
}
.eventgallery-ajaxcart-internal
{
	margin-bottom: 20px;
	padding: 10px;
}
.eventgallery-ajaxcart .cart-items-container
{
	height: 90px;
	min-height: 90px;
	overflow: hidden;
}
.eventgallery-ajaxcart .toggle-down,.eventgallery-ajaxcart .toggle-up
{
	display: none;
	text-align: right;
}
.eventgallery-ajaxcart .cart-items img,.eventgallery-cart .cart-items img,.eventgallery-checkout .cart-items img
{
	height: 48px;
	width: 48px;
}
.eventgallery-ajaxcart .cart-items .cart-item
{
	float: left;
	margin-bottom: 10px;
	margin-right: 24px;
	margin-top: 10px;
	position: relative;
}
.eventgallery-ajaxcart .cart-items .cart-item .badge
{
	position: absolute;
	right: -5px;
	top: -5px;
}
.eventgallery-ajaxcart .cart-items .cart-item .button-removeFromCart
{
	bottom: 5px;
	position: absolute;
	right: -2px;
	text-decoration: none;
}
.eventgallery-ajaxcart .cart-items .cart-summary
{
	float: left;
	width: 100%;
}
.eventgallery-ajaxcart .cart-items .thumbnail
{
	margin-bottom: 9px;
	padding: 4px;
}
.eventgallery-cart .cart-items table,.eventgallery-checkout .cart-items table
{
	width: 100%;
}
.eventgallery-cart .cart-form,.eventgallery-checkout .checkout-form
{
	margin-top: 20px;
}
.eventgallery-cart fieldset,.eventgallery-checkout fieldset
{
	margin-bottom: 20px;
	padding: 0;
}
.eventgallery-cart .cart-items .image,.eventgallery-checkout .cart-items .image
{
	float: left;
	margin-right: 20px;
}
.eventgallery-cart .cart-items .information,.eventgallery-checkout .cart-items .information
{
	float: left;
}
.eventgallery-cart .cart-items .information input,.eventgallery-checkout .cart-items .information .quantity
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.eventgallery-cart .cart-items .information select,.eventgallery-checkout .cart-items .information .imagetype-details .displayname
{
	margin-bottom: 10px;
}
.eventgallery-cart .cart-items .price,.eventgallery-checkout .cart-items .price
{
	float: right;
}
.eventgallery-cart .cart-items .imagetype-details span,.eventgallery-checkout .cart-items .imagetype-details span
{
	display: block;
}
.eventgallery-cart .cart-summary div.subtotal,.eventgallery-checkout .cart-summary div.subtotal
{
	border-top: 1px solid silver;
	position: relative;
	text-align: right;
	width: 100%;
}
.eventgallery-cart .cart-summary div.total,.eventgallery-checkout .cart-summary div.total
{
	border-top: 3px double silver;
	margin-top: 10px;
	position: relative;
	text-align: right;
	width: 100%;
}
.eventgallery-cart .cart-summary div.surcharge,.eventgallery-checkout .cart-summary div.surcharge
{
	margin-top: 10px;
	position: relative;
	text-align: right;
	width: 100%;
}
.eventgallery-cart .cart-summary .subtotal-headline,.eventgallery-checkout .cart-summary .subtotal-headline
{
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0;
	margin-top: 1em;
	position: absolute;
	right: 150px;
	top: 0;
}
.eventgallery-cart .cart-summary .total-headline,.eventgallery-checkout .cart-summary .total-headline
{
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 0;
	margin-top: 1em;
	position: absolute;
	right: 150px;
	top: 0;
}
.eventgallery-cart .cart-summary .surcharge-headline,.eventgallery-checkout .cart-summary .surcharge-headline
{
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	right: 150px;
	top: 0;
}
.eventgallery-cart .cart-summary span.subtotal,.eventgallery-checkout .cart-summary span.subtotal
{
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 1em;
}
.eventgallery-cart .cart-summary span.total,.eventgallery-checkout .cart-summary span.total
{
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 1em;
}
.eventgallery-cart .cart-summary span.surcharge,.eventgallery-checkout .cart-summary span.surcharge
{
	display: block;
	font-size: 1em;
	line-height: 1em;
	margin-top: 1em;
}
.eventgallery-cart .cart-summary .vat,.eventgallery-checkout .cart-summary .vat
{
	display: block;
	font-size: .7em;
}
.eventgallery-checkout .review-billing-address,.eventgallery-checkout .review-payment,.eventgallery-checkout .review-shipping-address
{
	float: left;
	margin-bottom: 20px;
	width: 32%;
}
@media (max-width:800px)
{
	.eventgallery-checkout .review-billing-address,.eventgallery-checkout .review-payment,.eventgallery-checkout .review-shipping-address
	{
		margin-bottom: 10px;
		width: 100%;
	}
}
.eventgallery-checkout-disclaimer-content
{
	max-width: 600px;
}
.social-sharing-toolbox
{
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	padding: 10px;
	webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	z-index: 10000;
}
.eventgallery-track-my-order .form,.eventgallery-track-my-order .signin
{
	box-sizing: border-box;
	float: left;
	min-width: 350px;
	moz-box-sizing: border-box;
	padding: 20px;
	webkit-box-sizing: border-box;
	width: 50%;
}
.eventgallery-track-my-order .signin
{
	min-width: 250px;
}
.eventgallery-track-my-order .desc
{
	margin-bottom: 20px;
}
@media (max-width:1000px)
{
	.eventgallery-track-my-order .form,.eventgallery-track-my-order .signin
	{
		width: 100%;
	}
}
.eventgallery-footer-disclaimer
{
	margin-top: 20px;
}
.event div.thumbnails,.eventgallery-thumbnails,.mod-eventgallery-event div.thumbnails
{
	margin-left: 0;
}
.eventgallery-module .eventgallery-simplelist .eventgallery-simplelist-tile
{
	padding: 0;
}
.eventgallery-icon-container .button-cart-connector,.eventgallery-icon-container .eventgallery-add2cart,.eventgallery-icon-container .social-share-button
{
	background-color: rgba(0,0,0,.5);
	display: block;
	float: right;
	margin: 2px;
	opacity: .6;
	padding: 3px;
	position: static;
}
.eventgallery-icon-container
{
	bottom: 5px;
	color: #fff;
	font-size: 12px;
	moz-transition: opacity .25s ease-in-out;
	ms-transition: opacity .25s ease-in-out;
	o-transition: opacity .25s ease-in-out;
	position: absolute;
	right: 5px;
	transition: opacity .25s ease-in-out;
	webkit-transition: opacity .25s ease-in-out;
	z-index: 223;
}
.thumbnail-container:hover .eventgallery-icon-container span
{
	opacity: 1;
}
.thumbnail-container .eventgallery-icon-container span:hover
{
	background-color: rgba(0,0,0,.9);
}
a.event-thumbnail
{
	display: inline-block;
	position: relative;
}
@font-face
{
	font-family: EGFontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url(f7c2b4b747b1a225eb8dee034134a1b0.eot);
	src: url(f7c2b4b747b1a225eb8dee034134a1b0.eot?#iefix&v=4.3.0) format("embedded-opentype"),url(97493d3f11c0a3bd5cbd959f5d19b699.woff2) format("woff2"),url(d9ee23d59d0e0e727b51368b458a0bff.woff) format("woff"),url(706450d7bba6374ca02fe167d86685cb.ttf) format("truetype"),url(139e74e298bca37a25d2bd5868552e04.svg#fontawesomeregular) format("svg");
}
.egfa
{
	display: inline-block;
	font: normal normal normal 14px/1 EGFontAwesome;
	font-size: inherit;
	moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	transform: translate(0);
	webkit-font-smoothing: antialiased;
}
.egfa-lg
{
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}
.egfa-2x
{
	font-size: 2em;
}
.egfa-3x
{
	font-size: 3em;
}
.egfa-4x
{
	font-size: 4em;
}
.egfa-5x
{
	font-size: 5em;
}
.egfa-fw
{
	text-align: center;
	width: 1.28571429em;
}
.egfa-ul
{
	list-style-type: none;
	margin-left: 2.14285714em;
	padding-left: 0;
}
.egfa-ul>li
{
	position: relative;
}
.egfa-li
{
	left: -2.14285714em;
	position: absolute;
	text-align: center;
	top: .14285714em;
	width: 2.14285714em;
}
.egfa-li.egfa-lg
{
	left: -1.85714286em;
}
.egfa-border
{
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
.pull-right
{
	float: right;
}
.pull-left
{
	float: left;
}
.egfa.pull-left
{
	margin-right: .3em;
}
.egfa.pull-right
{
	margin-left: .3em;
}
.egfa-spin
{
	animation: fa-spin 2s infinite linear;
	webkit-animation: fa-spin 2s infinite linear;
}
.egfa-pulse
{
	animation: fa-spin 1s infinite steps(8);
	webkit-animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin
{
	0%
	{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	to
	{
		transform: rotate(359deg);
		webkit-transform: rotate(359deg);
	}
}
@keyframes fa-spin
{
	0%
	{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	to
	{
		transform: rotate(359deg);
		webkit-transform: rotate(359deg);
	}
}
.egfa-rotate-90
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	ms-transform: rotate(90deg);
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
}
.egfa-rotate-180
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	ms-transform: rotate(180deg);
	transform: rotate(180deg);
	webkit-transform: rotate(180deg);
}
.egfa-rotate-270
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	ms-transform: rotate(270deg);
	transform: rotate(270deg);
	webkit-transform: rotate(270deg);
}
.egfa-flip-horizontal
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
	ms-transform: scaleX(-1);
	transform: scaleX(-1);
	webkit-transform: scaleX(-1);
}
.egfa-flip-vertical
{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
	ms-transform: scaleY(-1);
	transform: scaleY(-1);
	webkit-transform: scaleY(-1);
}
:root .egfa-flip-horizontal,:root .egfa-flip-vertical,:root .egfa-rotate-90,:root .egfa-rotate-180,:root .egfa-rotate-270
{
	filter: none;
}
.egfa-stack
{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.egfa-stack-1x,.egfa-stack-2x
{
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.egfa-stack-1x
{
	line-height: inherit;
}
.egfa-stack-2x
{
	font-size: 2em;
}
.egfa-inverse
{
	color: #fff;
}
.egfa-glass:before
{
	content: "\F000";
}
.egfa-music:before
{
	content: "\F001";
}
.egfa-search:before
{
	content: "\F002";
}
.egfa-envelope-o:before
{
	content: "\F003";
}
.egfa-heart:before
{
	content: "\F004";
}
.egfa-star:before
{
	content: "\F005";
}
.egfa-star-o:before
{
	content: "\F006";
}
.egfa-user:before
{
	content: "\F007";
}
.egfa-film:before
{
	content: "\F008";
}
.egfa-th-large:before
{
	content: "\F009";
}
.egfa-th:before
{
	content: "\F00A";
}
.egfa-th-list:before
{
	content: "\F00B";
}
.egfa-check:before
{
	content: "\F00C";
}
.egfa-close:before,.egfa-remove:before,.egfa-times:before
{
	content: "\F00D";
}
.egfa-search-plus:before
{
	content: "\F00E";
}
.egfa-search-minus:before
{
	content: "\F010";
}
.egfa-power-off:before
{
	content: "\F011";
}
.egfa-signal:before
{
	content: "\F012";
}
.egfa-cog:before,.egfa-gear:before
{
	content: "\F013";
}
.egfa-trash-o:before
{
	content: "\F014";
}
.egfa-home:before
{
	content: "\F015";
}
.egfa-file-o:before
{
	content: "\F016";
}
.egfa-clock-o:before
{
	content: "\F017";
}
.egfa-road:before
{
	content: "\F018";
}
.egfa-download:before
{
	content: "\F019";
}
.egfa-arrow-circle-o-down:before
{
	content: "\F01A";
}
.egfa-arrow-circle-o-up:before
{
	content: "\F01B";
}
.egfa-inbox:before
{
	content: "\F01C";
}
.egfa-play-circle-o:before
{
	content: "\F01D";
}
.egfa-repeat:before,.egfa-rotate-right:before
{
	content: "\F01E";
}
.egfa-refresh:before
{
	content: "\F021";
}
.egfa-list-alt:before
{
	content: "\F022";
}
.egfa-lock:before
{
	content: "\F023";
}
.egfa-flag:before
{
	content: "\F024";
}
.egfa-headphones:before
{
	content: "\F025";
}
.egfa-volume-off:before
{
	content: "\F026";
}
.egfa-volume-down:before
{
	content: "\F027";
}
.egfa-volume-up:before
{
	content: "\F028";
}
.egfa-qrcode:before
{
	content: "\F029";
}
.egfa-barcode:before
{
	content: "\F02A";
}
.egfa-tag:before
{
	content: "\F02B";
}
.egfa-tags:before
{
	content: "\F02C";
}
.egfa-book:before
{
	content: "\F02D";
}
.egfa-bookmark:before
{
	content: "\F02E";
}
.egfa-print:before
{
	content: "\F02F";
}
.egfa-camera:before
{
	content: "\F030";
}
.egfa-font:before
{
	content: "\F031";
}
.egfa-bold:before
{
	content: "\F032";
}
.egfa-italic:before
{
	content: "\F033";
}
.egfa-text-height:before
{
	content: "\F034";
}
.egfa-text-width:before
{
	content: "\F035";
}
.egfa-align-left:before
{
	content: "\F036";
}
.egfa-align-center:before
{
	content: "\F037";
}
.egfa-align-right:before
{
	content: "\F038";
}
.egfa-align-justify:before
{
	content: "\F039";
}
.egfa-list:before
{
	content: "\F03A";
}
.egfa-dedent:before,.egfa-outdent:before
{
	content: "\F03B";
}
.egfa-indent:before
{
	content: "\F03C";
}
.egfa-video-camera:before
{
	content: "\F03D";
}
.egfa-image:before,.egfa-photo:before,.egfa-picture-o:before
{
	content: "\F03E";
}
.egfa-pencil:before
{
	content: "\F040";
}
.egfa-map-marker:before
{
	content: "\F041";
}
.egfa-adjust:before
{
	content: "\F042";
}
.egfa-tint:before
{
	content: "\F043";
}
.egfa-edit:before,.egfa-pencil-square-o:before
{
	content: "\F044";
}
.egfa-share-square-o:before
{
	content: "\F045";
}
.egfa-check-square-o:before
{
	content: "\F046";
}
.egfa-arrows:before
{
	content: "\F047";
}
.egfa-step-backward:before
{
	content: "\F048";
}
.egfa-fast-backward:before
{
	content: "\F049";
}
.egfa-backward:before
{
	content: "\F04A";
}
.egfa-play:before
{
	content: "\F04B";
}
.egfa-pause:before
{
	content: "\F04C";
}
.egfa-stop:before
{
	content: "\F04D";
}
.egfa-forward:before
{
	content: "\F04E";
}
.egfa-fast-forward:before
{
	content: "\F050";
}
.egfa-step-forward:before
{
	content: "\F051";
}
.egfa-eject:before
{
	content: "\F052";
}
.egfa-chevron-left:before
{
	content: "\F053";
}
.egfa-chevron-right:before
{
	content: "\F054";
}
.egfa-plus-circle:before
{
	content: "\F055";
}
.egfa-minus-circle:before
{
	content: "\F056";
}
.egfa-times-circle:before
{
	content: "\F057";
}
.egfa-check-circle:before
{
	content: "\F058";
}
.egfa-question-circle:before
{
	content: "\F059";
}
.egfa-info-circle:before
{
	content: "\F05A";
}
.egfa-crosshairs:before
{
	content: "\F05B";
}
.egfa-times-circle-o:before
{
	content: "\F05C";
}
.egfa-check-circle-o:before
{
	content: "\F05D";
}
.egfa-ban:before
{
	content: "\F05E";
}
.egfa-arrow-left:before
{
	content: "\F060";
}
.egfa-arrow-right:before
{
	content: "\F061";
}
.egfa-arrow-up:before
{
	content: "\F062";
}
.egfa-arrow-down:before
{
	content: "\F063";
}
.egfa-mail-forward:before,.egfa-share:before
{
	content: "\F064";
}
.egfa-expand:before
{
	content: "\F065";
}
.egfa-compress:before
{
	content: "\F066";
}
.egfa-plus:before
{
	content: "\F067";
}
.egfa-minus:before
{
	content: "\F068";
}
.egfa-asterisk:before
{
	content: "\F069";
}
.egfa-exclamation-circle:before
{
	content: "\F06A";
}
.egfa-gift:before
{
	content: "\F06B";
}
.egfa-leaf:before
{
	content: "\F06C";
}
.egfa-fire:before
{
	content: "\F06D";
}
.egfa-eye:before
{
	content: "\F06E";
}
.egfa-eye-slash:before
{
	content: "\F070";
}
.egfa-exclamation-triangle:before,.egfa-warning:before
{
	content: "\F071";
}
.egfa-plane:before
{
	content: "\F072";
}
.egfa-calendar:before
{
	content: "\F073";
}
.egfa-random:before
{
	content: "\F074";
}
.egfa-comment:before
{
	content: "\F075";
}
.egfa-magnet:before
{
	content: "\F076";
}
.egfa-chevron-up:before
{
	content: "\F077";
}
.egfa-chevron-down:before
{
	content: "\F078";
}
.egfa-retweet:before
{
	content: "\F079";
}
.egfa-shopping-cart:before
{
	content: "\F07A";
}
.egfa-folder:before
{
	content: "\F07B";
}
.egfa-folder-open:before
{
	content: "\F07C";
}
.egfa-arrows-v:before
{
	content: "\F07D";
}
.egfa-arrows-h:before
{
	content: "\F07E";
}
.egfa-bar-chart-o:before,.egfa-bar-chart:before
{
	content: "\F080";
}
.egfa-twitter-square:before
{
	content: "\F081";
}
.egfa-facebook-square:before
{
	content: "\F082";
}
.egfa-camera-retro:before
{
	content: "\F083";
}
.egfa-key:before
{
	content: "\F084";
}
.egfa-cogs:before,.egfa-gears:before
{
	content: "\F085";
}
.egfa-comments:before
{
	content: "\F086";
}
.egfa-thumbs-o-up:before
{
	content: "\F087";
}
.egfa-thumbs-o-down:before
{
	content: "\F088";
}
.egfa-star-half:before
{
	content: "\F089";
}
.egfa-heart-o:before
{
	content: "\F08A";
}
.egfa-sign-out:before
{
	content: "\F08B";
}
.egfa-linkedin-square:before
{
	content: "\F08C";
}
.egfa-thumb-tack:before
{
	content: "\F08D";
}
.egfa-external-link:before
{
	content: "\F08E";
}
.egfa-sign-in:before
{
	content: "\F090";
}
.egfa-trophy:before
{
	content: "\F091";
}
.egfa-github-square:before
{
	content: "\F092";
}
.egfa-upload:before
{
	content: "\F093";
}
.egfa-lemon-o:before
{
	content: "\F094";
}
.egfa-phone:before
{
	content: "\F095";
}
.egfa-square-o:before
{
	content: "\F096";
}
.egfa-bookmark-o:before
{
	content: "\F097";
}
.egfa-phone-square:before
{
	content: "\F098";
}
.egfa-twitter:before
{
	content: "\F099";
}
.egfa-facebook-f:before,.egfa-facebook:before
{
	content: "\F09A";
}
.egfa-github:before
{
	content: "\F09B";
}
.egfa-unlock:before
{
	content: "\F09C";
}
.egfa-credit-card:before
{
	content: "\F09D";
}
.egfa-rss:before
{
	content: "\F09E";
}
.egfa-hdd-o:before
{
	content: "\F0A0";
}
.egfa-bullhorn:before
{
	content: "\F0A1";
}
.egfa-bell:before
{
	content: "\F0F3";
}
.egfa-certificate:before
{
	content: "\F0A3";
}
.egfa-hand-o-right:before
{
	content: "\F0A4";
}
.egfa-hand-o-left:before
{
	content: "\F0A5";
}
.egfa-hand-o-up:before
{
	content: "\F0A6";
}
.egfa-hand-o-down:before
{
	content: "\F0A7";
}
.egfa-arrow-circle-left:before
{
	content: "\F0A8";
}
.egfa-arrow-circle-right:before
{
	content: "\F0A9";
}
.egfa-arrow-circle-up:before
{
	content: "\F0AA";
}
.egfa-arrow-circle-down:before
{
	content: "\F0AB";
}
.egfa-globe:before
{
	content: "\F0AC";
}
.egfa-wrench:before
{
	content: "\F0AD";
}
.egfa-tasks:before
{
	content: "\F0AE";
}
.egfa-filter:before
{
	content: "\F0B0";
}
.egfa-briefcase:before
{
	content: "\F0B1";
}
.egfa-arrows-alt:before
{
	content: "\F0B2";
}
.egfa-group:before,.egfa-users:before
{
	content: "\F0C0";
}
.egfa-chain:before,.egfa-link:before
{
	content: "\F0C1";
}
.egfa-cloud:before
{
	content: "\F0C2";
}
.egfa-flask:before
{
	content: "\F0C3";
}
.egfa-cut:before,.egfa-scissors:before
{
	content: "\F0C4";
}
.egfa-copy:before,.egfa-files-o:before
{
	content: "\F0C5";
}
.egfa-paperclip:before
{
	content: "\F0C6";
}
.egfa-floppy-o:before,.egfa-save:before
{
	content: "\F0C7";
}
.egfa-square:before
{
	content: "\F0C8";
}
.egfa-bars:before,.egfa-navicon:before,.egfa-reorder:before
{
	content: "\F0C9";
}
.egfa-list-ul:before
{
	content: "\F0CA";
}
.egfa-list-ol:before
{
	content: "\F0CB";
}
.egfa-strikethrough:before
{
	content: "\F0CC";
}
.egfa-underline:before
{
	content: "\F0CD";
}
.egfa-table:before
{
	content: "\F0CE";
}
.egfa-magic:before
{
	content: "\F0D0";
}
.egfa-truck:before
{
	content: "\F0D1";
}
.egfa-pinterest:before
{
	content: "\F0D2";
}
.egfa-pinterest-square:before
{
	content: "\F0D3";
}
.egfa-google-plus-square:before
{
	content: "\F0D4";
}
.egfa-google-plus:before
{
	content: "\F0D5";
}
.egfa-money:before
{
	content: "\F0D6";
}
.egfa-caret-down:before
{
	content: "\F0D7";
}
.egfa-caret-up:before
{
	content: "\F0D8";
}
.egfa-caret-left:before
{
	content: "\F0D9";
}
.egfa-caret-right:before
{
	content: "\F0DA";
}
.egfa-columns:before
{
	content: "\F0DB";
}
.egfa-sort:before,.egfa-unsorted:before
{
	content: "\F0DC";
}
.egfa-sort-desc:before,.egfa-sort-down:before
{
	content: "\F0DD";
}
.egfa-sort-asc:before,.egfa-sort-up:before
{
	content: "\F0DE";
}
.egfa-envelope:before
{
	content: "\F0E0";
}
.egfa-linkedin:before
{
	content: "\F0E1";
}
.egfa-rotate-left:before,.egfa-undo:before
{
	content: "\F0E2";
}
.egfa-gavel:before,.egfa-legal:before
{
	content: "\F0E3";
}
.egfa-dashboard:before,.egfa-tachometer:before
{
	content: "\F0E4";
}
.egfa-comment-o:before
{
	content: "\F0E5";
}
.egfa-comments-o:before
{
	content: "\F0E6";
}
.egfa-bolt:before,.egfa-flash:before
{
	content: "\F0E7";
}
.egfa-sitemap:before
{
	content: "\F0E8";
}
.egfa-umbrella:before
{
	content: "\F0E9";
}
.egfa-clipboard:before,.egfa-paste:before
{
	content: "\F0EA";
}
.egfa-lightbulb-o:before
{
	content: "\F0EB";
}
.egfa-exchange:before
{
	content: "\F0EC";
}
.egfa-cloud-download:before
{
	content: "\F0ED";
}
.egfa-cloud-upload:before
{
	content: "\F0EE";
}
.egfa-user-md:before
{
	content: "\F0F0";
}
.egfa-stethoscope:before
{
	content: "\F0F1";
}
.egfa-suitcase:before
{
	content: "\F0F2";
}
.egfa-bell-o:before
{
	content: "\F0A2";
}
.egfa-coffee:before
{
	content: "\F0F4";
}
.egfa-cutlery:before
{
	content: "\F0F5";
}
.egfa-file-text-o:before
{
	content: "\F0F6";
}
.egfa-building-o:before
{
	content: "\F0F7";
}
.egfa-hospital-o:before
{
	content: "\F0F8";
}
.egfa-ambulance:before
{
	content: "\F0F9";
}
.egfa-medkit:before
{
	content: "\F0FA";
}
.egfa-fighter-jet:before
{
	content: "\F0FB";
}
.egfa-beer:before
{
	content: "\F0FC";
}
.egfa-h-square:before
{
	content: "\F0FD";
}
.egfa-plus-square:before
{
	content: "\F0FE";
}
.egfa-angle-double-left:before
{
	content: "\F100";
}
.egfa-angle-double-right:before
{
	content: "\F101";
}
.egfa-angle-double-up:before
{
	content: "\F102";
}
.egfa-angle-double-down:before
{
	content: "\F103";
}
.egfa-angle-left:before
{
	content: "\F104";
}
.egfa-angle-right:before
{
	content: "\F105";
}
.egfa-angle-up:before
{
	content: "\F106";
}
.egfa-angle-down:before
{
	content: "\F107";
}
.egfa-desktop:before
{
	content: "\F108";
}
.egfa-laptop:before
{
	content: "\F109";
}
.egfa-tablet:before
{
	content: "\F10A";
}
.egfa-mobile-phone:before,.egfa-mobile:before
{
	content: "\F10B";
}
.egfa-circle-o:before
{
	content: "\F10C";
}
.egfa-quote-left:before
{
	content: "\F10D";
}
.egfa-quote-right:before
{
	content: "\F10E";
}
.egfa-spinner:before
{
	content: "\F110";
}
.egfa-circle:before
{
	content: "\F111";
}
.egfa-mail-reply:before,.egfa-reply:before
{
	content: "\F112";
}
.egfa-github-alt:before
{
	content: "\F113";
}
.egfa-folder-o:before
{
	content: "\F114";
}
.egfa-folder-open-o:before
{
	content: "\F115";
}
.egfa-smile-o:before
{
	content: "\F118";
}
.egfa-frown-o:before
{
	content: "\F119";
}
.egfa-meh-o:before
{
	content: "\F11A";
}
.egfa-gamepad:before
{
	content: "\F11B";
}
.egfa-keyboard-o:before
{
	content: "\F11C";
}
.egfa-flag-o:before
{
	content: "\F11D";
}
.egfa-flag-checkered:before
{
	content: "\F11E";
}
.egfa-terminal:before
{
	content: "\F120";
}
.egfa-code:before
{
	content: "\F121";
}
.egfa-mail-reply-all:before,.egfa-reply-all:before
{
	content: "\F122";
}
.egfa-star-half-empty:before,.egfa-star-half-full:before,.egfa-star-half-o:before
{
	content: "\F123";
}
.egfa-location-arrow:before
{
	content: "\F124";
}
.egfa-crop:before
{
	content: "\F125";
}
.egfa-code-fork:before
{
	content: "\F126";
}
.egfa-chain-broken:before,.egfa-unlink:before
{
	content: "\F127";
}
.egfa-question:before
{
	content: "\F128";
}
.egfa-info:before
{
	content: "\F129";
}
.egfa-exclamation:before
{
	content: "\F12A";
}
.egfa-superscript:before
{
	content: "\F12B";
}
.egfa-subscript:before
{
	content: "\F12C";
}
.egfa-eraser:before
{
	content: "\F12D";
}
.egfa-puzzle-piece:before
{
	content: "\F12E";
}
.egfa-microphone:before
{
	content: "\F130";
}
.egfa-microphone-slash:before
{
	content: "\F131";
}
.egfa-shield:before
{
	content: "\F132";
}
.egfa-calendar-o:before
{
	content: "\F133";
}
.egfa-fire-extinguisher:before
{
	content: "\F134";
}
.egfa-rocket:before
{
	content: "\F135";
}
.egfa-maxcdn:before
{
	content: "\F136";
}
.egfa-chevron-circle-left:before
{
	content: "\F137";
}
.egfa-chevron-circle-right:before
{
	content: "\F138";
}
.egfa-chevron-circle-up:before
{
	content: "\F139";
}
.egfa-chevron-circle-down:before
{
	content: "\F13A";
}
.egfa-html5:before
{
	content: "\F13B";
}
.egfa-css3:before
{
	content: "\F13C";
}
.egfa-anchor:before
{
	content: "\F13D";
}
.egfa-unlock-alt:before
{
	content: "\F13E";
}
.egfa-bullseye:before
{
	content: "\F140";
}
.egfa-ellipsis-h:before
{
	content: "\F141";
}
.egfa-ellipsis-v:before
{
	content: "\F142";
}
.egfa-rss-square:before
{
	content: "\F143";
}
.egfa-play-circle:before
{
	content: "\F144";
}
.egfa-ticket:before
{
	content: "\F145";
}
.egfa-minus-square:before
{
	content: "\F146";
}
.egfa-minus-square-o:before
{
	content: "\F147";
}
.egfa-level-up:before
{
	content: "\F148";
}
.egfa-level-down:before
{
	content: "\F149";
}
.egfa-check-square:before
{
	content: "\F14A";
}
.egfa-pencil-square:before
{
	content: "\F14B";
}
.egfa-external-link-square:before
{
	content: "\F14C";
}
.egfa-share-square:before
{
	content: "\F14D";
}
.egfa-compass:before
{
	content: "\F14E";
}
.egfa-caret-square-o-down:before,.egfa-toggle-down:before
{
	content: "\F150";
}
.egfa-caret-square-o-up:before,.egfa-toggle-up:before
{
	content: "\F151";
}
.egfa-caret-square-o-right:before,.egfa-toggle-right:before
{
	content: "\F152";
}
.egfa-eur:before,.egfa-euro:before
{
	content: "\F153";
}
.egfa-gbp:before
{
	content: "\F154";
}
.egfa-dollar:before,.egfa-usd:before
{
	content: "\F155";
}
.egfa-inr:before,.egfa-rupee:before
{
	content: "\F156";
}
.egfa-cny:before,.egfa-jpy:before,.egfa-rmb:before,.egfa-yen:before
{
	content: "\F157";
}
.egfa-rouble:before,.egfa-rub:before,.egfa-ruble:before
{
	content: "\F158";
}
.egfa-krw:before,.egfa-won:before
{
	content: "\F159";
}
.egfa-bitcoin:before,.egfa-btc:before
{
	content: "\F15A";
}
.egfa-file:before
{
	content: "\F15B";
}
.egfa-file-text:before
{
	content: "\F15C";
}
.egfa-sort-alpha-asc:before
{
	content: "\F15D";
}
.egfa-sort-alpha-desc:before
{
	content: "\F15E";
}
.egfa-sort-amount-asc:before
{
	content: "\F160";
}
.egfa-sort-amount-desc:before
{
	content: "\F161";
}
.egfa-sort-numeric-asc:before
{
	content: "\F162";
}
.egfa-sort-numeric-desc:before
{
	content: "\F163";
}
.egfa-thumbs-up:before
{
	content: "\F164";
}
.egfa-thumbs-down:before
{
	content: "\F165";
}
.egfa-youtube-square:before
{
	content: "\F166";
}
.egfa-youtube:before
{
	content: "\F167";
}
.egfa-xing:before
{
	content: "\F168";
}
.egfa-xing-square:before
{
	content: "\F169";
}
.egfa-youtube-play:before
{
	content: "\F16A";
}
.egfa-dropbox:before
{
	content: "\F16B";
}
.egfa-stack-overflow:before
{
	content: "\F16C";
}
.egfa-instagram:before
{
	content: "\F16D";
}
.egfa-flickr:before
{
	content: "\F16E";
}
.egfa-adn:before
{
	content: "\F170";
}
.egfa-bitbucket:before
{
	content: "\F171";
}
.egfa-bitbucket-square:before
{
	content: "\F172";
}
.egfa-tumblr:before
{
	content: "\F173";
}
.egfa-tumblr-square:before
{
	content: "\F174";
}
.egfa-long-arrow-down:before
{
	content: "\F175";
}
.egfa-long-arrow-up:before
{
	content: "\F176";
}
.egfa-long-arrow-left:before
{
	content: "\F177";
}
.egfa-long-arrow-right:before
{
	content: "\F178";
}
.egfa-apple:before
{
	content: "\F179";
}
.egfa-windows:before
{
	content: "\F17A";
}
.egfa-android:before
{
	content: "\F17B";
}
.egfa-linux:before
{
	content: "\F17C";
}
.egfa-dribbble:before
{
	content: "\F17D";
}
.egfa-skype:before
{
	content: "\F17E";
}
.egfa-foursquare:before
{
	content: "\F180";
}
.egfa-trello:before
{
	content: "\F181";
}
.egfa-female:before
{
	content: "\F182";
}
.egfa-male:before
{
	content: "\F183";
}
.egfa-gittip:before,.egfa-gratipay:before
{
	content: "\F184";
}
.egfa-sun-o:before
{
	content: "\F185";
}
.egfa-moon-o:before
{
	content: "\F186";
}
.egfa-archive:before
{
	content: "\F187";
}
.egfa-bug:before
{
	content: "\F188";
}
.egfa-vk:before
{
	content: "\F189";
}
.egfa-weibo:before
{
	content: "\F18A";
}
.egfa-renren:before
{
	content: "\F18B";
}
.egfa-pagelines:before
{
	content: "\F18C";
}
.egfa-stack-exchange:before
{
	content: "\F18D";
}
.egfa-arrow-circle-o-right:before
{
	content: "\F18E";
}
.egfa-arrow-circle-o-left:before
{
	content: "\F190";
}
.egfa-caret-square-o-left:before,.egfa-toggle-left:before
{
	content: "\F191";
}
.egfa-dot-circle-o:before
{
	content: "\F192";
}
.egfa-wheelchair:before
{
	content: "\F193";
}
.egfa-vimeo-square:before
{
	content: "\F194";
}
.egfa-try:before,.egfa-turkish-lira:before
{
	content: "\F195";
}
.egfa-plus-square-o:before
{
	content: "\F196";
}
.egfa-space-shuttle:before
{
	content: "\F197";
}
.egfa-slack:before
{
	content: "\F198";
}
.egfa-envelope-square:before
{
	content: "\F199";
}
.egfa-wordpress:before
{
	content: "\F19A";
}
.egfa-openid:before
{
	content: "\F19B";
}
.egfa-bank:before,.egfa-institution:before,.egfa-university:before
{
	content: "\F19C";
}
.egfa-graduation-cap:before,.egfa-mortar-board:before
{
	content: "\F19D";
}
.egfa-yahoo:before
{
	content: "\F19E";
}
.egfa-google:before
{
	content: "\F1A0";
}
.egfa-reddit:before
{
	content: "\F1A1";
}
.egfa-reddit-square:before
{
	content: "\F1A2";
}
.egfa-stumbleupon-circle:before
{
	content: "\F1A3";
}
.egfa-stumbleupon:before
{
	content: "\F1A4";
}
.egfa-delicious:before
{
	content: "\F1A5";
}
.egfa-digg:before
{
	content: "\F1A6";
}
.egfa-pied-piper:before
{
	content: "\F1A7";
}
.egfa-pied-piper-alt:before
{
	content: "\F1A8";
}
.egfa-drupal:before
{
	content: "\F1A9";
}
.egfa-joomla:before
{
	content: "\F1AA";
}
.egfa-language:before
{
	content: "\F1AB";
}
.egfa-fax:before
{
	content: "\F1AC";
}
.egfa-building:before
{
	content: "\F1AD";
}
.egfa-child:before
{
	content: "\F1AE";
}
.egfa-paw:before
{
	content: "\F1B0";
}
.egfa-spoon:before
{
	content: "\F1B1";
}
.egfa-cube:before
{
	content: "\F1B2";
}
.egfa-cubes:before
{
	content: "\F1B3";
}
.egfa-behance:before
{
	content: "\F1B4";
}
.egfa-behance-square:before
{
	content: "\F1B5";
}
.egfa-steam:before
{
	content: "\F1B6";
}
.egfa-steam-square:before
{
	content: "\F1B7";
}
.egfa-recycle:before
{
	content: "\F1B8";
}
.egfa-automobile:before,.egfa-car:before
{
	content: "\F1B9";
}
.egfa-cab:before,.egfa-taxi:before
{
	content: "\F1BA";
}
.egfa-tree:before
{
	content: "\F1BB";
}
.egfa-spotify:before
{
	content: "\F1BC";
}
.egfa-deviantart:before
{
	content: "\F1BD";
}
.egfa-soundcloud:before
{
	content: "\F1BE";
}
.egfa-database:before
{
	content: "\F1C0";
}
.egfa-file-pdf-o:before
{
	content: "\F1C1";
}
.egfa-file-word-o:before
{
	content: "\F1C2";
}
.egfa-file-excel-o:before
{
	content: "\F1C3";
}
.egfa-file-powerpoint-o:before
{
	content: "\F1C4";
}
.egfa-file-image-o:before,.egfa-file-photo-o:before,.egfa-file-picture-o:before
{
	content: "\F1C5";
}
.egfa-file-archive-o:before,.egfa-file-zip-o:before
{
	content: "\F1C6";
}
.egfa-file-audio-o:before,.egfa-file-sound-o:before
{
	content: "\F1C7";
}
.egfa-file-movie-o:before,.egfa-file-video-o:before
{
	content: "\F1C8";
}
.egfa-file-code-o:before
{
	content: "\F1C9";
}
.egfa-vine:before
{
	content: "\F1CA";
}
.egfa-codepen:before
{
	content: "\F1CB";
}
.egfa-jsfiddle:before
{
	content: "\F1CC";
}
.egfa-life-bouy:before,.egfa-life-buoy:before,.egfa-life-ring:before,.egfa-life-saver:before,.egfa-support:before
{
	content: "\F1CD";
}
.egfa-circle-o-notch:before
{
	content: "\F1CE";
}
.egfa-ra:before,.egfa-rebel:before
{
	content: "\F1D0";
}
.egfa-empire:before,.egfa-ge:before
{
	content: "\F1D1";
}
.egfa-git-square:before
{
	content: "\F1D2";
}
.egfa-git:before
{
	content: "\F1D3";
}
.egfa-hacker-news:before
{
	content: "\F1D4";
}
.egfa-tencent-weibo:before
{
	content: "\F1D5";
}
.egfa-qq:before
{
	content: "\F1D6";
}
.egfa-wechat:before,.egfa-weixin:before
{
	content: "\F1D7";
}
.egfa-paper-plane:before,.egfa-send:before
{
	content: "\F1D8";
}
.egfa-paper-plane-o:before,.egfa-send-o:before
{
	content: "\F1D9";
}
.egfa-history:before
{
	content: "\F1DA";
}
.egfa-circle-thin:before,.egfa-genderless:before
{
	content: "\F1DB";
}
.egfa-header:before
{
	content: "\F1DC";
}
.egfa-paragraph:before
{
	content: "\F1DD";
}
.egfa-sliders:before
{
	content: "\F1DE";
}
.egfa-share-alt:before
{
	content: "\F1E0";
}
.egfa-share-alt-square:before
{
	content: "\F1E1";
}
.egfa-bomb:before
{
	content: "\F1E2";
}
.egfa-futbol-o:before,.egfa-soccer-ball-o:before
{
	content: "\F1E3";
}
.egfa-tty:before
{
	content: "\F1E4";
}
.egfa-binoculars:before
{
	content: "\F1E5";
}
.egfa-plug:before
{
	content: "\F1E6";
}
.egfa-slideshare:before
{
	content: "\F1E7";
}
.egfa-twitch:before
{
	content: "\F1E8";
}
.egfa-yelp:before
{
	content: "\F1E9";
}
.egfa-newspaper-o:before
{
	content: "\F1EA";
}
.egfa-wifi:before
{
	content: "\F1EB";
}
.egfa-calculator:before
{
	content: "\F1EC";
}
.egfa-paypal:before
{
	content: "\F1ED";
}
.egfa-google-wallet:before
{
	content: "\F1EE";
}
.egfa-cc-visa:before
{
	content: "\F1F0";
}
.egfa-cc-mastercard:before
{
	content: "\F1F1";
}
.egfa-cc-discover:before
{
	content: "\F1F2";
}
.egfa-cc-amex:before
{
	content: "\F1F3";
}
.egfa-cc-paypal:before
{
	content: "\F1F4";
}
.egfa-cc-stripe:before
{
	content: "\F1F5";
}
.egfa-bell-slash:before
{
	content: "\F1F6";
}
.egfa-bell-slash-o:before
{
	content: "\F1F7";
}
.egfa-trash:before
{
	content: "\F1F8";
}
.egfa-copyright:before
{
	content: "\F1F9";
}
.egfa-at:before
{
	content: "\F1FA";
}
.egfa-eyedropper:before
{
	content: "\F1FB";
}
.egfa-paint-brush:before
{
	content: "\F1FC";
}
.egfa-birthday-cake:before
{
	content: "\F1FD";
}
.egfa-area-chart:before
{
	content: "\F1FE";
}
.egfa-pie-chart:before
{
	content: "\F200";
}
.egfa-line-chart:before
{
	content: "\F201";
}
.egfa-lastfm:before
{
	content: "\F202";
}
.egfa-lastfm-square:before
{
	content: "\F203";
}
.egfa-toggle-off:before
{
	content: "\F204";
}
.egfa-toggle-on:before
{
	content: "\F205";
}
.egfa-bicycle:before
{
	content: "\F206";
}
.egfa-bus:before
{
	content: "\F207";
}
.egfa-ioxhost:before
{
	content: "\F208";
}
.egfa-angellist:before
{
	content: "\F209";
}
.egfa-cc:before
{
	content: "\F20A";
}
.egfa-ils:before,.egfa-shekel:before,.egfa-sheqel:before
{
	content: "\F20B";
}
.egfa-meanpath:before
{
	content: "\F20C";
}
.egfa-buysellads:before
{
	content: "\F20D";
}
.egfa-connectdevelop:before
{
	content: "\F20E";
}
.egfa-dashcube:before
{
	content: "\F210";
}
.egfa-forumbee:before
{
	content: "\F211";
}
.egfa-leanpub:before
{
	content: "\F212";
}
.egfa-sellsy:before
{
	content: "\F213";
}
.egfa-shirtsinbulk:before
{
	content: "\F214";
}
.egfa-simplybuilt:before
{
	content: "\F215";
}
.egfa-skyatlas:before
{
	content: "\F216";
}
.egfa-cart-plus:before
{
	content: "\F217";
}
.egfa-cart-arrow-down:before
{
	content: "\F218";
}
.egfa-diamond:before
{
	content: "\F219";
}
.egfa-ship:before
{
	content: "\F21A";
}
.egfa-user-secret:before
{
	content: "\F21B";
}
.egfa-motorcycle:before
{
	content: "\F21C";
}
.egfa-street-view:before
{
	content: "\F21D";
}
.egfa-heartbeat:before
{
	content: "\F21E";
}
.egfa-venus:before
{
	content: "\F221";
}
.egfa-mars:before
{
	content: "\F222";
}
.egfa-mercury:before
{
	content: "\F223";
}
.egfa-transgender:before
{
	content: "\F224";
}
.egfa-transgender-alt:before
{
	content: "\F225";
}
.egfa-venus-double:before
{
	content: "\F226";
}
.egfa-mars-double:before
{
	content: "\F227";
}
.egfa-venus-mars:before
{
	content: "\F228";
}
.egfa-mars-stroke:before
{
	content: "\F229";
}
.egfa-mars-stroke-v:before
{
	content: "\F22A";
}
.egfa-mars-stroke-h:before
{
	content: "\F22B";
}
.egfa-neuter:before
{
	content: "\F22C";
}
.egfa-facebook-official:before
{
	content: "\F230";
}
.egfa-pinterest-p:before
{
	content: "\F231";
}
.egfa-whatsapp:before
{
	content: "\F232";
}
.egfa-server:before
{
	content: "\F233";
}
.egfa-user-plus:before
{
	content: "\F234";
}
.egfa-user-times:before
{
	content: "\F235";
}
.egfa-bed:before,.egfa-hotel:before
{
	content: "\F236";
}
.egfa-viacoin:before
{
	content: "\F237";
}
.egfa-train:before
{
	content: "\F238";
}
.egfa-subway:before
{
	content: "\F239";
}
.egfa-medium:before
{
	content: "\F23A";
}
.pswp
{
	display: none;
	height: 100%;
	left: 0;
	ms-touch-action: none;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	touch-action: none;
	webkit-backface-visibility: hidden;
	webkit-text-size-adjust: 100%;
	width: 100%;
	z-index: 1500;
}
.pswp *
{
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
.pswp img
{
	max-width: none;
}
.pswp--animate_opacity
{
	opacity: .001;
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	will-change: opacity;
}
.pswp--open
{
	display: block;
}
.pswp--zoom-allowed .pswp__img
{
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img
{
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.pswp--dragging .pswp__img
{
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.pswp__bg
{
	background: #000;
	opacity: 0;
	transform: translateZ(0);
	webkit-backface-visibility: hidden;
	webkit-transform: translateZ(0);
}
.pswp__bg,.pswp__scroll-wrap
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pswp__scroll-wrap
{
	overflow: hidden;
}
.pswp__container,.pswp__zoom-wrap
{
	bottom: 0;
	left: 0;
	ms-touch-action: none;
	position: absolute;
	right: 0;
	top: 0;
	touch-action: none;
}
.pswp__container,.pswp__img
{
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.pswp__zoom-wrap
{
	ms-transform-origin: left top;
	position: absolute;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(.4,0,.22,1);
	webkit-transform-origin: left top;
	webkit-transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
	width: 100%;
}
.pswp__bg
{
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	will-change: opacity;
}
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap
{
	transition: none;
	webkit-transition: none;
}
.pswp__container,.pswp__zoom-wrap
{
	webkit-backface-visibility: hidden;
}
.pswp__item
{
	bottom: 0;
	overflow: hidden;
	right: 0;
}
.pswp__img,.pswp__item
{
	left: 0;
	position: absolute;
	top: 0;
}
.pswp__img
{
	height: auto;
	width: auto;
}
.pswp__img--placeholder
{
	webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank
{
	background: #222;
}
.pswp--ie .pswp__img
{
	height: auto!important;
	left: 0;
	top: 0;
	width: 100%!important;
}
.pswp__error-msg
{
	color: #ccc;
	font-size: 14px;
	left: 0;
	line-height: 16px;
	margin-top: -8px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.pswp__error-msg a
{
	color: #ccc;
	text-decoration: underline;
}
.pswp__button
{
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: right;
	height: 44px;
	margin: 0;
	opacity: .75;
	overflow: visible;
	padding: 0;
	position: relative;
	transition: opacity .2s;
	webkit-appearance: none;
	webkit-box-shadow: none;
	webkit-transition: opacity .2s;
	width: 44px;
}
.pswp__button:focus,.pswp__button:hover
{
	opacity: 1;
}
.pswp__button:active
{
	opacity: .9;
	outline: none;
}
.pswp__button::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
.pswp__ui--over-close .pswp__button--close
{
	opacity: 1;
}
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before
{
	background: url(e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;
	background-size: 264px 88px;
	height: 44px;
	width: 44px;
}
@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi)
{
	.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before
	{
		background-image: url(b257fa9c5ac8c515ac4d77a667ce2943.svg);
	}
	.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right
	{
		background: none;
	}
}
.pswp__button--close
{
	background-position: 0 -44px;
}
.pswp__button--share
{
	background-position: -44px -44px;
}
.pswp__button--fs
{
	display: none;
}
.pswp--supports-fs .pswp__button--fs
{
	display: block;
}
.pswp--fs .pswp__button--fs
{
	background-position: -44px 0;
}
.pswp__button--zoom
{
	background-position: -88px 0;
	display: none;
}
.pswp--zoom-allowed .pswp__button--zoom
{
	display: block;
}
.pswp--zoomed-in .pswp__button--zoom
{
	background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right
{
	visibility: hidden;
}
.pswp__button--arrow--left,.pswp__button--arrow--right
{
	background: none;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 70px;
}
.pswp__button--arrow--left
{
	left: 0;
}
.pswp__button--arrow--right
{
	right: 0;
}
.pswp__button--arrow--left:before,.pswp__button--arrow--right:before
{
	background-color: rgba(0,0,0,.3);
	content: "";
	height: 30px;
	position: absolute;
	top: 35px;
	width: 32px;
}
.pswp__button--arrow--left:before
{
	background-position: -138px -44px;
	left: 6px;
}
.pswp__button--arrow--right:before
{
	background-position: -94px -44px;
	right: 6px;
}
.pswp__counter,.pswp__share-modal
{
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.pswp__share-modal
{
	background: rgba(0,0,0,.5);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: opacity .25s ease-out;
	webkit-backface-visibility: hidden;
	webkit-transition: opacity .25s ease-out;
	width: 100%;
	will-change: opacity;
	z-index: 1600;
}
.pswp__share-modal--hidden
{
	display: none;
}
.pswp__share-tooltip
{
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	display: block;
	ms-transform: translateY(6px);
	position: absolute;
	right: 44px;
	top: 56px;
	transform: translateY(6px);
	transition: transform .25s;
	webkit-backface-visibility: hidden;
	webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
	webkit-transform: translateY(6px);
	webkit-transition: -webkit-transform .25s;
	width: auto;
	will-change: transform;
	z-index: 1620;
}
.pswp__share-tooltip a
{
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 12px;
}
.pswp__share-tooltip a,.pswp__share-tooltip a:hover
{
	color: #000;
	text-decoration: none;
}
.pswp__share-tooltip a:first-child
{
	border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child
{
	border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in
{
	opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip
{
	ms-transform: translateY(0);
	transform: translateY(0);
	webkit-transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a
{
	padding: 16px 12px;
}
a.pswp__share--facebook:before
{
	border: 6px solid transparent;
	border-bottom-color: #fff;
	content: "";
	display: block;
	height: 0;
	moz-pointer-events: none;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: -12px;
	webkit-pointer-events: none;
	width: 0;
}
a.pswp__share--facebook:hover
{
	background: #3e5c9a;
	color: #fff;
}
a.pswp__share--facebook:hover:before
{
	border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover
{
	background: #55acee;
	color: #fff;
}
a.pswp__share--pinterest:hover
{
	background: #ccc;
	color: #ce272d;
}
a.pswp__share--download:hover
{
	background: #ddd;
}
.pswp__counter
{
	color: #fff;
	font-size: 13px;
	height: 44px;
	left: 0;
	line-height: 44px;
	opacity: .75;
	padding: 0 10px;
	position: absolute;
	top: 0;
}
.pswp__caption
{
	bottom: 0;
	left: 0;
	min-height: 44px;
	position: absolute;
	width: 100%;
}
.pswp__caption small
{
	color: #bbb;
	font-size: 11px;
}
.pswp__caption__center
{
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
	max-width: 420px;
	padding: 10px;
	text-align: left;
}
.pswp__caption--empty
{
	display: none;
}
.pswp__caption--fake
{
	visibility: hidden;
}
.pswp__preloader
{
	direction: ltr;
	height: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .25s ease-out;
	webkit-transition: opacity .25s ease-out;
	width: 44px;
	will-change: opacity;
}
.pswp__preloader__icn
{
	height: 20px;
	margin: 12px;
	width: 20px;
}
.pswp__preloader--active
{
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn
{
	background: url(e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active
{
	opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn
{
	animation: clockwise .5s linear infinite;
	webkit-animation: clockwise .5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut
{
	animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
	webkit-animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
}
.pswp--css_animation .pswp__preloader__icn
{
	background: none;
	height: 14px;
	left: 15px;
	margin: 0;
	opacity: .75;
	position: absolute;
	top: 15px;
	width: 14px;
}
.pswp--css_animation .pswp__preloader__cut
{
	height: 14px;
	overflow: hidden;
	position: relative;
	width: 7px;
}
.pswp--css_animation .pswp__preloader__donut
{
	background: none;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	webkit-box-sizing: border-box;
	width: 14px;
}
@media screen and (max-width:1024px)
{
	.pswp__preloader
	{
		float: right;
		left: auto;
		margin: 0;
		position: relative;
		top: auto;
	}
}
@-webkit-keyframes clockwise
{
	0%
	{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	to
	{
		transform: rotate(1turn);
		webkit-transform: rotate(1turn);
	}
}
@keyframes clockwise
{
	0%
	{
		transform: rotate(0deg);
		webkit-transform: rotate(0deg);
	}
	to
	{
		transform: rotate(1turn);
		webkit-transform: rotate(1turn);
	}
}
@-webkit-keyframes donut-rotate
{
	0%
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	50%
	{
		transform: rotate(-140deg);
		webkit-transform: rotate(-140deg);
	}
	to
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
}
@keyframes donut-rotate
{
	0%
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
	50%
	{
		transform: rotate(-140deg);
		webkit-transform: rotate(-140deg);
	}
	to
	{
		transform: rotate(0);
		webkit-transform: rotate(0);
	}
}
.pswp__ui
{
	opacity: 1;
	visibility: visible;
	webkit-font-smoothing: auto;
	z-index: 1550;
}
.pswp__top-bar
{
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar
{
	transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	webkit-backface-visibility: hidden;
	webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
	will-change: opacity;
}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right
{
	visibility: visible;
}
.pswp__caption,.pswp__top-bar
{
	background-color: rgba(0,0,0,.5);
}
.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar
{
	background-color: rgba(0,0,0,.3);
}
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar
{
	opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar
{
	opacity: .001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter
{
	display: none;
}
.pswp__element--disabled
{
	display: none!important;
}
.pswp--minimal--dark .pswp__top-bar
{
	background: none;
}