/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 1280px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 60px;
}

.container_16 .grid_2 {
  width: 140px;
}

.container_16 .grid_3 {
  width: 220px;
}

.container_16 .grid_4 {
  width: 300px;
}

.container_16 .grid_5 {
  width: 380px;
}

.container_16 .grid_6 {
  width: 460px;
}

.container_16 .grid_7 {
  width: 540px;
}

.container_16 .grid_8 {
  width: 620px;
}

.container_16 .grid_9 {
  width: 700px;
}

.container_16 .grid_10 {
  width: 780px;
}

.container_16 .grid_11 {
  width: 860px;
}

.container_16 .grid_12 {
  width: 940px;
}

.container_16 .grid_13 {
  width: 1020px;
}

.container_16 .grid_14 {
  width: 1100px;
}

.container_16 .grid_15 {
  width: 1180px;
}

.container_16 .grid_16 {
  width: 1260px;
}

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 80px;
}

.container_16 .prefix_2 {
  padding-left: 160px;
}

.container_16 .prefix_3 {
  padding-left: 240px;
}

.container_16 .prefix_4 {
  padding-left: 320px;
}

.container_16 .prefix_5 {
  padding-left: 400px;
}

.container_16 .prefix_6 {
  padding-left: 480px;
}

.container_16 .prefix_7 {
  padding-left: 560px;
}

.container_16 .prefix_8 {
  padding-left: 640px;
}

.container_16 .prefix_9 {
  padding-left: 720px;
}

.container_16 .prefix_10 {
  padding-left: 800px;
}

.container_16 .prefix_11 {
  padding-left: 880px;
}

.container_16 .prefix_12 {
  padding-left: 960px;
}

.container_16 .prefix_13 {
  padding-left: 1040px;
}

.container_16 .prefix_14 {
  padding-left: 1120px;
}

.container_16 .prefix_15 {
  padding-left: 1200px;
}

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 80px;
}

.container_16 .suffix_2 {
  padding-right: 160px;
}

.container_16 .suffix_3 {
  padding-right: 240px;
}

.container_16 .suffix_4 {
  padding-right: 320px;
}

.container_16 .suffix_5 {
  padding-right: 400px;
}

.container_16 .suffix_6 {
  padding-right: 480px;
}

.container_16 .suffix_7 {
  padding-right: 560px;
}

.container_16 .suffix_8 {
  padding-right: 640px;
}

.container_16 .suffix_9 {
  padding-right: 720px;
}

.container_16 .suffix_10 {
  padding-right: 800px;
}

.container_16 .suffix_11 {
  padding-right: 880px;
}

.container_16 .suffix_12 {
  padding-right: 960px;
}

.container_16 .suffix_13 {
  padding-right: 1040px;
}

.container_16 .suffix_14 {
  padding-right: 1120px;
}

.container_16 .suffix_15 {
  padding-right: 1200px;
}

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
  left: 80px;
}

.container_16 .push_2 {
  left: 160px;
}

.container_16 .push_3 {
  left: 240px;
}

.container_16 .push_4 {
  left: 320px;
}

.container_16 .push_5 {
  left: 400px;
}

.container_16 .push_6 {
  left: 480px;
}

.container_16 .push_7 {
  left: 560px;
}

.container_16 .push_8 {
  left: 640px;
}

.container_16 .push_9 {
  left: 720px;
}

.container_16 .push_10 {
  left: 800px;
}

.container_16 .push_11 {
  left: 880px;
}

.container_16 .push_12 {
  left: 960px;
}

.container_16 .push_13 {
  left: 1040px;
}

.container_16 .push_14 {
  left: 1120px;
}

.container_16 .push_15 {
  left: 1200px;
}

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
  left: -80px;
}

.container_16 .pull_2 {
  left: -160px;
}

.container_16 .pull_3 {
  left: -240px;
}

.container_16 .pull_4 {
  left: -320px;
}

