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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* normalize.scss 2.2.0+normalize.2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

@font-face {
  font-family: 'roboto_condensedregular';
  src: url("../fonts/robotocondensed-regular-webfont.eot");
  src: url("../fots/robotocondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-regular-webfont.woff") format("woff"), url("../fonts/robotocondensed-regular-webfont.ttf") format("truetype"), url("../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_condensedbold';
  src: url("../fonts/robotocondensed-bold-webfont.eot");
  src: url("../fonts/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-bold-webfont.woff") format("woff"), url("../fonts/robotocondensed-bold-webfont.ttf") format("truetype"), url("../fonts/robotocondensed-bold-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_condensedlight';
  src: url("../fonts/robotocondensed-light-webfont.eot");
  src: url("../fonts/robotocondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotocondensed-light-webfont.woff") format("woff"), url("../fonts/robotocondensed-light-webfont.ttf") format("truetype"), url("../fonts/robotocondensed-light-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.escondido {
  display: none; }

.separador {
  display: block;
  margin: 0 auto;
  height: 44px;
  width: 40px; }

.fb-like {
  position: absolute !important;
  top: 850px;
  left: 50%; }
  @media screen and (max-width: 480px) {
    .fb-like {
      top: 820px; } }

#simplemodal-overlay {
  background-color: #000; }

#simplemodal-container {
  height: 370px;
  width: 400px;
  color: #bbb;
  background-color: #000;
  border: 2px dashed #fff;
  padding: 12px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #simplemodal-container {
      height: 300px;
      width: 80%; }
      #simplemodal-container img {
        width: 50%; } }
  #simplemodal-container a {
    color: #ddd; }
    #simplemodal-container a.modalCloseImg {
      background: url(../js/x.png) no-repeat;
      width: 25px;
      height: 29px;
      display: inline;
      z-index: 3200;
      position: absolute;
      top: -15px;
      right: -16px;
      cursor: pointer; }
  #simplemodal-container form div {
    min-height: 35px; }
    #simplemodal-container form div label {
      display: block;
      float: left;
      min-width: 10%; }
      @media screen and (max-width: 768px) {
        #simplemodal-container form div label {
          width: 100%;
          float: none;
          text-align: left; } }
    #simplemodal-container form div input[type=text], #simplemodal-container form div input[type=email], #simplemodal-container form div textarea {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 80%;
      float: right; }
      @media screen and (max-width: 768px) {
        #simplemodal-container form div input[type=text], #simplemodal-container form div input[type=email], #simplemodal-container form div textarea {
          width: 98%;
          float: none; } }
    #simplemodal-container form div input[type=submit] {
      float: right; }
  #simplemodal-container form div.checkbox {
    text-align: left; }
  #simplemodal-container form .btn-form {
    background-color: white;
    border: 1px solid white;
    width: 70px;
    height: 70px;
    margin: 0 0 0 80px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px; }
    @media screen and (max-width: 768px) {
      #simplemodal-container form .btn-form {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        width: 100%;
        height: 40px;
        font-size: 1.5em; } }
  @media screen and (max-width: 768px) {
    #simplemodal-container form p {
      margin: 1em 0 0 0; } }

