/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.swipe{display: block;overflow:hidden;visibility:hidden;position:relative}.swipe .swipe-wrap{overflow:hidden;position:relative}.swipe .swipe-wrap>div{float:left;width:100%;position:relative}.gallery .gallery-controls a{-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;cursor:pointer;position:absolute;background-position:center;background-repeat:no-repeat;z-index:9999}.gallery .gallery-controls a.gallery-minify{background-image:url(../img/icons/close.svg);height:20px;opacity:.1;right:0;top:20px;width:21px}.lt-ie9 .gallery .gallery-controls a.gallery-minify{background-image:url(../img/icons/close.png)}.gallery .gallery-controls a.gallery-next,.gallery .gallery-controls a.gallery-prev{height:40px;margin-top:-20px;opacity:.8;top:50%;width:49px}.gallery .gallery-controls a.gallery-next{background-image:url(../img/icons/next.svg);right:20px}.lt-ie9 .gallery .gallery-controls a.gallery-next{background-image:url(../img/icons/next.png)}.gallery .gallery-controls a.gallery-prev{background-image:url(../img/icons/prev.svg);left:20px}.lt-ie9 .gallery .gallery-controls a.gallery-prev{background-image:url(../img/icons/prev.png)}.gallery .gallery-fullsize{padding-top:60px;position:relative}.gallery .gallery-fullsize .swipe img{vertical-align:top!important;width:100%}.gallery .gallery-thumbnails{margin:10px -10px 0}.gallery .gallery-thumbnails:before,.gallery .gallery-thumbnails:after{content:" ";display:table}.gallery .gallery-thumbnails:after{clear:both}.gallery .gallery-thumbnails img{box-sizing:border-box;cursor:pointer;float:left;padding:10px;width:5% !important;}



.back, .next {
	background: url(../img/back-green-2x.png) 0 50% no-repeat;
	display: block;
	height: 500px;
	line-height: 999px;
	overflow: hidden;
	width: 160px;
	z-index: 999;
}
.back:hover {
	background: url(../img/back-green-2x.png) 0 50% no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.next:hover {
	background: url(../img/next-green-2x.png) 0 50% no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}


.swipe-wrap img {
	border: none!important;
	height: auto!important;
	margin: 0!important;
	padding: 0!important;
}