@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Patrick+Hand&subset=latin,latin-ext);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    color: #fff
}
body * {
    box-sizing: border-box
}
body .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 2
}
body .inner:after,
body .inner .clearfix:after {
    display: block;
    content: "";
    clear: both
}
body .inner .clear{
	clear: both;
}
a {
    color: #fcd29c;
    text-decoration: none
}
#top {
    font-size: 1.5em;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 20px 0;
    z-index: 100
}
#top .logo {
    display: none;
    width: 112px;
    height: 41px;
    background: url(../images/logo.svg) no-repeat 50% 50%;
    background-size: contain;
    float: left
}
#bd-lokale #top,
#bd-kontakt #top,
#top.fixed {
    background: #252525;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
#bd-lokale #top .logo,
#bd-kontakt #top .logo,
#top.fixed .logo {
    display: block
}
#top .nav {
    float: right
}
#top .nav a {
    text-decoration: none;
    color: #fff;
    font-family: "Patrick Hand", cursive;
    display: block;
    float: left;
    padding: 8px 4px;
    margin: 0 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}
#top .nav a.active {
    border-bottom: 2px solid #fcd29c
}
#top .nav a.menu-details {
    display: none
}
#top .nav a.fb {
    background: url(../images/icons/fb.png) no-repeat 100% 50%;
    width: 8px;
    margin-left: 20px;
    background-size: 8px auto
}
#top .nav a.fb span {
    text-indent: -9999px;
    text-align: left;
    display: block
}
#top .nav .details-menu {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    display: none
}
#top .nav .details-menu a {
    display: inline-block;
    float: none
}
#top .nav.menu a.menu {
    display: none
}
#top .nav.menu .details-menu {
    display: block
}
#detect {
    position: absolute;
    overflow: hidden;
    width: 0px;
    height: 0px;
    left: -100%;
    top: -100%
}
#bd-lokale #content {
    margin-top: 80px
}
#content a.no-a {
    color: inherit
}
#content .font {
    font-family: "Patrick Hand", cursive
}
#content .no-font {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300
}
#content .address {
    font-size: 1.3em;
    line-height: 1.5;
    padding-top: 30px;
    font-weight: 300
}
#content .address .small {
    font-size: 0.92em
}
#content #gmap {
    height: 420px;
    width: 100%
}
#content .col {
    float: left
}
#content .col.col-1-2 {
    width: 50%
}
#content .col.col-1-3 {
    width: calc(100%/3)
}
#content .col.col-right {
    float: right
}
#content .contact {
    display: flex;
    align-items: center
}
#content .box {
    background-color: #000;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 11px 0;
    min-height: 460px
}
#content .box.parallaxa {
    background-position: 50% 0;
    background-attachment: fixed
}
#content .box .logo {
    max-width: 265px;
    max-height: 98px;
    margin-bottom: 50px
}
#content .box .scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    font-family: "Patrick Hand", cursive;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em
}
#content .box .scroll span {
    display: block;
    width: 20px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-size: contain;
    margin: 0 auto 5px;
    position: relative
}
#content .box .scroll span .dot {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    margin-left: -2px;
    background: #fff;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
#content .box .scroll:hover .dot {
    top: 16px
}
#content .box:first-child {
    padding-top: 55px
}
#content .box.full-height {
    min-height: 100vh;
    padding-bottom: 80px
}
#content .box.white {
    background-color: #fff;
    color: #000;
    padding: 100px 0
}
#content .box.nopd {
    padding: 0;
    min-height: 50px;
    position: static
}
#content .box.halfpd {
    padding: 50px 0px;
    min-height: 50px;
    position: static
}
#content .box:after {
    display: block;
    content: "";
    clear: both
}
#content .box.slider-wrap {
    height: 700px;
    display: block;
    overflow: hidden
}
#content .box.slider-wrap .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    display: none
}
#content .box.slider-wrap .slide .inner {
    display: none;
    height: 100%
}
#content .box.slider-wrap .slide .inner .col {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 25px
}
#content .box.slider-wrap .slide .inner .description {
    margin: auto;
    width: 100%;
    text-align: left;
    line-height: 1.5
}
#content .box.slider-wrap .slide .category {
    font-size: 1.5em
}
#content .box.slider-wrap .slide .tags {
    font-size: 1.4em;
    padding: 10px 0;
    font-weight: 300
}
#content .box.slider-wrap .slide .tags .label {
    color: #54422a;
    background: #fcd29c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 12px;
    text-transform: uppercase;
    margin-right: 15px
}
#content .box.slider-wrap .slide .name {
    font-size: 4em
}
#content .box.slider-wrap .slide .desc {
    font-size: 1.8em;
    padding-bottom: 30px;
    font-weight: 300
}
#content .box.slider-wrap .slide .small-bowl {
    padding-left: 36px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../images/icons/bowl-white.svg);
    background-size: auto 21px;
    float: left
}
#content .box.slider-wrap .slide .big-bowl,
#content .box.slider-wrap .slide .item-bowl,
#content .box.slider-wrap .slide .item-box,
#content .box.slider-wrap .slide .item-wrap {
    padding-left: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../images/icons/bowl-white.svg);
    background-size: auto 27px
}
#content .box.slider-wrap .slide .big-bowl {
    float: left;
    margin-left: 15px
}
#content .box.slider-wrap .slide .item-box {
    background-image: url(../images/icons/box-white.svg);
    background-position: 7px 50%
}
#content .box.slider-wrap .slide .item-wrap {
    background-image: url(../images/icons/wrap-white.svg);
    background-position: 2px 50%
}
#content .box.slider-wrap .slide:first-of-type {
    display: block
}
#content .box.slider-wrap .slide:first-of-type .inner {
    display: block
}
#content .box.slider-wrap .slide img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    flex: 0 0 auto;
    object-fit: scale-down;
    width: 500px;
    height: 500px
}
#content .box.slider-wrap .slide .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.7;
    filter: alpha(opacity=70)
}
#content .box.slider-wrap .slider-nav {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    background: url(../images/slider-nav.png) no-repeat 0 140px;
    width: 18px;
    z-index: 50;
    cursor: pointer;
    moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