body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #151515 url(../img/bg.jpg) repeat;
  max-width: 940px;
  margin: 0 auto;
  font-family: "roboto_condensedlight", "helvetica neue", "helvetica", "arial", sans-serif;
  font-size: 1em; }
  @media screen and (max-width: 768px) {
    body {
      margin: 0 1em; } }
  body a {
    color: #fff; }
    body a:hover {
      text-decoration: none; }

.content {
  width: 100%;
  margin: 0; }
  .content p {
    margin: 1.5em 0;
    line-height: 1.5em; }

header {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    header {
      margin-bottom: 10px; } }
  header div.lingua {
    text-align: left;
    background: url(../img/sobreiros.png) 0 60px no-repeat;
    background-size: 100%;
    height: 180px; }
    @media screen and (max-width: 480px) {
      header div.lingua {
        background: none;
        height: 50px; }
        header div.lingua a#pt img, header div.lingua a#en img {
          width: 10% !important; } }
  header div img#logo {
    height: 170px;
    margin-top: 10px; }
    @media screen and (max-width: 480px) {
      header div img#logo {
        height: 80px;
        margin-top: -30px; } }
  header div {
    float: left;
    width: 30%;
    text-align: center; }
    @media screen and (max-width: 480px) {
      header div {
        width: 100%; } }
    header div.central {
      width: 40%; }
      @media screen and (max-width: 480px) {
        header div.central {
          width: 100%; } }
  @media screen and (max-width: 480px) {
    header div#nav {
      width: 100%;
      margin-bottom: 20px;
      z-index: 1000; } }
  header a#nav-toggle {
    margin: 15px;
    width: 25px;
    height: 25px;
    font: 0/0 a;
    right: 0;
    position: absolute;
    background: url(../img/btn-menu.png) no-repeat;
    background-size: 100%; }
  header ul#menu {
    padding: 2px 0 0 0;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    font-family: "roboto_condensedregular", "helvetica neue", "helvetica", "arial", sans-serif;
    font-size: 1.1em; }
    header ul#menu li {
      display: block;
      padding: 5px 0; }
      header ul#menu li a {
        -moz-transition-property: color;
        -o-transition-property: color;
        -webkit-transition-property: color;
        transition-property: color;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        color: #828282;
        text-decoration: none; }
        header ul#menu li a:hover, header ul#menu li a.active {
          color: #fff; }
        header ul#menu li a.selected {
          color: #fff;
          background: url(../img/seta-menu.png) 0 0 no-repeat;
          padding-left: 80px; }
        @media screen and (max-width: 480px) {
          header ul#menu li a {
            background: none !important;
            padding: 10px; } }
      @media screen and (max-width: 480px) {
        header ul#menu li {
          padding: 5px 0;
          width: 100%;
          border-bottom: 1px solid #656565; } }
    @media screen and (max-width: 480px) {
      header ul#menu {
        margin-bottom: 10px;
        background: #333; } }

div#homepage div.slider ul.rslides {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  border: 2px dashed #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  @media screen and (max-width: 768px) {
    div#homepage div.slider ul.rslides {
      border: 1px dashed #fff;
      border-radius: 1px; } }
  div#homepage div.slider ul.rslides ul {
    padding: 0;
    margin: 0; }
    div#homepage div.slider ul.rslides ul li img {
      width: 100%; }
div#homepage h1 {
  font-family: "roboto_condensedbold", "helvetica neue", "helvetica", "arial", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0; }
  @media screen and (max-width: 480px) {
    div#homepage h1 {
      font-size: 1em; } }
div#homepage div.destaques {
  width: 60%;
  float: left; }
  @media screen and (max-width: 768px) {
    div#homepage div.destaques {
      width: 100%; } }
  div#homepage div.destaques h2 {
    height: 120px;
    background: url(../img/homepage/titulo-destaques.png) no-repeat;
    font: 0/0 a;
    margin-left: 50px; }
    @media screen and (max-width: 768px) {
      div#homepage div.destaques h2 {
        height: 90px;
        background-size: 100%;
        width: 150px;
        margin-left: 100px; } }
  div#homepage div.destaques div.tweet {
    border: 1px dashed #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    margin: 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    div#homepage div.destaques div.tweet img {
      display: inline-block;
      float: left;
      margin: 10px 10px 0 0;
      -moz-border-radius: 99px;
      -webkit-border-radius: 99px;
      border-radius: 99px; }
    div#homepage div.destaques div.tweet blockquote {
      margin: 10px 0; }
      div#homepage div.destaques div.tweet blockquote p {
        margin: 0;
        padding: 0;
        line-height: 1.5em; }
    div#homepage div.destaques div.tweet div.timestamp {
      color: #656565;
      font-size: 0.8em;
      font-family: "roboto_condensedbold", "helvetica neue", "helvetica", "arial", sans-serif;
      letter-spacing: 0.1em;
      margin-bottom: 5px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        div#homepage div.destaques div.tweet div.timestamp {
          text-align: center; } }
div#homepage div.feitonoalentejo {
  margin-top: 100px;
  width: 40%;
  float: right;
  text-align: right; }
  @media screen and (max-width: 768px) {
    div#homepage div.feitonoalentejo {
      width: 100%;
      float: none;
      text-align: center; }
      div#homepage div.feitonoalentejo img {
        height: 250px; } }

div#oslobos div.foto {
  border: 2px dashed #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    div#oslobos div.foto {
      border: 1px dashed #fff;
      border-radius: 1px; } }
  div#oslobos div.foto img {
    width: 100%; }
div#oslobos #brazao {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    div#oslobos #brazao {
      height: 100px; } }
div#oslobos p {
  font-size: 1.2em;
  line-height: 1.6em; }
