@charset "UTF-8";
@import url(animate.css);

/*
* @section Main Styles
*/
body {
  color: #231f20;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  background: #f2e3c4;
}

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

/*
* @subsection Typography
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  color: #ab7f26;
}

h1,
.heading-1 {
  font-size: 40px;
  text-transform: uppercase;
}

h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.60714;
  text-transform: uppercase;
}

h3,
.heading-3 {
  font-size: 26px;
  text-transform: uppercase;
}

h4,
.heading-4 {
  font-size: 24px;
}

h5,
.heading-5 {
  font-size: 20px;
  text-transform: uppercase;
}

h6,
.heading-6 {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
}

.big {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 3.1px;
}

.small {
  font-size: 14px;
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 1.66667;
  }

  h1,
  .heading-1 {
    font-size: 58px;
    line-height: 1.37931;
    letter-spacing: 3.1px;
  }

  h2,
  .heading-2 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 4.1px;
  }

  .big {
    font-size: 48px;
    line-height: 1.14583;
  }
}
.thin {
  font-weight: 100;
}

.lite {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="mailto:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover,
a[href^="callto:"]:hover {
  color: #d29e32;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  text-align: center;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.primary-color {
  color: #f2e3c4;
}
.primary-color--variant-1 {
  color: #e9d989;
}

.secondary-color {
  color: #8c5435;
}

.contrast-color {
  color: #fff;
}

/*
* @section Helpers
*/
/*
* @subsection Floating
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*
* @subsection Alignment
*/
.text a {
  color: #d29e32;
}
.text a:hover {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*
* @section Main Layout
*/
* + .marked-list {
  margin-top: 11px;
}

* + .terms-list {
  margin-top: 24px;
}

* + .copyright {
  margin-top: 57px;
}

* + .inline-list {
  margin-top: 19px;
}

* + .owl-carousel {
  margin-top: 46px;
}

* + .contact-info {
  margin-top: 35px;
}

h1 + h2 {
  margin-top: 22px;
}

h1 + p {
  margin-top: 46px;
}

h2 + .btn {
  margin-top: 36px;
}

h2 + p {
  margin-top: 15px;
}

img + h2 {
  margin-top: 21px;
}

p + .btn {
  margin-top: 48px;
}

.big + p {
  margin-top: 32px;
}

/*
* @subsection Well
*/
.well-md,
.well-lg {
  padding-top: 70px;
  padding-bottom: 70px;
}

.well-xs {
  padding-top: 34px;
  padding-bottom: 31px;
}

.well-sm {
  padding-top: 53px;
  padding-bottom: 58px;
}
.well-sm--inset-1 {
  padding-top: 75px;
  padding-bottom: 0;
}
.well-sm--inset-2 {
  padding-bottom: 80px;
}
.well-sm--inset-3 {
  padding-bottom: 6.2rem;
}
.well-sm--inset-4 {
  padding-bottom: 8.8rem;
}

@media (min-width: 992px) {
  .well-md {
    padding-top: 6.3rem;
    padding-bottom: 8rem;
  }
  .well-md--inset-1 {
    padding-bottom: 6.2rem;
  }

  .well-lg {
    padding-top: 8.4rem;
    padding-bottom: 6.2rem;
  }
  .well-lg--inset-1 {
    padding-bottom: 8.6rem;
  }
  .well-lg--inset-2 {
    padding-bottom: 7.3rem;
  }
}
/*
* @subsection Insets
*/
/*
* @subsection Flow-Offsets
*/
.flow-offset-1 > * + * {
  margin-top: 70px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 70px;
  }
}

/*
* @subsection Offsets
*/
.offset-6,
.offset-3,
.offset-2 {
  margin-top: 70px;
}

.offset-7 {
  margin-top: 28px;
}

.offset-8 {
  margin-top: 49px;
}

.offset-9 {
  margin-top: 28px;
}

.offset-10 {
  margin-top: 39px;
}

.offset-11 {
  margin-top: 94px;
}

.offset-12 {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .inset-1 {
    padding-top: 14px;
  }

  .inset-2 {
    padding-left: 46px;
  }

  .offset-1 {
    margin-top: 37px;
  }

  .offset-2 {
    margin-top: 20px;
  }

  .offset-3 {
    margin-top: 0px;
  }

  .offset-4 {
    margin-top: 21px;
  }

  .offset-5 {
    margin-top: 17px;
  }

  .offset-6 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .inset-3 {
    padding-top: 58px;
  }
}
/*
* @section Components
*/
/*
* @subsection Brand
*/
.brand {
  display: inline-block;
  background: url("../images/logo.png") no-repeat top left;
  background-size: cover;
  height: 141px;
  width: 141px;
}
.brand a {
  display: block;
  border-radius: 36%;
  width: 100%;
  height: 100%;
}

