﻿/*
.container{
  width:100%;
  max-width:980px;
  margin: 0px auto;
}
html {
  font-size: 16px;
}
@media(max-width: 1580px) {
  html {
    font-size: 18px;
  }
}
@media(max-width: 980px) {
  html {
    font-size: 16px;
  }
}
body {
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
}
*/
img {
	max-width: 100%;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

figure.anim {
	-webkit-box-shadow: 1px 3px 10px #ccc;
	-moz-box-shadow: 1px 3px 10px #ccc;
	box-shadow: 1px 3px 10px #ccc;
	position: relative;
	cursor: pointer;
}

figure.animLeft {
	-webkit-box-shadow: 1px 3px 10px #ccc;
	-moz-box-shadow: 1px 3px 10px #ccc;
	box-shadow: 1px 3px 10px #ccc;
	cursor: pointer;
}

figure.animLeft:focus {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transform: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translate(392px, 25px) scale(4);
	-moz-transform: translate(392px, 25px) scale(4);
	-o-transform: translate(392px, 25px) scale(4);
	-ms-transform: translate(392px, 25px) scale(4);
	transform: translate(392px, 25px) scale(4);
	outline: none;
	-webkit-box-shadow: 0 3px 10px #666;
	-moz-box-shadow: 0 3px 10px #666;
	shadow: 0 3px 10px #666;
	z-index: 9999;
}

figure.anim:focus {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transform: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translate(-392px, 25px) scale(4);
	-moz-transform: translate(-392px, 25px) scale(4);
	-o-transform: translate(-392px, 25px) scale(4);
	-ms-transform: translate(-392px, 25px) scale(4);
	transform: translate(-392px, 25px) scale(4);
	outline: none;
	-webkit-box-shadow: 0 3px 10px #666;
	-moz-box-shadow: 0 3px 10px #666;
	shadow: 0 3px 10px #666;
	z-index: 9999;
}

figure.anim:focus:after {
	/* funkční, ale "Zavřete tabelátorem" zatím netřeba:
	margin: 0;
	display: block; 
	font-size: 5px;
	color: #666;
	background-color: #f0f0f0;
	text-align: center;
	content: "Zavřete tabelátorem"; 
    line-height: 7px;
	clear: both; 
    z-index: 9999;
     */
}

figcaption {
	text-align: center;
	margin: 0px auto 20px auto;
	font-style: italic;
	font-size: 11px;
	color: #777;
}