.container_16 .pull_5 {
  left: -400px;
}

.container_16 .pull_6 {
  left: -480px;
}

.container_16 .pull_7 {
  left: -560px;
}

.container_16 .pull_8 {
  left: -640px;
}

.container_16 .pull_9 {
  left: -720px;
}

.container_16 .pull_10 {
  left: -800px;
}

.container_16 .pull_11 {
  left: -880px;
}

.container_16 .pull_12 {
  left: -960px;
}

.container_16 .pull_13 {
  left: -1040px;
}

.container_16 .pull_14 {
  left: -1120px;
}

.container_16 .pull_15 {
  left: -1200px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
  zoom: 1;
}

@font-face {
  font-family: 'DroidSans';
  src: url("../fonts/DroidSans.eot");
  src: url("../fonts/DroidSans.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans.svg") format("svg"), url("../fonts/DroidSans.ttf") format("truetype"), url("../fonts/DroidSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: 0 none;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header-page {
  padding-top: 295px;
}

.close {
  background-image: url(../images/close.png);
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 10000;
}

html, body {
  height: 100%;
  scroll: none;
}

#map {
  width: 100%;
  height: 100%;
}

.logo {
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/pt/logo.png") no-repeat;
  height: 43px;
  width: 300px;
  margin-left: -150px;
  margin-bottom: 40px;
}

.container {
  width: 960px;
  margin: 0 auto;
  z-index: 10;
}

.content {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 1;
}

/* Hide Controls on Gmaps */
.gmnoprint {
  display: none;
}

.popup {
  width: 1300px;
  height: 757px;
  margin: 0 auto;
  position: relative;
}

article {
  width: 1042px;
  margin: 0 auto;
}

.text {
  float: left;
  width: 359px;
  padding: 0 50px;
}

.text > p {
  font: 12px/16px "Droid Sans", "Helvetica", Arial,sans-serif;
  margin-bottom: 20px;
}

.inner {
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  padding-top: 32px;
  height: 410px;
}

.highlight {
  float: left;
  width: 641px;
}

/*
   Sobre
   ========================================================================== */
.title {
  text-align: right;
  background: url("../images/logo-interna.png") no-repeat;
  width: 299px;
  height: 43px;
}

/* ==========================================================================
   General Styles
   ========================================================================== */
.header-page {
  height: 105px;
}

.title-page {
  color: #b4b4b4;
  font: bold 60px Georgia, Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  float: left;
  clear: both;
  height: 57px;
}

.ico {
  background: url("../images/icon.png") no-repeat top right;
  display: block;
  float: left;
  width: 55px;
  height: 30px;
  margin-bottom: 18px;
}

.geo {
  color: white;
  display: block;
  font: 10px "DroidSans", "Helvetica", Arial, sans-serif;
  margin: 10px 0 10px 12px;
  float: left;
}

.description {
  margin: 25px 0 0 0;
}

.description > p {
  color: white;
  font: 13px/18px "DroidSans", "Helvetica", Arial, sans-serif;
}

.brand {
  margin: 0 auto;
  height: 43px;
  width: 299px;
}

.infos .langs {
  float: right;
  margin-bottom: 5px;
}
.infos .langs .item-lang a {
  color: white;
  cursor: pointer;
}
.infos .langs .item-lang a:hover {
  text-decoration: none;
}
.infos .project {
  clear: both;
  cursor: pointer;
  margin-bottom: 0px;
}
.infos .project a {
  color: #373737;
}
.infos .project a:hover {
  text-decoration: none;
}

/*
   Al Kharga
   ========================================================================== */
#al-kharga .header-page {
  padding-top: 105px;
}
#al-kharga .header-page .title-page {
  color: #393939;
}

/*
   Atlantico Norte
   ========================================================================== */
/*
   Banks Island
   ========================================================================== */
#banks .header-page {
  padding-top: 310px;
}
#banks .header-page .title-page {
  color: #393939;
}

