/* ==========================================================================
 Author's custom styles
 ========================================================================== */
html {
  box-sizing: border-box;
  height: 100%; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: url(../img/furley.png);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville'; }

::selection {
  background: #633;
  /* Safari */
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #633;
  /* Firefox */
  color: #fff;
  text-shadow: none; }

/* ==========================================================================
 Pozadniska slika
 ========================================================================== */
.visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-attachment: fixed;
  z-index: -5;
  height: 400px;
  width: 100%; }

.visual {
  background-image: url(../img/visual.jpg); }

.restoran .visual {
  background-image: url(../img/visual2.jpg); }

.ponuda .visual {
  background-image: url(../img/visual3.jpg); }

.kontakt .visual {
  background-image: url(../img/visual4.jpg); }

/* ==========================================================================
 Navigacija
 ========================================================================== */
.nav-holder {
  /*background: rgba(255,255,255,0.95);*/
  height: auto;
  overflow: hidden;
  margin: 10px 0 0 0;
  /*box-shadow: 0 1px 3px 1px rgba(0,0,0,0.25);*/ }

.nav {
  width: 960px;
  height: auto;
  margin: 40px auto;
  position: relative;
  z-index: 1; }

.nav ul {
  list-style: none;
  width: 36%;
  margin: 0;
  padding: 0; }

.nav ul li {
  float: left;
  display: inline-block;
  width: 40%;
  margin: 0 5%;
  text-align: center; }

.nav .logo-mob {
  display: none; }

.nav .logo {
  float: left;
  display: inline-block;
  width: 28%;
  text-align: center;
  margin: -20px 0 0 0;
  padding: 0 0 0 0;
  opacity: 1;
  /*border-bottom: 3px solid #A47E3C;*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.nav .logo img {
  width: 175px; }

/*.nav .logo:hover {
	opacity: 0.5;
}*/
.nav .logo h1 a {
  color: #A47E3C;
  font-family: 'Open Sans';
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.nav .logo h1 a:hover {
  color: #633;
  text-decoration: none; }

.nav ul li a {
  display: block;
  padding: 14% 3%;
  color: #FFF;
  border-bottom: 3px solid #A47E3C;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.99);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.nav ul li a.active,
.nav ul li a:hover {
  color: #A47E3C;
  text-decoration: none;
  border-bottom: 3px solid #FFF; }

/* ==========================================================================
 VIZUALNI TEXT
 ========================================================================== */
.visual-container {
  color: #fff;
  margin: 70px 0 -2px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000; }

.visual-container h1 {
  font-style: italic;
  font-weight: 400;
  line-height: 50px; }

.visual-container h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 0px;
  margin: 10px auto;
  border-top: 1px solid #A47E3C; }

.visual-container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 29px; }

/* ==========================================================================
 NASLOV - HEADER
 ========================================================================== */
.header-holder {
  width: 100%;
  background: #FFFFFF;
  padding: 5px 0;
  margin: 100px 0 0 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15); }

.nav.nav-tabs {
  margin: -40px auto 0;
  padding: 0 0;
  border: none;
  text-align: center; }

.nav.nav-tabs li {
  width: 27%;
  margin: 0 3%; }

.nav.nav-tabs li:hover, .nav.nav-tabs li.active {
  background: #ffffff;
  border-radius: 3px 3px 0 0; }

.nav.nav-tabs li a {
  background: rgba(255, 255, 255, 0.5);
  text-shadow: none;
  color: #633;
  display: block;
  border: none;
  border-radius: 3px 3px 0 0; }

.nav.nav-tabs li:hover a, .nav.nav-tabs li.active a {
  background: none;
  border: none; }

.header {
  width: 960px;
  margin: auto;
  text-align: center; }

.header h2 {
  color: #633;
  font-style: italic;
  font-size: 24px;
  font-weight: 300;
  margin: .5em 0 .3em;
  /*text-shadow: 0 1px 0px #A47e3c;*/ }

/* ==========================================================================
 SADRZAJ
 ========================================================================== */
.content {
  background: url(../img/furley.png);
  -webkit-box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.15), inset 0 -3px 6px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.15), inset 0 -3px 6px -3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.15), inset 0 -3px 6px -3px rgba(0, 0, 0, 0.15); }

