@font-face {
	font-family: "linea-arrows-10";
	src:url("../../resources/_ICONFONT/linea-arrows-10.eot");
	src:url("../../resources/_ICONFONT/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
	url("../../resources/_ICONFONT/linea-arrows-10.woff") format("woff"),
	url("../../resources/_ICONFONT/linea-arrows-10.ttf") format("truetype"),
	url("../../resources/_ICONFONT/linea-arrows-10.svg#linea-arrows-10") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* info button */
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
/* back button */
.icon-arrows-circle-right:before {
  content: "\e00f";
}
/* fullscreen buttons */
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-shrink:before {
  content: "\e051";
}



.wPreloader
{
	display:none;
	position:absolute;
	width:3em;
	height:3em;
	top:50%;
	left:50%;
	margin-top:-1.5em;
	margin-left:-1.5em;
	/*background:url(../../images/walkway/walkway-preloader.gif) center center no-repeat;*/
}
.wContainer
{
	display:none;
	background-size:cover;
	position:fixed;
	z-index:99999999;
	top:0;
	left:0;
}
.wContainer .wImage
{
	position:relative;
	/*overflow:auto;*/
	overflow:hidden;
	text-align:center;
}
.wContainer .wImage img
{
	max-width:90% !important;
	max-height:90% !important;
	width:auto !important;
	height:auto !important;
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}

.wContainer .wImage .wCaptionBox
{
	position:absolute;
	z-index:9;
	width:100%;
	left:0;
	color:#FFFFFF;
	/*background:rgba(0, 0, 0, 0.6);*/
	background:url(../../images/walkway/walkway-captionBox-bg.png) left top repeat;
	overflow:hidden;
}
.wContainer .wImage .wCaptionBox span
{
	display:table-cell;
	vertical-align:middle;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.wContainer .wControls
{
	height:3em;
	width:100%;
	position:absolute;
	z-index:9999999;
}
.wContainer .wControls .wBackBtn, 
.wContainer .wControls .wFullscreenBtn,
.wImage .wCaptionBtn
{
	/*
	width:3em;
	height:3em;
	line-height:3em;
	*/
	margin:0.5em;
	display:inline-block;
	text-align:center;
	font-size:2em;
	background-size:cover;
	color:#FFFFFF;
	cursor:pointer;
}
.wContainer .wControls .wBackBtn
{
	float:left;
	display:inline;
	/*background:url(../../images/walkway/walkway-btn-back.png) center center no-repeat;*/
}
.wContainer .wControls .wFullscreenBtn
{
	font-size:1.5em;
	margin:0.75em;
	float:right;
	display:inline;
	/*background:url(../../images/walkway/walkway-btn-fullscreen.png) center center no-repeat;*/
}
.wContainer .wControls .wExitFullscreen
{
	/*background:url(../../images/walkway/walkway-btn-exit-fullscreen.png) center center no-repeat;*/
}
.wImage .wCaptionBtn
{
	float:right;
	display:none;
	position:absolute;
	right:0;
	bottom:0;
	z-index:999999;
	/*background:url(../../images/walkway/walkway-btn-caption.png) center center no-repeat;*/
}

.wImage .wCaptionBtnHide
{
	/*background:url(../../images/walkway/walkway-btn-hide-caption.png) center center no-repeat;*/
}
.wContainer .wThumbsCover
{
	position:relative;
	overflow:auto;
}
.wContainer .wThumbsCover .wThumbs
{
	/*
	height:5em;
	padding:0.5em 0;
	*/
}
.wContainer .wThumbsCover .wThumbs img
{
	display:inline;
	height:100%;
	width:auto;
	margin:0;
	cursor:pointer;
}

/* FOR IE8 and Earlier */
.wBackBtnIE8, .wCaptionBtnIE8
{
}
.wBackBtnIE8
{
	background:url(../../images/walkway/walkway-btn-back.png) center center no-repeat;
}
.wCaptionBtnIE8
{
	background:url(../../images/walkway/walkway-btn-caption.png) center center no-repeat;
}
