/* @override
	http://nessie.local/Work/vinamatecko.si/html/css/style.css
	http://localhost:8857/static/css/style.css */

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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;
  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; }

* {
  box-sizing: border-box; }

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
 }

html, body {
  height: 100%; }

.hide {
  display: none; }

.hide.active, .show {
  display: block; }

body {
  background: #eee;
  font-size: 28px;
  font-family: "garamond-premier-pro-display",serif;
  color:  #333;
}

a {

  text-decoration: none;
}


h1, .front h2 {
  font-size: 90px;
  text-transform: uppercase;
}


h2 {
    font-family: "leander-script-pro", cursive;
    font-size: 50px;
    color:  #d7a935;
    margin: 0;
}

.front h4 {
  font-family: "leander-script-pro", cursive;
  font-size: 50px;
  color:  #fff;
  margin: 0;
  padding: 30px 0 20px 0;
  text-align:center;
}

.front h2 {
  font-family: "garamond-premier-pro-display",serif;
  color:  #333;
  font-size: 70px;
  text-transform: uppercase;
}


p {
  line-height: 120%;
  }

.max-width, header, footer, .content {
  max-width: 1140px;
  margin: 0 auto;
  background: white; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

header {
  border-top: 5px solid #d7a935;
}



.menu .main,
.menu .logo,
.menu .secondary {
  float: left;
  width: 33%;
  text-align: center;
  margin-top: 90px;
}

.menu li {
  display: inline-block;
}

.menu a {
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  padding: 9px 6px 6px 6px;
  color: #000;
  color: rgba(0,0,0,0.9);
}

.menu a:hover {
  color:#000;
}

.menu .main {
  text-align: right;
  margin-top: 270px;
}

.menu .secondary {
  text-align: left;
  margin-top: 270px;
}

.menu.scrolledOut {
  background:url(../img/head-bg.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  width:  100%;
  height: 80px;
  opacity:  0.95;
  border-top: 5px solid #d7a935;

  z-index: 1000;

}

.menu.scrolledOut a {
  color:  white;
  color:  rgba(255,255,255,0.8);
}

.scrolledOut .main,
.scrolledOut .secondary
{
  margin-top: 16px;
}

.scrolledOut .logo {
  margin-top: 12px;
}

.scrolledOut .logo a {
  padding:  0 !important;
}

.front .menu .main a,
.front .menu .secondary a {
  background-color: rgba(255,255,255,0.4);
  border-radius:  5px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
   transition: all 0.3s;
  
}

.front .menu .main a:hover,
.front .menu .secondary a:hover {
  background-color: rgba(255,255,255,0.7);
  border-radius:  5px;
}

.front .scrolledOut .main a,
.front .scrolledOut .secondary a {
  background-color: transparent !important;
}


.menu .smalllogo {
  display: none;
}

.scrolledOut .smalllogo {
  display: inline;
}

.scrolledOut .biglogo {
  display:  none;
}



.front-image {
  min-height: 550px;
  background:url(../img/front2.jpg) no-repeat bottom center;
}

.front-title {
  background-color: #d7a935; }
  .front-title h1 {
    text-align: center;
    font-size: 46px;
    padding: 40px 0px;
    margin: 0; }


#lang {
  position: relative;
}

.scrolledOut #lang {
  display: none !important;
}

#lang a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

#lang a:hover {
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

#lang a.selected {
  border-bottom: 1px solid #000;
}

.wines, .gifts, .champagnes {
  padding:  40px 0;
}

.gifts {
  padding-top: 275px;
  background: #fff url(../img/gifts-bg.jpg) no-repeat center 40px;
  min-height: 1000px;
}

.gifts h1 {
  margin-bottom: 80px;
  font-size:  70px;
}

.gifts h2 {
  color:  white;
  margin-bottom:  200px;
}

.gifts p {
  width:  70%;
  margin: 0 auto 50px auto;
}


.aboutus {
    padding-top: 75px;
}

.aboutus p {
  width:  70%;
  margin: 40px auto;
}

.gifts-front {
  padding-top:40px;
}

.wines, .gifts-front {
    background: #E6E9E9;
}

 /*all images responsive*/
img {
  max-width: 100%;
}



.row {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  }

  .wines .wine {
    width: 25%;
    float: left;
    padding: 20px;
    text-align: center;
  }

  .champagnes .champagne {
    width: 16%;
    float: left;
    padding: 20px;
    text-align: center;
  }


    h3 span {
      font-size:  70%;
      display: block;
    }

    h3 a {
      text-transform: uppercase;
      font-size: 20px;
      color:  #333;
    }