div#oslobos div.lobos div.equipa {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    div#oslobos div.lobos div.equipa img {
      width: 120px; } }
  div#oslobos div.lobos div.equipa img.esq {
    float: left;
    padding-right: 20px; }
  div#oslobos div.lobos div.equipa img.dir {
    float: right;
    padding-left: 20px; }
  div#oslobos div.lobos div.equipa .nome {
    padding-top: 40px;
    font-size: 1.2em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      div#oslobos div.lobos div.equipa .nome {
        padding-top: 20px; } }
  div#oslobos div.lobos div.equipa p {
    font-size: 1em;
    line-height: 1.4em; }
    div#oslobos div.lobos div.equipa p span {
      font-family: "roboto_condensedbold", "helvetica neue", "helvetica", "arial", sans-serif;
      padding-right: 0.5em; }
  div#oslobos div.lobos div.equipa:after {
    content: "";
    display: inline-block;
    height: 55px;
    width: 100%; }
  div#oslobos div.lobos div.equipa.esq:after {
    background: url(../img/oslobos/lobo-esquerda.png) left 0 no-repeat;
    margin: 40px 0 0 100px; }
    @media screen and (max-width: 768px) {
      div#oslobos div.lobos div.equipa.esq:after {
        margin-top: 0;
        margin-left: 0; } }
  div#oslobos div.lobos div.equipa.dir:after {
    background: url(../img/oslobos/lobo-direita.png) right 0 no-repeat;
    margin: 40px 0 0 -100px; }
    @media screen and (max-width: 768px) {
      div#oslobos div.lobos div.equipa.dir:after {
        margin-top: 0;
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    div#oslobos div.lobos div.equipa {
      margin-bottom: 0; } }
  div#oslobos div.lobos div.equipa:last-child:after {
    background: none;
    margin: 0; }

div#herdade {
  min-height: 400px; }
  div#herdade div.pano {
    border: 2px dashed #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 375px !important;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      div#herdade div.pano {
        border: 1px dashed #fff;
        border-radius: 1px; } }
    @media screen and (max-width: 768px) {
      div#herdade div.pano {
        height: 175px !important; } }

.bg-vinhos {
  background: url(../img/vinhos/bg-vinhos.png) 0 210px repeat-x, url(../img/bg.jpg) repeat, #151515; }
  @media screen and (max-width: 480px) {
    .bg-vinhos {
      height: 300px;
      background-size: 150% 100%;
      background-position: 0 80px; } }

div#vinhos div.listavinhos {
  display: block;
  height: 480px; }
  div#vinhos div.listavinhos .elastislide-horizontal {
    background: none;
    box-shadow: none;
    padding-top: 70px; }
    div#vinhos div.listavinhos .elastislide-horizontal ul li a {
      -moz-transition-property: width;
      -o-transition-property: width;
      -webkit-transition-property: width;
      transition-property: width;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      div#vinhos div.listavinhos .elastislide-horizontal ul li a img {
        border: none; }
      div#vinhos div.listavinhos .elastislide-horizontal ul li a:hover {
        width: 110%; }
    @media screen and (max-width: 768px) {
      div#vinhos div.listavinhos .elastislide-horizontal {
        padding-top: 110px; } }
    @media screen and (max-width: 480px) {
      div#vinhos div.listavinhos .elastislide-horizontal {
        padding-top: 25px; } }
  div#vinhos div.listavinhos .elastislide-wrapper nav span {
    background-color: #000;
    margin: 0; }
  div#vinhos div.listavinhos #boxes {
    padding: 10px 0 10px 0;
    margin: 0; }
    div#vinhos div.listavinhos #boxes li {
      width: 120px; }
      div#vinhos div.listavinhos #boxes li a img {
        margin: 0 auto;
        -webkit-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.8));
        -moz-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.8));
        -ms-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.8));
        -o-filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.8)); }
        @media screen and (max-width: 480px) {
          div#vinhos div.listavinhos #boxes li a img {
            height: 200px;
            -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4)); } }
  div#vinhos div.listavinhos:after {
    content: "";
    display: block;
    margin: -10px 0 0 45%;
    background: url(../img/vinhos/seta-vinhos.png) no-repeat;
    background-size: 100%;
    height: 195px;
    width: 38px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      div#vinhos div.listavinhos:after {
        margin: -25px 0 0 45%;
        height: 200px;
        width: 35px; } }
    @media screen and (max-width: 480px) {
      div#vinhos div.listavinhos:after {
        margin: -25px 0 0 40%;
        height: 140px;
        width: 28px; } }
  @media screen and (max-width: 768px) {
    div#vinhos div.listavinhos {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    div#vinhos div.listavinhos {
      height: 280px; } }