/*
* @subsection Blockquote
*/
.quote p:nth-child(1) {
  font-size: 18px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.quote q {
  position: relative;
}
.quote q:before {
  content: '“';
  position: absolute;
  left: -14px;
}
.quote q:after {
  content: '”';
  position: absolute;
  rigth: -5px;
}
.quote p:nth-child(2) {
  padding-top: 25px;
  padding-bottom: 25px;
}
.quote p:nth-child(2) span {
  color: #8c5435;
  letter-spacing: 1.1px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .quote p:nth-child(1) {
    padding-top: 52px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 1.53846;
  }
  .quote p:nth-child(2) {
    padding-bottom: 0px;
  }
}

/*
* @subsection Contact-info
*/
.contact-info dl {
  margin-left: auto;
  margin-right: auto;
}
.contact-info dl:before, .contact-info dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info dl:after {
  clear: both;
}
@media (min-width: 1200px) {
  .contact-info dt {
    clear: both;
  }
}

/*
* @subsection Inline List
*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 10px;
}

/*
* @subsection Thumbnail
*/
.thumb, .cthumb {
  display: inline-block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.thumb img, .cthumb img {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.thumb img:hover, .cthumb img:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*
* @subsection Blog-post
*/
.blog-post p + .btn {
  margin-top: 26px;
}

/*
* @subsection products
*/
.product {
  display: inline-block;
  max-width: 370px;
  width: 100%;
}
.product__content {
  padding: 20px 30px 45px;
  background: #f2e3c4;
}
.product__content p {
  letter-spacing: 0.2px;
}

/*
* @subsection terms-list
*/
.terms-list dt + dd {
  margin-top: 15px;
}
.terms-list dd + dt {
  margin-top: 35px;
}

/*
* @subsection marked-list
*/
.marked-list, .text ul {
  color: #8c5435;
}
.marked-list li, .text li {
  padding-left: 16px;
  position: relative;
}
.marked-list li:before, .text li:before {
  content: '-';
  display: inline-block;
  position: absolute;
  height: 2px;
  left: 0%;
  top: 5%;
}
.marked-list li a:hover, .text li a:hover {
  color: #000;
}
.marked-list li + li, .text li + li {
  margin-top: 10px;
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #f2e3c4;
}

.bg-secondary {
  background: #8c5435;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6,
.bg-secondary .heading-1, .bg-secondary .heading-2, .bg-secondary .heading-3, .bg-secondary .heading-4, .bg-secondary .heading-5, .bg-secondary .heading-6 {
  color: #fff;
}

.bg-contrast {
  background: #fff;
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 32px;
}
.box .box_right {
  padding-left: 32px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 0;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 32px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 32px;
  }
  .box-xs .box_right {
    padding-left: 32px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 0;
  }
  .box-xs-clear .box_right {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 32px;
  }
  .box-sm .box_right {
    padding-left: 32px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 0;
  }
  .box-sm-clear .box_right {
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 32px;
  }
  .box-md .box_right {
    padding-left: 32px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 0;
  }
  .box-md-clear .box_right {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 32px;
  }
  .box-lg .box_right {
    padding-left: 32px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 0;
  }
  .box-lg-clear .box_right {
    padding-top: 32px;
  }
}
/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon-primary {
  background: #f2e3c4;
  border: 1px solid #f2e3c4;
  border-radius: 16px;
}
.icon-primary:hover {
  background: transparent;
}

.icon-xs {
  height: 36px;
  width: 36px;
  line-height: 33px;
  font-size: 20px;
}

.icon-md {
  font-size: 70px;
  line-height: 70px;
}

.fa-facebook {
  color: #3b5998;
}
.fa-facebook:hover {
  color: #96abd6;
}

.fa-twitter {
  color: #55acee;
}
.fa-twitter:hover {
  color: #e0f0fc;
}

.fa-linkedin {
  color: #0077b5;
}
.fa-linkedin:hover {
  color: #4fc3ff;
}

/*
* @subsection Buttons
*/
.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-default {
  background: #000;
  color: #fff;
  border: 2px solid #f2e3c4;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 1.1px;
}

/* Winona */
.btn-wiona {
  overflow: hidden;
  padding: 0;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-wiona::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.btn-wiona > span {
  display: block;
}

.btn-wiona::after,
.btn-wiona > span {
  padding: 0 5px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-wiona:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-wiona:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn-wiona:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.btn-sm {
  min-width: 130px;
  font-weight: 700;
  padding: 19px;
}

.btn-md {
  min-width: 229px;
  padding: 15px 12px;
}

.btn-sm.btn-wiona::after {
  top: 19px;
}

.btn-md.btn-wiona::after {
  top: 15px;
}

/**
* @subsection Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  text-align: left;
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 20px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
}
.sf-menu > li.active > a {
  color: #fff;
}

@media (min-width: 992px) {
  .sf-menu > li + li {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .sf-menu > li > a {
    font-size: 20px;
    line-height: 1.5;
  }
}
.sf-menu ul {
  display: none;
  position: absolute;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  top: 100%;
  min-width: 200px;
  margin-top: 17px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #614a49;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-weight: 700;
  white-space: nowrap;
  padding: 5px 20px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #614a49;
  background: #e6c80d;
}

.sf-menu ul ul {
  position: absolute;
  top: 0%;
  left: 100%;
  min-wwidth: 200px;
  margin-top: 0;
  padding: 0;
  background: #553f3d;
  z-index: 4;
}

.sf-menu > li .sf-with-ul {
  position: relative;
}
.sf-menu > li .sf-with-ul:before {
  position: absolute;
  right: -16px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f0d7';
  font: 400 14px/14px 'FontAwesome';
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  left: 84%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font: 400 16px/16px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection   RD Mobile Menu
*
* @description  mobile navbar
*
* @author       Evgeniy Gusarov (Diversant)
* @link         http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #8c5435;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/**
* @subsection   Stuck menu   
*/
.isStuck {
  padding-top: 4px;
  padding-bottom: 10px;
  background: #c7ae88;
  z-index: 999;
}
.isStuck .brand {
  display: none;
}
.isStuck .nav {
  margin-top: 6px;
}
@media (min-width: 992px) {
  .isStuck {
    padding-left: 0;
    padding-bottom: 4px;
  }
  .isStuck .brand {
    display: inline-block;
    height: 65px;
    width: 65px;
  }
  .isStuck .nav {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/**
* @subsection   ToTop   
*/
.toTop {
  width: 65px;
  height: 65px;
  font-size: 34px;
  line-height: 56px;
  border: 2px solid #8c5435;
  color: #fff;
  background: #58595b;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #999999;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #f2e3c4;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6,
.parallax .heading-1, .parallax .heading-2, .parallax .heading-3, .parallax .heading-4, .parallax .heading-5, .parallax .heading-6 {
  color: #fff;
}
.parallax .btn-default {
  border-color: #8c5435;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*
* @section HEADER
*/
header {
  background: #c7ae88;
  padding-top: 30px;
  padding-bottom: 29px;
}
@media (min-width: 768px) {
  header .nav {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  header {
    text-align: left;
  }
  header .brand {
    float: left;
    margin-left: 23px;
  }
  header .nav {
    float: right;
    margin-top: 56px;
  }
}

/*
* @section CONTENT
*/
main {
  display: block;
  min-height: 500px;
}

.block-1 {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*
* @section FOOTER
*/
footer {
  background: #614a49;
  color: #f2e3c4;
}
footer:after {
  content: '';
  display: block;
  background: #fff;
}
footer .well-xs {
  padding-top: 47px;
  padding-bottom: 34px;
}
footer .well-sm {
  padding-top: 43px;
  padding-bottom: 32px;
}
footer .well-lg {
  padding-top: 43px;
  padding-bottom: 72px;
}
footer #google-map {
  color: #000;
}
footer .brand {
  background: url("../images/logo--mod1.png") no-repeat top left;
  max-width: 110px;
  background-size: contain;
}
footer a {
  color: #e9d989;
}
footer a:hover {
  color: #d29e32;
}
footer .nav .active a {
  color: #d29e32;
}
footer a[href^="mailto"] {
  display: inline-block;
  color: #e9d989;
  background: #6e5654;
  border-radius: 5px;
  min-width: 225px;
  padding: 14px 10px;
  text-align: center;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
footer a[href^="mailto"]:hover {
  background: #f2e3c4;
  color: #8c5435;
}
footer .inline-list li + li {
  margin-left: 4px;
}
footer * + a[href^="mailto"] {
  margin-top: 41px;
}
@media (min-width: 1200px) {
  footer .brand {
    margin-left: 10px;
    max-width: 100%;
  }
  footer .inline-list li + li {
    margin-left: 10px;
  }
}

.text p {
  margin: 1.2em 0;
}
.text .alignleft {
  float: left;
  margin: 1em 40px 1em 0;
  max-width: 48%;
}
.text .alignright {
  float: right;
  margin: 1em 0 1em 40px;
  max-width: 48%;
}
.text .alignnone.size-full {
  width: 100%;
}
.jidelni-listek {
  margin-bottom: 70px;
}
.jidelni-listek h3 {
  padding-bottom: 10px;
}
.jidelni-listek h3 i {
  font-size: 26px;
  margin-right: 15px;
}
.jidelni-listek-item {
  margin-top: 40px;
  border-bottom: 1px solid #c7ae88;
}
.jidelni-listek-item > div {
  display: none;
  padding: 0 0 20px 30px;
}
.masonry img {
  width: 100%;
}
.masonry-item {
  margin-bottom: 20px;
  width: 32%;
}
.gutter-sizer {
  width: 2%;
}
.alergeny {
  color: gray;
  font-size: 0.7em;
  margin-left: 10px;
}
@media (max-width: 568px) {
	.jidelni-listek-item > div {
		padding-left: 0;
	}
	.jidelni-listek p {
		margin: 0.7em 0;
	}
}