@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Great+Vibes|Libre+Baskerville:400,700,400italic&subset=latin,latin-ext);
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html {
    font-size: 16px;
}
@media (max-width: 900px) {
    html {
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    html {
        font-size: 13px;
    }
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    margin: 0;
    color: #000;
    min-height: 100%;
    background: #F8F1D5 url(http://bujska-pivovara.com/images/back3.jpg) repeat 0px 0px;
    font: 400 normal 15px/21px 'Libre Baskerville', serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* animacija */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
/* opce */

.fltL {
    float: left;
}
.fltR {
    float: right;
}
.center {
    text-align: center;
}
strong {
    font-weight: bold;
}
ul {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    color: #990000;
    font-weight: 400;
}
a:hover {
    text-decoration: none;
    color: #F00;
}
p {
    line-height: 1.6em;
    margin: 1em 0;
}
.fix {
    width: 100%;
    position: fixed;
    top: 0px;
}
.italiano {
    font: 32px/50px 'Great Vibes', cursive;
    text-shadow: #FFFFFF 1px 1px -1px;
}
.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.box60 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 40px;
}
.box50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 100px;
}
.box30 {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 15px;
}
.box20 {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 15px;
}
/* STYLES */

h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}
h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding-bottom: 20px;
}
h5,
h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
#section-1 {
    min-height: 100vh;
    width: 100%;
    position: relative;
}
h2.mostimportant {
    font: 32px/50px 'Great Vibes', cursive;
    color: #910000;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
    margin: 0px;
    text-shadow: #FFFFFF 1px 1px -1px;
}
h2.mostimportant2 {
    font: 20px/60px 'Great Vibes', cursive;
    color: #910000;
    text-shadow: #FFFFFF 1px 1px -1px;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 40px;
    margin: 0px;
    background: url(http://bujska-pivovara.com/images/homemade_istrian_beer-258b.png) no-repeat center bottom;
    display: block;
    width: 100%;
}
#section-2,
#section-4,
#section-5,
#section-6,
#section-7,
#section-8,
#section-9,
#section-last {
    min-height: 100vh;
    width: 100%;
    padding-top: 40px;
}
#section-3,
#section-x {
    min-height: 100vh;
    width: 100%;
    padding-bottom: 40px;
}
#section-last h3 {
    color: #000;
    padding-bottom: 20px;
}
#header {
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
h1.logo {
    max-width: 600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
h1.logokantakti {
    max-width: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}
.bord {
    border: 1px solid #FDF6DA;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.pivo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
    background: url(http://bujska-pivovara.com/images/homemade_istrian_beer.png) no-repeat center bottom;
    padding-bottom: 60px;
}
.pivo h3 {
    font: 44px/60px 'Great Vibes', cursive;
    color: #280000;
    text-shadow: #FFFFFF 1px 1px -1px;
    text-align: center;
}
h2.contact {
    padding-bottom: 40px;
}
h3.contact {
    padding-top: 40px;
}
h4.contact {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
}
hr.sep {
    height: 6px;
    background: url(http://bujska-pivovara.com/images/hrhr.png) repeat-x 0 0;
    border: 0;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}
h4.distributer {
    font-size: 24px;
    color: #4F0000;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 25px;
}
.bord2 {
    border: 1px solid #D1CEC5;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
h2.homemede,
h3.homemede {
    background: url(http://bujska-pivovara.com/images/homemade_istrian_beer.png) no-repeat center bottom;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 50px;
}
h3.steak {
    font: 36px/50px 'Great Vibes', cursive;
    color: #000;
    text-shadow: #FFFFFF 1px 1px -1px;
    padding-bottom: 30px;
    padding-top: 50px;
    margin: 0px;
}
ul.icogreen li {
    list-style: url(http://bujska-pivovara.com/images/icogreen.png) none inside;
    margin-bottom: 20px;
    padding-left: 10px;
}
h3.bupi50 {
    background: url(http://bujska-pivovara.com/images/bujska-pivovara-logo-50.png) no-repeat center top;
    padding-top: 60px;
}
h3.pivnica50 {
    background: url(http://bujska-pivovara.com/images/beer-and-steakhouse-san-servolo-50.png) no-repeat center top;
    padding-top: 60px;
}
h3.bed50 {
    background: url(http://bujska-pivovara.com/images/bed-and-breakfast-buje-50.png) no-repeat center top;
    padding-top: 60px;
}
h4.reserve {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 80px;
    background: url(http://bujska-pivovara.com/images/phone72.png) no-repeat center bottom;
}
.lan {
    display: block;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #FF9900;
    line-height: 20px;
    margin-bottom: 40px;
}
.lan a {
    font-size: 13px;
    font-style: normal;
    color: #000;
    line-height: 20px;
    display: block;
    text-align: center;
    background: #FFF;
    padding: 12px;
    text-shadow: 1px 1px 1px #fff;
}
.lan a:hover {
    color: #900;
    border-color: #F00;
    background: #FFCC66;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
#jelovnik {
    min-height: 100vh;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
}
h5.title-menu {
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 75px;
}
h6.jela {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 40px;
}
ul.hrana li {
    list-style: url(http://bujska-pivovara.com/images/icogreen.png) none inside;
    margin-bottom: 20px;
    padding-left: 10px;
}
ul.hrana li span {
    list-style: none;
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
}
.zastave-fix {
    height: 24px;
    width: 136px;
    margin-right: auto;
    margin-left: auto;
}
.zastava-hr {
    height: 24px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-indent: -9999px;
    background: url(http://bujska-pivovara.com/images/za-hr.jpg);
}
.zastava-hr:hover {
    background-position: 0px -24px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.zastava-en {
    height: 24px;
    width: 48px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-indent: -9999px;
    background: url(http://bujska-pivovara.com/images/za-en.jpg);
}
.zastava-en:hover {
    background-position: 0px -24px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.top50 {
    padding-top: 50px;
}
.firstcharacter {
    float: left;
    color: #6A5931;
    padding-right: 20px;
    font: 120px/90px 'Great Vibes', cursive;
    text-shadow: #FFFFFF 1px 1px -1px;
    padding-top: 15px;
}
/* BUTTON REZERVIRAJ */

.button {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f2f2f2;
    background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
    border: 1px solid #bfbfbf;
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 16px;
    transition: all 20ms ease-out;
    vertical-align: top;
    text-align: center;
}
.button:hover,
.button:focus {
    background: #f2f2f2;
    border-color: #8c8c8c;
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}
.button:active {
    background: #f2f2f2;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-green {
    background-color: #97cc76;
    background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
    border: 1px solid #5f993a;
    box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button-green:hover,
.button-green:focus {
    background: #70B143;
    border-color: #326612;
    box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
    color: #FFFF00;
}
.button-green:active {
    background: #8bcc62;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
/* TOOLTIP */

.tooltip {
    z-index: 1000;
    text-align: left;
    border: 1px solid #c7bf93;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 16px;
    min-width: 50px;
    max-width: 300px;
    color: #000;
    background-color: #fff9c9;
}
.tooltip .tip-inner {
    font: 700 14px/18px arial, helvetica, sans-serif;
    color: #900;
}
.tooltip .tip-arrow-top {
    margin-top: -6px;
    margin-left: -5px;
    top: 0;
    left: 50%;
    width: 9px;
    height: 6px;
    background: url(http://bujska-pivovara.com/css/tip-yellowsimple_arrows.gif) no-repeat;
}
.tooltip .tip-arrow-right {
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    left: 100%;
    width: 6px;
    height: 9px;
    background: url(http://bujska-pivovara.com/css/tip-yellowsimple_arrows.gif) no-repeat -9px 0;
}
.tooltip .tip-arrow-bottom {
    margin-top: 0;
    margin-left: -5px;
    top: 100%;
    left: 50%;
    width: 9px;
    height: 6px;
    background: url(http://bujska-pivovara.com/css/tip-yellowsimple_arrows.gif) no-repeat -18px 0;
}
.tooltip .tip-arrow-left {
    margin-top: -4px;
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 6px;
    height: 9px;
    background: url(http://bujska-pivovara.com/css/tip-yellowsimple_arrows.gif) no-repeat -27px 0;
}
.boxlogo {
    display: block;
    width: 254px;
    padding-top: 25px;
    margin-right: auto;
    margin-left: auto;
}
/* ZADNJI SECTION */

.buje {
    min-height: 100vh;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
}
.buje-shop {
    min-height: 100vh;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}
.vizitka {
    background-color: rgba(252, 240, 200, 0.7);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8);
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
.web-shop {
    background-color: rgba(252, 240, 200, 0.7);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
.turbo {
    padding: 3px;
    width: 100%;
    border: 1px solid #BA6201;
}
.turbo2 {
    width: 100%;
    display: block;
    padding: 20px 50px;
    border: 1px solid #D6A941;
}
p.phone {
    background: url(http://bujska-pivovara.com/images/phone.png) no-repeat center center;
    display: block;
    padding: 0px;
    height: 48px;
    width: 48px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
p.phonenum {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
p.mail {
    background: url(http://bujska-pivovara.com/images/mail.png) no-repeat center center;
    display: block;
    padding: 0px;
    height: 48px;
    width: 48px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
p.mailadr {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
}
/* FOOTER -----------------------------------------------------------------------------------*/

.footer1 {
    font-size: 11px;
    color: #000;
    margin: 40px auto 0px;
    padding: 6px;
    text-align: center;
    display: block;
    width: 40%;
    background-color: rgba(252, 240, 200, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.footer1 a {
    font-weight: 400!important;
    color: #000;
    font-size: 12px;
}
.footer2 {
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 50px;
}
.footer2 a {
    font-weight: 400!important;
    color: #333;
    font-size: 13px;
}
.linkline {
    display: inline-block;
    position: relative;
}
.linkline:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: 0 0;
    transition: width .5s ease, background-color .5s ease;
}
.linkline:hover:after {
    width: 100%;
    background-color: red;
}
a.linkline:hover {
    color: #900;
    text-decoration: none;
}
html {
    min-width: 320px;
}
/* SHARE BUTTON */
/* SHARE */

.social {
    font-size: 16px;
    color: #000;
    margin: 0px auto 10px;
    text-align: center;
    display: block;
    width: 200px;
    border: 1px solid #FFFFCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(186, 98, 1, 0.5);
    background: rgba(252, 240, 200, 0.4) url(http://bujska-pivovara.com/img/gold.jpg);
    background-repeat: no-repeat;
    background-size: 180% 180%;
    background-position: 100% 100%;
    -webkit-animation: square 5s linear infinite;
    -ms-animation: square 5s linear infinite;
    animation: square 5s linear infinite;
}
@-webkit-keyframes square {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}
@-ms-keyframes square {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes square {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 100% 0;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}
.soc-click {
    width: 100%;
    cursor: default;
    background: url(http://bujska-pivovara.com/img/share2.png) no-repeat center top;
}
.socialPlugin {
    text-align: center;
    width: 200px;
    height: 36px;
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.socialPlugin .showSocialButtons {
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.7);
    height: 78px;
    width: 100%;
    padding-top: 0.333em;
    padding-bottom: 0.333em;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}
.socialPlugin .socials {
    width: 260px;
    color: white;
    line-height: 10px;
    text-align: center;
    margin-top: -123px;
    margin-left: -35px;
    display: block;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-150px);
    -moz-transform: scale(0) translateY(-150px);
    -o-transform: scale(0) translateY(-150px);
    transform: scale(0) translateY(-150px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.socialPlugin .socials:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 4px auto;
    height: 0;
    width: 0;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-top: 15px solid #000;
}
@media all and (max-width: 992px) {
    .socialPlugin .socials {
        margin-top: -130px;
    }
}
@media all and (max-width: 480px) {
    .socialPlugin .socials {
        margin-top: -130px;
    }
    .social {
        width: 160px;
    }
}
/* Toggled State */

.socialPlugin .socials.opened {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-60px);
    -moz-transform: scale(1) translateY(-60px);
    -o-transform: scale(1) translateY(-60px);
    transform: scale(1) translateY(-60px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/* Share buttons */

.socialPlugin .socials .fa {
    height: 2.5em;
    font-size: 2em;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 2.5em;
    -webkit-backface-visibility: hidden;
}
.socialPlugin .socials .fa:before,
.socialPlugin .socials .fa:after {
    left: 0%;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    width: 100%;
}
.socialPlugin .socials .fa:before {
    color: white;
    -webkit-transform: translate3D(0, -50%, 0);
    -ms-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
    z-index: 2;
}
.socialPlugin .socials .fa:after {
    padding-bottom: 25%;
    padding-top: 300%;
    top: 0;
}
.socialPlugin .socials .fa:hover:after {
    -webkit-transform: translate3D(0, -73%, 0);
    -ms-transform: translate3D(0, -73%, 0);
    transform: translate3D(0, -73%, 0);
}
.socialPlugin .socials .fa:hover:before {
    -webkit-transform: translate3D(0, -250%, 0);
    -ms-transform: translate3D(0, -250%, 0);
    transform: translate3D(0, -250%, 0);
}
/* The social icons */

.socialPlugin .socials .fa-twitter:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00acee), color-stop(75%, #ffffff));
    background-image: -webkit-linear-gradient(#00acee 25%, #ffffff 75%);
    background-image: linear-gradient(#00acee 25%, #ffffff 75%);
    content: "\f099";
    color: #00acee;
}
.socialPlugin .socials .fa-facebook:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #3b5998), color-stop(75%, #ffffff));
    background-image: -webkit-linear-gradient(#3b5998 25%, #ffffff 75%);
    background-image: linear-gradient(#3b5998 25%, #ffffff 75%);
    content: "\f09a";
    color: #3b5998;
}
.socialPlugin .socials .fa-google-plus:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #bb0000), color-stop(75%, #ffffff));
    background-image: -webkit-linear-gradient(#bb0000 25%, #ffffff 75%);
    background-image: linear-gradient(#bb0000 25%, #ffffff 75%);
    content: "\f0d5";
    color: #bb0000;
}
@media only screen and (max-width: 1600px) {
    .vizitka {
        width: 50%;
    }
    .footer1 {
        width: 50%;
    }
}
@media only screen and (max-width: 1400px) {
    .vizitka {
        width: 60%;
        font-size: 14px;
    }
    p.mailadr {
        font-size: 17px;
    }
    .footer1 {
        width: 60%;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    #header {
        width: 66%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .box50 {
        width: 60%;
    }
    .pivo {
        display: block;
        width: 90%;
        padding-top: 50px;
    }
    .footer1 {
        width: 66%;
    }
    .box20 {
        width: 25%;
    }
    .vizitka {
        width: 66%;
    }
    .turbo2 {
        padding: 30px;
    }
    p.mailadr {
        font-size: 15px;
    }
    h3.bupi50 {
        font-size: 18px;
    }
    p.phonenum {
        font-size: 20px;
    }
}
@media all and (max-width: 768px) {
    #header {
        width: 98%;
    }
    .box50 {
        width: 80%;
    }
    .pivo {
        display: block;
        width: 96%;
        padding-top: 30px;
    }
    .pivo h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .footer1 {
        width: 72%;
        font-size: 10px;
    }
    .footer1 a {
        font-size: 11px;
    }
    .box20 {
        width: 30%;
    }
    .vizitka {
        width: 72%;
        font-size: 14px;
    }
    p.mailadr {
        font-size: 14px;
    }
    .turbo2 {
        padding: 25px;
    }
    h3.bupi50 {
        font-size: 16px;
    }
    p.phonenum {
        font-size: 16px;
    }
}
@media all and (max-width: 480px) {
    #header {
        width: 100%;
    }
    .box50 {
        width: 90%;
    }
    .pivo h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .footer1 {
        width: 90%;
        font-size: 10px;
    }
    .box20 {
        width: 35%;
    }
    .vizitka {
        width: 90%;
        font-size: 14px;
    }
    .turbo2 {
        padding: 15px;
    }
    p.mailadr {
        font-size: 13px;
    }
    h3.bupi50 {
        font-size: 13px;
    }
    p.phonenum {
        font-size: 16px;
    }
}
@media all and (max-width: 380px) {
    p.phonenum,
    p.mailadr {
        font-size: 12px;
    }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
    .bord {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}
/* & Columns : 12  & Gutter %: 20%  & MaxWidth: 1280px */

.grid {
    max-width: 1180px;
    margin: 0em auto 0;
    padding: 0;
}
.grid.flex16 {
    max-width: 1600px;
    margin: 0em auto 0;
    padding: 0 1%;
}
.grid.flex1000 {
    max-width: 1000px;
    margin: 0em auto 0;
    padding: 0 2%;
}
.grid.flex {
    width: 100%;
    max-width: 100%;
    padding: 0 2%;
    padding: 2em;
}
.grid.flex100 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.full {
    width: 100%;
    max-width: 100%;
}
.row {
    display: block;
    overflow: hidden;
    clear: both;
}
*[class*="col_"].alpha {
    margin-left: 0;
}
*[class*="col_"].omega {
    margin-right: 0;
}
.col_1 {
    width: 6.6666666666667%;
}
.col_2 {
    width: 15%;
}
.col_3 {
    width: 23.333333333333%;
}
.col_4 {
    width: 31.666666666667%;
}
.col_5 {
    width: 40%;
}
.col_6 {
    width: 48.333333333333%;
}
.col_7 {
    width: 56.666666666667%;
}
.col_7full {
    width: 60%;
}
.col_8 {
    width: 65%;
}
.col_9 {
    width: 73.333333333333%;
}
.col_10 {
    width: 81.666666666667%;
}
.col_11 {
    width: 90%;
}
.col_12 {
    width: 98.333333333333%;
}
*[class*="col_"] {
    margin-left: 0.83333333333333%;
    margin-right: 0.83333333333333%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    float: left;
    display: block;
}
*[class*="col_"].topbottzero {
    margin-top: 0em;
    margin-bottom: 0em;
}
.grid img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1
}
img.full-width {
    clear: both;
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
}
/*---------------------------------
	Responsive Grid Media Queries - 1280, 1024, 768, 480
	1280-1024 	- desktop (default grid)
	1024-768 	- tablet landscape
	768-480 	- tablet 
	480-less 	- phone landscape & smaller
-----------------------------------*/

@media all and (min-width: 1024px) and (max-width: 1180px) {
    .grid *[class*="col_"] {
        float: none;
        width: auto;
        clear: both;
        display: block;
    }
    .grid,
    .grid.flex,
    .grid.flex16,
    .grid.flex100 {
        max-width: 1024px;
    }
    .show-desktop {
        display: block;
    }
    .hide-desktop {
        display: none;
    }
    .show-tablet {
        display: none;
    }
    .hide-tablet {
        display: block;
    }
    .show-phone {
        display: none;
    }
    .hide-phone {
        display: block;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .grid *[class*="col_"] {
        float: none;
        width: auto;
        clear: both;
        display: block;
    }
    .grid {
        max-width: 768px;
    }
    .show-desktop {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .show-tablet {
        display: block;
    }
    .hide-tablet {
        display: none;
    }
    .show-phone {
        display: none;
    }
    .hide-phone {
        display: block;
    }
}
@media all and (min-width: 480px) and (max-width: 768px) {
    .grid *[class*="col_"] {
        float: none;
        width: auto;
        clear: both;
        display: block;
    }
    /* columns inside of columns */
    
    .grid *[class*="col_"] [class*="col_"] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .grid {
        max-width: 480px;
    }
    .show-desktop {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .show-tablet {
        display: block;
    }
    .hide-tablet {
        display: none;
    }
    .show-phone {
        display: none;
    }
    .hide-phone {
        display: block;
    }
}
@media all and (max-width: 480px) {
    .grid *[class*="col_"] {
        float: none;
        width: auto;
        clear: both;
        display: block;
    }
    /* columns inside of columns */
    
    .grid *[class*="col_"] [class*="col_"] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .grid {
        max-width: 100%;
        /*320*/
    }
    .show-desktop {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .show-tablet {
        display: none;
    }
    .hide-tablet {
        display: block;
    }
    .show-phone {
        display: block;
    }
    .hide-phone {
        display: none;
    }
}
*[class*="col_"].delta {
    margin-bottom: 0 !important;
}
*[class*="col_"].beta {
    margin-top: 0 !important;
}
*[class*="col_"].gamadelta {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
*[class*="col_"].alomdebe {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body.overflow-hidden {
    /* when primary navigation is visible, the content in the background won't scroll */
    
    overflow: hidden;
}
ol,
ul {
    list-style: none;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}
.cd-container:after {
    content: "";
    display: table;
    clear: both;
}
/* -------------------------------- 

Main components 

-------------------------------- */

html,
body {
    height: 100%;
}
.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        height: 50px;
        background: transparent;
        box-shadow: none;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-header {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        /* Force Hardware Acceleration in WebKit */
        
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .cd-header.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        
        position: fixed;
        top: -50px;
        background-color: rgba(242, 202, 109, 1);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cd-header.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    .cd-header.menu-is-open {
        /* add a background color to the header when the navigation is open */
        
        background-color: rgba(175, 151, 89, 1);
    }
}
.cd-primary-nav-trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
}
.cd-primary-nav-trigger .cd-menu-text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    /* hide the text on small devices */
    
    display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 3px;
    background-color: #990000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #990000;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
    top: -8px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
    top: 8px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav-trigger {
        width: 50px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        left: 10px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-primary-nav-trigger .cd-menu-text {
        display: inline-block;
    }
    .cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }
}
.cd-primary-nav {
    /* by default it's hidden - on top of the viewport */
    
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 888;
    text-align: center;
    padding: 50px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-primary-nav li {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px 0;
    text-transform: capitalize;
}
.cd-primary-nav a {
    display: inline-block;
    padding: 12px;
    border-radius: 0.1em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: #FFF;
    width: 300px;
}
.no-touch .cd-primary-nav a:hover,
.no-touch .cd-primary-nav a.active {
    background-color: #F2CA6D;
    color: #900;
}
.cd-primary-nav .cd-label {
    color: #C08A38;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
    display: inline-block;
    margin: 0 8px;
}
.cd-primary-nav .cd-social a {
    width: 44px;
    height: 44px;
    padding: 0;
    background-image: url("http://bujska-pivovara.com/img/cd-socials.png");
    background-repeat: no-repeat;
    /* image replacement */
    
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
    background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
    background-position: -44px 0;
}
.cd-primary-nav .cd-google a {
    background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
    background-position: -132px 0;
}
.no-touch .cd-social a:hover,
.no-touch .cd-social a.active {
    background-color: #990000;
}
.cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        font-size: 20px;
    }
    .cd-primary-nav .cd-label {
        font-size: 16px;
    }
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.opce .nivoSlider {
    position: relative;
    background: #fff url(http://bujska-pivovara.com/img/loading.gif) no-repeat 50% 50%;
}
.opce .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.opce .nivoSlider a {
    border: 0;
    display: block;
}
.opce .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.opce .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(http://bujska-pivovara.com/css/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}
.opce .nivo-controlNav a.active {
    background-position: 0 -22px;
}
.opce .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(http://bujska-pivovara.com/css/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.opce:hover .nivo-directionNav a {
    opacity: 1;
}
.opce a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.opce a.nivo-prevNav {
    left: 15px;
}
.opce .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.opce .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.opce .nivo-caption a:hover {
    color: #fff;
}
.opce .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.opce .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.opce .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
/* The Nivo Slider styles */

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Caption styles */

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.zoomimg img {
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    vertical-align: top;
    outline: none;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.zoomimg {
    display: inline-block;
    vertical-align: top;
}
.zoomimg img {
    width: 100%;
    height: auto;
}
.zoom-wrap {
    position: relative;
    overflow: hidden;
}
.zoom-wrap a {
    display: block;
}
.zoom-wrap .fadef {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
.zoom-wrap:hover .fadef {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.zoom-wrap {
    position: relative;
    overflow: hidden;
}
.zoom-wrap a {
    display: block;
}
.zoom-wrap .fadef {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
.zoom-wrap:hover .fadef {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.zoom-wrap:hover .view_link {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.fadef {
    opacity: 0.6;
}
.fadef {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFD700;
    z-index: 5;
    opacity: 0;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}
.fadef {
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
.zoom-wrap:hover .fadef {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.fixico {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    z-index: 10;
    width: 80px;
    height: 80px;
    background-color: transparent;
    font-size: 24px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px #fff solid;
    color: #fff;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    font-size: 20px;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}
.fixico i {
    color: #fff;
    font-size: 24px;
    line-height: 78px;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
}
.fixico:hover {
    background-color: #fff;
}
.zoom-wrap:hover .fixico {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.fixico:hover,
.fixico:hover i {
    color: #FF0000;
}
.icosearch {
    background: url(http://bujska-pivovara.com/images/ico-search.png) no-repeat center 0px;
    height: 80px;
    width: 80px;
}
.icosearch:hover {
    background: url(http://bujska-pivovara.com/images/ico-search.png) no-repeat center -80px;
    height: 80px;
    width: 80px;
}
.gallerymore > a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: url(http://bujska-pivovara.com/images/plus_cursor.cur), url(http://bujska-pivovara.com/images/plus_cursor.png), alias
}
.gallerymore > a > img {
    -webkit-transition: -webkit-transform 0.25s ease 0s;
    -moz-transition: -moz-transform 0.25s ease 0s;
    -o-transition: -o-transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.gallerymore > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.zoom-wrap img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    
    -moz-transition: all .5s ease;
    /* Firefox */
    
    -ms-transition: all .5s ease;
    /* IE 9 */
    
    -o-transition: all .5s ease;
    /* Opera */
    
    transition: all .5s ease;
}
.zoom-wrap:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.25);
    /* Firefox */
    
    -ms-transform: scale(1.25);
    /* IE 9 */
    
    -o-transform: scale(1.25);
    /* Opera */
    
    transform: scale(1.25);
}
@media only screen and (max-width: 960px) {
    .gallerymore {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .zoomimg {
        width: 100%;
    }
}
/* CRTE NA SLICI sa uvećavanjem */

.media {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.media__image {
    display: block;
}
.media__body {
    bottom: 0;
    color: #620000;
    font-size: 1em;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3.75em 3em;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 215, 0, 0.9);
}
.media__body:hover {
    opacity: 1;
}
.media__body:after,
.media__body:before {
    border: 1px solid rgba(255, 255, 255, 0.7);
    bottom: 1em;
    content: '';
    left: 1em;
    opacity: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.6s 0.2s;
    transition: 0.6s 0.2s;
}
.media__body:before {
    border-bottom: none;
    border-top: none;
    left: 2em;
    right: 2em;
}
.media__body:after {
    border-left: none;
    border-right: none;
    bottom: 2em;
    top: 2em;
}
.media__body:hover:after,
.media__body:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.media__body h3 {
    margin-top: 50%;
    font-size: 32px;
    font-weight: 700;
    color: #FC3;
    padding-top: 0px;
    padding-bottom: 25px;
}
.media__body h3 span {
    font-size: 15px;
    color: #620000;
    line-height: 17px !important;
    font-weight: 400;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .media__body h3 {
        margin-top: 20%;
        font-size: 28px;
        padding-bottom: 10px;
    }
    .media__body h3 span {
        font-size: 14px;
    }
}
@media all and (max-width: 768px) {
    .media__body h3 {
        margin-top: 50%;
        font-size: 40px;
        padding-bottom: 35px;
    }
    .media__body h3 span {
        font-size: 13px;
    }
}
@media all and (max-width: 480px) {
    .media__body h3 {
        margin-top: 20%;
        font-size: 18px;
        padding-bottom: 20px;
    }
    .media__body h3 span {
        font-size: 12px;
    }
}
/* ZOOM IMAGE */

.boxy {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    /* this value + 2 should = 33% */
    
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.boxy img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    
    -moz-transition: all .5s ease;
    /* Firefox */
    
    -ms-transition: all .5s ease;
    /* IE 9 */
    
    -o-transition: all .5s ease;
    /* Opera */
    
    transition: all .5s ease;
}
.boxy:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.25);
    /* Firefox */
    
    -ms-transform: scale(1.25);
    /* IE 9 */
    
    -o-transform: scale(1.25);
    /* Opera */
    
    transform: scale(1.25);
}
/* END ZOOM IMAGE i crte na slici */

figure {
    display: block;
    padding-bottom: 10px;
}
figcaption {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-style: italic;
    font-size: 14px;
    orphans: 2;
}


#queryForm{padding:0px; margin:0px; clear:both}
#queryForm h2{font-size: 28px; font-weight: 900; padding-bottom: 25px; padding-top: 30px;}
#queryForm h3{font-size: 24px; font-weight: 900; margin-bottom: 25px;clear:both; display:block; padding-bottom:6px; padding-top:6px; width:100%; line-height:normal; }
#queryForm h3 span{display:block; width:370px; margin:0 auto; font-size:16px; font-style:italic; font-weight:400; padding-bottom:4px; background-image:none!important}
#queryForm h4{display:block; padding-bottom:6px; padding-top:6px; width:100%; line-height:normal; margin-bottom:50px}
#queryForm h4 span{display:block; width:200px; margin:0 auto; font-size:16px; font-style:italic; font-weight:400; padding-bottom:4px; background-image:none!important}
#queryForm h4 span em{font-size:14px; font-style:italic; margin-left:10px}
#queryForm fieldset{padding-left:0px; border:none;}
#queryForm fieldset p{margin:0px 0px 10px; padding:0px; clear:both; text-align:left}
#queryForm fieldset p label{float:left; font-size:14px; padding:0px 10px 0px 0px; width:300px; text-align:right; color:#000; font-style:italic; margin-right:20px}
#queryForm fieldset p.float{margin:-1px 0px 10px; padding:0px; float:right; width:100%; display:block}
#queryForm fieldset p.float label.inline{float:left; width:70px; text-align:center; padding:0px; margin:0px}
#queryForm fieldset p.float .inputFieldSmall, 
#queryForm fieldset p.float .inputFieldMedium{float:left; display:inline}
#queryForm fieldset p.float em{display:inline; font-size:14px; font-style:italic; margin-left:20px; float:left}
.field-validation-error {color:#F00; font-size:11px; display:block; text-align: center; clear:both;}

.extraSpace{margin-bottom:50px!important}

#queryForm .buttonPosition{margin:0 auto 20px}
#queryForm .buttonPosition button{background-color:#fb7f25; border-radius:2px; border-style:none; color:#fff; cursor:pointer; display:block; margin:0 auto; padding-bottom:15px; padding-left:10px; padding-top:15px; text-align:center; text-decoration:none; text-transform:uppercase; width:50%; font-size:16px; line-height:20px; font-weight:700}
#queryForm .buttonPosition button:hover{background-color:#e26203; text-decoration:none}

.inputForm{width:320px; padding:7px; font-size:11px; color:#666; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.inputFieldSmall{width:40px; padding:7px; font-size:11px; color:#666; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.inputFieldMedium{width:70px; padding:7px; font-size:11px; color:#666; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.inputFieldTotal{width:120px; padding:10px; font-size:16px; color:#000; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494; text-align:center; font-weight:700}
.textarea{min-height:150px; max-width:450px; min-width:450px; color:#666; padding:5px; font:11px Arial,Helvetica,sans-serif; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.dropDown{margin:0px; padding:4px; width:320px; font-size:11px; color:#666; height:26px; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.dropDownSmall{margin:0px; padding:4px; width:140px; font-size:11px; color:#666; height:26px; border-top:1px solid #DDD; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #DDD}
.dropDownSmallYear{margin:0px; padding:4px; width:140px; font-size:11px; color:#666; height:26px; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.dropDownSmallMounth{margin:0px; padding:4px; width:60px; font-size:11px; color:#666; height:26px; border-top:1px solid #949494; border-right:1px solid #DDD; border-bottom:1px solid #DDD; border-left:1px solid #949494}
.obavezno{color:#F00}
.sep{display:block; margin:0px; padding:0px; width:10px; height:22px; float:left}

.separator{clear:both; display:block; float:left; width:100%; margin-bottom:30px; margin-top:25px; background:url(http://bujska-pivovara.com/images/ornament14.png) no-repeat center center}

.tel{display:block; float:left; font-size:12px; font-family:Arial,Helvetica,sans-serif; font-weight:700; text-align:center; color:#900; width:220px; background-color:#FEFAD2; line-height:17px}
.mail{width:220px; display:block; float:left; font-size:11px; font-family:Arial,Helvetica,sans-serif; text-align:left; height:20px; font-weight:400; color:#621819;}
.mail a{color:#6B2F17 !important; text-decoration:none; font-weight:700}
.mail a:hover{color:#900 !important}
.mujo{cursor:pointer}
.mujo:hover{color:#0174b1}

@media only screen and (max-width : 1180px) { 
	.turbo2 { padding: 20px 30px;}
	#queryForm fieldset p label { width:200px;}

}

@media only screen and (max-width : 1024px) { 
	#queryForm fieldset p label { clear:both; text-align:left;}
	.inputForm { width:100%;}
	.dropDown { width:100%;}
	.textarea { max-width: 100%; min-width: 100%;}
	#queryForm .buttonPosition button { width:100%;}
	#queryForm fieldset p.float.product { padding-bottom:20px; text-align:center;}
	#queryForm fieldset p.float.product label { width:100%; text-align:center; font-weight:bold; margin-bottom:10px; font-style:normal;}
	#queryForm fieldset p.float.product label.inline { width: 100%; font-weight:normal; margin-bottom:0;}
	#queryForm fieldset p.float.product .inputFieldSmall { width:25%; text-align:center;}
	#queryForm fieldset p.float.product .inputFieldMedium.total { width:35%; margin-bottom:15px; text-align:center;}
	#queryForm fieldset p.float .inputFieldSmall, #queryForm fieldset p.float .inputFieldMedium { display: block; float: none; margin:0 auto;}
	#queryForm fieldset p.float.product em { float:none;}
	.separator { margin-bottom:0px;}
	#queryForm fieldset p.float.extraSpace label { width:100%; text-align:center; margin-bottom:5px;}
	#queryForm fieldset p.float.extraSpace label.inline { width:100%; text-align:center; margin:5px 0;}
	#queryForm fieldset p.float.extraSpace em { text-align:center; display:block; float: none; margin:0;}
	#queryForm fieldset p.float.extraSpace .inputFieldSmall { width:25%; text-align:center;}
	#queryForm fieldset p.float.extraSpace .inputFieldMedium { width:35%; margin-bottom:15px; text-align:center;}

}
@media only screen and (max-width : 769px) { 
	.web-shop { width:100%;}

}

@media only screen and (max-width : 480px) {
	#queryForm h2 { font-size: 22px; font-weight: bold; padding-bottom: 15px; padding-top: 15px;} 
	#queryForm h3 { margin-bottom: 5px;}
	#queryForm h3 span { width:100%;}

}