#content .box.slider-wrap .slider-nav.nav-left {
    background-position: 0 0;
    left: 75px
}
#content .box.slider-wrap .slider-nav.nav-left:hover {
    left: 72px
}
#content .box.slider-wrap .slider-nav.nav-right {
    background-position: 100% 0;
    right: 75px
}
#content .box.slider-wrap .slider-nav.nav-right:hover {
    right: 72px
}
#content .box.slider-wrap.type-box .small-bowl,
#content .box.slider-wrap.type-box .big-bowl {
    background-image: url(../images/icons/box-white.svg)
}
#content .box.slider-wrap.type-wrap .small-bowl,
#content .box.slider-wrap.type-wrap .big-bowl {
    background-image: url(../images/icons/wrap-white.svg)
}
#content .box.slider-wrap.type-cup .small-bowl,
#content .box.slider-wrap.type-cup .big-bowl {
    background-image: url(../images/icons/cup-white.svg)
}
#content .box.slider-wrap.type-none .small-bowl,
#content .box.slider-wrap.type-none .big-bowl {
    background-image: none;
    padding-left: 0
}
#content .box.slider-wrap.light {
    color: #000;
    background: #fff
}
#content .box.slider-wrap.light .small-bowl {
    background-image: url(../images/icons/bowl.svg);
    background-size: auto 21px
}
#content .box.slider-wrap.light .big-bowl {
    background-image: url(../images/icons/bowl.svg);
    background-size: auto 27px
}
#content .box.slider-wrap.light.type-box .small-bowl,
#content .box.slider-wrap.light.type-box .big-bowl {
    background-image: url(../images/icons/box.svg)
}
#content .box.slider-wrap.light.type-wrap .small-bowl,
#content .box.slider-wrap.light.type-wrap .big-bowl {
    background-image: url(../images/icons/wrap.svg)
}
#content .box.slider-wrap.light.type-cup .small-bowl,
#content .box.slider-wrap.light.type-cup .big-bowl {
    background-image: url(../images/icons/cup.svg)
}
#content .box.slider-wrap.light.type-none .small-bowl,
#content .box.slider-wrap.light.type-none .big-bowl {
    background-image: none;
    padding-left: 0
}
#content .box.slider-wrap.light .slider-nav.nav-left {
    background-position: 0 100%
}
#content .box.slider-wrap.light .slider-nav.nav-right {
    background-position: 100% 100%
}
#content .box.slider-label {
    min-height: 1px
}
#content .box.slider-label .inner {
    min-height: 125px;
    padding: 40px 0
}
#content .box.slider-label .inner:before {
    display: block;
    content: "";
    position: absolute;
    left: 100px;
    top: -21px;
    width: 19px;
    height: 19px;
    transform: rotate(45deg)
}
#content .box.slider-label .enlarge .col {
    width: 360px;
    padding: 0 30px
}
#content .box.slider-label .enlarge .col:first-of-type {
    padding-left: 0;
    padding-right: 60px
}
#content .box.slider-label .enlarge .col:last-of-type {
    padding-right: 0;
    padding-left: 60px
}
#content .box.slider-label .enlarge .h2 {
    background-size: 180px auto;
    padding: 10px 0;
    padding-left: 190px;
    background-repeat: no-repeat;
    background-position: 0 50%
}
#content .box.slider-label .enlarge .enlarge-bowl .h2 {
    background-image: url(../images/icons/enlarge-bowl.svg)
}
#content .box.slider-label .enlarge .enlarge-wrap .h2 {
    background-image: url(../images/icons/enlarge-wrap.svg)
}
#content .box.slider-label .enlarge .enlarge-box .h2 {
    background-image: url(../images/icons/enlarge-box.svg)
}
#content .box.slider-label:nth-child(odd) .inner:before {
    left: auto;
    right: 100px
}
#content .box.slider-label h3 {
    text-transform: none;
    padding-bottom: 10px
}
#content .box.slider-label p {
    font-size: 1.8em;
    font-weight: 300
}
#content .box.slider-label .col-1-3 {
    padding: 0 30px
}
#content .box.slider-label .col-1-3:first-of-type {
    padding-left: 0;
    padding-right: 60px
}
#content .box.slider-label .col-1-3:last-of-type {
    padding-right: 0;
    padding-left: 60px
}
#content .box.slider-label .col-1-2:first-of-type {
    padding-right: 15px
}
#content .box.slider-label .col-1-2:last-of-type {
    padding-left: 15px
}
#content .box.slider-label .item-menu{
	padding-top:15px;
}
#content .box.slider-label .item-menu .item-name {
    float: left;
    font-size: 1.8em;
    font-weight: 300;
    max-width: 80%
}
#content .box.slider-label .item-menu .item-prize {
    float: right;
    text-align: right;
    font-size: 2.5em;
    font-family: "Patrick Hand", cursive
}
#content .box.slider-label .item-menu .item-prize span {
    font-size: 0.6em;
    font-weight: 300
}
#content .box.slider-label .floats {
    margin-right: 275px;
    display: flex;
    align-items: center
}
#content .box.slider-label .floats .left {
    float: left;
    width: 100%
}
#content .box.slider-label .floats .right {
    float: right;
    margin-right: -275px;
    width: 260px
}
#content .box.slider-label .floats .right span {
    font-size: 0.6em
}
#content .box.slider-label .floats .right p {
    font-size: 1.4em;
    clear: both
}
#content .box.slider-label .floats .right .col {
    padding: 0
}
#content .box.slider-label .small-bowl,
#content .box.slider-label .small-box,
#content .box.slider-label .small-cup,
#content .box.slider-label .small-wrap {
    padding-left: 31px;
    background-position: 0 50%;
    background-repeat: no-repeat
}
#content .box.slider-label .small-cup,
#content .box.slider-label .small-box{
    padding-left: 25px;
}
#content .box.slider-label .big-bowl,
#content .box.slider-label .big-box,
#content .box.slider-label .big-cup,
#content .box.slider-label .big-wrap {
    padding-left: 40px;
    background-position: 0 50%;
    background-repeat: no-repeat
}
#content .box.slider-label.label-green {
    background: #dfe93f;
    color: #57622c;
    border-color: #b5b5b5
}
#content .box.slider-label.label-green .inner:before {
    background: #dfe93f;
    border-color: #b5b5b5
}
#content .box.slider-label.label-green .small-bowl {
    background-image: url(../images/icons/bowl-green.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-green .big-bowl {
    background-image: url(../images/icons/bowl-green.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-green .small-box {
    background-image: url(../images/icons/box-green.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-green .big-box {
    background-image: url(../images/icons/box-green.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-green .small-wrap {
    background-image: url(../images/icons/wrap-green.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-green .big-wrap {
    background-image: url(../images/icons/wrap-green.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-green .small-cup {
    background-image: url(../images/icons/cup-green.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-green .big-cup {
    background-image: url(../images/icons/cup-green.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-orange {
    background: #f0b549;
    color: #544019
}
#content .box.slider-label.label-orange .inner:before {
    background: #f0b549
}
#content .box.slider-label.label-orange .small-bowl {
    background-image: url(../images/icons/bowl-orange.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-orange .big-bowl {
    background-image: url(../images/icons/bowl-orange.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-orange .small-box {
    background-image: url(../images/icons/box-orange.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-orange .big-box {
    background-image: url(../images/icons/box-orange.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-orange .small-wrap {
    background-image: url(../images/icons/wrap-orange.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-orange .big-wrap {
    background-image: url(../images/icons/wrap-orange.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-orange .small-cup {
    background-image: url(../images/icons/cup-orange.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-orange .big-cup {
    background-image: url(../images/icons/cup-orange.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-yellow {
    background: #fde74d;
    color: #46302b
}
#content .box.slider-label.label-yellow .inner:before {
    background: #fde74d
}
#content .box.slider-label.label-yellow .small-bowl {
    background-image: url(../images/icons/bowl-yellow.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-yellow .big-bowl {
    background-image: url(../images/icons/bowl-yellow.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-yellow .small-box {
    background-image: url(../images/icons/box-yellow.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-yellow .big-box {
    background-image: url(../images/icons/box-yellow.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-yellow .small-wrap {
    background-image: url(../images/icons/wrap-yellow.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-yellow .big-wrap {
    background-image: url(../images/icons/wrap-yellow.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-yellow .small-cup {
    background-image: url(../images/icons/cup-yellow.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-yellow .big-cup {
    background-image: url(../images/icons/cup-yellow.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-pink {
    background: #ed6070;
    color: #542328
}
#content .box.slider-label.label-pink .inner:before {
    background: #ed6070
}
#content .box.slider-label.label-pink .small-bowl {
    background-image: url(../images/icons/bowl-pink.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-pink .big-bowl {
    background-image: url(../images/icons/bowl-pink.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-pink .small-box {
    background-image: url(../images/icons/box-pink.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-pink .big-box {
    background-image: url(../images/icons/box-pink.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-pink .small-wrap {
    background-image: url(../images/icons/wrap-pink.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-pink .big-wrap {
    background-image: url(../images/icons/wrap-pink.svg);
    background-size: auto 27px
}
#content .box.slider-label.label-pink .small-cup {
    background-image: url(../images/icons/cup-pink.svg);
    background-size: auto 21px
}
#content .box.slider-label.label-pink .big-cup {
    background-image: url(../images/icons/cup-pink.svg);
    background-size: auto 27px
}
#content .btn {
    font-family: "Patrick Hand", cursive;
    font-size: 2em;
    max-width: 335px;
    margin: 40px auto 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: transparent;
    outline: none
}
#content #newsletter {
    margin-right: 360px;
    padding-top: 45px
}
#content #newsletter .thx-wrap {
    display: none
}
#content #newsletter .input-wrap {
    float: left;
    width: 100%
}
#content #newsletter .input-wrap input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    font-size: 1.8em;
    padding: 7px 0;
    font-weight: 300;
    outline: none;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-indent: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}
#content #newsletter .input-wrap input.error {
    border-color: #c33c3c
}
#content #newsletter .input-wrap .label {
    font-size: 1.2em;
    color: #a7a7a7;
    text-align: left;
    font-weight: 300
}
#content #newsletter .input-wrap .error-msg {
    color: #c33c3c;
    text-align: left;
    font-size: 1.2em;
    text-indent: 2px;
    padding-top: 6px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}
#content #newsletter .input-wrap .error-msg.visible {
    opacity: 1;
    filter: alpha(opacity=100)
}
#content #newsletter .message {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 1.8em
}
#content #newsletter .btn {
    margin: 0 -360px 0;
    float: right;
    width: 335px;
    cursor: pointer
}
#content #searcher {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #b5b5b5
}
#content #searcher.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 81px;
    z-index: 100;
    background: #fff
}
#content #searcher .inner {
    z-index: 5
}
#content #searcher .h3 {
    float: left;
    padding-right: 15px;
    padding-top: 13px;
    padding-left: 20px
}
#content #searcher .h3.first-of-type {
    padding-left: 0
}
#content #searcher select {
    font-size: 1.8em;
    min-width: 180px;
    padding: 8px 2px
}
#content #searcher .select-wrap {
    float: left;
    font-weight: 300
}
#content #searcher .select-wrap .label {
    color: #a7a7a7;
    font-size: 1.2em;
    padding-left: 2px;
    text-align: left
}
#content #searcher .select-wrap .select {
    font-size: 1.8em;
    position: relative;
    padding: 8px 2px;
    border-bottom: 1px solid #d2d2d2;
    min-width: 180px;
    cursor: pointer;
    text-align: left
}
#content #searcher .select-wrap .select .value {
    display: block;
    cursor: pointer;
    padding-right: 20px
}
#content #searcher .select-wrap .select .value strong {
    font-weight: bold
}
#content #searcher .select-wrap .select .dropdown {
    position: absolute;
    top: 100%;
    padding-top: 3px;
    width: 100%;
    display: none;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}
#content #searcher .select-wrap .select .dropdown .item {
    background: #fff;
    padding: 5px;
    cursor: pointer;
    font-size: 0.8em;
    position: relative
}
#content #searcher .select-wrap .select.active .dropdown {
    display: block
}
#content #searcher .select-wrap .select.locale {
    min-width: 280px
}
#content #searcher .select-wrap .select.locale .dropdown .item strong {
    font-weight: bold
}
#content #searcher .select-wrap .select.locale .dropdown .item .triangle {
    display: none
}
#content #searcher .select-wrap .select .triangle {
    position: absolute;
    height: 6px;
    width: 10px;
    top: 50%;
    margin-top: -3px;
    right: 0;
    background: url(../images/triangle.svg) no-repeat 50% 50%;
    background-size: contain;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease
}
#content #searcher .select-wrap .select.active .triangle {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
#content #searcher-results {
    padding: 50px 0
}
#content #searcher-results #results-list {
    padding-right: 15px
}
#content #searcher-results #results-list .item {
    font-size: 1.3em;
    padding: 22px 20px;
    border-top: 1px solid #b5b5b5;
    position: relative;
    cursor: pointer;
    font-weight: 300
}
#content #searcher-results #results-list .item:first-child {
    border: none
}
#content #searcher-results #results-list .item strong {
    font-weight: 600;
    padding: 5px 0
}
#content #searcher-results #results-list .item strong.ship {
    padding-right: 35px;
    background: url(../images/icons/delivery-green.svg) no-repeat 100% 50%;
    background-size: 20px auto
}
#content #searcher-results #results-list .item .triangle {
    position: absolute;
    height: 6px;
    width: 10px;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    background: url(../images/triangle.svg) no-repeat 50% 50%;
    background-size: contain;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease
}
#content #searcher-results #results-list .item:hover,
#content #searcher-results #results-list .item.active {
    background-color: #f4f4f4
}
#content #searcher-results #results-list .item:hover .triangle,
#content #searcher-results #results-list .item.active .triangle {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
#content #searcher-results .results-details {
    padding-left: 15px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 50px;
    width: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}
#content #searcher-results .results-details.active {
    opacity: 1;
    filter: alpha(opacity=100)
}
#content #searcher-results .results-details strong {
    font-weight: 600
}
#content #searcher-results .results-details .gmap {
    width: 100%;
    height: 210px;
    margin-bottom: 22px
}
#content #searcher-results .results-details .details-ship,
#content #searcher-results .results-details .details-hours,
#content #searcher-results .results-details .details-card,
#content #searcher-results .results-details .details-contact {
    margin-bottom: 25px;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 50%
}
#content #searcher-results .results-details .details-ship {
    background-image: url(../images/icons/delivery.svg);
    background-size: 20px auto
}
#content #searcher-results .results-details .details-hours {
    background-image: url(../images/icons/clock.png);
    background-size: 20px auto
}
#content #searcher-results .results-details .details-hours strong {
    display: inline-block;
    width: 60px
}
#content #searcher-results .results-details .details-card {
    background-image: url(../images/icons/card.png);
    background-position: 0 2px;
    background-size: 26px auto
}
#content #searcher-results .results-details .details-contact {
    background-image: url(../images/icons/cell.png);
    background-position: 7px 50%;
    background-size: 14px auto
}
#content #searcher-results .results-details .details-rules strong {
    display: block;
    text-align: center;
    font-size: 1.8em;
    padding: 7px 0 22px
}
#content #searcher-results .results-details .details-rules strong a {
	color:#000;
}
#content #searcher-results .results-details .details-rules ul {
    font-size: 1.5em
}
#content #searcher-results .results-details .details-rules ul li {
    padding-bottom: 12px;
    padding-left: 31px;
    background: url(../images/icons/check.png) no-repeat 0 0;
    background-size: 20px auto;
    line-height: 1.5
}
#content #home-search-result .details {
    color: #000000;
    padding: 30px 0;
    background: url(../images/marker-big.png) no-repeat 0 50%;
    background-size: auto 130px;
    min-height: 190px;
    padding-left: 110px
}
#content #home-search-result .details p {
    font-size: 1.3em;
    font-weight: 300
}
#content #home-search-result .details .details-contact {
    color: #384628;
    font-size: 1.5em;
    font-weight: 300
}
#content #home-search-result .gmap {
    width: 100%;
    height: 700px
}
#bottom {
    font-size: 1.2em;
    background: #252525;
    padding: 20px 0;
    font-weight: 300
}
#bottom .nav {
    float: left
}
#bottom .nav a {
    color: #fff;
    display: block;
    float: left;
    margin: 0 26px 0 0
}
#bottom .copy {
    float: right;
    text-align: right
}
h1,
h2,
h3,
h4,
h5 {
    font-size: 1em;
    text-transform: uppercase;
    font-family: "Patrick Hand", cursive
}
h1.not-font,
h2.not-font,
h3.not-font,
h4.not-font,
h5.not-font {
    font-family: inherit
}
.h1,
.h2,
.h3 {
    font-family: "Patrick Hand", cursive;
    line-height: 1.5em
}
.h1.not-font,
.h2.not-font,
.h3.not-font {
    font-family: inherit
}
.h1 {
    font-size: 3em
}
.h2 {
    font-size: 2.7em
}
.h3 {
    font-size: 2em
}
.a-center {
    text-align: center
}
.not-font {
    font-family: inherit
}
@media screen and (min-device-width: 1126px) {
    #detect:after {
        content: "desktop";
        display: block
    }
    #top .nav-toggl {
        display: none
    }
    #top .nav .nav-close {
        display: none
    }
}
@media screen and (max-device-width: 1125px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 1125px) {
    #detect:after {
        content: "mobile"
    }
    html.toggled,
    .toggled body {
        overflow: hidden;
        height: 100vh;
        max-height: 100%
    }
    body .inner {
        width: 960px;
        padding-left: 30px !important;
        padding-right: 30px !important
    }
    body #top {
        z-index: 3000
    }
    body #top .inner {
        z-index: 2000
    }
    body #top .nav {
        position: fixed;
        top: -101%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #252525;
        z-index: 4000;
        display: flex;
        -moz-transition: top 0.2s ease;
        -o-transition: top 0.2s ease;
        -webkit-transition: top 0.2s ease;
        transition: top 0.2s ease
    }
    body #top .nav .details-menu {
        position: static
    }
    body #top .nav .details-menu a {
        font-size: 0.75em;
        padding: 5px 0
    }
    body #top .nav.menu a.menu {
        display: block
    }
    body #top .nav>div {
        margin: auto;
        width: 100%
    }
    body #top .nav a {
        display: block;
        width: 640px;
        margin: auto;
        padding: 20px 0;
        text-align: center;
        border-top: 1px solid #515151;
        float: none
    }
    body #top .nav a.fb {
        position: absolute;
        z-index: 401;
        bottom: 20px;
        right: 45px;
        width: auto;
        border: none;
        padding: 2px 20px 2px 0
    }
    body #top .nav a.fb span {
        text-indent: 0
    }
    body #top .nav a.active {
        border-bottom: none
    }
    body #top .nav a:first-of-type {
        border: none
    }
    body #top .nav .nav-close {
        display: none;
        cursor: pointer;
        position: fixed;
        width: 17px;
        height: 17px;
        background: url(../images/icons/close.png) no-repeat 50% 50%;
        background-size: contain;
        top: 30px;
        right: 30px
    }
    body #top.toggled .logo {
        display: block;
        position: fixed;
        z-index: 5000
    }
    body #top.toggled .nav {
        top: 0
    }
    body #top.toggled .nav-close {
        display: block
    }
    body #top .nav-toggl {
        display: block;
        float: right;
        width: 30px;
        cursor: pointer
    }
    body #top .nav-toggl div {
        width: 100%;
        background: #fff;
        height: 5px;
        margin-top: 3px
    }
    body #content .box.white {
        padding: 50px 0
    }
    body #content .box.nopd {
        padding: 0
    }
    body #content .box .scroll span {
        display: none
    }
    body #content .box.slider-wrap {
        height: 100vh;
        min-height: 1080px
    }
    body #content .box.slider-wrap .slide .inner .col {
        height: 50%;
        padding: 20px 0;
        display: block
    }
    body #content .box.slider-wrap .slide .inner .col img {
        margin: 0 auto;
        display: block
    }
    body #content .box.slider-wrap .slider-nav.nav-left {
        left: 50px
    }
    body #content .box.slider-wrap .slider-nav.nav-left:hover {
        left: 50px
    }
    body #content .box.slider-wrap .slider-nav.nav-right {
        right: 50px
    }
    body #content .box.slider-wrap .slider-nav.nav-right:hover {
        right: 50px
    }
    body #content .box.slider-label .floats {
        margin-right: 0;
        display: block
    }
    body #content .box.slider-label .floats .left {
        float: none
    }
    body #content .box.slider-label .floats .right {
        float: none;
        width: 100%;
        padding-top: 15px
    }
    body #content .box.slider-label .floats .right .col {
        width: 25%
    }
    body #content .box.slider-label .floats .right .col div {
        margin-right: 20px
    }
    body #content .box.slider-label .floats .right .col:last-of-type div {
        margin-right: 0
    }
    body #content .box.slider-label .col-1-3,
    body #content .box.slider-label .col-1-2 {
        width: 100%;
        padding: 0 !important
    }
    body #content .box.slider-label .col-1-3 .item-menu,
    body #content .box.slider-label .col-1-2 .item-menu {
        padding: 5px 0
    }
    body #content .box.slider-label .enlarge .col {
        width: 50%;
        padding: 0 0 0 45px
    }
    body #content .box.slider-label .enlarge .col:first-of-type {
        padding-left: 0;
        padding-right: 45px
    }
    body #content .box.slider-label .enlarge .col:last-of-type {
        padding-left: 0;
        padding-right: 45px
    }
    body #content .col.column.col-1-2 {
        width: 100%;
        float: none;
        padding-bottom: 50px
    }
    body #content .col.column.col-1-2:last-of-type {
        padding-bottom: 0
    }
    body #content .contact {
        display: block
    }
    body #content .address {
        font-size: 1.8em
    }
    body #content .address .small {
        font-size: 0.75em
    }
    body #content #newsletter {
        margin-right: 0
    }
    body #content #newsletter .input-wrap {
        float: none;
        padding-bottom: 15px
    }
    body #content #newsletter .btn {
        float: none;
        margin: 0 auto
    }
    body #content #searcher {
        text-align: center
    }
    body #content #searcher.fixed {
        position: static
    }
    body #content #searcher .fleft {
        padding: 5px 0
    }
    body #content #searcher .h3,
    body #content #searcher .select-wrap {
        display: inline-block;
        float: none
    }
    body #content #searcher .select-wrap .select .dropdown .item {
        padding: 15px 0;
        font-size: 1em
    }
    body #content #searcher .select-wrap .select.locale .dropdown .item {
        font-size: 0.8em;
        padding-left: 5px
    }
    body #content #searcher-results .results-details {
        position: static;
        width: 100%;
        padding-left: 0;
        overflow: hidden;
        height: 0
    }
    body #content #searcher-results .results-details.active {
        height: auto
    }
    body #content #searcher-results .results-details .gmap {
        border-top: 1px solid #b5b5b5
    }
    body #content #searcher-results .col-right {
        display: none
    }
    body .h1 {
        font-size: 2em
    }
}
@media screen and (max-width: 980px) and (-webkit-max-device-pixel-ratio: 1) {
    body {
        font-size: 5px
    }
}
@media screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 980px) {
    body {
        font-size: 5px
    }
    body #wrap .inner {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    body #wrap #top {
        font-size: 4em
    }
    body #wrap #top .logo {
        width: 110px;
        height: 42px
    }
    body #wrap #top .inner {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    body #wrap #top .nav a {
        width: 66.66%
    }
    body #wrap #top .nav a.fb {
        width: auto;
        background-size: auto 30px;
        padding-right: 30px
    }
    body #wrap #top .nav-toggl {
        width: 22px;
        margin-top: 10px
    }
    body #wrap #top .nav-toggl div {
        height: 4px;
        margin-top: 3px
    }
    body #wrap #top .nav-close {
        width: 20px;
        height: 20px;
        right: 20px
    }
    body #wrap #top.toggled .logo {
        left: 30px
    }
    body #wrap #content .box.slider-wrap {
        min-height: 1080px
    }
    body #wrap #content .box.slider-wrap .slide .category {
        font-size: 3em
    }
    body #wrap #content .box.slider-wrap .slide .tags {
        font-size: 2.8em
    }
    body #wrap #content .box.slider-wrap .slide .name {
        font-size: 8em
    }
    body #wrap #content .box.slider-wrap .slide .desc {
        font-size: 3.6em
    }
    body #wrap #content .box.slider-wrap .slide .inner .col {
        padding: 40px
    }
    body #wrap #content .box.slider-label .h3 {
        padding-left: 0 !important;
        font-size: 4em
    }
    body #wrap #content .box.slider-label p {
        font-size: 3.6em
    }
}
@media screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3),
screen and (max-width: 980px) and (-webkit-min-device-pixel-ratio: 3) {
    body #wrap #content .box.slider-label p {
        font-size: 1.2em
    }
}
@media screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 980px) {
    body #wrap #content .box.slider-label .inner {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    body #wrap #content .box.slider-label .item-menu .item-name {
        font-size: 3.6em;
        max-width: 75%
    }
    body #wrap #content .box.slider-label .item-menu .item-prize {
        font-size: 5em
    }
    body #wrap #content .box.slider-label .enlarge .h2 {
        background-size: 140px auto;
        padding-left: 150px
    }
    body #wrap #content .box.white .inner {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    body #wrap #content .box#newsletter-wrap {
        padding: 130px 0 80px
    }
    body #wrap #content .box.mobile-full-height {
        min-height: 100vh
    }
    body #wrap #content .box .btn {
        font-size: 4em;
        width: auto;
        max-width: 100%;
        padding: 20px 70px;
        margin-left: 40px;
        margin-right: 40px
    }
    body #wrap #content .box .scroll {
        font-size: 2.4em;
        width: 150px;
        margin-left: -75px
    }
    body #wrap #content #searcher .h3 {
        padding-left: 0
    }
    body #wrap #content #searcher .select-wrap .label {
        font-size: 2.4em
    }
    body #wrap #content #searcher .select-wrap .select {
        font-size: 3.6em;
        width: auto;
        min-width: 200px
    }
    body #wrap #content #searcher .select-wrap .select .triangle {
        width: 20px;
        height: 10px;
        margin-top: -5px
    }
    body #wrap #content #searcher-results #results-list .item {
        font-size: 3.2em;
        padding: 50px 35px
    }
    body #wrap #content #searcher-results #results-list .item strong.ship {
        background-size: 30px auto
    }
    body #wrap #content #searcher-results #results-list .item .triangle {
        width: 20px;
        height: 12px;
        margin-top: -6px
    }
    body #wrap #content #searcher-results .results-details .gmap {
        height: 413px
    }
    body #wrap #content #searcher-results .results-details .details-ship,
    body #wrap #content #searcher-results .results-details .details-hours,
    body #wrap #content #searcher-results .results-details .details-card,
    body #wrap #content #searcher-results .results-details .details-contact {
        font-size: 3em;
        padding-left: 40px;
        background-size: 25px auto !important;
        background-position: 0 50%
    }
    body #wrap #content #searcher-results .results-details .details-contact {
        background-position: 0px 50%
    }
    body #wrap #content #searcher-results .results-details .details-rules strong {
        font-size: 3.6em;
        padding: 15px 0 25px
    }
    body #wrap #content #searcher-results .results-details .details-rules ul {
        font-size: 3em
    }
    body #wrap #content #searcher-results .results-details .details-rules ul li {
        background-size: auto;
        background-position: 0 8px;
        padding-left: 70px
    }
    body #wrap #content #home-search-result .inner {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    body #wrap #content #home-search-result .details {
        background: none;
        padding-left: 0;
        min-height: 50px
    }
    body #wrap #content #home-search-result .details p {
        font-size: 2.6em
    }
    body #wrap #content #home-search-result .details .details-contact {
        font-size: 3em
    }
    body #wrap #content #newsletter {
        padding-left: 40px;
        padding-right: 40px
    }
    body #wrap #content #newsletter .input-wrap .label {
        font-size: 2.4em
    }
    body #wrap #content #newsletter .input-wrap input {
        font-size: 3.6em
    }
    body #wrap #content #newsletter .input-wrap .error-msg {
        font-size: 2.4em
    }
    body #wrap #content #newsletter .btn {
        font-size: 4em;
        width: auto;
        max-width: 100%;
        padding: 20px 70px;
        margin-left: auto !important;
        margin-right: auto !important
    }
    body #wrap #content .address {
        font-size: 3.6em
    }
    body #wrap #content .address .small {
        font-size: 0.6em
    }
    body #wrap #bottom {
        font-size: 2.4em;
        padding: 40px 0
    }
    body #wrap #bottom .nav {
        float: none;
        text-align: center
    }
    body #wrap #bottom .nav a {
        float: none;
        margin: 0 12px 10px
    }
    body #wrap #bottom .copy {
        float: none;
        text-align: center;
        padding-top: 40px
    }
    body #wrap .h3,
    body #wrap .h1 {
        font-size: 4em;
        padding-left: 40px;
        padding-right: 40px
    }
    body #wrap .h2 {
        font-size: 5.5em
    }
}
@media screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 640px) {
    body #wrap .h2 {
        font-size: 5em
    }
    body #wrap #top .inner {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    body #wrap #top .nav-close {
        right: 10px
    }
    body #wrap #top .nav a.fb {
        right: 10px
    }
    body #wrap #content #searcher select {
        font-size: 1.7em
    }
    body #wrap #content #searcher-results #results-list {
        padding-right: 0
    }
    body #wrap #content #searcher-results #results-list .item {
        padding: 10px
    }
    body #wrap #content #searcher-results #results-list .item .triangle {
        width: 10px;
        height: 6px;
        margin-top: -3px
    }
    body #wrap #content #searcher-results .results-details .details-ship,
    body #wrap #content #searcher-results .results-details .details-hours,
    body #wrap #content #searcher-results .results-details .details-card,
    body #wrap #content #searcher-results .results-details .details-contact {
        padding-left: 40px
    }
    body #wrap #content #searcher-results .results-details .details-hours strong {
        width: 40%
    }
    body #wrap #content .box.white .inner {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    body #wrap #content .box.slider-label .inner {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    body #wrap #content .box.slider-label .floats .right .col {
        width: 50%
    }
    body #wrap #content .box.slider-label .floats .right .col div {
        margin-right: 10px
    }
    body #wrap #content .box.slider-label .enlarge .col {
        width: 250px;
        margin: 0 auto;
        float: none;
        padding: 0
    }
    body #wrap #content .box.slider-wrap {
        min-height: 800px
    }
    body #wrap #content .box.slider-wrap .slide .h2 {
        display: block;
        float: none;
        margin-left: 0 !important
    }
    body #wrap #content .box .btn {
        margin-left: 10px;
        margin-right: 10px
    }
    body #wrap #content .box #results-list .results-details .details-items .col-1-2 {
        width: 100%;
        float: none
    }
    body #wrap #content .box #results-list .results-details .details-items .details-contact {
        background-size: auto 100% !important
    }
    body #wrap #content #newsletter {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    body #wrap #content #newsletter .btn {
        padding-left: 10px;
        padding-right: 10px
    }
    body #wrap .h1,
    body #wrap .h3 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}