div#vinhos #pipas {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    div#vinhos #pipas {
      height: 100px; } }
div#vinhos p {
  font-size: 1.2em;
  line-height: 1.6em; }

div#vinho-detalhe {
  position: relative;
  display: inline-block;
  width: 100%; }
  div#vinho-detalhe div.rasgo {
    height: 680px;
    width: 100%;
    background: url(../img/vinho-detalhe/bg-rasgo.png) 50% 10px no-repeat; }
    div#vinho-detalhe div.rasgo div.garrafa {
      min-height: 460px; }
      div#vinho-detalhe div.rasgo div.garrafa img {
        display: block;
        margin: 0 auto;
        padding-top: 40px;
        -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8));
        -moz-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8));
        -ms-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8));
        -o-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8));
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8)); }
        @media screen and (max-width: 480px) {
          div#vinho-detalhe div.rasgo div.garrafa img {
            height: 210px;
            padding-top: 0;
            -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.4)); } }
        @media screen and (max-width: 480px) and (orientation: landscape) {
          div#vinho-detalhe div.rasgo div.garrafa img {
            height: 300px; } }
      @media screen and (max-width: 480px) {
        div#vinho-detalhe div.rasgo div.garrafa {
          min-height: 360px; } }
    div#vinho-detalhe div.rasgo div#ficha-pdf {
      position: absolute;
      right: 0;
      width: 200px;
      background: url(../img/vinho-detalhe/descarregar-fichatecnica.png) no-repeat; }
      div#vinho-detalhe div.rasgo div#ficha-pdf a {
        display: inline-block;
        height: 52px;
        width: 40px;
        margin: 70px 0 0 60px;
        font: 0/0 a;
        background: url(../img/vinho-detalhe/icon-pdf.png) no-repeat; }
      @media screen and (max-width: 480px) {
        div#vinho-detalhe div.rasgo div#ficha-pdf {
          display: none; } }
    div#vinho-detalhe div.rasgo:after {
      content: "";
      display: block;
      margin: 100px 0 0 40%;
      background: url(../img/vinho-detalhe/seta-destaquevinho.png) no-repeat;
      height: 160px;
      width: 46px;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        div#vinho-detalhe div.rasgo:after {
          display: none; } }
    @media screen and (max-width: 480px) {
      div#vinho-detalhe div.rasgo {
        background-size: 120%;
        background-position: 50% 20px;
        height: 360px; } }
  div#vinho-detalhe a#btn-lista {
    background: url(../img/vinho-detalhe/btn-lista_vinhos.png) 0 -56px no-repeat;
    background-size: 100%;
    display: inline-block;
    font: 0/0 a;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 50px; }
    @media screen and (max-width: 480px) {
      div#vinho-detalhe a#btn-lista {
        top: 220px; } }
    div#vinho-detalhe a#btn-lista:hover {
      background-position: 0 0; }
  div#vinho-detalhe div.descricao {
    width: 50%;
    float: left; }
    div#vinho-detalhe div.descricao h2 {
      line-height: 1.2em; }
    @media screen and (max-width: 480px) {
      div#vinho-detalhe div.descricao {
        width: 100%;
        float: none; } }
  div#vinho-detalhe div.ficha-tecnica {
    margin-top: 1em;
    width: 40%;
    min-height: 235px;
    float: right;
    background: url(../img/vinho-detalhe/bg-papel.png) no-repeat; }
    div#vinho-detalhe div.ficha-tecnica p {
      margin: 0 10px 0 25px;
      color: #333; }
      div#vinho-detalhe div.ficha-tecnica p span {
        display: inline-block;
        width: 10%;
        margin-right: 40px;
        font-family: "roboto_condensedbold", "helvetica neue", "helvetica", "arial", sans-serif; }
      div#vinho-detalhe div.ficha-tecnica p:first-child {
        margin-top: 2em; }
        @media screen and (max-width: 480px) {
          div#vinho-detalhe div.ficha-tecnica p:first-child {
            padding-top: 20px; } }
      @media screen and (max-width: 480px) {
        div#vinho-detalhe div.ficha-tecnica p {
          margin: 0 10px 0 15px; } }
    @media screen and (max-width: 480px) {
      div#vinho-detalhe div.ficha-tecnica {
        background-size: 100% 98%;
        min-height: 230px;
        width: 100%;
        float: none; } }

div.fb-like {
  position: absolute;
  right: 0;
  margin: 0 100px 0 0; }
  @media screen and (max-width: 768px) {
    div.fb-like {
      margin: -40px 0 0 0; } }
  @media screen and (max-width: 480px) {
    div.fb-like {
      margin: -400px 0 0 -30px; } }

