html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'Exo';
    src: url('../../res/fonts/exo2-regular-webfont.eot');
    src: url('../../res/fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../res/fonts/exo2-regular-webfont.woff2') format('woff2'),
         url('../../res/fonts/exo2-regular-webfont.woff') format('woff'),
         url('../../res/fonts/exo2-regular-webfont.ttf') format('truetype'),
         url('../../res/fonts/exo2-regular-webfont.svg#exo2-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Exo';
    src: url('../../res/fonts/exo2-bold-webfont.eot');
    src: url('../../res/fonts/exo2-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../res/fonts/exo2-bold-webfont.woff2') format('woff2'),
         url('../../res/fonts/exo2-bold-webfont.woff') format('woff'),
         url('../../res/fonts/exo2-bold-webfont.ttf') format('truetype'),
         url('../../res/fonts/exo2-bold-webfont.svg#exo2-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Exo';
    src: url('../../res/fonts/exo2-italic-webfont.eot');
    src: url('../../res/fonts/exo2-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../res/fonts/exo2-italic-webfont.woff2') format('woff2'),
         url('../../res/fonts/exo2-italic-webfont.woff') format('woff'),
         url('../../res/fonts/exo2-italic-webfont.ttf') format('truetype'),
         url('../../res/fonts/exo2-italic-webfont.svg#exo2-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}
.twentytwenty-container {
	margin: 1em auto;
	max-width: 90%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-before-label {
	opacity: 0;
}
.twentytwenty-before-label:before {
	content: "← 2008";
}
.twentytwenty-after-label {
	opacity: 0;
}
.twentytwenty-after-label:before {
	content: "2005 →";
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover, .hover {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
}
.twentytwenty-overlay:hover .twentytwenty-after-label, .hover2 {
	opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}
.twentytwenty-before {
	z-index: 20;
}
.twentytwenty-after {
	z-index: 10;
}
.twentytwenty-handle {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -26px;
	margin-top: -29px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.4);
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	z-index: 40;
	cursor: e-resize;
}
.twentytwenty-handle:hover, .twentytwenty-handle:active, .twentytwenty-handle:focus {
	background: rgb(0, 166, 81);
	background: rgba(0, 166, 81, 0.75);
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 23px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 23px;
}
.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}
.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}
.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}
.twentytwenty-wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 30px auto;
}
#mlens_target_0 {
	background-color: #1c63b7;
}
input[type=range] {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: #f4792a;
	-webkit-border-radius: 1.3px;
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
	border: 1px solid #000000;
	height: 36px;
	width: 36px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #f4792a;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: #f4792a;
	-moz-border-radius: 1.3px;
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
	border: 1px solid #000000;
	height: 36px;
	width: 36px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #f4792a;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
	background: #f4792a;
	border: 0.2px solid #010101;
	border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
	border: 1px solid #000000;
	height: 36px;
	width: 36px;
	border-radius: 50px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: #f4792a;
}
input[type=range]:focus::-ms-fill-upper {
	background: #f4792a;
}
.holder {
	margin: 0 auto;
	text-align: center;
	padding: 1em 0;
	max-width: 400px;
}
.slider {
	width: 100%;
}
.centre {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.just {
	text-align: justify;
}
body {
	background: #1c449c;
	background: -moz-linear-gradient(270deg, rgba(28,68,156,1) 0%, rgba(227,154,99,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28,68,156,1)), color-stop(100%, rgba(227,154,99,1)));
	background: -webkit-linear-gradient(270deg, rgba(28,68,156,1) 0%, rgba(227,154,99,1) 100%);
	background: -o-linear-gradient(270deg, rgba(28,68,156,1) 0%, rgba(227,154,99,1) 100%);
	background: -ms-linear-gradient(270deg, rgba(28,68,156,1) 0%, rgba(227,154,99,1) 100%);
	background: linear-gradient(180deg, rgba(28,68,156,1) 0%, rgba(227,154,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c449c', endColorstr='#f4792a',GradientType=0 );
	background-repeat: no-repeat;
    background-attachment: fixed;
	color: #fff;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
a:hover, a:focus {
	color: #f4792a;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
u {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
u.lnk {
	cursor: pointer;
}
u.lnk:hover, u.lnk:focus {
	color: #f4792a;
	border-bottom: 0;
}
sub {
	font-size: 50%;
	margin-left: 2px;
}
img {
	max-width: 100%;
}
h1, h2 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	max-width: 85%;
	margin: 0 auto;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
	margin-left: 20px;
	font-size: 16px;
}
ul li {
	padding: 0 0 10px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
  border-spacing: 0;
  text-align: center;
  margin: 20px auto 50px auto;
}
table th {
  padding: 6px 8px;
  border: 1px solid #d1d3d4;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}
table td {
  border: 1px solid #d1d3d4;
  padding: 4px 8px;  
}
table tbody tr:hover td, table tbody tr:hover th, table tbody tr.alternative:hover td {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.2);
  color: #111;
}
table tbody td:hover, table tbody th:hover {
  color: #fff;
}
table tbody tr td div {
    margin: 10px auto;
}
table tbody tr td div img {
  max-width: 85%;
}
#leu, #zm1, #zm2, #leg8, #leg5, #dif, .list1, .list2, #retrase, #faq {
	display: none;
}
#ctrl button, #lst, #retrase .grid .rtgl, #retrase .grid .rzm, p.inf i, #descr a, #faq a {
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#leu, #ctrl, #leg, #zece, #retrase, #faq {
	max-width: 1000px;
	margin: 30px auto;
	text-align: center;
}
#retrase {
	max-width: 1000px;
}
.grid {
	margin: 10px auto;
}
#front10, #back10 {
	max-width: 80%;
}
#front50, #back50 {
	max-width: 82%;
}
#front100, #back100 {
	max-width: 84%;
}
#front500, #back500 {
	max-width: 86%;
}
#front1000, #back1000 {
	max-width: 88%;
}
#retrase .grid .rtgl, #retrase .grid .rzm {
	z-index: 99;
	cursor: pointer;
	position: absolute;
	font-size: 20px;
}
#retrase .grid .rtgl {
	top: 10px;
}
#retrase .grid .rzm {
	bottom: 10px;
}
#g10 .rtgl, #g10 .rzm {
	right: 55px;
}
#g50 .rtgl, #g50 .rzm {
	right: 50px;
}
#g100 .rtgl, #g100 .rzm {
	right: 45px;
}
#g500 .rtgl, #g500 .rzm {
	right: 40px;
}
#g1000 .rtgl, #g1000 .rzm {
	right: 35px;
}
#faq {
	text-align: left;
	padding: 0 10px;
}
#faq .group {
	padding: 10px 0;
	border-bottom: 1px solid #d1d3d4;
	margin: 10px 0;
}
#faq .group:last-child, .last {
	border-bottom: 0;
}
#faq .group .question {
	text-transform: uppercase;
	padding: 0 0 8px 0;
	color: #d1d3d4;
	cursor: pointer;
}
#faq .group .question:hover, #faq .group .question:focus {
	color: #eaeaea;
}
#faq .group .question:before, #faq .group .open:before {
	font-family: 'FontAwesome';
	padding-right: 10px;
}
#faq .group .question:before {
	content: '\f078';
}
#faq .group .open:before {
	content: '\f077';
}
#faq .group .answer {
	display: none;
}
#faq .group .answer img {
	max-width: 50%;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}
