/*
    Theme Name: Delizie di Bacco
    Theme URI: http://deliziedibacco.it/
    Description: Theme for Delizie di bacco
    Version: 1
    Author: Joern Bargmann (@joernba)
    Author URI: http://joern.im
*/
/* =Reset
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

.pattern:after {
  content: "";
  background: url(../images/pattern.png) repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1; }

input[type=submit] {
  background: #de6120;
  border: 1px solid #de6120;
  color: #fff;
  font-size: 16px;
  padding: 3px 6px;
  text-transform: uppercase; }

input[type=text] {
  background: #fff;
  border: 1px solid #de6120;
  color: #403a36;
  font-size: 16px;
  padding: 3px 6px; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.slideshow {
  position: relative;
  overflow: hidden;
  padding-top: 7em;
  height: 593px;
  background-color: transparent; }

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  width: 1800px !important;
  left: 50%;
  margin-left: -900px; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /* background: url(../images/controls.png) no-repeat 0 -32px; */ }

.bx-wrapper .bx-next {
  right: 10px;
  /* background: url(../images/controls.png) no-repeat -43px -32px; */ }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  display: block;
  top: 0;
  outline: 0;
  width: 595px;
  height: 446px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

body {
  background: #ffffff;
  color: #403a36;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, serif;
  font-size: 16px;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
  line-height: 1.2;
  letter-spacing: .8px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #de6120; }

h1 {
  font-size: 28.8px;
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  text-transform: uppercase; }

h3 {
  font-size: 19.2px;
  text-transform: uppercase;
  margin-bottom: 0; }

strong {
  font-size: 18px; }

em {
  font-style: italic; }

.special-heading {
  color: #333;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, serif;
  text-transform: none; }

p, ul {
  font-size: 12px; }

a {
  color: #403a36;
  text-decoration: none; }
  h3 a {
    color: #de6120; }
  a:hover, a.active {
    text-decoration: underline; }

small {
  font-size: 12px; }

@media only screen and (max-width: 850px) {
  body {
    margin: 0; } }
/* Layout and Grid */
.header-fixed {
  background-color: #ffffff;
  padding: 1em 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  cursor: default; }
  .header-fixed .logo {
    float: right; }

section {
  margin-top: 121px; }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%; }

.inner-wide {
  margin: 0 auto;
  max-width: 1616px;
  width: 100%; }

.main {
  margin-top: 121px; }

.grid {
  background: #fff;
  margin: 0 0 3em 0;
  clear: both; }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }

.row {
  clear: both;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto; }

[class*='col-'] {
  float: left;
  padding-right: 1em; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }
  footer [class*='col-'] {
    padding-right: 0.5em;
    padding-left: 0.5em; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

/* Opt-in outside padding */
.grid-pad {
  padding: 1em 0 1em 1em; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 1em; }

.push-1-2 {
  margin-left: 50%; }

.no-padding {
  padding: 0; }

@media only screen and (max-width: 850px) {
  .grid {
    margin: 0 0 1em 0; }

  [class*='col-'] {
    float: none;
    display: block;
    width: 100%;
    padding: 0; }

  .push-1-2 {
    margin-left: 0; }

  .mob-col-1-2 {
    width: 50%;
    float: left; }

  .mob-col-1-3 {
    width: 33.33%;
    float: left;
    padding-right: 0.5em; }

  .mob-col-2-3 {
    width: 66.66%;
    float: left; }

  .mob-row {
    clear: both;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto; } }
@media only screen and (max-width: 500px) {
  .mob-col-1-2, .mob-col-1-3, .mob-col-2-3 {
    width: 100%;
    float: none; } }
.menu {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 15px;
  float: left;
  margin-top: 60px;
  width: 50%; }
  .menu li {
    float: left;
    padding-right: 3%; }
    .menu li:before {
      content: '.'; }
    .menu li:last-of-type {
      margin-right: 0;
      margin-left: 10%; }
      .menu li:last-of-type:after {
        content: none;
        padding-left: 0; }
    .menu li .submenu {
      position: absolute;
      min-width: 600px;
      overflow: auto; }
    .menu li li:before {
      content: '/'; }
    .menu li li:last-of-type {
      margin-left: 0; }

.hidden {
  display: none; }

@media only screen and (max-width: 850px) {
  .menu {
    margin-top: 0.5em; } }
@media only screen and (max-width: 570px) {
  .menu {
    width: 50%; }
    .menu li .submenu {
      max-width: 180px;
      min-width: 0; } }
.section-border {
  border-top: 1px solid #776c65;
  padding-top: 0.5em; }

.text-column {
  display: inline-block;
  margin-left: 1em; }

/* Top */
.top {
  position: relative; }

#top {
  background: url(../images/home.png) center center no-repeat;
  min-height: 921px; }

/* Who */
h1.hidden-text span {
  text-indent: -9999px;
  display: inline-block; }

h1.hidden-text {
  background-image: url("../images/who.png");
  margin-bottom: 3em;
  width: 313px;
  height: 174px; }

.who-image {
  background: url("../images/who-bg.jpg") right no-repeat;
  height: 701px;
  overflow: auto; }

.who-text {
  padding: 90px 0 0 1em;
  width: 50%; }

.text-en {
  font-style: italic; }

/* Works */
.caption {
  display: none; }

.li-hover {
  position: relative; }
  .li-hover:hover .caption {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    display: block;
    line-height: 20px;
    padding: 14px;
    text-align: center;
    height: 60px;
    width: 100%; }

/* Where */
.where {
  position: relative; }

#where {
  background: url(../images/where.png) center center no-repeat;
  min-height: 921px;
  padding-top: 9em; }

.where-content {
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -80px;
  padding: 1em;
  width: 159px;
  z-index: 10; }

/* Map */
.map {
  width: 100%;
  height: 400px;
  border: none; }

.gm-style img {
  max-width: none; }

@media only screen and (max-width: 500px) {
  h1.hidden-text {
    background-size: cover;
    width: 180px;
    height: 100px; } }