.holder {
  max-width: 100%;
  width: 960px;
  height: auto;
  margin: auto;
  padding: 25px;
  overflow: hidden;
  color: #633;
  line-height: 25px;
  font-size: 13px; }

.frontpage {
  height: auto;
  overflow: hidden;
  padding: 5px 0; }

.holder h3 {
  margin: 0 auto;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff, 0 2px 0 #eee; }

.holder p {
  font-size: 13px;
  margin: 0 0 20px;
  /*border-left: 2px solid #A47E3C;*/ }

.holder p a {
  color: #A47E3C;
  /*border-left: 2px solid #A47E3C;*/ }

.holder img {
  width: 28%;
  margin: 2%;
  border: 4px solid #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.holder img:hover {
  /*border: 4px solid rgba(100,50,0,0.5);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.25);*/ }

.holder .frontpage img {
  width: 90%;
  margin: 0 4.9%; }

.holder .and {
  width: 20.2%;
  height: auto;
  overflow: hidden;
  margin: 4% 0;
  padding: 0;
  border: none;
  box-shadow: none;
  text-align: center; }

.holder .and img {
  width: auto !important;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none; }

.holder .and img:hover {
  border: none;
  box-shadow: none; }

.holder .columns2 {
  margin: 20px 0px;
  padding: 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em; }

.holder .columns3 {
  margin: 20px 0;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em; }

.holder small {
  display: block;
  text-align: center;
  color: #A47E3C;
  font-style: italic; }

.gmap iframe {
  width: 90%;
  height: 300px;
  border: 4px solid #FFFFFF;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* ==========================================================================
 FOOTER
 ========================================================================== */
.footer-holder {
  background: #FFFFFF;
  width: 100%;
  height: auto;
  overflow: hidden; }

.footer {
  width: 960px;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
  color: #633;
  font-size: 12px; }

.footer p {
  line-height: 50px;
  margin: 0;
  padding: 0; }

.footer a {
  color: #A47E3C;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.footer a:hover {
  color: #633; }

/* ==========================================================================
 Helper klase
 ========================================================================== */
.line {
  display: block;
  width: 100px;
  height: 0px;
  margin: 10px auto;
  border-top: 1px solid #A47E3C;
  /*box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);*/ }

.line2 {
  display: block;
  width: 100px;
  height: 0px;
  margin: 10px auto;
  border-top: 1px solid #A47E3C;
  /*box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);*/
  clear: both; }

.shadow-up {
  background: url(../img/shadow-up.png) no-repeat center bottom;
  width: 960px;
  max-width: 100%;
  height: 10px; }

.shadow-down {
  background: url(../img/shadow-down.png) no-repeat center bottom;
  width: 960px;
  max-width: 100%;
  height: 10px; }

.txt-center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.col10 {
  width: 10%; }

.col20 {
  width: 20%; }

.col25 {
  width: 23%;
  padding-left: 1%;
  padding-right: 1%; }

.col33 {
  width: 33%; }

.col40 {
  width: 39.9%; }

.col50 {
  width: 49.5%; }

.col66 {
  width: 64%;
  margin-right: 1%;
  margin-left: 1%; }

.col75 {
  width: 72.9%;
  padding-left: 1%;
  padding-right: 1%; }

.col100 {
  width: 100%; }

/* ==========================================================================
 Media Queries
 ========================================================================== */
/* MOBILE PORTRAIT */
/* MOBILE LANDSCAPE */
@media only screen and (max-width: 639px) {
  body {
    padding: 0;
    margin: 0; }

  .mobile-hide {
    display: none; }

  .nav-holder {
    margin: 0 0 5px;
    width: 100%;
    border-bottom: 3px solid #410;
    /*background: #630;
    background: rgba(255,255,255,0.25);*/ }

  .nav {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0; }

  .nav .logo {
    /*display: none;*/
    /*		background: #663300;*/
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 3px solid #410;
    opacity: 1;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0; }

  .nav .logo img {
    max-height: 60px;
    width: auto; }

  .logo-mob {
    display: block;
    width: 100%;
    text-align: center; }

  .nav .logo-mob h1 a {
    width: 100%;
    color: #A47E3C;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center;
    display: block; }

  .nav .logo h1 a:hover {
    color: #633;
    text-decoration: none; }

  .nav ul {
    display: block;
    width: 50%;
    margin: 90px 0 0 0;
    background: rgba(255, 255, 255, 0.25); }

  .nav ul li {
    float: none;
    width: 100%;
    margin: 0;
    line-height: 32px; }

  .nav ul li a {
    /*background: #A47E3C;*/
    color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    text-transform: uppercase;
    border: none; }

  .nav ul li a:hover {
    background: #663300;
    background: rgba(255, 255, 255, 0.55);
    color: #fff;
    border: none; }

  .visual-container p {
    font-size: 80%; }

  .visual {
    height: 210px; }

  img.visual-img {
    /*	display: none;*/
    height: 100%;
    min-width: 200%; }

  .header-holder {
    width: 100%;
    margin: 5% 0; }

  .header {
    width: 100%; }

  .holder {
    background: #ffffff;
    width: 100%;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    padding: 5%; }

  .holder img {
    width: 95.5%;
    border: 2px solid #fff; }

  .holder .and {
    width: 20px;
    margin: 0 20px;
    padding: 0;
    border: none;
    box-shadow: none; }

  .holder p {
    line-height: 18px;
    margin: 10px; }

  .holder .columns2, .holder .columns3 {
    line-height: 18px;
    margin: 20px 10px;
    padding: 0;
    font-size: 11px;
    text-align: justify;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em; }

  .gmap iframe {
    width: 90%;
    height: 300px; }

  .visual-container {
    margin: 0; }

  .nav.nav-tabs {
    background: #410;
    margin: 0;
    padding: 0; }

  .nav.nav-tabs li {
    margin: 0;
    width: 33.3%;
    border-radius: 0; }

  .nav.nav-tabs li a {
    background: none;
    color: #FFF;
    display: block;
    /*width: 100%;*/
    height: 30px;
    line-height: 30px;
    margin-bottom: -1px; }

  .nav.nav-tabs li:hover a,
  .nav.nav-tabs li.active a {
    background: url(../img/furley.png);
    color: #410;
    border-radius: 0;
    height: auto;
    background: #FFF; }

  .col50, .col75, .col20, .col40, .col66,
  .footer-holder, .footer {
    width: 100%; }

  .footer p.left, .footer p.right {
    width: 98%;
    padding: 0 1%;
    text-align: center;
    border-bottom: 1px solid #eee; } }
/* SMALL TABLET */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .nav .logo {
    /*display: none;*/ }

  .logo-mob {
    display: none; }

  .visual-container h1 {
    font-size: 32px; }

  .visual-container p {
    font-size: 100%; } }
/* TABLET/NETBOOK */
/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (max-width: 1024px) {
  .nav, .header, .holder {
    width: 100%; } }
/* DESKTOP */
/* WIDESCREEN */
@media only screen and (min-width: 1400px) {
  .visual {
    -webkit-background-size: contain;
    background-size: contain; } }
.hamag {
  background: white;
  padding: 24px;
  width: 960px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  color: #633;
  font-size: 12px; }
  .hamag img {
    height: 50px; }
  .hamag p {
    font-size: 13px;
    color: black; }

.eu-hamag {
  margin-top: 10px; }
  @media only screen and (min-width: 540px) {
    .eu-hamag {
      margin-top: 0;
      margin-left: 10px; } }

/* ==========================================================================
 Google fonts
 ========================================================================== */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format("woff"); }
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url(http://themes.googleusercontent.com/static/fonts/librebaskerville/v1/pR0sBQVcY0JZc_ciXjFsK2vhaIAz1NJzluD_h2UBN7c.woff) format("woff"); }
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic"), url(http://themes.googleusercontent.com/static/fonts/librebaskerville/v1/QHIOz1iKF3bIEzRdDFaf5dCpxY7g_VZuMtgz78Sasn8.woff) format("woff"); }

/*# sourceMappingURL=main.css.map */