div#galeria ul {
  padding: 0;
  text-align: center; }
  div#galeria ul li {
    display: inline-block;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      div#galeria ul li {
        padding: 15px; } }
    @media screen and (max-width: 768px) {
      div#galeria ul li {
        padding: 10px; } }
    @media screen and (max-width: 480px) {
      div#galeria ul li img {
        width: 90px;
        height: 90px; } }

div#contacto h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin: 0; }
div#contacto div#morada {
  width: 50%;
  float: left; }
  @media screen and (max-width: 768px) {
    div#contacto div#morada {
      width: 100%;
      float: none; } }
div#contacto div.mapa {
  width: 50%;
  height: 230px;
  float: right;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    div#contacto div.mapa {
      width: 90%;
      height: 300px;
      float: none;
      margin: 0 auto; } }
div#contacto div.formulario {
  margin-top: 10px; }
  div#contacto div.formulario form div {
    min-height: 35px; }
    div#contacto div.formulario form div label {
      display: block;
      float: left;
      min-width: 10%; }
      @media screen and (max-width: 768px) {
        div#contacto div.formulario form div label {
          width: 100%;
          float: none;
          text-align: left; } }
    div#contacto div.formulario form div input[type=text], div#contacto div.formulario form div input[type=email], div#contacto div.formulario form div textarea {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-width: 80%;
      float: right; }
      @media screen and (max-width: 768px) {
        div#contacto div.formulario form div input[type=text], div#contacto div.formulario form div input[type=email], div#contacto div.formulario form div textarea {
          width: 98%;
          float: none; } }
    div#contacto div.formulario form div input[type=submit] {
      float: right; }
  div#contacto div.formulario form .btn-form {
    background-color: white;
    border: 1px solid white;
    width: 80px;
    height: 80px;
    margin: 20px 0 0 120px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px; }
    div#contacto div.formulario form .btn-form textarea {
      height: 400px; }
  div#contacto div.formulario form .erros {
    color: red;
    font-family: "roboto_condensedbold", "helvetica neue", "helvetica", "arial", sans-serif; }
  div#contacto div.formulario .contacto_sucesso p {
    display: block;
    font-family: "roboto_condensedbold", "helvetica neue", "helvetica", "arial", sans-serif;
    font-size: 2em;
    text-align: center; }

.sucesso {
  color: #007A00; }
  .sucesso p {
    font-size: 1.2em !important; }

.erro {
  color: #B30000; }
  .erro p {
    font-size: 1.2em; }

footer {
  height: 274px;
  background: url(../img/footer.png) 10px no-repeat;
  position: relative;
  margin: 20px 0 0 0; }
  footer .overlay {
    display: none; }
    footer .overlay a {
      color: red; }
  footer div.wolfswineclub {
    position: absolute;
    width: 155px;
    height: 70px;
    bottom: 0;
    margin: 0 0 80px 23px; }
    @media screen and (max-width: 480px) {
      footer div.wolfswineclub img {
        width: 115px; } }
    footer div.wolfswineclub img#path {
      margin: -5px 0 0px 60px;
      width: 150px; }
    @media screen and (max-width: 480px) {
      footer div.wolfswineclub {
        margin-left: 10px; } }
  footer div.parreira {
    width: 180px;
    padding-top: 10px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      footer div.parreira {
        width: 110px;
        padding-top: 50px; } }
    @media screen and (max-width: 480px) {
      footer div.parreira img {
        width: 110px; } }
  footer .social {
    position: absolute;
    right: 0;
    bottom: 72px; }
    footer .social div {
      width: 70px;
      height: 95px;
      float: left; }
      @media screen and (max-width: 480px) {
        footer .social div {
          width: 50px; } }
      @media screen and (max-width: 480px) {
        footer .social div img {
          width: 50px; } }
    footer .social .facebook {
      margin-right: 5px; }
  footer p {
    color: #656565;
    font-family: "roboto_condensedlight", "helvetica neue", "helvetica", "arial", sans-serif;
    font-size: 0.75em;
    margin: 0;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 480px) {
      footer p {
        width: 100%;
        text-align: center;
        margin-bottom: 35px; } }
  footer div#nox {
    width: 30px;
    height: 30px;
    margin: 55px auto 0 auto; }
    @media screen and (max-width: 480px) {
      footer div#nox {
        margin: 20px 25px 0 auto; } }
    footer div#nox img {
      width: 30px;
      height: 30px; }