#faq .group .answer img.faq_r1, #faq .group .answer img.faq_r2, #faq .group .answer img.faq_d1 {
	display: inline;
}
#faq .group .answer img.faq_r1 {
	max-width: 60%;
}
#faq .group .answer img.faq_r2 {
	max-width: 30%;
}
#faq .group .answer div.faq_d1_cont {
	position: relative;
	width: 230px;
	text-align: center;
	margin: 0 auto;
}
#faq .group .answer img.faq_d1 {
	max-width: 100%;
}
p.inf i {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 15px auto;
	max-width: 50px;
}
#descr, #dif {
	margin: 30px auto;
	max-width: 800px;
	padding: 0 20px;
	text-align: justify;
}
#descr p {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 7px;
}
#descr a, #faq a {
	color: #f4792a;
}
#descr a:hover, #descr a:focus, #faq a:hover, #faq a:focus {
	color: #d1d3d4;
}
#leg a span:hover {
	opacity: 0.75!important;
	filter: alpha(opacity=75)!important;
}
#leg p {
	width: 65%;
	padding: 5px 0;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #c1c3c4;
	color: #231f20;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#leg span {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
}
#leg span.sec {
	color: #a70840;
}
#leg span.des {
	color: #562d91;
}
#leu img {
	max-width: 90%;
}
#ctrl {
	margin: 25px auto;
}
#ctrl button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	padding: 0 15px;
	font-family: 'FontAwesome';
	font-size: 24px;
	background: transparent;
	color: #fff;
	text-align: center;
}
#ctrl button:hover, .rtgl:hover, .rzm:hover, #faq .group .answer p i:hover {
	color: #919394;
}
#ctrl #lght:hover, #ctrl #lght:focus, #ctrl #lght.act {
	color: #FEE801;
}
#uv {
	display: none;
}
#ctrl #uv:hover, #ctrl #uv:focus, #ctrl #uv.act {
	color: #C005ED;
}
#ctrl #zn.anim {
	-webkit-animation: rotate 0.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation: rotate 0.5s;
	-moz-animation-iteration-count: 1;
	-o-animation: rotate 0.5s;
	-o-animation-iteration-count: 1;
	-ms-animation: rotate 0.5s;
	-ms-animation-iteration-count: 1;
	animation: rotate 0.5s;
	animation-iteration-count: 1;
}
.front, .back {
	position: relative;
}
a.zone {
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 4%;
	height: 0;
	padding: 2% 0;
	border: 1px solid #fff;
	-webkit-animation: pulse 1s ease-out;
	-webkit-animation-iteration-count: 3;
	-moz-animation: pulse 1s ease-out;
	-moz-animation-iteration-count: 3;
	-o-animation: pulse 1s ease-out;
	-o-animation-iteration-count: 3;
	-ms-animation: pulse 1s ease-out;
	-ms-animation-iteration-count: 3;
	animation: pulse 1s ease-out;
	animation-iteration-count: 3;
}
a.sec {
	background: rgb(167, 8, 64);
	background: rgba(167, 8, 64, 0.33);
}
a.sec:hover, a.sec:focus {
	background: rgb(167, 8, 64);
	background: rgba(167, 8, 64, 0.7);
}
a.des {
	background: rgb(86, 45, 145);
	background: rgba(86, 45, 145, 0.33);
}
a.des:hover, a.des:focus {
	background: rgb(86, 45, 145);
	background: rgba(86, 45, 145, 0.7);
}
a.comp {
  background: rgb(0, 166, 81);
  background: rgba(0, 166, 81, 0.33);
}
a.comp:hover, a.comp:focus {
  background: rgb(0, 166, 81);
  background: rgba(0, 166, 81, 0.7);
}
#menu, .det {
	display: none;
	font-size: 14px;
	background: rgb(28, 68, 156);
	background: rgba(28, 68, 156, 0.97);
	z-index: 1000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
}
#menu .close, .det .close {
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 24px;
	clear: both;
	z-index: 30;
}
#menu ul {
	list-style-type: none;
	padding: 10px 0 20px 0;
	text-align: center;
	margin: 0 auto;
}
#menu ul .col {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
#menu ul li {
	margin: 15px;
}
#menu ul li a {
	display: inline-block;
	position: relative;
}
#menu ul li img {
	border: 1px solid transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}
