
/* exo-2-300 - latin */
@font-face {
  font-family: 'exo2';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/exo-2-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Light'), local('Exo2-Light'),
       url('/fonts/exo-2-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v4-latin-300.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-regular - latin */
@font-face {
  font-family: 'exo2';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/exo-2-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Exo 2'), local('Exo2-Regular'),
       url('/fonts/exo-2-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v4-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-500 - latin */
@font-face {
  font-family: 'exo2';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/exo-2-v4-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Medium'), local('Exo2-Medium'),
       url('/fonts/exo-2-v4-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v4-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v4-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v4-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v4-latin-500.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-600 - latin */
@font-face {
  font-family: 'exo2';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/exo-2-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'),
       url('/fonts/exo-2-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v4-latin-600.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-700 - latin */
@font-face {
  font-family: 'exo2';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/exo-2-v4-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Exo 2 Bold'), local('Exo2-Bold'),
       url('/fonts/exo-2-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v4-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v4-latin-700.svg#Exo2') format('svg'); /* Legacy iOS */
}


	* {box-sizing:border-box;}
	html {height:100%;}

	body {
		position:relative;
		margin:0;
		height:100%;
		font-family: 'exo2', sans-serif;
		font-size:15px;
		font-weight:500;
		letter-spacing: 0.05em;
		color:#5d5d60;
		background:url(img/background.jpg) fixed center center;
		background-size:cover;
		overflow-y:scroll;
		
		}

	h1 {
		
		font-size:1.8em;
		line-height:1.2em;
		color: #86ba3b;
		margin-bottom:20px;
		font-family: 'exo2', sans-serif;
		font-weight:600;
		}
	
	h2 {
		font-size:1.4em;
		line-height:1.2em;
		color: #86ba3b;
		margin-bottom:20px;
		font-family: 'exo2', sans-serif;
		font-weight:500;
	}
	
	h3 {
		font-weight:600;
		font-size:1em;
		line-height:1em;
		color:#86ba3b;
		margin-bottom:8px;
	}

	strong {
		font-family:'exo2';
		font-weight:600;
	}

	.apo_green{
		background-color: #86ba3b;
	}
	
	a {
		text-decoration: none;
		color:#e1001a;
	}
	
	p {
		margin:0;
	}

	.wrap {
		position:relative;
		max-width:1340px;
		display:flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		margin:auto;
	}

	.section1 {
		width:20%;
		padding:0 2% 0 0;
		position:sticky;
		top:0;
		margin-left:20px;
	}
	
	.section2 {
		width:80%;
		margin-right:20px;
	}
	
	.logo {
		margin:28px 0 0 0;
		float: right;
	}
	
	.visible-mobile {
		display:none !important;
	}
	
	.hidden-mobile {
		display:block !important;
	}
	
	@media (max-width: 750px) {

		body{
			padding:0;
		}
		.footer-wrap {
			display:block;
		}	
		.wrap {
			display:block;
		}
		.section1 {
			width:100%;
			height: 105px;
			padding-left:20px;
			position:initial;
			top:initial;
		}
		.section2 {
			width:90%;
			margin:0 auto;
			position:relative;
		}
		.logo {
			float:left;
		}
	}
	

	.mainmenu {
		margin: 190px 0 0 0;
		list-style: none;
		text-align:right;
		padding: 0;
	}
	.mainmenu li {
		position: relative;
	}
	.mainmenu a {
		display: block;
		position: relative;
		font-size: 1.3em;
		font-weight: 400;
		color: #5d5d60;
		text-decoration: none;
		margin-top: 18px;
		padding-top: 6px;
	}
	.mainmenu > li > a:hover, 
	.mainmenu > li.an > a {
		color: #86ba3b;
	}
	.mainmenu > li > a:after {
		content:'';
		bottom:0;
		transition:all .2s;
	}
	.mainmenu > li:hover > a:after,
	.mainmenu > li.an > a:after {
		content:'';
		position: relative;
	}
	.mainmenu > li > ul {
		list-style: none;
	}
	.mainmenu > li > ul {
		margin:0;
		padding:0px;
	}
	.mainmenu ul a {
		font-size: 1.05em;
		text-align:right;
		padding: 0;
	}
	.mainmenu li ul a {
		display: block;
		margin-top: 10px;
	}
	.mainmenu li ul a:hover {
		color: #86ba3b;
	}
	.mainmenu > li > ul > li > ul {
		display: block;
		list-style: none;
	}
	.mainmenu  li  ul  li  ul  a {
		font-size: 1em;
		color: #5d5d60;
		text-align:right;
		padding-top: 4px;
	}
	.mainmenu > li > ul > li:hover > ul {
		display:block;
	}
	


	

	.openmenu {display:none; width:46px; height:25px;margin-top:55px;}
	.closemenu {display:none; width:28px; height:28px;margin-top:55px;}
	
	@media (max-width: 999px) {
		.logo img {
			width:100%;
		}
		.mainmenu a {
			font-size: 1.1em;
		}
		.mainmenu ul a {
			font-size: 0.9em;
		}
		.mainmenu li ul a {
			padding-top: 10px;
		}
		.mainmenu  li  ul  li  ul  a {
			font-size: 1em;
		}
	}
	
	@media (max-width: 750px) {
		.visible-mobile {
			display:block !important;
		}
		.hidden-mobile {
			display:none !important;
		}
		.logo {
			width:135px;
			margin:7px 0 0 0;
			float:left;
	}
		
		.mainmenu {
			display:none;
			z-index:90;
			position:fixed;
			margin: 105px 0 0 0;
			padding:50px 40px 100px 0;
			top:0px;
			left:0px;
			height:100%;
			width:100%;
			list-style: none;
			background:rgba(134,186,59,0.9);
			overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
		}
		.mainmenu a {
			margin-bottom:3px;
			margin-top:16px;
			font-size: 1.4rem;
			color:#fff;
			display:block;
			text-decoration:none;
			padding:10px;
		}
		.mainmenu ul {
			list-style:none;
			padding:0px;
		}
		.mainmenu ul a {
			font-size:1.2em;
			padding:5px;
			margin-top:8px;
		}


		.mainmenu > li:hover > a,
		.mainmenu > li > a:hover,
		.mainmenu > li.an > a,
		.mainmenu > li > ul > li > a:hover,
		.mainmenu > li > ul > li.an > a {
			color: rgba(255,255,255,0.7)
		}



		.openmenu {
			display: block;
			cursor: pointer;
			z-index: 10000;
			position:absolute;
			right:20px;
		}
		.closemenu {
			display: none;
			cursor: pointer;
			position:fixed;
			right: 20px;
			z-index: 100000;
		}
	}
	


	.Content2Col {
		display:flex;
		background-color:white;
		margin-bottom:1%;
	}

	.Content2Col > div:first-child {
		width:24.65%;
		min-width:150px;
	}

	.Content2Col > div:first-child:empty {
		display:none;
	}

	.Content2Col > div:first-child:empty + div {
		width:100%;
	}
	
	.Content2Col > div:last-child {
		width:75.35%;
		padding:45px 30px;
	}

	.Content2Col > div:last-child:empty {
		display:none;
	}

	.reservierung-container p,
	.Content2Col > div:last-child p{
		margin:0;
		line-height:1.8em;
	}


	.Content2Col > div:first-child > div.wrap {
		height:100%;
	}

	.Content2Col > div:first-child > div.wrap > div.spaced {
		height:100%;
		width:100%;
	}


	
	.Content2Col > div:first-child > div {
		height:100%;
	}
	.Content2Col > div:first-child > div > div {
		//height:100%;
		width:100%;
	}
	.Content2Col > div:first-child > div > div > div.wrap {
		height:100%;
	}
	
	.Content2Col > div:first-child > div > div > div.wrap > div.spaced {
		height:100%;
		width:100%;
	}

@media (max-width: 600px) {

	.Content2Col {
		flex-wrap:wrap;
	}
	.Content2Col > div:first-child {
		width:100%;
		min-width:150px;
	}
	.Content2Col > div:last-child {
		width:100%;
	}
}



.PHeader2Col {
	display:flex;
	background-color:white;
	margin-bottom:1%;
}

.PHeader2Col > div:first-child {
	width:50%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:35px;
	font-size:2.5em;
	font-weight:400;
	z-index:1;
}

.PHeader2Col > div:first-child  h2 {
	margin:0;
	font-weight:400;
}

.PHeader2Col > div:last-child {
	width:50%;
	padding-top:0px;
	padding-left:40px;
	padding-right:20px;
	color:#5d5d60;
	font-size: 0.8rem;
	z-index:1;
	min-width:375px;
}

.PHeader2Col > div:first-child:empty {
	display:none;
}

.PHeader2Col > div:last-child:empty {
	display:none;
}

.PHeader2Col > div:last-child > div {
	height:100%;
}

.PHeader2Col > div:last-child > div > section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	}
		
@media (max-width: 1050px) {
	.PHeader2Col > div:first-child {
		font-size:2.0em;
	}
	.PHeader2Col > div:last-child {
		font-size: 0.7rem;
	}
}
@media (max-width: 825px) {


	.PHeader2Col {
		width:100%;
		height:185px;	/* 24 Pixel der toppanel */
		flex-wrap:wrap;
		
	}

	.PHeader2Col > div:first-child {
		width:100%;
		margin-top:40px;
	padding-left:15px;
	}

	.PHeader2Col > div:last-child {
		width:100%;
	padding-left:15px;

	}
	.PHeader2Col > div:last-child > div {
		height:auto;
	}
}




	.whitebox {
		width:100%;
		
		display:flex;
		justify-content:space-between;
		background-color:#fff;
		font-weight:400;
		padding:17px 200px 15px 35px;
		color:#5d5d60;
	}
	
	.whitbox strong {
		font-weight:500;
	}
	
	.whitebox h1 {
		font-weight:400;
		font-size:45px;
		line-height:1em;
		color:#86ba3b;
		margin:8px 0 0 0;
	}
	
	@media (max-width: 1400px) {
		.whitebox {
			padding:17px 35px 15px 35px;
		}
	}
	
	@media (max-width: 1050px) {
		.whitebox {
			font-size:12px;
			padding:17px 15px 15px 15px;
		}
		.whitebox h1 {
			font-size:30px;
		}
	}
	
	@media (max-width: 750px) {
		.whitebox {
			display:block;
		
			padding:5px 15px 15px 15px;
		}
		.whitebox h1 {
			font-size:45px;
			margin-bottom:2%;
		}
	}
	
	.kopf-image {
		width:100%;
		height:330px;
		background-size:cover;
		margin:20px 0 1% 0;
	}
	
	.background1 {
		background: url(img/kopf-image1.jpg) right center no-repeat;
	}
	
	.buttons-flex {
		width:100%;
		height:100%;
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-self: flex-end;
		position: relative;
	}
	
	.buttons {
		position:relative;
		width:24.25%;
		height: 150px;
		color:#fff;
		display:block;
		background-color:#86ba3b;
		border-radius:20px;
		padding: 2%;
		margin:0 0 1% 0;
		transition:all .4s;
	}	
	
	.buttons:hover {
		background-color:#6ea026;
		
	}
	
	.buttons > div {
		width:55%;
	}
	
	.buttons > img {
		position:absolute;
		right:15px;
		bottom:10px;
		height:60%;
	}

	.buttons h1 {
		font-weight:600;
		font-size:1.4em;
		line-height:1.2em;
		color:#fff;
		margin:0 0 15px 0;
	}
	
	@media (max-width: 1200px) {
		.buttons > img {
			height:45%;
		}
		.buttons h1 {
			font-size:1.3em;
		}
	}
			
	@media (max-width: 1050px) {
		.buttons {
			width:49.5%;
		}
		.buttons > img {
			height:65%;
		}
	}
	
	@media (max-width: 750px) {
		.buttons {
			padding:3%;
		}
		.buttons > img {
			height:45%;
		}
		.buttons h1 {
			font-size:1.2em;
			margin:0 0 5px 0;
		}
	}
	
	.content {
		width:100%;
		background-color:#fff;
		line-height:2.5em;
		padding:3% 26% 5% 26%;
		margin:0 0 1% 0;
	}
	
	.content-bild {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		background-color:#fff;
		line-height:2.5em;
		margin:0 0 13px 0;
	}
	
	.content-bild > .bild {
		width:24.25%;
		background-position: center center;
		background-size:cover;
	}
	
	.content-bild > .text {
		width:74.75%;
		padding:3% 15% 5% 2%;
	}
	
	@media (max-width: 1050px) {
		.content-bild > .bild {
			width:49.5%;
		}
		.content-bild > .text {
			width:49.5%;
			padding:3% 2% 5% 2%;
		}
	}
	
	@media (max-width: 750px) {
		.content-bild > .bild {
			width: 100%;
			height: 350px;
		}
		.content-bild > .text {
			width:100%;
		}
	}
	
	.footer {
		width:100%;
		background-color:#86ba3b;
		font-weight:500;
		line-height:1.7em;
		color:#fff;
		padding:30px 0 40px 0;
	}
	
	.footer-wrap {
		max-width:1000px;
		width:90%;
		margin:auto;
		display:flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
	}
	
	.footer h1 {
		color:#fff;
		margin:0;
	}
	
	.footer div {
		margin-top:20px;
	}

	@media (max-width: 1250px) {
		.footer {
			font-size: 0.9em;
		}
	}
	
	@media (max-width: 1170px) {
		.footer-wrap {
			display:block;
		}
	}



.fileinfo { display:flex; align-items:center; max-width:400px; }
.fileinfo p { line-height:initial !important; }
.fileinfo div:first-child { line-height:0; }
.fileinfo div:last-child { padding-left:10px; }
.fileinfo small { font-size:0.8em; }

	
	
.preis  { color: #2183B4; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; cursor: default;}

.sizeh1 { font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}
.sizeh2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}
.sizeh3 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}
.sizeh4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}

.content2cols {
	column-count: 2;
	column-gap: 80px;
}

.content3cols {
	column-count: 3;
	column-gap: 80px;
}

.content2cols td, .content3cols td {
	column-break-before: column;
}

h1, h2, h3, h4 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

button {font-size:13px;display:inline-block;color:#fff;text-decoration: none;border:0; padding:10px;background:#afca05;}

form {
	z-index:1;
}

.formular input, .formular select, .formular textarea {font-family: 'Lato', sans-serif;font-weight: 400;text-transform: uppercase; background:#222;color:#fff;display:block;width:100%;margin-bottom:5px;border:0;padding:4px 10px;border-radius:10px;outline:0;}
.formular input:focus, .formular select:focus, .footer textarea:focus {background:#000;outline:0;}

.spaced { display:inline; }

.res_img100 {width:100%; line-height:0; overflow:hidden;padding-bottom:1%; padding:0; display:inline-block;}
.Content2Col .res_img100 {max-height:inherit; display:inline-block;}
.res_img50 {width:50%; display:inline-block; padding:0 3px; }
.res_img33 {width:33%; display:inline-block; padding:0 3px; }
.res_img25 {width:25%; display:inline-block; padding:0 3px; }
.res_img100 img, .res_img50 img, .res_img33 img, .res_img25 img {width:100%; height:auto;}





.imgl {float:left;}
.imgr {float:right;}


@media (max-width: 700px) {
	.res_img100, .res_img50, .res_img33, .res_img25 {width:100%;}
	.imgl {float:none;margin-left:0 !important;margin-right:0 !important;}
	.imgr {float:none;margin-left:0 !important;margin-right:0 !important;}
}

@media (max-width: 600px) {
.res_img100 {max-height:600px;}
}



/*
**	T O P   P A N E L   ( G R Ü N E R   B A L K E N )
*/

.section2 .toppanel {
	display:none;
}

.toppanel {
	height					: 35px;
}

.toppanel > div > p {
	text-align				: right; 
	color					: white;
	width					: 100%;
	font-size				: 0.85em;
	padding-top				: 15px;
	padding-right			: 20px;
}

.toppanel > div > p > a {
	color					: white;
}


@media (max-width: 750px) {

	.smallSize_hide {
		display:none;
	}

	.toppanel {
		display:none;
		height				: auto;
	}	

	.section2 .toppanel {
		display:initial;
	}	

	.toppanel {
		position			: absolute;
		width				: calc(100% + 100px);
		left				: -50px;
		}	

	.toppanel > div > p {
		margin				: 0;
		line-height			: auto;
		padding-top			: 10px;
		padding-bottom		: 10px;
		font-size			: 0.75em;
		padding-right		: 50px;
	font-size				: 1em;

	}

	.toppanel > div > p > a {
		display:block;
	}

}

/*
**	S I T E M A P   M O D U L
*/

.sitemap {
	transition				: all .4s;
}
	
.sitemap > div {
	display					: flex;
	justify-content			: space-between;
	flex-wrap				: wrap;
}

.sitemap > div > a {
	background-color		: #86ba3b;
	cursor					: pointer;
	border-radius			: 3px;
	width					: calc(25% - 8px);
	margin					: 0 0 10px 0;
	transition				: all .4s;
}

.sitemap > div > a:hover {
    background-color: #6ea026;
}

.sitemap > div > a > div {
	position:relative;
	height:150px;
	color:white;
	padding: 15px 15px;
}

.sitemap > div > a > div > p.title {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 15px 0;
}

.sitemap > div > a > div > p.keywords {
	margin-right:90px;
}

.sitemap > div > a > div > img {
	height:90px;
	position:absolute;
	bottom:15px;
	right:15px;
	transition				: all .4s;
}


@media (max-width: 1200px) {

	.sitemap > div > a > div > img {
		height:65px;
	}
}

@media (max-width: 1050px) {

	.sitemap > div > a {
		width:calc(50% - 5px);
	}
	.sitemap > div > a > div > img {
		height:90px;
	}

}



@media (max-width: 600px) {

	.sitemap > div > a > div > img {
		height:65px;
	}
	.sitemap > div > a > div > p.title {
		font-size: 1.2em;
	}
}


.e404 {	/* Wird im falschen Content Bereich angezeigt */
	font-size		: 13px;
	position		: absolute;
	top				: 0;
	right			: 0px;
	background-color:#ffffff;
	padding			:20px;
}


/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
	
	
.fotorama__stage {background:#c0c0c0;}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f00; 
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #eee;
	border:1px solid #ecebeb;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 25px;
	height: 25px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


@media (max-width: 500px) {

	.sitemap > .wrap > a .keywords { font-size:0.8em; }
}


@media (max-width: 445px) {

	.sitemap > .wrap > a { width:100%; }
	
	.sitemap > .wrap > a .keywords { font-size:1em; }
	.sitemap > .wrap > a > div { height: 125px; }
	.sitemap > .wrap > a > div img { bottom:50%; transform:translateY(50%); }
}