.wines-details {
  padding-top: 80px;
  position:relative;
  height: 950px;
}


.wines-details .wine {
  /*display: none;*/
  visibility: hidden;
  opacity: 0.0;
  position: absolute;
  left:10%;
  right:10%;

  -webkit-transition: all 1.0s; /* For Safari 3.1 to 6.0 */
  transition: all 1.0s;
}

.wines-details .active {
  /*display: block;*/
  visibility: visible;
  opacity: 1.0;
}

.wines-details .table {
  display: table;
  table-layout: fixed;
  width:  100%;
}

.wines-details .table-row {
  display: table-row;
}

.wines-details .image,
.wines-details .data {
  display: table-cell;
  width:  50% !important;
  vertical-align: middle;
  padding:  20px;
}

.wines-details .data {
  text-align: left;
}

.wines-details h3 {
  font-size:  30px;
  text-transform: uppercase;
  font-weight: bold;
}

.wines-details h3 span {
  font-size:  70%;
  display: inline;

}

.wines-details .narocila {
  margin-top:  20px;
  font-size: 18px;
}


.more-front {
  background:url(../img/head-bg.png) repeat;

}
.more-front .column {
  float:left;
  width: 33%;
  padding: 20px;

}

.more-front a {
  color: #fff;
  text-transform: uppercase;
  font-size:  70%;

  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.more-front img {
  border-radius: 100%;
  border: 3px solid rgba(255,255,255,0.8);
  background: #fff;

  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.more-front a:hover {
  color: #d7a935;

}

.more-front a:hover img{
  border-color: #d7a935;

}

nav.submenu {
  margin:40px auto;
}
nav.submenu li {
  display: inline-block;
}

nav.submenu li a {
  padding:5px 15px;
  text-transform: uppercase;
  font-size:  20px;
  color: #333;
}

nav.submenu li a.active {
  border-bottom:2px solid gold;
}


.contact p {
  margin: 20px 0;
}

.contact h1 {
  font-size:  48px;
}

.contact a {
  color:  #d7a935;

}

.gallery {
  padding-top: 75px;
}

footer {
  font-size: 18px;
  background-color: #d7a935;
  text-align: center;
  padding: 20px 10px;
  color:  white;
  font-weight: bold;
}

footer a {
  color:  white;
}

footer a:hover {
  text-decoration: underline;
}

#map {
  margin-top: 75px;
  width: 100%;
  height:  500px;
  background: #f5f5f5 url('../img/zemljevid.png') no-repeat top center ;
  display: block;
  position: relative;
  text-align: center;
  padding-top: 270px;
}

#map .alt {
  display: block;
  font-size:15px;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  background: #000;
  color:  white;
  font-family:  sans-serif;
  padding:  10px;
  border-radius: 10px;
  opacity:  0.0;
  visibility: hidden;

  -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;

}

#map:hover .alt {
  opacity:  0.9;
  visibility: visible;
}


.contact .row {
  width:  100%;
  padding-top: 0 !important;
}


@media only screen and (max-width: 520px) {
  .wines .wine,
  .champagnes .champagne {
    width: 50%;
  }

  .champagnes .center {
    width:  100%;
  }

  .wines-details .table {
    display: block ;
  }

  .wines-details .table-row {
    display: block;
  }

  .wines-details .image,
  .wines-details .data {
    display: block !important;
    width:  100%;
    vertical-align: middle;
    padding:  20px;
    text-align: center;
  }

  .menu, .menu.scrolledOut {
    position:relative;
  }

  .front-image {
  }
  
  
  .menu .max-width {
    background: url(../img/head-bg.png) repeat !important;
    text-align:center !important;
  }

  .menu .main,
  .menu .secondary {
    clear:both;
    float:none;
    text-align: center !important;
    margin: 0;
    width: 100%;
    
    
  }
  


  .menu a {
    color:#fff;
  }


   .biglogo {
    display:  none;
  }

  .menu .logo {
    margin: 0 auto;
    width: 100%;
  }

  .smalllogo {
    display: inline !important;
    margin: 0 auto;
  }

  .wines-details {
    min-height: 1250px;
  }

  .submenu {
    line-height: 150%;
  }

  h1 {
    font-size: 60px;
  }

}




@media only screen and (min-width: 768px) and (max-width: 1139px) {
  header, footer, .content {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  header, footer, .content {
    width: 100%; } }

    @media only screen and (max-width: 767px) {
      body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0; }

/*# sourceMappingURL=screen.css.map */
