@font-face {
    font-family: 'bitterbold';
    src: url('../fonts/bitterbold.eot');
    src: url('../fonts/bitterbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bitterbold.woff') format('woff'),
         url('../fonts/bitterbold.ttf') format('truetype'),
         url('../fonts/bitterbold.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitteritalic';
    src: url('../fonts/bitteritalic.eot');
    src: url('../fonts/bitteritalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bitteritalic.woff') format('woff'),
         url('../fonts/bitteritalic.ttf') format('truetype'),
         url('../fonts/bitteritalic.svg#bitteritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitterregular';
    src: url('../fonts/bitterregular.eot');
    src: url('../fonts/bitterregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bitterregular.woff') format('woff'),
         url('../fonts/bitterregular.ttf') format('truetype'),
         url('../fonts/bitterregular.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset 'utf-8';
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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;
}
.stage {
  position: absolute;
  width: 1024px;
  height: 768px;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.horizontal,
.group::after {
  content: "";
  display: table;
  clear: both;
}
ul.horizontal .push-left,
.group::after .push-left {
  float: left;
}
ul.horizontal .push-right,
.group::after .push-right {
  float: right;
}
.interactive,
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.interactive.disabled,
.btn.disabled {
  cursor: default;
  pointer-events: none;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
body {
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}
img {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
.stage {
  background: #000;
  color: #fff;
  font-family: bitterregular;
}
.stage .zoom-controls > .zoom {
  width: 50px;
  height: 50px;
}
.stage .zoom-controls > .zoom.plus {
  background: url("../imgs/btn_zoom_in_up.jpg");
}
.stage .zoom-controls > .zoom.plus:hover {
  background: url("../imgs/btn_zoom_in_down.jpg");
}
.stage .zoom-controls > .zoom.minus {
  background: url("../imgs/btn_zoom_out_up.jpg");
}
.stage .zoom-controls > .zoom.minus:hover {
  background: url("../imgs/btn_zoom_out_down.jpg");
}
.stage .zoom-controls.inverse > .zoom.plus {
  background: url("../imgs/btn_zoom_in_down.jpg");
}
.stage .zoom-controls.inverse > .zoom.plus:hover {
  background: url("../imgs/btn_zoom_in_up.jpg");
}
.stage .zoom-controls.inverse > .zoom.minus {
  background: url("../imgs/btn_zoom_out_down.jpg");
}
.stage .zoom-controls.inverse > .zoom.minus:hover {
  background: url("../imgs/btn_zoom_out_up.jpg");
}
.stage .zoom-controls > li.zoom {
  margin: 0 0 5px 0;
}
.stage > img.logo {
  position: absolute;
  display: block;
  left: 10px;
  top: 22px;
}
.stage > h1 {
  position: absolute;
  font-size: 20px;
  width: 600px;
  left: 238px;
  top: 44px;
}
.stage > .atlas.map-container {
  position: absolute;
  top: 163px;
  background: transparent !important;
}
.stage > .atlas.map-container > .landmarks {
  position: absolute;
  z-index: 2;
}
.stage > .zoom-controls {
  position: absolute;
  z-index: 2;
  top: 163px;
  right: 25px;
}
.stage > .popups {
  position: absolute;
  width: 100%;
}
.stage > .popups > .popup {
  position: absolute;
  top: 768px;
  left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 22px;
  width: 940px;
  height: 618px;
}
.stage > .popups > .popup.active {
  z-index: 3;
}
.stage > .popups > .popup > .tab {
  position: absolute;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding-top: 15px;
  width: 136px;
  height: 45px;
  top: -45px;
}
.stage > .popups > .popup > .tab.active {
  color: #fff;
}
.stage > .popups > .popup > .tab.curdos {
  left: 0px;
  background: url("../imgs/btn_curdos_up.png") no-repeat;
}
.stage > .popups > .popup > .tab.curdos.active {
  background: url("../imgs/btn_curdos_down.png") no-repeat;
}
.stage > .popups > .popup > .tab.palestinos {
  left: 126px;
  background: url("../imgs/btn_palestinos_up.png") no-repeat;
}
.stage > .popups > .popup > .tab.palestinos.active {
  background: url("../imgs/btn_palestinos_down.png") no-repeat;
}
.stage > .popups > .popup > .tab.tibetanos {
  left: 252px;
  background: url("../imgs/btn_tibetanos_up.png") no-repeat;
}
.stage > .popups > .popup > .tab.tibetanos.active {
  background: url("../imgs/btn_tibetanos_down.png") no-repeat;
}
.stage > .popups > .popup > .tab.bascos {
  left: 378px;
  background: url("../imgs/btn_bascos_up.png") no-repeat;
}
.stage > .popups > .popup > .tab.bascos.active {
  background: url("../imgs/btn_bascos_down.png") no-repeat;
}
.stage > .popups > .popup > .tab.chechenos {
  left: 504px;
  background: url("../imgs/btn_chechenos_up.png") no-repeat;
}
.stage > .popups > .popup > .tab.chechenos.active {
  background: url("../imgs/btn_chechenos_down.png") no-repeat;
}
.stage > .popups > .popup > .tab.caxemira {
  left: 630px;
  background: url("../imgs/btn_caxemira_up.png") no-repeat;
}
.stage > .popups > .popup > .tab.caxemira.active {
  background: url("../imgs/btn_caxemira_down.png") no-repeat;
}
.stage > .popups > .popup > .tab.close {
  visibility: hidden;
}
.stage > .popups > .popup > .tab.close.active {
  right: 0;
  background: url("../imgs/btn_close_up.png") no-repeat;
  color: #000;
  visibility: visible;
}
.stage > .popups > .popup > .tab.close.active:hover {
  color: #fff;
  background: url("../imgs/btn_close_down.png") no-repeat;
}
.stage > .popups > .popup > .content {
  color: #000;
  background: #ffea00;
  float: left;
}
.stage > .popups > .popup > .content > h2 {
  font-family: bitterbold;
  font-size: 25px;
  padding: 10px 20px 0 20px;
  margin: 0;
}
.stage > .popups > .popup > .content > p {
  font-size: 20px;
  padding: 5px 20px 20px 20px;
  margin: 0;
}
.stage > .popups > .popup > .content > .picture {
  position: relative;
  margin: -6px 0 0 0;
}
.stage > .popups > .popup > .content > .picture > .credit {
  position: absolute;
  font-size: 12px;
  top: 5px;
  right: 5px;
}
.stage > .popups > .popup > .content > .picture > .credit.right {
  font-size: 10px;
  text-align: right;
  -webkit-transform: rotate(-90deg);
  top: 85px;
  right: -75px;
}
.stage > .popups > .popup > .content > .picture > .caption {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: #000;
  padding: 5px 10px;
}
.stage > .popups > .popup > .map-container {
  position: absolute;
  right: 20px;
}
.stage > .popups > .popup > .zoom-controls {
  position: absolute;
  top: 35px;
  right: 35px;
}
/*


 */