#menu ul li img:hover, #menu ul li img:focus {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#menu ul li img.l1 {
	max-width: 180px;
}
#menu ul li img.l5 {
	max-width: 191px;
}
#menu ul li img.l10 {
	max-width: 200px;
}
#menu ul li img.l20 {
	max-width: 206px;
}
#menu ul li img.l50 {
	max-width: 210px;
}
#menu ul li img.l100 {
	max-width: 221px;
}
#menu ul li img.l200 {
	max-width: 225px;
}
#menu ul li img.l500 {
	max-width: 230px;
}
#menu ul li img.lr {
	max-width: 250px;
	margin-top: 20px;
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	filter: url('gray.svg#grayscale');
	filter: gray;
}
#menu ul li img.lr:hover, #menu ul li img.lr:focus {
	filter: none;
}
#menu ul li img.m {
	max-width: 250px;
}
#comp {
	margin: 0!important;
	height: 0;
}
#comp a i {
	position: absolute;
	top: -26px;
	right: -130px;
	color: #d1d3d4;
}
#comp a i:before {
	position: absolute;
	top: -4px;
}
#comp a i:after {
	content: "";
	position: absolute;
	top: -11px;
	left: -42px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-right: 1px solid #d1d3d4;
    border-top: 1px solid #d1d3d4;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#comp a i:hover, #comp a i:focus {
	color: #f4792a;
}
#menu .faq {
	font-size: 100px;
}
#menu .faq a {
	border: 1px solid #d1d3d4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	width: 1em;
	height: 1em;
	line-height: 1.1;
}
#menu .faq a:hover, #menu.faq a:focus {
	border: 1px solid #f4792a;
}
#menu .app {
	margin-top: 45px;
}
.det .content {
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 1.5;
}
.det .content p, .det .content ul li {
	padding-bottom: 5px;
}
.det .content ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}
.txt {
	padding: 15px 0;
}
.descr {
	margin: 0 auto;
	position: relative;
}
.var {
	position: relative;
	text-align: center;
	margin: 30px auto 15px auto;
	max-width: 100%;
}
.var:after {
	content: "";
	display: block;
  	clear: both;
}
.var {
	zoom: 1;
}
.limitc {
	max-width: 90%;
	position: relative;
}
.limitc img {
	max-width: 40%;
}
.limitv, .limitv img {
	max-height: 480px;
}
.img1 {
	opacity: 1;
}
.img2 {
	opacity: 0;
	position: absolute;
	top: 0%;
	left: 0%;
}
.compimg1, .compimg2 {
	position: absolute;
	left: 0;
}
.list1, .list2 {
	padding: 10px 0;
}
.list1:before {
	content: '(2008)';
}
.list2:before {
	content: '(2005)';
}
a, button, .lg, #menu ul li img, .fancybox-thumbs ul li, .fancybox-thumbs ul li img, #logo {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	transition: all .25s;
}
#logo:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.lg {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.demo {
	position: absolute;
	top: 50px;
	left: -65px;
	width: 300px;
	padding: 10px 0;
	color: #000;
	background: #ECB333;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: center;
	font-weight: bold;
	transform: rotate(-45deg);
	opacity: 0.85;
	z-index: -1;
}
#menu li.out {
	/*pointer-events: none;*/
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.1;}
    50% {opacity: 0.75;}
    100% {-webkit-transform: scale(1, 1); opacity: 1;}
}
@-moz-keyframes pulse {
    0% {-moz-transform: scale(0.1, 0.1); opacity: 0.1;}
    50% {opacity: 0.75;}
    100% {-moz-transform: scale(1, 1); opacity: 1;}
}
@-o-keyframes pulse {
    0% {-o-transform: scale(0.1, 0.1); opacity: 0.1;}
    50% {opacity: 0.75;}
    100% {-o-transform: scale(1, 1); opacity: 1;}
}
@-ms-keyframes pulse {
    0% {-ms-transform: scale(0.1, 0.1); opacity: 0.1;}
    50% {opacity: 0.75;}
    100% {-ms-transform: scale(1, 1); opacity: 1;}
}
@keyframes pulse {
    0% {transform: scale(0.1, 0.1); opacity: 0.1;}
    50% {opacity: 0.75;}
    100% {transform: scale(1, 1); opacity: 1;}
}
@-webkit-keyframes rotate {
  0% { -webkit-transform: rotateY(0); }
  50% { -webkit-transform: rotateY(180deg); }
  100% { -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes rotate {
  0% { -moz-transform: rotateY(0); }
  50% { -moz-transform: rotateY(180deg); }
  100% { -moz-transform: rotateY(0deg); }
}
@keyframes rotate {
  0% { transform: rotateY(0); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(0deg); }
}
@-o-keyframes rotate {
  0% { -o-transform: rotateY(0); }
  50% { -o-transform: rotateY(180deg); }
  100% { -o-transform: rotateY(0deg); }
}
@-ms-keyframes rotate {
  0% { -ms-transform: rotateY(0); }
  50% { -ms-transform: rotateY(180deg); }
  100% { -ms-transform: rotateY(0deg); }
}
::-moz-selection {
	background: #f4792a;
	color: #fff;
}
::selection {
	background: #f4792a;
	color: #fff;
}
.fancybox-button {
	background: #1c449c;
	color: #fff;
}
.fancybox-button--close:hover:not([disabled]) {
 	background: rgb(204, 0, 0);
 	background: rgba(204, 0, 0, 0.5);
}
.fancybox-arrow {
	color: #fff;
	font-size: 28px;
	width: 75px;
}
.fancybox-arrow--left {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
}
.fancybox-arrow:hover, .fancybox-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.fancybox-caption {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.fancybox-caption h3 {
	font-weight: bold;
	font-size: 18px;
}
.fancybox-thumbs ul li:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media all and (min-width: 650px) {
	#leg span {
		display: inline;
	}
	.var {
		max-width: 75%;
	}
	.limith, .limith img {
		max-width: 500px;
	}
	.twentytwenty-handle {
	  height: 50px;
	  width: 50px;
	}
	.twentytwenty-horizontal .twentytwenty-handle:before {
	  margin-bottom: 28px;
	}
	.twentytwenty-horizontal .twentytwenty-handle:after {
	  margin-top: 28px;
	}
	#menu .close, .det .close {
		top: 20px;
		right: 35px;
	}
}
@media all and (min-width: 800px) {
	h1, h2 {
		font-size: 28px;
	}
	#leg p {
		font-size: 14px;
		padding: 10px 0;
	}
	.just {
		width: 42%;
		margin: 0 auto;
	}
	#menu ul .col {
		display: inline-block;
		vertical-align: middle;
		margin: 0 25px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 230px;
	}
	.fancybox-thumbs {
		width: 230px;
		padding: 0;
		height: 45%;
		background: #1c449c;
		border-left: 2px solid #f4792a;
		border-bottom: 2px solid #f4792a;
	}
	.fancybox-thumbs>ul>li {
		width: 100px;
		height: 100px;
		margin: 5px 0
	}
	.fancybox-thumbs>ul>li:before {
		border: 2px solid #f4792a;
	}
	.fancybox-caption {
		border-top: 0;
		padding: 10px 0;
	}
	.fancybox-caption-wrap {
		position: fixed;
		bottom: 0;
		left: auto;
		right: 0;
		background: #000;
		height: 55%;
		width: 230px;
		padding: 15px 15px 0;
		border-left: 2px solid #f4792a;
	}
}
@media all and (min-width: 960px) {
	.list1, .list2 {
		position: absolute;
		left: 0;
	}
	.list1 {
		text-align: left;
	}
	.list2 {
		text-align: right;
	}
}
@media all and (max-width: 670px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    margin: 30px auto;
  }
  td { 
    border: none;
    position: relative;
    margin: -1px 0;
  }
  td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
}