/*
   Bariloche
   ========================================================================== */
#bariloche .header-page {
  padding-top: 86px;
}
#bariloche .header-page .title-page {
  color: #303030;
}

/*
   Buff Bay
   ========================================================================== */
#buff .header-page {
  padding-top: 330px;
}
#buff .header-page .title-page {
  color: #aaaaaa;
}

/*
   Hudson Bay
   ========================================================================== */
#hudson .header-page {
  padding-top: 320px;
}
#hudson .header-page .title-page {
  color: #aaaaaa;
}

/*
   Inhassoro
   ========================================================================== */
#inhassoro .header-page {
  padding-top: 260px;
}
#inhassoro .header-page .title-page {
  color: #333333;
}

/*
   Isafjordur
   ========================================================================== */
#isafjordur .header-page {
  padding-top: 320px;
}

/*
   Ivdel
   ========================================================================== */
#ivdel .header-page {
  padding-top: 120px;
}
#ivdel .header-page .title-page {
  color: #333333;
}

/*
   Macquarie Island
   ========================================================================== */
#macquarie .header-page {
  padding-top: 135px;
}

/*
   Mosjoen
   ========================================================================== */
#mosjoen .header-page {
  padding-top: 215px;
}

/*
   Oceano Indico
   ========================================================================== */
/*
   Pacifico Sul
   ========================================================================== */
#pacifico .header-page {
  padding-top: 330px;
}

/*
   Tanghai
   ========================================================================== */
#tanghai .header-page {
  padding-top: 340px;
}

/*
   Taraz
   ========================================================================== */
#taraz {
  padding: 25px 0 0 0;
}

/*
   Sobre
   ========================================================================== */
#sobre article {
  margin-top: 50px;
}
#sobre .title {
  text-align: left;
  background: url("../images/logo-interna.png") no-repeat;
  width: 316px;
  height: 44px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  left: 660px;
}
#sobre .ico {
  top: 2px;
  right: 50px;
}
#sobre .text {
  float: left;
  width: 359px;
  padding: 0 0 0 50px;
}
#sobre .text p {
  font: 12px/16px "Droid Sans", "Helvetica", Arial, sans-serif;
  margin-bottom: 20px;
}
#sobre #pt2 {
  display: none;
}
#sobre #pt2 img {
  margin-top: -15px;
}
#sobre #pt1 a, #sobre #pt2 a {
  color: #000000;
  text-decoration: none;
}
#sobre .close {
  background-image: url(../images/closePreto.png);
}
#sobre .seta {
  background-image: url(../images/seta.png);
  background-repeat: no-repeat;
  float: left;
  width: 20px;
  height: 410px;
  cursor: pointer;
}
#sobre .seta1 {
  background-image: url(../images/seta1.png);
  background-repeat: no-repeat;
  float: left;
  width: 20px;
  height: 410px;
  cursor: pointer;
  margin-right: 8px;
}
#sobre .inner {
  margin-top: 55px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.default, footer address, footer .lang, .inner-footer address, .inner-footer .lang {
  position: absolute;
  bottom: 30px;
}

footer address {
  left: 21px;
}

footer address a {
  font: 10px "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #373737;
}

.infos {
  bottom: 30px;
  position: absolute;
  right: 25px;
}

.item-lang {
  list-style: none;
  text-align: right;
  margin-bottom: 3px;
  margin-top: -6px;
}

.item-lang > a {
  font: 11px "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #373737;
  text-decoration: none;
}

.project {
  font: 10px "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #373737;
  margin-left: 20px;
}

.inner-footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.inner-footer address {
  bottom: 15px;
  left: 20px;
}
.inner-footer address a {
  font-size: 10px;
  color: #000000;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(../images/colorbox/overlay.png) repeat 0 0;
}

#colorbox {
  outline: 0;
}

/*#cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}*/
#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
