/**
*	Berg Restaurant template
*
*	----------------------------------------------------
*		FOR BEST EXPERIENCE, PLEASE USE LESS VERSION
*		YOU CAN FIND EVERYTHING HOW TO CUSTOMIZE
*		AND COMPILE LESS IN OUR DOCUMENTATION
*	----------------------------------------------------
*
*	These css is generated from LESS files. You can easily change the most of sections, just by altering variables or mixins in LESS.
*	It built with gulp and gulp-less. We recommend using Sublime Text 2 with installed LESS Build package or any other external LESS compiler.
*
*	Table of contents:
*	
*	1. Bootstrap 3.1.1 (modified) - normalize, define grid, form, basic typography, bootstrap components
*	2. Font Awesome - icon pack
*	3. Simple Line Icons - icon pack
*	4. Fontello - icon pack
*	5. Basic - basic global styles
*	6. Home - home pages
*	7. Navbar - desktop and mobile navigation
*	8. Blog - blog section without single post
*	9. Post - two versions of single post
*	10. Reservation - reservation section with form
*	11. Menu - menu list, two versions - with images and without
*	12. Restaurant - restaurant fullscreen page section
*	13. Shop - shop section, similiar to menu but with minor changes
*	14. Product - single product page
*	15. Contact - contact section, map with form
*	16. Cart - cart section
*	17. Gallery - gallery page, (columns count is customizable from the markup)
*	18. Overlay - overlay lightbox,
*	19. Footer - page footer
*	20. Carousel - carousel used in overlay and product page (reviews)
*	21. Animations - global animation classes
*
*	Variables 
*
*		Typography
*			@text-font-family: 'Cabin', Helvetica, Arial, sans-serif;
*			@header-font-family: 'Cabin', Helvetica, Arial, sans-serif;
*
*		Colors
*			@bgColor: #fff;
*			@bgColor2: #111;
*			@bgColor3: #eee;
*			@textColor: #333;
*			@textColor2: #fff;
*			@highlightColor: #ca293e;
*			@borderColor: #eee;
**/
/* 1. Bootstrap */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #47352f;
  background-color: #f2e8df;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:not(.btn) {
  text-decoration: none;
}
a:not(.btn):hover,
a:not(.btn):focus {
  text-decoration: none;
}
a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f2e8df;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 1px;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.33;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 22px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 22px;
  margin-bottom: 22px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 30px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #cc7343;
}
a.text-primary:hover {
  color: #ad5b2f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #cc7343;
}
a.bg-primary:hover {
  background-color: #ad5b2f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 30px;
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eeeeee;
}
.table .table {
  background-color: #f2e8df;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 40px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #946e62;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 9px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #47352f;
  background-color: transparent;
  border-color: #47352f;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #47352f;
}
.btn-default .badge {
  color: transparent;
  background-color: #47352f;
}
.btn-dark {
  color: #ffffff;
  background-color: #a78060;
  border-color: #a78060;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #a78060;
  border-color: #a78060;
}
.btn-dark .badge {
  color: #a78060;
  background-color: #ffffff;
}
.btn-color {
  color: #ffffff;
  background-color: #cc7343;
  border-color: #cc7343;
}
.btn-color:active,
.btn-color.active,
.open .dropdown-toggle.btn-color {
  background-image: none;
}
.btn-color.disabled,
.btn-color[disabled],
fieldset[disabled] .btn-color,
.btn-color.disabled:hover,
.btn-color[disabled]:hover,
fieldset[disabled] .btn-color:hover,
.btn-color.disabled:focus,
.btn-color[disabled]:focus,
fieldset[disabled] .btn-color:focus,
.btn-color.disabled:active,
.btn-color[disabled]:active,
fieldset[disabled] .btn-color:active,
.btn-color.disabled.active,
.btn-color[disabled].active,
fieldset[disabled] .btn-color.active {
  background-color: #cc7343;
  border-color: #cc7343;
}
.btn-color .badge {
  color: #cc7343;
  background-color: #ffffff;
}
.btn-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-link {
  color: #47352f;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: #cc7343;
}
.btn-link:hover,
.btn-link:focus {
  color: #cc7343;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 35px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.label {
  display: inline;
  padding: .15em .6em .2em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #cc7343;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ad5b2f;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.badge-green {
  background-color: #dff0d8;
  color: #3c763d;
}
.badge-yellow {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.badge-blue {
  background-color: #d9edf7;
  color: #31708f;
}
.badge-red {
  background-color: #f2dede;
  color: #a94442;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #47352f;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.comment-form:before,
.comment-form:after,
.rtb-booking-form form:before,
.rtb-booking-form form:after,
.woocommerce .cross-sells ul:before,
.woocommerce .cross-sells ul:after,
.woocommerce .upsells ul:before,
.woocommerce .upsells ul:after,
.woocommerce .related ul:before,
.woocommerce .related ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.comment-form:after,
.rtb-booking-form form:after,
.woocommerce .cross-sells ul:after,
.woocommerce .upsells ul:after,
.woocommerce .related ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* End of Bootstrap */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/font-awesome-4.6.3//fontawesome-webfont.eot?v=4.6.3');
  src: url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/font-awesome-4.6.3//fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/font-awesome-4.6.3//fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/font-awesome-4.6.3//fontawesome-webfont.woff?v=4.6.3') format('woff'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/font-awesome-4.6.3//fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/font-awesome-4.6.3//fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Custom font for icons */
/* ------------------------------------------------------ */
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/simple-line-icons/fonts/Simple-Line-Icons.eot');
  src: url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/simple-line-icons/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/simple-line-icons/fonts/Simple-Line-Icons.woff') format('woff'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/simple-line-icons/fonts/Simple-Line-Icons.ttf') format('truetype'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/simple-line-icons/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-moustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-emoticon-smile:before {
  content: "\e021";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-user:before {
  content: "\e005";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglasses:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-map:before {
  content: "\e033";
}
.icon-layers:before {
  content: "\e034";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-frame:before {
  content: "\e038";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-directions:before {
  content: "\e041";
}
.icon-direction:before {
  content: "\e042";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-compass:before {
  content: "\e045";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-loop:before {
  content: "\e064";
}
.icon-logout:before {
  content: "\e065";
}
.icon-login:before {
  content: "\e066";
}
.icon-list:before {
  content: "\e067";
}
.icon-like:before {
  content: "\e068";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-bar-chart:before {
  content: "\e077";
}
.icon-arrow-up:before {
  content: "\e078";
}
.icon-arrow-right:before {
  content: "\e079";
}
.icon-arrow-left:before {
  content: "\e07a";
}
.icon-arrow-down:before {
  content: "\e07b";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camcorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-close:before {
  content: "\e082";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-doc:before {
  content: "\e085";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-folder:before {
  content: "\e089";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-plus:before {
  content: "\e095";
}
.icon-pointer:before {
  content: "\e096";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-users:before {
  content: "\e001";
}
/* Custom fontello font */
/* ------------------------------------------------------ */
@font-face {
  font-family: 'arrows';
  src: url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/arrows/arrows.eot?20428449');
  src: url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/arrows/arrows.eot?20428449#iefix') format('embedded-opentype'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/arrows/arrows.woff?20428449') format('woff'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/arrows/arrows.ttf?20428449') format('truetype'), url('http://laloligastrobar.es/wp-content/themes/berg-wp/styles/fonts/arrows/arrows.svg?20428449#arrows') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?78857928#fontello') format('svg');
  }
}
*/
[class^="arrow-"]:before,
[class*=" arrow-"]:before {
  font-family: "arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.arrow-down-open-mini:before {
  content: '\e800';
}
/* '' */
.arrow-right-open-mini:before {
  content: '\e801';
}
/* '' */
.arrow-left-open-mini:before {
  content: '\e802';
}
/* '' */
.arrow-down-open:before {
  content: '\e803';
}
/* '' */
.arrow-up-open-mini:before {
  content: '\e804';
}
/* '' */
.arrow-left-open:before {
  content: '\e805';
}
/* '' */
.arrow-right-open:before {
  content: '\e806';
}
/* '' */
.arrow-up-open:before {
  content: '\e807';
}
/* '' */
.arrow-down:before {
  content: '\e808';
}
/* '' */
.arrow-left:before {
  content: '\e809';
}
/* '' */
.arrow-right:before {
  content: '\e80a';
}
/* '' */
.arrow-up:before {
  content: '\e80b';
}
/* '' */
/* 5. Basic styles */
/* ------------------------------------------------------ */
a,
a:hover {
  text-decoration: none;
}
.content-wrapper a:not(.btn):not(.nohover) {
  position: relative;
  color: inherit;
}
.content-wrapper p > a:not(.btn):not(.nohover),
.content-wrapper p > span > a:not(.btn):not(.nohover) {
  position: relative;
  color: inherit;
}
.content-wrapper p > a:not(.btn):not(.nohover):after,
.content-wrapper p > span > a:not(.btn):not(.nohover):after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 90%;
  border-bottom: 1px solid;
  right: 5%;
  opacity: 0.3;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.content-wrapper p > a:not(.btn):not(.nohover):before,
.content-wrapper p > span > a:not(.btn):not(.nohover):before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0%;
  border-bottom: 1px solid;
  left: 5%;
  opacity: 0.3;
  -webkit-transition: width 0.4s 0.1s, left 0.4s, opacity 0.4s;
  -moz-transition: width 0.4s 0.1s, left 0.4s, opacity 0.4s;
  -o-transition: width 0.4s 0.1s, left 0.4s, opacity 0.4s;
  transition: width 0.4s 0.1s, left 0.4s, opacity 0.4s;
}
.content-wrapper p > a:not(.btn):not(.nohover):hover:after,
.content-wrapper p > span > a:not(.btn):not(.nohover):hover:after {
  right: 5%;
  width: 0%;
}
.content-wrapper p > a:not(.btn):not(.nohover):hover:before,
.content-wrapper p > span > a:not(.btn):not(.nohover):hover:before {
  left: 5%;
  width: 90%;
  opacity: 1;
}
.btn-dark {
  background: #a78060;
  border-color: #a78060;
  color: #ffffff;
}
.btn-dark-o {
  background: transparent;
  border-color: rgba(167, 128, 96, 0.3);
  color: #47352f;
}
.btn-color {
  background: #cc7343;
  border-color: #cc7343;
  color: #ffffff;
}
.btn-color-o {
  background: transparent;
  border-color: rgba(204, 115, 67, 0.3);
  color: #cc7343;
}
.btn-light {
  background: #f2e8df;
  border-color: #f2e8df;
  color: #47352f;
}
.btn-light-o {
  background: transparent;
  border-color: rgba(242, 232, 223, 0.3);
  color: #ffffff;
}
.blog-button a {
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px;
  text-transform: uppercase;
}
.btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.btn:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.btn:hover:after {
  width: 20px;
  opacity: 1;
}
.btn:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.btn {
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
}
.btn-lg {
  font-size: 12px;
  padding: 15px 40px;
}
.btn-lg:after {
  right: 10px;
}
.btn-md {
  font-size: 12px;
  padding: 10px 30px;
}
.btn-md:after {
  right: 6px;
}
.btn-sm {
  font-size: 10px;
  padding: 8px 22px;
}
.btn-sm:after {
  right: 3px;
}
.btn-xs {
  font-size: 10px;
  padding: 6px 18px;
}
.btn-xs:after {
  right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px !important;
  }
  h2,
  .h2 {
    font-size: 22px !important;
  }
  h3,
  .h3 {
    font-size: 18px !important;
  }
  h4,
  .h4 {
    font-size: 14px !important;
  }
  h5,
  .h5 {
    font-size: 12px !important;
  }
  h6,
  .h6 {
    font-size: 11px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 32px !important;
  }
  h2,
  .h2 {
    font-size: 24px !important;
  }
  h3,
  .h3 {
    font-size: 20px !important;
  }
  h4,
  .h4 {
    font-size: 16px !important;
  }
  h5,
  .h5 {
    font-size: 14px !important;
  }
  h6,
  .h6 {
    font-size: 12px !important;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
@-ms-viewport {
  width: auto !important;
}
div,
section,
article,
span,
li,
a,
a:focus,
a:active,
input:focus,
textarea:focus,
input:active,
textarea:active {
  outline: transparent !important;
}
html {
  width: 100%;
  font-size: 16px;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 100%;
  line-height: 1.625;
  height: 100%;
}
.content-wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: transparent !important;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
.intro-end .close-on-click {
  cursor: pointer;
}
.backstretch img {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
.section-scroll {
  position: relative;
  background: #f2e8df;
  z-index: 3;
  overflow: hidden;
}
.section-space {
  display: none;
}
.intro-wrapper {
  background-color: #a78060;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
p:empty {
  display: none;
}
.sticky,
.gallery-caption,
.bypostauthor {
  position: relative;
}
img {
  max-width: 100%;
}
.woo-fixed {
  position: relative;
  /*height: 62px !important; */
}
.woo-fixed:not(.is_stuck) {
  top: 0 !important;
}
.woo-fixed > ul {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is_stuck {
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 100;
  top: 80px;
  background: red;
}
.search-form {
  background: transparent !important;
}
blockquote {
  font-size: 16px;
  font-style: italic;
}
blockquote i {
  color: #eeeeee;
  font-size: 40px;
  position: absolute;
  z-index: -1;
  left: 30px;
}
input,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:focus,
button:focus,
textarea:focus {
  border-color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-default {
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}
.button-transparent {
  zoom: 1 !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.button-submit {
  position: relative;
  display: inline-block;
  width: auto !important;
  float: right;
}
.button-submit .button-send {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cta_align_left .wpb_button_a {
  float: left;
  max-width: 27.5%;
}
.cta_align_left .wpb_button_a span {
  white-space: pre-wrap;
}
.cta_align_right .wpb_button_a {
  float: right;
  width: 27.5%;
}
.cta_align_right .wpb_button_a span {
  white-space: pre-wrap;
}
.cta_align_bottom .wpb_button_a {
  margin-top: 20px;
  display: block;
}
.arrow-section i {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.arrow-section i:hover {
  color: #cc7343;
}
.arrow-section {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  display: block;
  color: #ffffff;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
}
.arrow-section i {
  line-height: 50px;
  font-size: 70px;
}
.arrow-section.arrow1 {
  bottom: 20px;
  display: none;
}
.arrow-section.arrow2 {
  display: none;
  top: 45%;
  margin-top: 80px;
}
table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 0.5em 0.625em;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #eeeeee;
}
table th {
  font-weight: bold;
}
table td {
  line-height: 1.4;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #eeeeee;
}
.dropcap {
  color: #ffffff;
  background: #a78060;
  text-align: center;
  font-size: 2em;
  float: left;
  padding: 0 10px;
  line-height: 1.5em;
  margin-right: 0.3em;
}
.message-success {
  position: absolute;
  top: 0;
  opacity: 0;
  text-align: center;
  right: 0;
  width: 100%;
  background: #63C55F;
}
.message-success i {
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  display: block;
}
.message-error {
  border: 1px solid #E43832 !important;
  background: #fff !important;
}
.message-error::-webkit-input-placeholder {
  color: #e43832 !important;
}
.message-error:-moz-placeholder {
  color: #e43832 !important;
}
.message-error::-moz-placeholder {
  color: #e43832 !important;
}
.message-error:-ms-input-placeholder {
  color: #e43832 !important;
}
.input-row-1 {
  height: 2.5em !important;
}
.input-row-2 {
  height: 6em !important;
}
.input-row-3 {
  height: 9.4em !important;
}
.input-row-4 {
  height: 12.8em !important;
}
.input-row-5 {
  height: 16.25em !important;
}
.input-row-6 {
  height: 19.7em !important;
}
.social-share ul {
  list-style: none;
  display: block;
  margin-left: 0;
}
.social-share li {
  display: inline-block;
  margin: 0 5px;
}
.social-profiles ul {
  list-style: none;
  display: block;
  margin-left: 0;
}
.social-profiles li {
  display: inline-block;
  margin: 0 5px;
  line-height: 26px !important;
}
.social-profiles li a {
  height: 30px;
  width: 30px;
  display: block;
}
.social-profiles li i {
  font-size: 20px;
  vertical-align: middle;
}
.social-profiles li i.monosymbol {
  font-size: 38px;
}
.highlight-color {
  color: #cc7343;
  font-weight: 700;
}
.highlight-txt {
  color: #ffffff;
  background: #a78060;
  padding: 0 2px;
}
.highlight-color-bg {
  color: #ffffff;
  background: #cc7343;
  padding: 0 2px;
}
.highlight-outline {
  color: #cc7343;
  border: 1px solid #cc7343;
  padding: 0 2px;
}
.section-fullscreen {
  position: relative;
  background: #a78060;
}
.bg-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*.lh-transition(opacity .7s);*/
  /*background-size: cover;*/
  background-position: center bottom;
}
.section-intro {
  position: relative;
}
.pre-content {
  color: #ffffff;
  position: relative;
}
.pre-content h1 {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-top: 15px;
}
.pre-content h1:after {
  position: absolute;
  content: '';
  display: block;
  height: 4px;
  background: #ffffff;
  width: 60px;
  bottom: -30px;
}
.pre-content .intro-position-left {
  text-align: left !important;
}
.pre-content .intro-position-left:after {
  left: 0;
}
.pre-content .intro-position-center {
  text-align: center !important;
}
.pre-content .intro-position-center:after {
  left: 50%;
  margin-left: -30px;
}
.pre-content .intro-position-right {
  text-align: right !important;
}
.pre-content .intro-position-right:after {
  right: 0;
}
.pre-content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.section-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-header {
  position: relative;
}
.section-header h2 {
  background: #a78060;
  margin: 0 ;
  padding: 25px 15px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}
.section-header.hide-section-header {
  display: none;
}
.section-header.no-bg-section-header h2 {
  background: transparent;
  padding: 15px;
  color: #47352f;
}
.opacity-0 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.opacity-10 {
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.opacity-20 {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.opacity-30 {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.opacity-40 {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.opacity-50 {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.opacity-60 {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.opacity-70 {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.opacity-80 {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.opacity-90 {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.opacity-100 {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.icons {
  overflow: hidden;
}
.icons li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.icons li span {
  font-size: 14px;
}
.icons li i {
  font-size: 18px;
  margin-right: 10px;
  color: #cc7343;
}
.search-section .search-content {
  margin-top: 60px;
}
.search-section .search-content article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.search-section .search-content article h2 {
  margin-bottom: 15px;
  margin-top: 0;
}
.error-404,
.no-results {
  margin-bottom: 30px;
  margin-top: 30px;
}
.error-404 .page-header,
.no-results .page-header {
  text-align: center;
}
.error-404 .error,
.no-results .error {
  font-size: 60px;
  color: #cc7343;
}
.error-404 .search-form label span,
.no-results .search-form label span {
  display: none;
}
.error-404 .search-form label input,
.no-results .search-form label input {
  width: 100% !important;
  font-weight: 400;
}
.error-404 .search-form label input::-webkit-input-placeholder,
.no-results .search-form label input::-webkit-input-placeholder {
  color: #c8b4ad !important;
}
.error-404 .search-form label input:-moz-placeholder,
.no-results .search-form label input:-moz-placeholder {
  color: #c8b4ad !important;
}
.error-404 .search-form label input::-moz-placeholder,
.no-results .search-form label input::-moz-placeholder {
  color: #c8b4ad !important;
}
.error-404 .search-form label input:-ms-input-placeholder,
.no-results .search-form label input:-ms-input-placeholder {
  color: #c8b4ad !important;
}
.error-404 .search-form .search-submit,
.no-results .search-form .search-submit {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background-color: #a78060;
  background: #a78060;
  border-color: #a78060;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
  margin-left: 15px;
}
.error-404 .search-form .search-submit:focus,
.no-results .search-form .search-submit:focus,
.error-404 .search-form .search-submit:active:focus,
.no-results .search-form .search-submit:active:focus,
.error-404 .search-form .search-submit.active:focus,
.no-results .search-form .search-submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.error-404 .search-form .search-submit:hover,
.no-results .search-form .search-submit:hover,
.error-404 .search-form .search-submit:focus,
.no-results .search-form .search-submit:focus {
  text-decoration: none;
}
.error-404 .search-form .search-submit:active,
.no-results .search-form .search-submit:active,
.error-404 .search-form .search-submit.active,
.no-results .search-form .search-submit.active {
  outline: 0;
  background-image: none;
}
.error-404 .search-form .search-submit.disabled,
.no-results .search-form .search-submit.disabled,
.error-404 .search-form .search-submit[disabled],
.no-results .search-form .search-submit[disabled],
fieldset[disabled] .error-404 .search-form .search-submit,
fieldset[disabled] .no-results .search-form .search-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-404 .search-form .search-submit:hover,
.no-results .search-form .search-submit:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.error-404 .search-form .search-submit:hover:after,
.no-results .search-form .search-submit:hover:after {
  width: 20px;
  opacity: 1;
}
.error-404 .search-form .search-submit:after,
.no-results .search-form .search-submit:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.error-404 .search-form .search-submit:active,
.no-results .search-form .search-submit:active,
.error-404 .search-form .search-submit.active,
.no-results .search-form .search-submit.active,
.open .dropdown-toggle.error-404 .search-form .search-submit,
.open .dropdown-toggle.no-results .search-form .search-submit {
  background-image: none;
}
.error-404 .search-form .search-submit.disabled,
.no-results .search-form .search-submit.disabled,
.error-404 .search-form .search-submit[disabled],
.no-results .search-form .search-submit[disabled],
fieldset[disabled] .error-404 .search-form .search-submit,
fieldset[disabled] .no-results .search-form .search-submit,
.error-404 .search-form .search-submit.disabled:hover,
.no-results .search-form .search-submit.disabled:hover,
.error-404 .search-form .search-submit[disabled]:hover,
.no-results .search-form .search-submit[disabled]:hover,
fieldset[disabled] .error-404 .search-form .search-submit:hover,
fieldset[disabled] .no-results .search-form .search-submit:hover,
.error-404 .search-form .search-submit.disabled:focus,
.no-results .search-form .search-submit.disabled:focus,
.error-404 .search-form .search-submit[disabled]:focus,
.no-results .search-form .search-submit[disabled]:focus,
fieldset[disabled] .error-404 .search-form .search-submit:focus,
fieldset[disabled] .no-results .search-form .search-submit:focus,
.error-404 .search-form .search-submit.disabled:active,
.no-results .search-form .search-submit.disabled:active,
.error-404 .search-form .search-submit[disabled]:active,
.no-results .search-form .search-submit[disabled]:active,
fieldset[disabled] .error-404 .search-form .search-submit:active,
fieldset[disabled] .no-results .search-form .search-submit:active,
.error-404 .search-form .search-submit.disabled.active,
.no-results .search-form .search-submit.disabled.active,
.error-404 .search-form .search-submit[disabled].active,
.no-results .search-form .search-submit[disabled].active,
fieldset[disabled] .error-404 .search-form .search-submit.active,
fieldset[disabled] .no-results .search-form .search-submit.active {
  background-color: #a78060;
  border-color: #a78060;
}
.error-404 .search-form .search-submit .badge,
.no-results .search-form .search-submit .badge {
  color: #a78060;
  background-color: #ffffff;
}
.error-404 .search-form .search-submit:after,
.no-results .search-form .search-submit:after {
  right: 3px;
}
.error-404 input[type="search"],
.no-results input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  display: block;
  width: 70%;
  height: 33px;
  padding: 0 10px;
  line-height: 1.42857143;
  color: #664c43;
  border: 1px solid #eeeeee;
  margin: 0;
}
.error-404 input[type="search"]:focus,
.no-results input[type="search"]:focus,
.error-404 input[type="search"].active,
.no-results input[type="search"].active,
.error-404 input[type="search"]:active,
.no-results input[type="search"]:active,
.error-404 input[type="search"]:hover,
.no-results input[type="search"]:hover {
  outline: none;
}
.error-404 .page-content,
.no-results .page-content {
  text-align: center;
}
ul {
  margin-left: 20px;
}
ul > li {
  list-style-type: square;
}
ul > li li {
  list-style-type: circle;
}
ol {
  margin-left: 20px;
  padding: 0;
}
ol > li {
  list-style-type: decimal;
}
ol > li li {
  list-style-type: decimal;
}
dt {
  margin-bottom: 5px;
}
dd {
  margin-left: 20px;
  margin-bottom: 5px;
}
#map {
  background-color: #e5e3df;
}
::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  background-color: #d5d5d5;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background: #aeaeae;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: #bbb;
  cursor: pointer;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 10000;
  /* makes sure it stays on top */
}
#status {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  left: 0;
  /* centers the loading animation horizontally one the screen */
  top: 0;
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  background-position: center;
}
#status .loading-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#status .loading-wrapper img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s,-webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),-moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1),-o-transform 1s cubic-bezier(0.19, 1, 0.22, 1),transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  max-width: 30%;
}
#status .loading-wrapper img.ready {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#status-loaded {
  -webkit-transition: width 0.7s;
  -moz-transition: width 0.7s;
  -o-transition: width 0.7s;
  transition: width 0.7s;
  width: 0;
  height: 80px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-repeat: no-repeat;
  background-position: center;
  margin: -16px 0 0 -64px;
  /* is width and height divided by two */
}
.ui-page-scrolling-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ui-page-scrolling-control {
  cursor: pointer;
}
.ui-page-scrolling-main {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.paging-navigation {
  text-align: center !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  margin: 0 15px !important;
  display: inline-block;
}
.unveil {
  background: #eee;
}
.unveil figure {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  position: relative;
}
.unveil.loaded figure {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
img.alignright {
  float: right;
  margin: .3em 0 .3em 1em;
}
img.alignleft {
  float: left;
  margin: .3em 1em .3em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  text-align: center;
  margin: 0 !important;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
  display: inline-block !important;
  float: none !important;
  width: auto;
  position: relative;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
  padding: 15px;
  color: #47352f;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
}
.wpb_teaser_grid .categories_filter li a:before,
.wpb_categories_filter li a:before {
  position: absolute;
  top: 30px;
  left: 50%;
  color: transparent;
  content: "\2022";
  text-shadow: 0 0 transparent;
  font-size: 0.7em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: -o-transform 0.3s, color 0.3s, text-shadow 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s, text-shadow 0.3s;
  pointer-events: none;
  font-weight: 400;
}
.wpb_teaser_grid .categories_filter li a:hover:before,
.wpb_categories_filter li a:hover:before {
  color: #47352f;
  text-shadow: 10px 0 #47352f, -10px 0 #47352f;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
  border-bottom: none !important;
  font-weight: 700;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
  border-bottom: none !important;
}
.teaser_grid_container .isotope-inner {
  padding: 0 15px;
}
.teaser_grid_container .post-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
}
.teaser_grid_container .post-title:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #47352f;
}
.teaser_grid_container .post-thumb {
  margin-bottom: 15px;
}
.teaser_grid_container .post-thumb img {
  width: 100%;
  height: auto;
}
.teaser_grid_container .entry-content {
  font-size: 14px;
  margin-bottom: 15px;
}
.vc_read_more {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  color: #47352f;
  background-color: transparent;
  border-color: #47352f;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
  text-transform: uppercase;
  margin: 15px 0;
}
.vc_read_more:focus,
.vc_read_more:active:focus,
.vc_read_more.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vc_read_more:hover,
.vc_read_more:focus {
  text-decoration: none;
}
.vc_read_more:active,
.vc_read_more.active {
  outline: 0;
  background-image: none;
}
.vc_read_more.disabled,
.vc_read_more[disabled],
fieldset[disabled] .vc_read_more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vc_read_more:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.vc_read_more:hover:after {
  width: 20px;
  opacity: 1;
}
.vc_read_more:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.vc_read_more:active,
.vc_read_more.active,
.open .dropdown-toggle.vc_read_more {
  background-image: none;
}
.vc_read_more.disabled,
.vc_read_more[disabled],
fieldset[disabled] .vc_read_more,
.vc_read_more.disabled:hover,
.vc_read_more[disabled]:hover,
fieldset[disabled] .vc_read_more:hover,
.vc_read_more.disabled:focus,
.vc_read_more[disabled]:focus,
fieldset[disabled] .vc_read_more:focus,
.vc_read_more.disabled:active,
.vc_read_more[disabled]:active,
fieldset[disabled] .vc_read_more:active,
.vc_read_more.disabled.active,
.vc_read_more[disabled].active,
fieldset[disabled] .vc_read_more.active {
  background-color: transparent;
  border-color: #47352f;
}
.vc_read_more .badge {
  color: transparent;
  background-color: #47352f;
}
.vc_read_more:after {
  right: 3px;
}
.vc_images_carousel .vc_carousel-control {
  margin-top: -20px !important;
  opacity: 1 !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev,
.vc_images_carousel .vc_carousel-control .icon-next {
  right: -20px;
}
.vc_images_carousel .vc_carousel-control.vc_right,
.vc_carousel .vc_carousel-control.vc_right {
  right: -15px !important;
}
.vc_images_carousel .vc_carousel-control.vc_left,
.vc_carousel .vc_carousel-control.vc_left {
  left: -15px !important;
}
.wpb_images_carousel .vc_carousel-control span,
.vc_carousel .vc_carousel-control span {
  background: rgba(242, 232, 223, 0.5);
  font-size: 22px;
}
.vc_images_carousel ol.vc_carousel-indicators {
  position: absolute;
  bottom: -30px;
}
.vc_images_carousel .vc_carousel-indicators .vc_active,
.vc_carousel .vc_carousel-indicators .vc_active {
  border: 1px solid #47352f !important;
  background-color: transparent !important;
}
.vc_images_carousel .vc_carousel-indicators li,
.vc_carousel .vc_carousel-indicators li {
  border: 1px solid #47352f !important;
  background-color: #47352f !important;
}
.vc_carousel ol.vc_carousel-indicators {
  bottom: 0;
  position: absolute;
}
.vc_progress_bar .vc_single_bar {
  background: rgba(119, 119, 119, 0.1) !important;
}
.pp_pic_holder .pp_top,
.pp_pic_holder .pp_bottom {
  display: none;
}
.pp_pic_holder .pp_left,
.pp_pic_holder .pp_right {
  background: none !important;
}
.pp_pic_holder .ppt {
  position: absolute;
  bottom: 0;
  color: #47352f;
  left: 15px;
}
.pp_pic_holder .pp_details {
  position: absolute !important;
  top: 0;
  z-index: 200;
}
.pp_pic_holder .pp_nav {
  display: none !important;
}
.pp_pic_holder .pp_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  background: #ab8567;
  z-index: 9999;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  top: -5px;
  right: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pp_pic_holder .pp_close:before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #f2e8df;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.pp_pic_holder .pp_close:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #f2e8df;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.pp_pic_holder .pp_close:before {
  margin-top: -8px;
}
.pp_pic_holder .pp_hoverContainer {
  z-index: 100 !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pp_pic_holder .pp_content_container {
  z-index: 999;
}
.pp_pic_holder .pp_previous {
  text-indent: 0;
  color: transparent;
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  line-height: 50px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  left: 0;
}
.pp_pic_holder .pp_previous.berg-arrow-left {
  left: 0;
}
.pp_pic_holder .pp_previous.berg-arrow-right {
  right: 0;
}
.pp_pic_holder .pp_previous:after {
  content: "\e805";
  color: #47352f;
  font-family: "arrows";
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
}
.pp_pic_holder .pp_previous:hover {
  background: #f2e8df !important;
}
.pp_pic_holder .pp_next {
  text-indent: 0;
  color: transparent;
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  line-height: 50px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
.pp_pic_holder .pp_next.berg-arrow-left {
  left: 0;
}
.pp_pic_holder .pp_next.berg-arrow-right {
  right: 0;
}
.pp_pic_holder .pp_next:after {
  content: "\e806";
  color: #47352f;
  font-family: "arrows";
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
  top: 0;
}
.pp_pic_holder .pp_next:hover {
  background: #f2e8df !important;
}
.pp_pic_holder .pp_expand {
  display: none !important;
}
div.pp_overlay {
  background: #111 !important;
  opacity: 1 !important;
}
#attachment .entry-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #a78060;
  color: #ffffff;
  letter-spacing: 4px;
  position: relative;
}
#attachment .entry-header a,
#attachment .entry-header span {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#attachment .entry-header .date {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
#attachment .entry-header h1 {
  font-size: 48px;
  position: relative;
}
#attachment .entry-header h1:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  background: #ffffff;
}
#attachment .entry-header .entry-meta {
  margin: 30px 0;
  padding-top: 30px;
}
#attachment .attachment {
  margin: 0;
}
#attachment .entry-content {
  margin: 0;
}
#attachment .entry-content .attachment a {
  width: 100%;
  display: block;
}
#attachment .entry-content .attachment a img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pre-content h1 {
    margin-top: 30px;
  }
  .pre-content h1 p {
    margin: 0;
    padding: 0;
  }
  .pre-content p {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .section-intro {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: table;
  }
  .section-space {
    display: block;
  }
  .no-intro {
    /*padding-top: 80px;  */
  }
  .no-intro .section-scroll {
    position: relative;
    top: 0;
    z-index: 3;
  }
  .pp_fade:hover .pp_next,
  .pp_fade:hover .pp_previous {
    opacity: 1;
    background: rgba(242, 232, 223, 0.5);
  }
  .pp_fade:hover .pp_close {
    opacity: 1;
    background: rgba(167, 128, 96, 0.5);
  }
  .pp_fade .pp_close:hover {
    background: #a78060 !important;
  }
  .pp_next,
  .pp_previous,
  .pp_close {
    opacity: 0;
    -webkit-transition: opacity 0.3s, background 0.3s;
    -moz-transition: opacity 0.3s, background 0.3s;
    -o-transition: opacity 0.3s, background 0.3s;
    transition: opacity 0.3s, background 0.3s;
  }
  .section-scroll {
    background: #f2e8df;
    z-index: 3;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pre-content {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    position: relative;
    /*.lh-transition(opacity .4s 1s, visibility .4s .4s); */
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .pre-content h1 {
    margin-top: 0;
    margin-bottom: 60px;
    margin-top: 30px;
    font-size: 64px;
    font-weight: 700;
    position: relative;
  }
  .pre-content h1:after {
    position: absolute;
    content: '';
    display: block;
    height: 4px;
    background: #ffffff;
    width: 60px;
    bottom: -30px;
  }
  .pre-content p {
    font-size: 24px;
  }
  .icons li {
    width: 25%;
  }
  .simple-line-icons li {
    width: 20%;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  html {
    overflow: auto;
  }
  .section-intro {
    position: relative !important;
    padding: 60px 0;
  }
  .section-intro .bg-section {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  .mobile-height {
    height: 200px;
  }
  .pp_pic_holder .pp_close {
    position: fixed !important;
    top: 30px !important;
    right: 30px !important;
  }
  .pp_pic_holder .pp_previous {
    margin-left: -60px;
  }
  .pp_pic_holder .pp_next {
    margin-right: -60px;
  }
  .pp_pic_holder .pp_next,
  .pp_pic_holder .pp_previous {
    background: transparent !important;
  }
  .pp_pic_holder .pp_next:hover,
  .pp_pic_holder .pp_previous:hover {
    background: transparent !important;
  }
  .pp_pic_holder .pp_next:after,
  .pp_pic_holder .pp_previous:after {
    color: #ffffff;
  }
}
/* End of basic styles */
/* ------------------------------------------------------ */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/* 6. Home page */
/* ------------------------------------------------------ */
.page-template-homepage-php {
  background: #a78060;
}
.homepage {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}
.homepage .home-fullscreen {
  background-size: cover;
  width: 100%;
}
.homepage .basic-info {
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 10;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  color: #ffffff;
}
.homepage .basic-info.static {
  position: static;
}
.homepage .basic-info.static div {
  margin: 15px auto;
}
.homepage .basic-info span,
.homepage .basic-info p {
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.homepage .basic-info span a,
.homepage .basic-info p a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.homepage .basic-info span.day,
.homepage .basic-info p.day {
  font-weight: 700;
}
.homepage .basic-info .social-icon {
  margin: 30px 0;
  display: block;
}
.homepage .basic-info .social-icon li {
  display: inline-block;
  margin: 0 5px;
}
.homepage .basic-info .social-icon li a {
  padding: 5px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.homepage a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
}
.homepage a:hover {
  color: #cc7343 !important;
}
.wpb_text_column a {
  font-weight: 700;
}
.page-template-homepage2 .content-wrapper,
.page-template-team .content-wrapper {
  position: static;
}
.home-2 .home-info {
  padding-left: 15px;
  padding-right: 15px;
}
.home-2 #scene {
  display: none;
  z-index: 2;
}
@media (min-width: 992px) {
  .home-2 #scene {
    display: block;
  }
  .home-2 #scene .layer {
    height: 100%;
    width: 100%;
  }
  .home-2 #scene .parallax-overlay {
    position: absolute;
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    background: black;
    /*opacity: 0.3;*/
  }
  .home-2 #scene .button-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 999;
  }
  .home-2 #scene .button-header-wrapper {
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: 50%;
    left: 25%;
    z-index: 999;
  }
  .home-2 #scene .button-header-wrapper h1 {
    font-size: 80px;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    font-weight: 900;
  }
  .home-2 #scene .button-content {
    display: inline-block;
    padding: 30px;
    border: 2px solid #ffffff;
    color: transparent;
    margin-left: -30px;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 5px;
  }
  .home-2 #scene .button-frame {
    border: none;
    padding: 0;
    margin: 0;
  }
  .home-2 #scene .button-frame-inner {
    display: inline-block;
    padding: 30px;
    border: 2px solid #ffffff;
    color: transparent;
    margin-left: -30px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 5px;
    position: relative;
  }
  .home-2 #scene .button-text {
    border-color: transparent;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
  }
  .home-2 #scene .button-text:hover {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .home-2 #scene a {
    color: #ffffff;
  }
  .home-2 #scene .button-arrow {
    border-color: transparent;
    color: transparent;
  }
  .home-2 #scene .slide {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    position: absolute;
    background-size: cover;
    background-position: center center;
  }
  .home-2 .home-info {
    -webkit-transform: translateX(-380px);
    -moz-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -o-transform: translateX(-380px);
    transform: translateX(-380px);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    transition: -webkit-transform 0.7s,-moz-transform 0.7s,-o-transform 0.7s,transform 0.7s;
    font-size: 14px;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    width: 380px;
    background: #f2e8df;
    z-index: 2;
    padding-left: 60px;
    padding-right: 60px;
  }
  .home-2 .home-content {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    transition: -webkit-transform 0.7s,-moz-transform 0.7s,-o-transform 0.7s,transform 0.7s;
    background: #a78060;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .home-2 .home-content .first-line,
  .home-2 .home-content .second-line {
    display: inline-block;
  }
  .home-2.loaded .home-info {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .home-2.loaded .home-content {
    -webkit-transform: translateX(285px);
    -moz-transform: translateX(285px);
    -ms-transform: translateX(285px);
    -o-transform: translateX(285px);
    transform: translateX(285px);
  }
  .home-2 .home-info-footer.bottom {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
  }
  .home-2 .home-info-footer.bottom #lang_sel_footer {
    position: relative;
  }
  .home-2 #scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }
  .home-2 #scene .button-content {
    font-size: 40px;
  }
}
.home-2 .home-info-footer {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
}
.home-2 .button-table-bottom {
  display: table;
  height: 100%;
  width: 100%;
}
.home-2 .button-table-bottom-cell {
  display: table-cell;
  vertical-align: bottom;
}
.home-2 .home-left-button {
  display: block;
  margin-bottom: 30px;
  font-family: lato;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px;
  border: 2px solid #47352f;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  color: #47352f;
}
.home-2 .home-left-button span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
}
.home-2 .home-left-button:after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #47352f;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.home-2 .home-left-button:hover {
  -webkit-transform: translateX(-3px) translateY(-3px);
  -moz-transform: translateX(-3px) translateY(-3px);
  -ms-transform: translateX(-3px) translateY(-3px);
  -o-transform: translateX(-3px) translateY(-3px);
  transform: translateX(-3px) translateY(-3px);
}
.home-2 .home-left-button:hover:after {
  -webkit-transform: translateX(6px) translateY(6px);
  -moz-transform: translateX(6px) translateY(6px);
  -ms-transform: translateX(6px) translateY(6px);
  -o-transform: translateX(6px) translateY(6px);
  transform: translateX(6px) translateY(6px);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-2 .home-left-button:hover span {
  -webkit-transform: translateX(3px) translateY(3px);
  -moz-transform: translateX(3px) translateY(3px);
  -ms-transform: translateX(3px) translateY(3px);
  -o-transform: translateX(3px) translateY(3px);
  transform: translateX(3px) translateY(3px);
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.home-2 #lang_sel_footer {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.home-padding-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.rev_slider_wrapper {
  z-index: 10;
}
.home-classic {
  display: table;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.home-classic .home-classic-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.home-page .to-the-top {
  display: none;
}
.parallax-bg .home-parallax {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden !important;
}
.parallax-bg .home-parallax .parallax-layer {
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  background-size: cover;
  background-position: center center;
}
.video-bg .home-fullscreen {
  position: relative;
}
.video-bg .video-controls {
  overflow: hidden;
  bottom: 30px;
  right: 30px;
  left: auto;
}
.video-bg .video-controls div {
  float: left;
  margin-right: 10px;
}
.video-bg .video-controls div i {
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.video-bg .video-controls div:hover i {
  color: #cc7343;
}
.video-bg .basic-info {
  width: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-basic-info {
  position: relative;
  z-index: 20;
  height: 100%;
}
.mobile-basic-info:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #a78060;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mobile-basic-info .back-to-top {
  display: none;
}
.mobile-basic-info #footer {
  background: transparent;
}
.home-bg-image,
.team-bg-image,
.contact-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden !important;
  background-size: cover;
  background-position: center center;
}
#slides {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
#slides .content {
  z-index: 100;
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -50px;
}
#slides .content h1,
#slides .content p {
  width: 70%;
  margin: auto;
}
#slides img {
  width: 100%;
  height: auto;
}
.slide-content {
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100% !important;
  z-index: 100;
}
.slides-text {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.slides-text > li {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.slides-text .slide-content-wrapper {
  position: relative;
  z-index: 101;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  top: 50%;
  width: 100%;
  margin-top: -50px;
  text-align: center;
  -webkit-transition: opacity 1.5s linear, -webkit-transform 1.5s;
  -moz-transition: opacity 1.5s linear, -moz-transform 1.5s;
  -o-transition: opacity 1.5s linear, -o-transform 1.5s;
  transition: opacity 1.5s linear,-webkit-transform 1.5s,-moz-transform 1.5s,-o-transform 1.5s,transform 1.5s;
}
.slides-text .slide-content-wrapper.current-slide {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* Home page mediaqueries */
/* ------------------------------------------------------ */
@media (min-width: 768px) {
  .home-fullscreen {
    height: 100%;
  }
  .home-fullscreen .home-fullscreen {
    height: 100%;
  }
  .home-fullscreen .basic-info {
    top: 50%;
    bottom: initial;
    margin-top: 40px;
  }
  .homepage .social-icon li a:hover {
    color: #cc7343;
  }
  .homepage .basic-info {
    bottom: 0;
  }
  .homepage .basic-info .mobile:hover,
  .homepage .basic-info .email:hover {
    color: #cc7343;
  }
  .homepage .basic-info .mobile:hover a,
  .homepage .basic-info .email:hover a {
    color: #cc7343;
  }
  .home-page .to-the-top {
    display: block;
  }
  .slider-bg .basic-info {
    top: 50%;
    bottom: 0;
    width: 100%;
  }
  .slider-bg .basic-info .custom-navigation {
    position: absolute;
    z-index: 120;
    right: 30px;
    bottom: 15px;
  }
  .slider-bg .basic-info .custom-navigation .prev {
    margin-right: 15px;
  }
  .slider-bg .basic-info .custom-navigation .prev,
  .slider-bg .basic-info .custom-navigation .next {
    font-size: 28px;
    padding: 0 15px;
    position: relative;
    left: 0;
    height: auto;
    width: auto;
    bottom: 0;
    opacity: 1;
    display: inline-block;
    color: #ffffff;
    pointer-events: initial;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .slider-bg .basic-info .custom-navigation .prev i,
  .slider-bg .basic-info .custom-navigation .next i {
    font-size: 24px;
  }
  .slider-bg .basic-info .custom-navigation .prev:hover,
  .slider-bg .basic-info .custom-navigation .next:hover {
    color: #cc7343;
  }
  .slider-bg .slides-container li .slides-overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #a78060;
  }
  #slides img {
    width: auto;
  }
}
@media (min-width: 992px) {
  .home-bg-image {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
}
/* End of home page */
/* ------------------------------------------------------ */
/* 7. Navigation bar section */
/* ------------------------------------------------------ */
.home-page #main-navbar .main-nav .subnav {
  background: rgba(71, 53, 47, 0.9);
}
.home-page #main-navbar .main-nav .subnav.image-subnav {
  background: transparent !important;
}
.home-page #main-navbar .main-nav .subnav.image-subnav .subnav-wrapper {
  float: none;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.home-page #main-navbar .main-nav .subnav.image-subnav li {
  display: table-cell;
  padding: 0;
}
.page-template-homepage2 .second-navbar {
  position: fixed;
}
body.nav-transparent #main-navbar .main-nav,
body.nav-transparent #main-navbar-home .main-nav {
  background: transparent !important;
  border-bottom-color: transparent !important;
}
body.show-nav #main-navbar .main-nav {
  opacity: 1 !important;
  display: block;
  max-height: 1000px;
  -webkit-transition: opacity 0.3s 0.1s, max-height 0s;
  -moz-transition: opacity 0.3s 0.1s, max-height 0s;
  -o-transition: opacity 0.3s 0.1s, max-height 0s;
  transition: opacity 0.3s 0.1s, max-height 0s;
  pointer-events: auto;
}
body.show-nav .logo .dark-logo {
  opacity: 1 !important;
}
body.show-nav .logo .light-logo {
  opacity: 0 !important;
}
body.show-nav .nav-alt .main-reorder {
  background-color: #eeeeee !important;
  /*.lh-transform(scale(0.5)); */
}
body.show-nav #main-navbar .main-reorder {
  background-color: #eeeeee !important;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
body.show-nav .hide-on-nav {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
body.show-nav.nav-transparent #main-navbar .main-nav,
body.show-nav.nav-transparent #main-navbar-home .main-nav {
  background: transparent;
  border-bottom-color: transparent;
}
body.show-nav.nav-transparent #main-navbar .main-nav a,
body.show-nav.nav-transparent #main-navbar-home .main-nav a {
  color: rgba(71, 53, 47, 0.6);
}
body.show-nav.nav-transparent #main-navbar .main-nav > ul > li a,
body.show-nav.nav-transparent #main-navbar-home .main-nav > ul > li a {
  color: rgba(71, 53, 47, 0.6);
}
body.show-nav.nav-transparent #main-navbar .main-nav .active,
body.show-nav.nav-transparent #main-navbar-home .main-nav .active {
  color: #47352f !important;
}
body .hide-on-nav {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.nav-center {
  padding-top: 0 !important;
}
body.nav-center #main-navbar,
body.nav-center #main-navbar-home {
  margin-top: -40px;
  position: absolute;
}
body.nav-bottom {
  padding-top: 0 !important;
  padding-bottom: 80px !important;
}
body.nav-bottom #main-navbar {
  top: 100% !important;
  margin-top: -80px;
}
body.nav-center.show-nav #scene .layer:not(:first-child) {
  opacity: 0;
}
.home-2 #scene .layer {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.submenu-languages {
  margin: 0;
}
.nav-transparent #main-navbar .main-nav > ul > li:hover > a:before {
  color: #ffffff !important;
  text-shadow: 10px 0 #ffffff, -10px 0 #ffffff !important;
}
#main-navbar {
  position: fixed;
  height: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
#main-navbar nav {
  height: 80px;
  position: relative;
  z-index: 2;
  min-width: 1px;
}
#main-navbar .main-reorder {
  width: 80px;
  text-align: center;
  z-index: 2;
  position: absolute;
  background: #ffffff;
  cursor: pointer;
  right: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s;
  -o-transition: background-color 0.3s, -o-transform 0.3s;
  transition: background-color 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
#main-navbar .main-reorder a {
  font-size: 35px;
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#main-navbar .main-reorder a i {
  line-height: 80px;
}
#main-navbar .main-nav {
  width: 100%;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, max-height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, max-height 0.1s 0.3s;
  -o-transition: opacity 0.3s, max-height 0.1s 0.3s;
  transition: opacity 0.3s, max-height 0.1s 0.3s;
  padding-left: 200px;
  padding-right: 80px;
  max-height: 0;
  pointer-events: none;
}
#main-navbar .main-nav:before,
#main-navbar .main-nav:after {
  content: " ";
  display: table;
}
#main-navbar .main-nav:after {
  clear: both;
}
#main-navbar .main-nav:before,
#main-navbar .main-nav:after {
  content: " ";
  display: table;
}
#main-navbar .main-nav:after {
  clear: both;
}
#main-navbar .main-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
  right: 80px;
  float: right;
  overflow: hidden;
}
#main-navbar .main-nav > ul > li {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  float: left;
  list-style-type: none;
}
#main-navbar .main-nav > ul > li .hover-subnav {
  position: relative;
}
#main-navbar .main-nav > ul > li > a {
  position: relative;
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 600;
}
#main-navbar .main-nav > ul > li > a:before {
  position: absolute;
  top: 20px;
  left: 50%;
  color: transparent;
  content: "\2022";
  text-shadow: 0 0 transparent;
  font-size: 0.7em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: -o-transform 0.3s, color 0.3s, text-shadow 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s, text-shadow 0.3s;
  pointer-events: none;
  font-weight: 400;
}
#main-navbar .main-nav > ul > li a {
  color: #47352f;
  line-height: 80px;
  display: block;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main-navbar .main-nav > ul > li:hover .image-subnav li div {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.1s;
  -moz-transition: opacity 0.4s 0.1s;
  -o-transition: opacity 0.4s 0.1s;
  transition: opacity 0.4s 0.1s;
}
#main-navbar .main-nav > ul > li:hover .subnav {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#main-navbar .main-nav > ul > li:hover .menu-img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#main-navbar .main-nav > ul > li:hover > a:before {
  color: inherit;
  text-shadow: 10px 0 #47352f, -10px 0 #47352f;
}
#main-navbar .main-nav > ul > li .active,
#main-navbar .main-nav > ul > li .current-menu-item > a,
#main-navbar .main-nav > ul > li.current-menu-item > a {
  color: #cc7343 !important;
}
#main-navbar .main-nav .subnav-wrapper {
  position: relative;
  float: left;
  margin: 0;
}
#main-navbar .main-nav .subnav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  min-height: 80px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  float: none;
  display: table;
  /*width: 100%; right: 0;*/
  table-layout: fixed;
  background: #47352f;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
}
#main-navbar .main-nav .subnav li {
  float: none;
  /*display: table-cell*/
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 15px;
}
#main-navbar .main-nav .subnav li a.menu-img {
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#main-navbar .main-nav .subnav li a {
  color: #ffffff;
  font-weight: 400;
}
#main-navbar .main-nav .subnav li a:before {
  position: absolute;
  top: 20px;
  left: 50%;
  color: transparent;
  content: "\2022";
  text-shadow: 0 0 transparent;
  font-size: 0.7em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: -o-transform 0.3s, color 0.3s, text-shadow 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s, text-shadow 0.3s;
  pointer-events: none;
  font-weight: 400;
}
#main-navbar .main-nav .subnav li .menu-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#main-navbar .main-nav .subnav li:hover div a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#main-navbar .main-nav .subnav li:hover > a:first-child:before {
  color: #ffffff;
  text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
}
#main-navbar .main-nav .subnav.show-subnav {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#main-navbar .main-nav .subnav.image-subnav li > a {
  background: #47352f;
}
#main-navbar .main-nav .subnav.image-subnav li div {
  position: relative;
  background: #47352f;
  -webkit-transition: opacity 0.4s 0s;
  -moz-transition: opacity 0.4s 0s;
  -o-transition: opacity 0.4s 0s;
  transition: opacity 0.4s 0s;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.logo {
  z-index: 2;
  position: absolute;
  height: 80px;
  padding: 0 30px;
}
.logo .dark-logo {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 30px;
  white-space: nowrap;
  width: 100%;
}
.logo .light-logo {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 0;
  white-space: nowrap;
}
.logo a,
.logo figure {
  display: block;
  height: 100%;
}
.logo figure {
  position: relative;
}
.logo img {
  max-height: 100%;
  display: inline-block;
  padding: 5px 0;
}
.logo .spacer {
  height: 80px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.nav-center#main-navbar {
  top: 50% !important;
  margin-top: -40px;
}
body.show-nav .nav-alt .main-reorder {
  background-color: transparent !important;
}
body.show-nav .nav-alt .main-nav {
  opacity: 1 !important;
  display: block;
  -webkit-transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  visibility: visible;
}
.second-navbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.nav-fixed-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  -o-transition: -o-transform 0.4s 0s;
  transition: -webkit-transform 0.4s 0s,-moz-transform 0.4s 0s,-o-transform 0.4s 0s,transform 0.4s 0s;
  z-index: 999;
  height: 80px;
}
.nav-fixed-bar .main-nav {
  height: 80px;
  visibility: visible !important;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.nav-alt nav {
  height: 80px;
  position: relative;
  z-index: 2;
  min-width: 1px;
}
.nav-alt .main-reorder {
  width: 80px;
  text-align: center;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  right: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s;
  -o-transition: background-color 0.3s, -o-transform 0.3s;
  transition: background-color 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  line-height: 80px;
}
.nav-alt .main-reorder a {
  font-size: 20px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-alt .main-reorder a i {
  line-height: 80px;
}
.nav-alt .main-nav {
  width: 100%;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, max-height 0.1s 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, max-height 0.1s 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, max-height 0.1s 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, max-height 0.1s 0.3s, visibility 0s 0.3s;
  visibility: hidden;
  padding-left: 30px;
  padding-right: 80px;
}
.nav-alt .main-nav:before,
.nav-alt .main-nav:after {
  content: " ";
  display: table;
}
.nav-alt .main-nav:after {
  clear: both;
}
.nav-alt .main-nav:before,
.nav-alt .main-nav:after {
  content: " ";
  display: table;
}
.nav-alt .main-nav:after {
  clear: both;
}
.nav-alt .main-nav > ul {
  height: 100%;
  padding: 0;
  margin: 0;
  right: 80px;
  float: right;
}
.nav-alt .main-nav > ul > li {
  height: 100%;
  vertical-align: middle;
  padding: 0 10px;
  float: left;
  list-style-type: none;
  position: relative;
  cursor: default;
}
.nav-alt .main-nav > ul > li .hover-subnav {
  position: relative;
}
.nav-alt .main-nav > ul > li > a {
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-alt .main-nav > ul > li > a:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  height: 1px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-alt .main-nav > ul > li a {
  display: block;
  font-size: 13px;
}
.nav-alt .main-nav > ul > li:hover > a:before {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.nav-alt .main-nav li {
  position: relative;
  list-style-type: none;
  padding: 0 30px;
}
.nav-alt ul li:hover > .subnav {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.nav-alt .image-subnav div {
  display: none;
}
.nav-alt .subnav-wrapper {
  margin: 0;
}
.nav-alt .subnav {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -15px;
  top: 100%;
  padding: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.nav-alt .subnav.next-level-left .subnav {
  left: 100%;
}
.nav-alt .subnav .subnav {
  left: -100%;
  top: 0;
}
.nav-alt .subnav li {
  padding: 5px 30px;
  border-bottom: 1px solid transparent;
  float: none;
}
.nav-alt .subnav li a {
  line-height: 1.5em;
  width: 140px;
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: none;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 600;
}
.nav-alt .subnav li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav-alt .subnav li:last-child {
  border-bottom: none;
}
.nav-alt .subnav li:last-child:after {
  display: none;
}
.nav-alt .subnav li:after {
  content: '';
  border-bottom: 1px solid;
  color: inherit;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.nav-alt .subnav.show-subnav {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav-alt .subnav .menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  color: #fff;
  font-family: 'fontAwesome';
}
.show-fixed {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0.6s, opacity 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s 0.6s, opacity 0.3s, visibility 0s 0s;
  -o-transition: -o-transform 0.3s 0.6s, opacity 0.3s, visibility 0s 0s;
  transition: -webkit-transform 0.3s 0.6s,-moz-transform 0.3s 0.6s,-o-transform 0.3s 0.6s,transform 0.3s 0.6s, opacity 0.3s, visibility 0s 0s;
  visibility: visible;
  z-index: -1;
  position: relative;
}
.hide-fixed {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, opacity 0.3s, visibility 0s 0.9s;
  -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s, visibility 0s 0.9s;
  -o-transition: -o-transform 0.3s 0s, opacity 0.3s, visibility 0s 0.9s;
  transition: -webkit-transform 0.3s 0s,-moz-transform 0.3s 0s,-o-transform 0.3s 0s,transform 0.3s 0s, opacity 0.3s, visibility 0s 0.9s;
  visibility: hidden;
  z-index: -1;
  position: relative;
}
.nav-fixed-bar {
  pointer-events: none;
}
.page-scrolled .nav-fixed-bar {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  -o-transition: -o-transform 0.4s 0s;
  transition: -webkit-transform 0.4s 0s,-moz-transform 0.4s 0s,-o-transform 0.4s 0s,transform 0.4s 0s;
  pointer-events: auto;
}
.burger-wrapper {
  min-width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  line-height: 80px;
  overflow: hidden;
}
.burger-menu {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  vertical-align: top;
}
.burger-menu span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 2px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  top: -4px;
}
.burger-menu span:before,
.burger-menu span:after {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s, background-color 0.3s;
  -moz-transition: top 0.3s, bottom 0.3s, -moz-transform 0.3s, background-color 0.3s;
  -o-transition: top 0.3s, bottom 0.3s, -o-transform 0.3s, background-color 0.3s;
  transition: top 0.3s, bottom 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, background-color 0.3s;
}
.burger-menu span:before {
  top: -5px;
}
.burger-menu span:after {
  bottom: -5px;
}
.burger-menu.active {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.burger-menu.active span {
  background: transparent !important;
}
.burger-menu.active span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.burger-menu.active span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.subnav i {
  margin-right: 2px;
}
.nav-light a {
  color: #fff;
}
.nav-dark a {
  color: #333;
}
.bg-opacity-0 {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(230, 230, 230, 0);
}
.bg-opacity-10 {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
}
.bg-opacity-20 {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}
.bg-opacity-30 {
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(230, 230, 230, 0.3);
}
.bg-opacity-40 {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(230, 230, 230, 0.4);
}
.bg-opacity-50 {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.bg-opacity-60 {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(230, 230, 230, 0.6);
}
.bg-opacity-70 {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}
.bg-opacity-80 {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(230, 230, 230, 0.8);
}
.bg-opacity-90 {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(230, 230, 230, 0.9);
}
.bg-opacity-100 {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
/* Mobile navigation */
/* ------------------------------------------------------ */
#menu-mobile-navigation {
  margin-left: 0;
}
.mobile-nav {
  background: #ffffff;
  z-index: 110;
  position: relative;
}
.mobile-nav li {
  list-style-type: none;
}
.mobile-nav .menu-header {
  height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
}
.mobile-nav .menu-header .reorder {
  line-height: 80px;
  min-width: 60px;
  margin-right: -15px;
}
.mobile-nav .menu-header .reorder .burger-wrapper {
  min-width: 60px;
  display: block;
}
.mobile-nav .menu-header .reorder .burger-menu {
  color: #47352f;
  margin-right: 0;
}
.mobile-nav .menu-header .reorder .burger-menu span {
  background: #47352f;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
.mobile-nav .menu-header .reorder .burger-menu span:before,
.mobile-nav .menu-header .reorder .burger-menu span:after {
  background: #47352f;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
.mobile-nav .menu-header .reorder .burger-menu span:before {
  top: -7px;
}
.mobile-nav .menu-header .reorder .burger-menu span:after {
  bottom: -7px;
}
.mobile-nav .menu-header .reorder .burger-menu.active {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.mobile-nav .menu-header .reorder .burger-menu.active span {
  background: transparent !important;
}
.mobile-nav .menu-header .reorder .burger-menu.active span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.mobile-nav .menu-header .reorder .burger-menu.active span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.mobile-nav .menu-header .logo {
  display: inline-block;
  padding: 0;
  width: calc(100% - 45px);
  top: 0;
  bottom: 0;
}
.mobile-nav .menu-header .logo figure {
  line-height: 80px;
}
.mobile-nav .flyout-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 100;
  text-align: left;
  background: #47352f;
}
.mobile-nav .flyout-container .menu {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 15px;
}
.mobile-nav .flyout-container .subnav-wrapper {
  overflow: hidden;
  height: 0;
  margin-left: 0;
}
.mobile-nav .flyout-container .open-children {
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 20px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 1px;
}
.mobile-nav .flyout-container .open-children i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.mobile-nav .flyout-container .subnav-open > .open-children i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-nav .menu-item {
  position: relative;
}
.mobile-nav .menu-item a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
}
.mobile-nav .subnav-wrapper {
  padding-left: 15px;
}
.mobile-nav .subnav-wrapper li {
  /*background: fade(@bgColor, 15%);*/
  position: relative;
}
.mobile-nav .subnav-wrapper li a {
  /*padding: 10px 30px; */
  /*font-weight: 300;*/
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  /*border-bottom: 1px solid lighten(@headerBg, 10%)*/
}
@media (max-width: 991px) {
  body.sticky-nav {
    padding-top: 80px !important;
  }
  body.sticky-nav #mobile-nav {
    /*position: fixed;*/
    width: 100%;
    top: 0;
  }
  body.sticky-nav #mobile-nav header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #ffffff;
  }
  body.sticky-nav #mobile-nav .flyout-container {
    position: fixed;
    top: 80px;
    max-height: calc(100% - 80px);
    overflow-y: scroll;
    width: calc(100% + 15px);
  }
}
.nav-third .logo {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0;
}
.nav-third .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.nav-third .nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-third .main-nav {
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-self: stretch;
  height: auto;
}
.nav-third .main-nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-self: stretch;
}
.nav-third .main-nav > ul > li {
  padding: 0 15px 0 0;
  float: left;
  list-style-type: none;
  position: relative;
  cursor: default;
  display: flex;
  align-self: stretch;
}
.nav-third .main-nav > ul > li:last-child {
  padding-right: 0;
}
.nav-third .main-nav > ul > li .hover-subnav {
  position: relative;
}
.nav-third .main-nav > ul > li > a {
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-self: center;
}
.nav-third .main-nav > ul > li > a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 5%;
  width: 90%;
  height: 1px;
  border-bottom: 1px solid;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-third .main-nav > ul > li a {
  display: block;
  font-size: 13px;
}
.nav-third .main-nav > ul > li:hover > a:before {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.nav-third .main-nav li {
  position: relative;
  list-style-type: none;
  padding: 0 30px;
}
.nav-third ul li:hover > .subnav {
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.nav-third .image-subnav div {
  display: none;
}
.nav-third .subnav-wrapper {
  margin: 0;
}
.nav-third .subnav {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -15px;
  top: 100%;
  padding: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  background: #111;
}
.nav-third .subnav.next-level-left .subnav {
  left: 100%;
}
.nav-third .subnav .subnav {
  left: -100%;
  top: 0;
}
.nav-third .subnav li {
  padding: 10px 30px;
  border-bottom: 1px solid transparent;
  float: none;
}
.nav-third .subnav li a {
  line-height: 1.5em;
  width: 140px;
  position: relative;
  padding: 5px 0;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: none;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 600;
}
.nav-third .subnav li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav-third .subnav li:last-child {
  border-bottom: none;
}
.nav-third .subnav li:last-child:after {
  display: none;
}
.nav-third .subnav li:after {
  content: '';
  border-bottom: 1px solid;
  color: inherit;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.nav-third .subnav.show-subnav {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.nav-third .subnav .menu-item-has-children > a:after {
  content: "\f105";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  color: #fff;
  font-family: 'fontAwesome';
}
.nav-third .nav > div.nav-third-additional {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.nav-third .nav-third-additional {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  align-self: stretch !important;
}
.nav-third .nav-third-additional ul {
  list-style: none;
  margin: 0;
}
.nav-third .nav-third-additional ul li img {
  max-height: 21px;
  vertical-align: text-bottom;
}
.nav-third .nav-third-additional ul li i {
  font-size: 16px;
}
.nav-third .nav-third-additional > ul {
  display: flex;
  align-self: stretch;
}
.nav-third .nav-third-additional > ul > li {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin-left: 15px;
}
.nav-third .nav-third-additional > ul > li.space-left {
  margin-left: 30px;
}
.nav-third .nav-third-additional > ul > li:first-child {
  margin-left: 0 !important;
}
.nav-third .nav-third-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
}
.nav-third .berg-wpml-switcher {
  position: relative;
  text-align: left;
  margin-left: 30px;
}
.nav-third .berg-wpml-switcher ul li {
  text-align: left;
  list-style: none;
}
.nav-third .berg-wpml-switcher .fa-angle-down {
  font-size: 11px;
  vertical-align: middle;
}
.nav-third .berg-wpml-switcher > a {
  text-transform: uppercase;
}
.nav-third .berg-wpml-switcher .subnav {
  left: auto;
  right: -15px;
}
.nav-third .shopping-cart {
  background-color: transparent;
}
.nav-third .shopping-cart:hover {
  background-color: transparent;
}
.nav-third.nav-fixed-bar {
  height: auto;
}
body.show-nav .nav-third .main-nav {
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  transition: opacity 0.3s 0.1s, max-height 0s, visibility 0s 0s;
  visibility: visible;
}
body.nav-third-center .nav-third .nav > div.nav-third-additional {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
body:not(.nav-third-center) .nav-third .nav > div.nav-third-additional {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1px;
  flex: 0 1 1;
}
/* End of navigation bar section */
/* ------------------------------------------------------ */
/*8. Blog  */
/* ------------------------------------------------------ */
.post_details {
  margin: 0 0 30px 0;
}
.post_details ul {
  display: inline-block;
  margin: 0;
}
.post_details li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 0px;
  font-size: 12px;
  margin-left: 0;
  letter-spacing: 1px;
  font-weight: 600;
}
.post_details li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.post_details li:last-child:after {
  display: none;
}
.post_details li:after {
  content: '\2022';
  font-size: 10px;
  padding: 0 2px;
  width: auto;
  position: absolute;
  right: -10px;
  bottom: 0px;
  text-align: center;
  opacity: .5;
  top: 1px;
}
.post_details li span {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.post_details.large li {
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 14px;
}
.post_details.large li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.archive .blog .post-content .date:after {
  left: 50%;
  margin-left: -15px;
}
.archive #blog-classic .post-content .date:after {
  left: 0;
  margin-left: 0;
}
.blog-content .post .post-comments {
  color: #47352f;
  padding-left: 7px;
  position: relative;
}
.blog-content .post .post-comments:before {
  content: '';
  width: 2px;
  height: 16px;
  position: absolute;
  right: -1px;
  top: 5px;
  text-align: center;
  background: #47352f;
}
.blog .post-categories {
  display: inline-block;
  text-align: left;
}
.blog .post-categories li {
  display: inline-block;
}
.blog .load-post {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.blog #blog-content-append {
  overflow: hidden;
  height: auto;
  position: relative;
}
.blog .post {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .blog .post {
    float: left;
    width: 100%;
  }
}
.blog .post a.img-post {
  width: 100%;
  display: block;
  overflow: hidden;
}
.blog .post a.img-post figure,
.blog .post a.img-post img {
  width: 100%;
  height: auto;
  display: block;
}
.blog .post a.img-post figure {
  background: #eeeeee;
}
.blog .post a.img-post .actions {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-moz-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-o-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
}
.blog .post a.img-post i {
  display: none;
}
.blog .post a.img-post img {
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.blog .post a.img-post .actions {
  background: #000;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  margin-top: 0;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.blog .post a.img-post:hover .actions {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
}
.blog .post a.img-post:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.blog .post-content {
  padding: 15px 0;
}
.blog .post-content .content {
  font-size: 16px;
  color: inherit;
}
.blog .post-content p {
  margin: 0;
  font-size: 16px;
}
.blog .post-content .date {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog .post-content .date:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #a78060;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog .post-content .blog-button {
  margin-top: 15px;
  /*text-align: center; */
}
.blog .post-content .blog-button a {
  text-transform: uppercase;
}
.blog .load-more {
  margin-left: -15px;
  margin-right: -15px;
  float: none !important;
  width: auto;
}
.blog .load-more-text button {
  width: 100% ;
  /*background: @bgColor3; */
  border: none;
  padding: 15px;
}
.blog .load-more-text button:focus,
.blog .load-more-text button:hover,
.blog .load-more-text button:active {
  outline: none;
}
.post .post-author {
  margin-bottom: 15px;
}
.post .post-author .author,
.post .post-author .post-category,
.post .post-author .post-comments {
  font-size: 14px;
  color: #a07b6f;
  text-align: right;
  display: inline-block;
  letter-spacing: 1px;
}
.post .post-author:empty {
  display: none !important;
}
.post .post-author .post-comments {
  color: #47352f;
}
.sidebar-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.widget-sidebar:empty {
  display: none;
}
.widget-sidebar h4:first-of-type {
  margin-top: 0;
}
.widget-sidebar .widget-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.widget-sidebar .widget-wrapper select {
  margin: 0 15px;
}
.widget-sidebar:empty {
  display: none;
}
.vc_wp_meta h2,
.vc_wp_calendar h2,
.vc_wp_recentcomments h2,
.vc_wp_search h2,
.vc_wp_pages h2,
.vc_wp_tagcloud h2,
.vc_wp_custommenu h2,
.vc_wp_posts h2,
.vc_wp_categories h2,
.vc_wp_archives h2,
.vc_wp_text h2,
.vc_wp_rss h2,
.vc_wp_links h2 {
  font-size: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.widget-sidebar .widget-title,
#footer .widget-title,
.widget-sidebar .widgettitle,
#footer .widgettitle {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 15px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.widget-sidebar ul,
#footer ul {
  padding: 0 15px;
  list-style: none;
  margin: 0;
}
.widget-sidebar ul li,
#footer ul li {
  padding: 0;
  line-height: 1.7em;
  list-style-type: none;
}
.widget-sidebar ul li cite,
#footer ul li cite {
  margin-bottom: 15px;
  display: block;
  font-style: italic;
}
.widget-sidebar ul li .rsswidget,
#footer ul li .rsswidget {
  font-weight: 600;
}
.widget-sidebar .widget-wrapper,
#footer .widget-wrapper,
.widget-sidebar .widget,
#footer .widget {
  font-size: 14px;
  /* border-bottom: 1px solid @borderColor;*/
}
.widget-sidebar .widget-wrapper table,
#footer .widget-wrapper table,
.widget-sidebar .widget table,
#footer .widget table {
  width: 100%;
}
.widget-sidebar .widget-wrapper table caption,
#footer .widget-wrapper table caption,
.widget-sidebar .widget table caption,
#footer .widget table caption {
  margin-bottom: 20px;
}
.widget-sidebar .widget-wrapper h3,
#footer .widget-wrapper h3,
.widget-sidebar .widget h3,
#footer .widget h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.widget-sidebar .widget-wrapper:last-child,
#footer .widget-wrapper:last-child,
.widget-sidebar .widget:last-child,
#footer .widget:last-child {
  border-bottom: none;
}
.widget-sidebar select,
#footer select,
.widget-sidebar input[type="search"],
#footer input[type="search"],
.widget-sidebar input[type="text"],
#footer input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  display: block;
  width: 70%;
  height: 33px;
  padding: 0 15px;
  line-height: 1.42857143;
  color: #664c43;
  border: 1px solid #eeeeee;
  margin: 0;
}
.widget-sidebar select:focus,
#footer select:focus,
.widget-sidebar input[type="search"]:focus,
#footer input[type="search"]:focus,
.widget-sidebar input[type="text"]:focus,
#footer input[type="text"]:focus,
.widget-sidebar select.active,
#footer select.active,
.widget-sidebar input[type="search"].active,
#footer input[type="search"].active,
.widget-sidebar input[type="text"].active,
#footer input[type="text"].active,
.widget-sidebar select:active,
#footer select:active,
.widget-sidebar input[type="search"]:active,
#footer input[type="search"]:active,
.widget-sidebar input[type="text"]:active,
#footer input[type="text"]:active,
.widget-sidebar select:hover,
#footer select:hover,
.widget-sidebar input[type="search"]:hover,
#footer input[type="search"]:hover,
.widget-sidebar input[type="text"]:hover,
#footer input[type="text"]:hover {
  outline: none;
}
.widget-sidebar select,
#footer select {
  width: calc(100% - 30px);
  border-radius: 1px;
}
.widget-sidebar a:not(.btn),
#footer a:not(.btn) {
  color: #47352f;
}
.widget-sidebar a:not(.btn):hover,
#footer a:not(.btn):hover {
  color: #cc7343;
}
.widget-sidebar .textwidget img,
#footer .textwidget img {
  width: 100%;
  height: auto;
}
.widget-sidebar .textwidget .wp-smiley,
#footer .textwidget .wp-smiley {
  width: auto;
}
.widget-sidebar .textwidget strong,
#footer .textwidget strong {
  margin: 15px 0;
  display: inline-block;
}
.widget-sidebar .textwidget strong:first-of-type,
#footer .textwidget strong:first-of-type {
  margin-top: 0 !important;
}
.widget-sidebar .textwidget .wp-caption-text,
#footer .textwidget .wp-caption-text {
  margin-top: 15px;
}
.widget-sidebar li a,
#footer li a,
.widget-sidebar .tagcloud a,
#footer .tagcloud a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.widget-sidebar li a:hover,
#footer li a:hover,
.widget-sidebar .tagcloud a:hover,
#footer .tagcloud a:hover {
  color: #cc7343;
}
.widget-sidebar li,
#footer li,
.widget-sidebar .tagcloud a,
#footer .tagcloud a {
  padding: 5px;
}
.widget-sidebar .rsswidget,
#footer .rsswidget {
  color: #47352f;
}
.widget-sidebar .rsswidget img,
#footer .rsswidget img {
  /*float: left;*/
  margin-right: 10px;
}
.widget-sidebar .tagcloud,
#footer .tagcloud {
  padding: 0 15px;
}
.widget-sidebar .tagcloud a,
#footer .tagcloud a {
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 400;
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 1;
  margin-bottom: 2px;
}
.widget-sidebar .product-categories,
#footer .product-categories {
  /*padding: 0 30px; */
}
.widget-sidebar .product-categories .cat-item.cat-parent ul,
#footer .product-categories .cat-item.cat-parent ul {
  padding-left: 15px;
  border-left: 1px dotted rgba(71, 53, 47, 0.5);
  margin-left: 5px;
}
.widget-sidebar .widget_recent_reviews .reviewer,
#footer .widget_recent_reviews .reviewer {
  font-size: 12px;
}
.widget-sidebar .widget_product_search .woocommerce-product-search,
#footer .widget_product_search .woocommerce-product-search {
  width: 100%;
  /*display: table;*/
  position: relative;
  padding: 0 15px;
}
.widget-sidebar .widget_product_search .woocommerce-product-search label,
#footer .widget_product_search .woocommerce-product-search label {
  /*width: 100%; float: none; display: table-cell; vertical-align: middle;*/
  display: none;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input,
#footer .widget_product_search .woocommerce-product-search input {
  display: inline-block;
  vertical-align: middle;
}
.widget-sidebar .widget_product_search .woocommerce-product-search .search-field,
#footer .widget_product_search .woocommerce-product-search .search-field {
  width: calc(70% - 15px);
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit],
#footer .widget_product_search .woocommerce-product-search input[type=submit] {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background-color: #a78060;
  background: #a78060;
  border-color: #a78060;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
  margin-left: 15px;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:focus,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:focus,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:active:focus,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:active:focus,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].active:focus,
#footer .widget_product_search .woocommerce-product-search input[type=submit].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:hover,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:hover,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:focus,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:focus {
  text-decoration: none;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:active,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:active,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].active,
#footer .widget_product_search .woocommerce-product-search input[type=submit].active {
  outline: 0;
  background-image: none;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].disabled,
#footer .widget_product_search .woocommerce-product-search input[type=submit].disabled,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit][disabled],
#footer .widget_product_search .woocommerce-product-search input[type=submit][disabled],
fieldset[disabled] .widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit],
fieldset[disabled] #footer .widget_product_search .woocommerce-product-search input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:hover,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:hover:after,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:hover:after {
  width: 20px;
  opacity: 1;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:after,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:active,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:active,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].active,
#footer .widget_product_search .woocommerce-product-search input[type=submit].active,
.open .dropdown-toggle.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit],
.open .dropdown-toggle#footer .widget_product_search .woocommerce-product-search input[type=submit] {
  background-image: none;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].disabled,
#footer .widget_product_search .woocommerce-product-search input[type=submit].disabled,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit][disabled],
#footer .widget_product_search .woocommerce-product-search input[type=submit][disabled],
fieldset[disabled] .widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit],
fieldset[disabled] #footer .widget_product_search .woocommerce-product-search input[type=submit],
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].disabled:hover,
#footer .widget_product_search .woocommerce-product-search input[type=submit].disabled:hover,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit][disabled]:hover,
#footer .widget_product_search .woocommerce-product-search input[type=submit][disabled]:hover,
fieldset[disabled] .widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:hover,
fieldset[disabled] #footer .widget_product_search .woocommerce-product-search input[type=submit]:hover,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].disabled:focus,
#footer .widget_product_search .woocommerce-product-search input[type=submit].disabled:focus,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit][disabled]:focus,
#footer .widget_product_search .woocommerce-product-search input[type=submit][disabled]:focus,
fieldset[disabled] .widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:focus,
fieldset[disabled] #footer .widget_product_search .woocommerce-product-search input[type=submit]:focus,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].disabled:active,
#footer .widget_product_search .woocommerce-product-search input[type=submit].disabled:active,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit][disabled]:active,
#footer .widget_product_search .woocommerce-product-search input[type=submit][disabled]:active,
fieldset[disabled] .widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:active,
fieldset[disabled] #footer .widget_product_search .woocommerce-product-search input[type=submit]:active,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].disabled.active,
#footer .widget_product_search .woocommerce-product-search input[type=submit].disabled.active,
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit][disabled].active,
#footer .widget_product_search .woocommerce-product-search input[type=submit][disabled].active,
fieldset[disabled] .widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit].active,
fieldset[disabled] #footer .widget_product_search .woocommerce-product-search input[type=submit].active {
  background-color: #a78060;
  border-color: #a78060;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit] .badge,
#footer .widget_product_search .woocommerce-product-search input[type=submit] .badge {
  color: #a78060;
  background-color: #ffffff;
}
.widget-sidebar .widget_product_search .woocommerce-product-search input[type=submit]:after,
#footer .widget_product_search .woocommerce-product-search input[type=submit]:after {
  right: 3px;
}
.widget-sidebar .widget_shopping_cart .total,
#footer .widget_shopping_cart .total {
  padding: 15px 0;
  margin: 0 20px;
  border-top: 2px solid #eeeeee;
}
.widget-sidebar .widget_shopping_cart li,
#footer .widget_shopping_cart li {
  position: relative;
}
.widget-sidebar .widget_shopping_cart li .remove,
#footer .widget_shopping_cart li .remove {
  position: absolute;
  top: 0;
  right: 15px;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  z-index: 1;
}
.widget-sidebar .widget_shopping_cart li a,
#footer .widget_shopping_cart li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-sidebar .widget_shopping_cart .buttons,
#footer .widget_shopping_cart .buttons {
  padding: 0 20px;
}
.widget-sidebar .widget_shopping_cart .buttons a,
#footer .widget_shopping_cart .buttons a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 6px 18px;
  background: transparent;
  border-color: rgba(167, 128, 96, 0.3);
  color: #47352f;
  text-transform: uppercase;
}
.widget-sidebar .widget_shopping_cart .buttons a:focus,
#footer .widget_shopping_cart .buttons a:focus,
.widget-sidebar .widget_shopping_cart .buttons a:active:focus,
#footer .widget_shopping_cart .buttons a:active:focus,
.widget-sidebar .widget_shopping_cart .buttons a.active:focus,
#footer .widget_shopping_cart .buttons a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.widget-sidebar .widget_shopping_cart .buttons a:hover,
#footer .widget_shopping_cart .buttons a:hover,
.widget-sidebar .widget_shopping_cart .buttons a:focus,
#footer .widget_shopping_cart .buttons a:focus {
  text-decoration: none;
}
.widget-sidebar .widget_shopping_cart .buttons a:active,
#footer .widget_shopping_cart .buttons a:active,
.widget-sidebar .widget_shopping_cart .buttons a.active,
#footer .widget_shopping_cart .buttons a.active {
  outline: 0;
  background-image: none;
}
.widget-sidebar .widget_shopping_cart .buttons a.disabled,
#footer .widget_shopping_cart .buttons a.disabled,
.widget-sidebar .widget_shopping_cart .buttons a[disabled],
#footer .widget_shopping_cart .buttons a[disabled],
fieldset[disabled] .widget-sidebar .widget_shopping_cart .buttons a,
fieldset[disabled] #footer .widget_shopping_cart .buttons a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-sidebar .widget_shopping_cart .buttons a:hover,
#footer .widget_shopping_cart .buttons a:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.widget-sidebar .widget_shopping_cart .buttons a:hover:after,
#footer .widget_shopping_cart .buttons a:hover:after {
  width: 20px;
  opacity: 1;
}
.widget-sidebar .widget_shopping_cart .buttons a:after,
#footer .widget_shopping_cart .buttons a:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.widget-sidebar .widget_shopping_cart .buttons a:after,
#footer .widget_shopping_cart .buttons a:after {
  right: 0;
}
.widget-sidebar .widget_shopping_cart .buttons .checkout,
#footer .widget_shopping_cart .buttons .checkout {
  background-color: #a78060;
  background: #a78060;
  border-color: #a78060;
  color: #ffffff;
  margin-left: 5px;
}
.widget-sidebar .widget_shopping_cart .buttons .checkout:active,
#footer .widget_shopping_cart .buttons .checkout:active,
.widget-sidebar .widget_shopping_cart .buttons .checkout.active,
#footer .widget_shopping_cart .buttons .checkout.active,
.open .dropdown-toggle.widget-sidebar .widget_shopping_cart .buttons .checkout,
.open .dropdown-toggle#footer .widget_shopping_cart .buttons .checkout {
  background-image: none;
}
.widget-sidebar .widget_shopping_cart .buttons .checkout.disabled,
#footer .widget_shopping_cart .buttons .checkout.disabled,
.widget-sidebar .widget_shopping_cart .buttons .checkout[disabled],
#footer .widget_shopping_cart .buttons .checkout[disabled],
fieldset[disabled] .widget-sidebar .widget_shopping_cart .buttons .checkout,
fieldset[disabled] #footer .widget_shopping_cart .buttons .checkout,
.widget-sidebar .widget_shopping_cart .buttons .checkout.disabled:hover,
#footer .widget_shopping_cart .buttons .checkout.disabled:hover,
.widget-sidebar .widget_shopping_cart .buttons .checkout[disabled]:hover,
#footer .widget_shopping_cart .buttons .checkout[disabled]:hover,
fieldset[disabled] .widget-sidebar .widget_shopping_cart .buttons .checkout:hover,
fieldset[disabled] #footer .widget_shopping_cart .buttons .checkout:hover,
.widget-sidebar .widget_shopping_cart .buttons .checkout.disabled:focus,
#footer .widget_shopping_cart .buttons .checkout.disabled:focus,
.widget-sidebar .widget_shopping_cart .buttons .checkout[disabled]:focus,
#footer .widget_shopping_cart .buttons .checkout[disabled]:focus,
fieldset[disabled] .widget-sidebar .widget_shopping_cart .buttons .checkout:focus,
fieldset[disabled] #footer .widget_shopping_cart .buttons .checkout:focus,
.widget-sidebar .widget_shopping_cart .buttons .checkout.disabled:active,
#footer .widget_shopping_cart .buttons .checkout.disabled:active,
.widget-sidebar .widget_shopping_cart .buttons .checkout[disabled]:active,
#footer .widget_shopping_cart .buttons .checkout[disabled]:active,
fieldset[disabled] .widget-sidebar .widget_shopping_cart .buttons .checkout:active,
fieldset[disabled] #footer .widget_shopping_cart .buttons .checkout:active,
.widget-sidebar .widget_shopping_cart .buttons .checkout.disabled.active,
#footer .widget_shopping_cart .buttons .checkout.disabled.active,
.widget-sidebar .widget_shopping_cart .buttons .checkout[disabled].active,
#footer .widget_shopping_cart .buttons .checkout[disabled].active,
fieldset[disabled] .widget-sidebar .widget_shopping_cart .buttons .checkout.active,
fieldset[disabled] #footer .widget_shopping_cart .buttons .checkout.active {
  background-color: #a78060;
  border-color: #a78060;
}
.widget-sidebar .widget_shopping_cart .buttons .checkout .badge,
#footer .widget_shopping_cart .buttons .checkout .badge {
  color: #a78060;
  background-color: #ffffff;
}
.widget-sidebar .widget_shopping_cart .quantity,
#footer .widget_shopping_cart .quantity {
  font-size: 12px;
}
.widget-sidebar .widget_shopping_cart .quantity .amount,
#footer .widget_shopping_cart .quantity .amount {
  color: #cc7343;
  font-weight: 600;
}
.widget-sidebar .widget_shopping_cart .amount,
#footer .widget_shopping_cart .amount {
  /*font-size: 12px; */
}
.widget-sidebar .product_list_widget,
#footer .product_list_widget {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  letter-spacing: 1px;
}
.widget-sidebar .product_list_widget .star-rating,
#footer .product_list_widget .star-rating {
  font-size: 10px;
  margin: 0 0 5px 0 !important;
  line-height: 12px;
}
.widget-sidebar .product_list_widget .star-rating span:after,
#footer .product_list_widget .star-rating span:after {
  top: -6px;
}
.widget-sidebar .product_list_widget li,
#footer .product_list_widget li {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-bottom: 15px;
}
.widget-sidebar .product_list_widget li img,
#footer .product_list_widget li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.widget-sidebar .product_list_widget li a,
#footer .product_list_widget li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
}
.widget-sidebar .product_list_widget li a img,
#footer .product_list_widget li a img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.widget-sidebar .product_list_widget li a:hover img,
#footer .product_list_widget li a:hover img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1),
#footer .product_list_widget li:nth-child(2n+1) {
  clear: left;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):before,
#footer .product_list_widget li:nth-child(2n+1):before,
.widget-sidebar .product_list_widget li:nth-child(2n+1):after,
#footer .product_list_widget li:nth-child(2n+1):after {
  content: " ";
  display: table;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):after,
#footer .product_list_widget li:nth-child(2n+1):after {
  clear: both;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):before,
#footer .product_list_widget li:nth-child(2n+1):before,
.widget-sidebar .product_list_widget li:nth-child(2n+1):after,
#footer .product_list_widget li:nth-child(2n+1):after {
  content: " ";
  display: table;
}
.widget-sidebar .product_list_widget li:nth-child(2n+1):after,
#footer .product_list_widget li:nth-child(2n+1):after {
  clear: both;
}
.widget-sidebar .product_list_widget li .star-rating,
#footer .product_list_widget li .star-rating {
  margin: 5px auto;
}
.widget-sidebar .product_list_widget li.empty,
#footer .product_list_widget li.empty {
  float: none;
  width: 100%;
  text-align: left;
}
.widget-sidebar .search-form,
#footer .search-form {
  padding: 0 15px;
}
.widget-sidebar .search-form,
#footer .search-form,
.widget-sidebar #searchform,
#footer #searchform {
  max-width: 500px;
  display: table;
  width: 100%;
  position: relative;
}
.widget-sidebar .search-form label,
#footer .search-form label,
.widget-sidebar #searchform label,
#footer #searchform label {
  width: 100%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.widget-sidebar .search-form label span,
#footer .search-form label span,
.widget-sidebar #searchform label span,
#footer #searchform label span {
  display: none;
}
.widget-sidebar .search-form label input,
#footer .search-form label input,
.widget-sidebar #searchform label input,
#footer #searchform label input {
  width: 100% !important;
  font-weight: 400;
  border-radius: 1px;
}
.widget-sidebar .search-form label input::-webkit-input-placeholder,
#footer .search-form label input::-webkit-input-placeholder,
.widget-sidebar #searchform label input::-webkit-input-placeholder,
#footer #searchform label input::-webkit-input-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form label input:-moz-placeholder,
#footer .search-form label input:-moz-placeholder,
.widget-sidebar #searchform label input:-moz-placeholder,
#footer #searchform label input:-moz-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form label input::-moz-placeholder,
#footer .search-form label input::-moz-placeholder,
.widget-sidebar #searchform label input::-moz-placeholder,
#footer #searchform label input::-moz-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form label input:-ms-input-placeholder,
#footer .search-form label input:-ms-input-placeholder,
.widget-sidebar #searchform label input:-ms-input-placeholder,
#footer #searchform label input:-ms-input-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form div input[type=text],
#footer .search-form div input[type=text],
.widget-sidebar #searchform div input[type=text],
#footer #searchform div input[type=text],
.widget-sidebar .search-form input[type=search],
#footer .search-form input[type=search],
.widget-sidebar #searchform input[type=search],
#footer #searchform input[type=search] {
  width: 50%;
  float: left;
  font-weight: 400;
}
.widget-sidebar .search-form div input[type=text]::-webkit-input-placeholder,
#footer .search-form div input[type=text]::-webkit-input-placeholder,
.widget-sidebar #searchform div input[type=text]::-webkit-input-placeholder,
#footer #searchform div input[type=text]::-webkit-input-placeholder,
.widget-sidebar .search-form input[type=search]::-webkit-input-placeholder,
#footer .search-form input[type=search]::-webkit-input-placeholder,
.widget-sidebar #searchform input[type=search]::-webkit-input-placeholder,
#footer #searchform input[type=search]::-webkit-input-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form div input[type=text]:-moz-placeholder,
#footer .search-form div input[type=text]:-moz-placeholder,
.widget-sidebar #searchform div input[type=text]:-moz-placeholder,
#footer #searchform div input[type=text]:-moz-placeholder,
.widget-sidebar .search-form input[type=search]:-moz-placeholder,
#footer .search-form input[type=search]:-moz-placeholder,
.widget-sidebar #searchform input[type=search]:-moz-placeholder,
#footer #searchform input[type=search]:-moz-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form div input[type=text]::-moz-placeholder,
#footer .search-form div input[type=text]::-moz-placeholder,
.widget-sidebar #searchform div input[type=text]::-moz-placeholder,
#footer #searchform div input[type=text]::-moz-placeholder,
.widget-sidebar .search-form input[type=search]::-moz-placeholder,
#footer .search-form input[type=search]::-moz-placeholder,
.widget-sidebar #searchform input[type=search]::-moz-placeholder,
#footer #searchform input[type=search]::-moz-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form div input[type=text]:-ms-input-placeholder,
#footer .search-form div input[type=text]:-ms-input-placeholder,
.widget-sidebar #searchform div input[type=text]:-ms-input-placeholder,
#footer #searchform div input[type=text]:-ms-input-placeholder,
.widget-sidebar .search-form input[type=search]:-ms-input-placeholder,
#footer .search-form input[type=search]:-ms-input-placeholder,
.widget-sidebar #searchform input[type=search]:-ms-input-placeholder,
#footer #searchform input[type=search]:-ms-input-placeholder {
  color: #c8b4ad !important;
}
.widget-sidebar .search-form .search-submit,
#footer .search-form .search-submit,
.widget-sidebar #searchform .search-submit,
#footer #searchform .search-submit,
.widget-sidebar .search-form #searchsubmit,
#footer .search-form #searchsubmit,
.widget-sidebar #searchform #searchsubmit,
#footer #searchform #searchsubmit,
.widget-sidebar .search-form input[type=submit],
#footer .search-form input[type=submit],
.widget-sidebar #searchform input[type=submit],
#footer #searchform input[type=submit] {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background-color: #a78060;
  background: #a78060;
  border-color: #a78060;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
  margin-left: 15px;
  display: table-cell;
  border-radius: 1px;
  vertical-align: middle;
  position: relative;
}
.widget-sidebar .search-form .search-submit:focus,
#footer .search-form .search-submit:focus,
.widget-sidebar #searchform .search-submit:focus,
#footer #searchform .search-submit:focus,
.widget-sidebar .search-form #searchsubmit:focus,
#footer .search-form #searchsubmit:focus,
.widget-sidebar #searchform #searchsubmit:focus,
#footer #searchform #searchsubmit:focus,
.widget-sidebar .search-form input[type=submit]:focus,
#footer .search-form input[type=submit]:focus,
.widget-sidebar #searchform input[type=submit]:focus,
#footer #searchform input[type=submit]:focus,
.widget-sidebar .search-form .search-submit:active:focus,
#footer .search-form .search-submit:active:focus,
.widget-sidebar #searchform .search-submit:active:focus,
#footer #searchform .search-submit:active:focus,
.widget-sidebar .search-form #searchsubmit:active:focus,
#footer .search-form #searchsubmit:active:focus,
.widget-sidebar #searchform #searchsubmit:active:focus,
#footer #searchform #searchsubmit:active:focus,
.widget-sidebar .search-form input[type=submit]:active:focus,
#footer .search-form input[type=submit]:active:focus,
.widget-sidebar #searchform input[type=submit]:active:focus,
#footer #searchform input[type=submit]:active:focus,
.widget-sidebar .search-form .search-submit.active:focus,
#footer .search-form .search-submit.active:focus,
.widget-sidebar #searchform .search-submit.active:focus,
#footer #searchform .search-submit.active:focus,
.widget-sidebar .search-form #searchsubmit.active:focus,
#footer .search-form #searchsubmit.active:focus,
.widget-sidebar #searchform #searchsubmit.active:focus,
#footer #searchform #searchsubmit.active:focus,
.widget-sidebar .search-form input[type=submit].active:focus,
#footer .search-form input[type=submit].active:focus,
.widget-sidebar #searchform input[type=submit].active:focus,
#footer #searchform input[type=submit].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.widget-sidebar .search-form .search-submit:hover,
#footer .search-form .search-submit:hover,
.widget-sidebar #searchform .search-submit:hover,
#footer #searchform .search-submit:hover,
.widget-sidebar .search-form #searchsubmit:hover,
#footer .search-form #searchsubmit:hover,
.widget-sidebar #searchform #searchsubmit:hover,
#footer #searchform #searchsubmit:hover,
.widget-sidebar .search-form input[type=submit]:hover,
#footer .search-form input[type=submit]:hover,
.widget-sidebar #searchform input[type=submit]:hover,
#footer #searchform input[type=submit]:hover,
.widget-sidebar .search-form .search-submit:focus,
#footer .search-form .search-submit:focus,
.widget-sidebar #searchform .search-submit:focus,
#footer #searchform .search-submit:focus,
.widget-sidebar .search-form #searchsubmit:focus,
#footer .search-form #searchsubmit:focus,
.widget-sidebar #searchform #searchsubmit:focus,
#footer #searchform #searchsubmit:focus,
.widget-sidebar .search-form input[type=submit]:focus,
#footer .search-form input[type=submit]:focus,
.widget-sidebar #searchform input[type=submit]:focus,
#footer #searchform input[type=submit]:focus {
  text-decoration: none;
}
.widget-sidebar .search-form .search-submit:active,
#footer .search-form .search-submit:active,
.widget-sidebar #searchform .search-submit:active,
#footer #searchform .search-submit:active,
.widget-sidebar .search-form #searchsubmit:active,
#footer .search-form #searchsubmit:active,
.widget-sidebar #searchform #searchsubmit:active,
#footer #searchform #searchsubmit:active,
.widget-sidebar .search-form input[type=submit]:active,
#footer .search-form input[type=submit]:active,
.widget-sidebar #searchform input[type=submit]:active,
#footer #searchform input[type=submit]:active,
.widget-sidebar .search-form .search-submit.active,
#footer .search-form .search-submit.active,
.widget-sidebar #searchform .search-submit.active,
#footer #searchform .search-submit.active,
.widget-sidebar .search-form #searchsubmit.active,
#footer .search-form #searchsubmit.active,
.widget-sidebar #searchform #searchsubmit.active,
#footer #searchform #searchsubmit.active,
.widget-sidebar .search-form input[type=submit].active,
#footer .search-form input[type=submit].active,
.widget-sidebar #searchform input[type=submit].active,
#footer #searchform input[type=submit].active {
  outline: 0;
  background-image: none;
}
.widget-sidebar .search-form .search-submit.disabled,
#footer .search-form .search-submit.disabled,
.widget-sidebar #searchform .search-submit.disabled,
#footer #searchform .search-submit.disabled,
.widget-sidebar .search-form #searchsubmit.disabled,
#footer .search-form #searchsubmit.disabled,
.widget-sidebar #searchform #searchsubmit.disabled,
#footer #searchform #searchsubmit.disabled,
.widget-sidebar .search-form input[type=submit].disabled,
#footer .search-form input[type=submit].disabled,
.widget-sidebar #searchform input[type=submit].disabled,
#footer #searchform input[type=submit].disabled,
.widget-sidebar .search-form .search-submit[disabled],
#footer .search-form .search-submit[disabled],
.widget-sidebar #searchform .search-submit[disabled],
#footer #searchform .search-submit[disabled],
.widget-sidebar .search-form #searchsubmit[disabled],
#footer .search-form #searchsubmit[disabled],
.widget-sidebar #searchform #searchsubmit[disabled],
#footer #searchform #searchsubmit[disabled],
.widget-sidebar .search-form input[type=submit][disabled],
#footer .search-form input[type=submit][disabled],
.widget-sidebar #searchform input[type=submit][disabled],
#footer #searchform input[type=submit][disabled],
fieldset[disabled] .widget-sidebar .search-form .search-submit,
fieldset[disabled] #footer .search-form .search-submit,
fieldset[disabled] .widget-sidebar #searchform .search-submit,
fieldset[disabled] #footer #searchform .search-submit,
fieldset[disabled] .widget-sidebar .search-form #searchsubmit,
fieldset[disabled] #footer .search-form #searchsubmit,
fieldset[disabled] .widget-sidebar #searchform #searchsubmit,
fieldset[disabled] #footer #searchform #searchsubmit,
fieldset[disabled] .widget-sidebar .search-form input[type=submit],
fieldset[disabled] #footer .search-form input[type=submit],
fieldset[disabled] .widget-sidebar #searchform input[type=submit],
fieldset[disabled] #footer #searchform input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-sidebar .search-form .search-submit:hover,
#footer .search-form .search-submit:hover,
.widget-sidebar #searchform .search-submit:hover,
#footer #searchform .search-submit:hover,
.widget-sidebar .search-form #searchsubmit:hover,
#footer .search-form #searchsubmit:hover,
.widget-sidebar #searchform #searchsubmit:hover,
#footer #searchform #searchsubmit:hover,
.widget-sidebar .search-form input[type=submit]:hover,
#footer .search-form input[type=submit]:hover,
.widget-sidebar #searchform input[type=submit]:hover,
#footer #searchform input[type=submit]:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.widget-sidebar .search-form .search-submit:hover:after,
#footer .search-form .search-submit:hover:after,
.widget-sidebar #searchform .search-submit:hover:after,
#footer #searchform .search-submit:hover:after,
.widget-sidebar .search-form #searchsubmit:hover:after,
#footer .search-form #searchsubmit:hover:after,
.widget-sidebar #searchform #searchsubmit:hover:after,
#footer #searchform #searchsubmit:hover:after,
.widget-sidebar .search-form input[type=submit]:hover:after,
#footer .search-form input[type=submit]:hover:after,
.widget-sidebar #searchform input[type=submit]:hover:after,
#footer #searchform input[type=submit]:hover:after {
  width: 20px;
  opacity: 1;
}
.widget-sidebar .search-form .search-submit:after,
#footer .search-form .search-submit:after,
.widget-sidebar #searchform .search-submit:after,
#footer #searchform .search-submit:after,
.widget-sidebar .search-form #searchsubmit:after,
#footer .search-form #searchsubmit:after,
.widget-sidebar #searchform #searchsubmit:after,
#footer #searchform #searchsubmit:after,
.widget-sidebar .search-form input[type=submit]:after,
#footer .search-form input[type=submit]:after,
.widget-sidebar #searchform input[type=submit]:after,
#footer #searchform input[type=submit]:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.widget-sidebar .search-form .search-submit:active,
#footer .search-form .search-submit:active,
.widget-sidebar #searchform .search-submit:active,
#footer #searchform .search-submit:active,
.widget-sidebar .search-form #searchsubmit:active,
#footer .search-form #searchsubmit:active,
.widget-sidebar #searchform #searchsubmit:active,
#footer #searchform #searchsubmit:active,
.widget-sidebar .search-form input[type=submit]:active,
#footer .search-form input[type=submit]:active,
.widget-sidebar #searchform input[type=submit]:active,
#footer #searchform input[type=submit]:active,
.widget-sidebar .search-form .search-submit.active,
#footer .search-form .search-submit.active,
.widget-sidebar #searchform .search-submit.active,
#footer #searchform .search-submit.active,
.widget-sidebar .search-form #searchsubmit.active,
#footer .search-form #searchsubmit.active,
.widget-sidebar #searchform #searchsubmit.active,
#footer #searchform #searchsubmit.active,
.widget-sidebar .search-form input[type=submit].active,
#footer .search-form input[type=submit].active,
.widget-sidebar #searchform input[type=submit].active,
#footer #searchform input[type=submit].active,
.open .dropdown-toggle.widget-sidebar .search-form .search-submit,
.open .dropdown-toggle#footer .search-form .search-submit,
.open .dropdown-toggle.widget-sidebar #searchform .search-submit,
.open .dropdown-toggle#footer #searchform .search-submit,
.open .dropdown-toggle.widget-sidebar .search-form #searchsubmit,
.open .dropdown-toggle#footer .search-form #searchsubmit,
.open .dropdown-toggle.widget-sidebar #searchform #searchsubmit,
.open .dropdown-toggle#footer #searchform #searchsubmit,
.open .dropdown-toggle.widget-sidebar .search-form input[type=submit],
.open .dropdown-toggle#footer .search-form input[type=submit],
.open .dropdown-toggle.widget-sidebar #searchform input[type=submit],
.open .dropdown-toggle#footer #searchform input[type=submit] {
  background-image: none;
}
.widget-sidebar .search-form .search-submit.disabled,
#footer .search-form .search-submit.disabled,
.widget-sidebar #searchform .search-submit.disabled,
#footer #searchform .search-submit.disabled,
.widget-sidebar .search-form #searchsubmit.disabled,
#footer .search-form #searchsubmit.disabled,
.widget-sidebar #searchform #searchsubmit.disabled,
#footer #searchform #searchsubmit.disabled,
.widget-sidebar .search-form input[type=submit].disabled,
#footer .search-form input[type=submit].disabled,
.widget-sidebar #searchform input[type=submit].disabled,
#footer #searchform input[type=submit].disabled,
.widget-sidebar .search-form .search-submit[disabled],
#footer .search-form .search-submit[disabled],
.widget-sidebar #searchform .search-submit[disabled],
#footer #searchform .search-submit[disabled],
.widget-sidebar .search-form #searchsubmit[disabled],
#footer .search-form #searchsubmit[disabled],
.widget-sidebar #searchform #searchsubmit[disabled],
#footer #searchform #searchsubmit[disabled],
.widget-sidebar .search-form input[type=submit][disabled],
#footer .search-form input[type=submit][disabled],
.widget-sidebar #searchform input[type=submit][disabled],
#footer #searchform input[type=submit][disabled],
fieldset[disabled] .widget-sidebar .search-form .search-submit,
fieldset[disabled] #footer .search-form .search-submit,
fieldset[disabled] .widget-sidebar #searchform .search-submit,
fieldset[disabled] #footer #searchform .search-submit,
fieldset[disabled] .widget-sidebar .search-form #searchsubmit,
fieldset[disabled] #footer .search-form #searchsubmit,
fieldset[disabled] .widget-sidebar #searchform #searchsubmit,
fieldset[disabled] #footer #searchform #searchsubmit,
fieldset[disabled] .widget-sidebar .search-form input[type=submit],
fieldset[disabled] #footer .search-form input[type=submit],
fieldset[disabled] .widget-sidebar #searchform input[type=submit],
fieldset[disabled] #footer #searchform input[type=submit],
.widget-sidebar .search-form .search-submit.disabled:hover,
#footer .search-form .search-submit.disabled:hover,
.widget-sidebar #searchform .search-submit.disabled:hover,
#footer #searchform .search-submit.disabled:hover,
.widget-sidebar .search-form #searchsubmit.disabled:hover,
#footer .search-form #searchsubmit.disabled:hover,
.widget-sidebar #searchform #searchsubmit.disabled:hover,
#footer #searchform #searchsubmit.disabled:hover,
.widget-sidebar .search-form input[type=submit].disabled:hover,
#footer .search-form input[type=submit].disabled:hover,
.widget-sidebar #searchform input[type=submit].disabled:hover,
#footer #searchform input[type=submit].disabled:hover,
.widget-sidebar .search-form .search-submit[disabled]:hover,
#footer .search-form .search-submit[disabled]:hover,
.widget-sidebar #searchform .search-submit[disabled]:hover,
#footer #searchform .search-submit[disabled]:hover,
.widget-sidebar .search-form #searchsubmit[disabled]:hover,
#footer .search-form #searchsubmit[disabled]:hover,
.widget-sidebar #searchform #searchsubmit[disabled]:hover,
#footer #searchform #searchsubmit[disabled]:hover,
.widget-sidebar .search-form input[type=submit][disabled]:hover,
#footer .search-form input[type=submit][disabled]:hover,
.widget-sidebar #searchform input[type=submit][disabled]:hover,
#footer #searchform input[type=submit][disabled]:hover,
fieldset[disabled] .widget-sidebar .search-form .search-submit:hover,
fieldset[disabled] #footer .search-form .search-submit:hover,
fieldset[disabled] .widget-sidebar #searchform .search-submit:hover,
fieldset[disabled] #footer #searchform .search-submit:hover,
fieldset[disabled] .widget-sidebar .search-form #searchsubmit:hover,
fieldset[disabled] #footer .search-form #searchsubmit:hover,
fieldset[disabled] .widget-sidebar #searchform #searchsubmit:hover,
fieldset[disabled] #footer #searchform #searchsubmit:hover,
fieldset[disabled] .widget-sidebar .search-form input[type=submit]:hover,
fieldset[disabled] #footer .search-form input[type=submit]:hover,
fieldset[disabled] .widget-sidebar #searchform input[type=submit]:hover,
fieldset[disabled] #footer #searchform input[type=submit]:hover,
.widget-sidebar .search-form .search-submit.disabled:focus,
#footer .search-form .search-submit.disabled:focus,
.widget-sidebar #searchform .search-submit.disabled:focus,
#footer #searchform .search-submit.disabled:focus,
.widget-sidebar .search-form #searchsubmit.disabled:focus,
#footer .search-form #searchsubmit.disabled:focus,
.widget-sidebar #searchform #searchsubmit.disabled:focus,
#footer #searchform #searchsubmit.disabled:focus,
.widget-sidebar .search-form input[type=submit].disabled:focus,
#footer .search-form input[type=submit].disabled:focus,
.widget-sidebar #searchform input[type=submit].disabled:focus,
#footer #searchform input[type=submit].disabled:focus,
.widget-sidebar .search-form .search-submit[disabled]:focus,
#footer .search-form .search-submit[disabled]:focus,
.widget-sidebar #searchform .search-submit[disabled]:focus,
#footer #searchform .search-submit[disabled]:focus,
.widget-sidebar .search-form #searchsubmit[disabled]:focus,
#footer .search-form #searchsubmit[disabled]:focus,
.widget-sidebar #searchform #searchsubmit[disabled]:focus,
#footer #searchform #searchsubmit[disabled]:focus,
.widget-sidebar .search-form input[type=submit][disabled]:focus,
#footer .search-form input[type=submit][disabled]:focus,
.widget-sidebar #searchform input[type=submit][disabled]:focus,
#footer #searchform input[type=submit][disabled]:focus,
fieldset[disabled] .widget-sidebar .search-form .search-submit:focus,
fieldset[disabled] #footer .search-form .search-submit:focus,
fieldset[disabled] .widget-sidebar #searchform .search-submit:focus,
fieldset[disabled] #footer #searchform .search-submit:focus,
fieldset[disabled] .widget-sidebar .search-form #searchsubmit:focus,
fieldset[disabled] #footer .search-form #searchsubmit:focus,
fieldset[disabled] .widget-sidebar #searchform #searchsubmit:focus,
fieldset[disabled] #footer #searchform #searchsubmit:focus,
fieldset[disabled] .widget-sidebar .search-form input[type=submit]:focus,
fieldset[disabled] #footer .search-form input[type=submit]:focus,
fieldset[disabled] .widget-sidebar #searchform input[type=submit]:focus,
fieldset[disabled] #footer #searchform input[type=submit]:focus,
.widget-sidebar .search-form .search-submit.disabled:active,
#footer .search-form .search-submit.disabled:active,
.widget-sidebar #searchform .search-submit.disabled:active,
#footer #searchform .search-submit.disabled:active,
.widget-sidebar .search-form #searchsubmit.disabled:active,
#footer .search-form #searchsubmit.disabled:active,
.widget-sidebar #searchform #searchsubmit.disabled:active,
#footer #searchform #searchsubmit.disabled:active,
.widget-sidebar .search-form input[type=submit].disabled:active,
#footer .search-form input[type=submit].disabled:active,
.widget-sidebar #searchform input[type=submit].disabled:active,
#footer #searchform input[type=submit].disabled:active,
.widget-sidebar .search-form .search-submit[disabled]:active,
#footer .search-form .search-submit[disabled]:active,
.widget-sidebar #searchform .search-submit[disabled]:active,
#footer #searchform .search-submit[disabled]:active,
.widget-sidebar .search-form #searchsubmit[disabled]:active,
#footer .search-form #searchsubmit[disabled]:active,
.widget-sidebar #searchform #searchsubmit[disabled]:active,
#footer #searchform #searchsubmit[disabled]:active,
.widget-sidebar .search-form input[type=submit][disabled]:active,
#footer .search-form input[type=submit][disabled]:active,
.widget-sidebar #searchform input[type=submit][disabled]:active,
#footer #searchform input[type=submit][disabled]:active,
fieldset[disabled] .widget-sidebar .search-form .search-submit:active,
fieldset[disabled] #footer .search-form .search-submit:active,
fieldset[disabled] .widget-sidebar #searchform .search-submit:active,
fieldset[disabled] #footer #searchform .search-submit:active,
fieldset[disabled] .widget-sidebar .search-form #searchsubmit:active,
fieldset[disabled] #footer .search-form #searchsubmit:active,
fieldset[disabled] .widget-sidebar #searchform #searchsubmit:active,
fieldset[disabled] #footer #searchform #searchsubmit:active,
fieldset[disabled] .widget-sidebar .search-form input[type=submit]:active,
fieldset[disabled] #footer .search-form input[type=submit]:active,
fieldset[disabled] .widget-sidebar #searchform input[type=submit]:active,
fieldset[disabled] #footer #searchform input[type=submit]:active,
.widget-sidebar .search-form .search-submit.disabled.active,
#footer .search-form .search-submit.disabled.active,
.widget-sidebar #searchform .search-submit.disabled.active,
#footer #searchform .search-submit.disabled.active,
.widget-sidebar .search-form #searchsubmit.disabled.active,
#footer .search-form #searchsubmit.disabled.active,
.widget-sidebar #searchform #searchsubmit.disabled.active,
#footer #searchform #searchsubmit.disabled.active,
.widget-sidebar .search-form input[type=submit].disabled.active,
#footer .search-form input[type=submit].disabled.active,
.widget-sidebar #searchform input[type=submit].disabled.active,
#footer #searchform input[type=submit].disabled.active,
.widget-sidebar .search-form .search-submit[disabled].active,
#footer .search-form .search-submit[disabled].active,
.widget-sidebar #searchform .search-submit[disabled].active,
#footer #searchform .search-submit[disabled].active,
.widget-sidebar .search-form #searchsubmit[disabled].active,
#footer .search-form #searchsubmit[disabled].active,
.widget-sidebar #searchform #searchsubmit[disabled].active,
#footer #searchform #searchsubmit[disabled].active,
.widget-sidebar .search-form input[type=submit][disabled].active,
#footer .search-form input[type=submit][disabled].active,
.widget-sidebar #searchform input[type=submit][disabled].active,
#footer #searchform input[type=submit][disabled].active,
fieldset[disabled] .widget-sidebar .search-form .search-submit.active,
fieldset[disabled] #footer .search-form .search-submit.active,
fieldset[disabled] .widget-sidebar #searchform .search-submit.active,
fieldset[disabled] #footer #searchform .search-submit.active,
fieldset[disabled] .widget-sidebar .search-form #searchsubmit.active,
fieldset[disabled] #footer .search-form #searchsubmit.active,
fieldset[disabled] .widget-sidebar #searchform #searchsubmit.active,
fieldset[disabled] #footer #searchform #searchsubmit.active,
fieldset[disabled] .widget-sidebar .search-form input[type=submit].active,
fieldset[disabled] #footer .search-form input[type=submit].active,
fieldset[disabled] .widget-sidebar #searchform input[type=submit].active,
fieldset[disabled] #footer #searchform input[type=submit].active {
  background-color: #a78060;
  border-color: #a78060;
}
.widget-sidebar .search-form .search-submit .badge,
#footer .search-form .search-submit .badge,
.widget-sidebar #searchform .search-submit .badge,
#footer #searchform .search-submit .badge,
.widget-sidebar .search-form #searchsubmit .badge,
#footer .search-form #searchsubmit .badge,
.widget-sidebar #searchform #searchsubmit .badge,
#footer #searchform #searchsubmit .badge,
.widget-sidebar .search-form input[type=submit] .badge,
#footer .search-form input[type=submit] .badge,
.widget-sidebar #searchform input[type=submit] .badge,
#footer #searchform input[type=submit] .badge {
  color: #a78060;
  background-color: #ffffff;
}
.widget-sidebar .search-form .search-submit:after,
#footer .search-form .search-submit:after,
.widget-sidebar #searchform .search-submit:after,
#footer #searchform .search-submit:after,
.widget-sidebar .search-form #searchsubmit:after,
#footer .search-form #searchsubmit:after,
.widget-sidebar #searchform #searchsubmit:after,
#footer #searchform #searchsubmit:after,
.widget-sidebar .search-form input[type=submit]:after,
#footer .search-form input[type=submit]:after,
.widget-sidebar #searchform input[type=submit]:after,
#footer #searchform input[type=submit]:after {
  right: 3px;
}
.widget-sidebar .rss-date,
#footer .rss-date {
  color: #47352f;
  opacity: 0.7;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.widget-sidebar .rssSummary,
#footer .rssSummary {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
  opacity: .7;
}
#calendar_wrap {
  margin: 0 15px;
}
#calendar_wrap #wp-calendar a {
  color: #47352f;
}
#calendar_wrap #wp-calendar a:hover {
  color: #cc7343;
}
#calendar_wrap #wp-calendar td,
#calendar_wrap #wp-calendar th {
  text-align: center;
}
#calendar_wrap #wp-calendar #prev {
  text-align: left;
}
#calendar_wrap #wp-calendar #prev a {
  color: #cc7343;
  display: block;
  padding: 2px;
}
#calendar_wrap #wp-calendar #today {
  color: #cc7343;
  font-weight: 700;
}
#calendar_wrap caption {
  margin: 0;
  padding: 10px 0;
}
#calendar_wrap thead {
  background: #eeeeee;
}
.recent-post-title {
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.recent-post-list {
  margin-bottom: 20px;
}
.recent-post-list:last-of-type {
  margin-bottom: 0;
}
.recent-post-thumbnail {
  width: 70px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.recent-post-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.recent-post-thumbnail:hover img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.recentcomments {
  margin-bottom: 20px;
}
.recentcomments:last-of-type {
  margin-bottom: 0;
}
.recentcomments .url {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0 !important;
}
.recentcomments .spacer {
  opacity: 0.7;
  margin-right: 2px;
}
.recentcomments .spacer.spacer-in {
  margin-left: 2px;
}
.recentcomments a {
  letter-spacing: 1px;
  font-weight: 600;
}
.recentcomments .comment-details-sidebar {
  text-align: right;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.recentcomments .comment-sidebar {
  font-style: italic;
  opacity: 0.7;
  display: block;
  text-align: justify;
}
.recentcomments .comment-title-post {
  font-weight: bold;
}
.paginate-comments .current {
  font-weight: 600;
  color: #cc7343;
}
.paging-navigation {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  text-align: right;
  margin-top: 30px;
}
.paging-navigation h1 {
  display: none;
}
.paging-navigation div {
  margin-top: 30px;
}
/* NEW SIDEBAR */
/* ------------------------------------------------------ */
.widget-sidebar.sidebar-right .widget-wrapper {
  margin-left: 30px;
}
.widget-sidebar.sidebar-left .widget-wrapper {
  margin-right: 30px;
}
.widget-sidebar .post-date {
  font-size: 10px;
  opacity: 0.7;
  margin-left: 85px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.widget-sidebar .cat-item {
  /*padding-bottom: 5px !important;*/
  margin-bottom: 5px;
  /* border-bottom: 1px dotted @borderColor;*/
  color: #cc7343;
}
.widget-sidebar .cat-item:last-of-type {
  margin: 0;
  padding-bottom: 0 !important;
  border: none;
}
.widget-sidebar .page_item a {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}
.widget-sidebar li:last-of-type .rssSummary {
  margin-bottom: 0;
}
/* NEW BLOG */
/* ------------------------------------------------------ */
#blog-list #blog-content-append {
  margin-top: 60px;
}
#blog-list article {
  overflow: hidden;
}
#blog-list .sidebar-padding {
  padding-top: 60px;
}
#blog-list .img-post {
  margin-bottom: 15px;
}
#blog-list .blog-details {
  margin-top: 0px;
}
#blog-list .blog-details ul {
  display: inline-block;
}
#blog-list .content-right .widget-wrapper {
  margin-right: 30px;
  margin-left: 0;
}
#blog-list .post-details {
  float: left;
  width: 90px;
  text-align: center;
  border-right: 1px solid #eeeeee;
  /*padding-bottom: 20px; */
}
#blog-list .post-details .post-date {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
#blog-list .post-details .post-date .month {
  letter-spacing: 1px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
}
#blog-list .post-details .post-date .day {
  /*font-family: georgia; */
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  margin-top: 5px;
  /*font-family: @header-font-family;*/
  letter-spacing: 1px;
}
#blog-list .post-details > div:last-of-type {
  padding-bottom: 20px;
}
#blog-list .post-details .post-share,
#blog-list .post-details .post-comment {
  padding: 10px 0 0;
  margin-top: 10px;
}
#blog-list .post-details .post-share a,
#blog-list .post-details .post-comment a {
  display: block;
}
#blog-list .post-details .post-share i,
#blog-list .post-details .post-comment i {
  font-size: 14px;
}
#blog-list .post-details .comments-number {
  margin-left: 5px;
  position: relative;
  top: -3px;
  font-size: 10px;
}
#blog-list .social-share {
  position: absolute;
  left: 90px;
  padding: 15px 35px;
  z-index: 1;
  /*.lh-transform(translateX(-100%)); .lh-transition(transform .4s);*/
}
#blog-list .social-share ul {
  margin: 0;
}
#blog-list .social-share li {
  display: block;
  margin: 2px 0;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  list-style-type: none !important;
}
#blog-list .social-share i {
  font-size: 14px;
}
#blog-list .post-content {
  font-weight: 400;
  line-height: 1.7em;
  color: #555;
  position: relative;
  margin-left: 120px;
  width: auto;
  margin-top: 30px;
  padding-right: 30px;
  z-index: 10;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.4s 0.3s;
  -moz-transition: -moz-transform 0.4s 0.3s;
  -o-transition: -o-transform 0.4s 0.3s;
  transition: -webkit-transform 0.4s 0.3s,-moz-transform 0.4s 0.3s,-o-transform 0.4s 0.3s,transform 0.4s 0.3s;
}
#blog-list .post-content h3 {
  /*margin-bottom: 30px;*/
  margin-bottom: 0;
}
#blog-list .post-content h3:after {
  display: none;
}
#blog-list .post-content.open-social-share {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
#blog-list .type-post {
  padding: 0 0 45px;
  margin: 45px 0 0;
  border-bottom: none;
}
#blog-list .type-post:first-of-type {
  margin: 0;
}
#blog-list .post_details {
  margin-bottom: 15px;
  margin-top: 0px;
}
#blog-list .post_details li {
  font-size: 12px;
}
#blog-list .blog-button {
  text-align: right;
}
#blog-list .post a.img-post,
#blog-squares .post a.img-post {
  overflow: hidden;
}
#blog-list .post a.img-post img,
#blog-squares .post a.img-post img {
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
#blog-list .post a.img-post .actions,
#blog-squares .post a.img-post .actions {
  /*background: #000;*/
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  margin-top: 0;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#blog-list .post a.img-post:hover .actions,
#blog-squares .post a.img-post:hover .actions {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
}
#blog-list .post a.img-post:hover img,
#blog-squares .post a.img-post:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
#blog-list .post a.img-post i,
#blog-squares .post a.img-post i {
  display: none !important;
}
#blog-new-masonry .load-more {
  position: relative;
}
#blog-new-masonry .grid-sizer,
#blog-new-masonry .w1-h1 {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
}
#blog-new-masonry .w2-h1 {
  width: 50%;
  height: 0;
  padding-bottom: 25%;
}
#blog-new-masonry .w2-h2 {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
}
#blog-new-masonry .w1-h2 {
  width: 25%;
  height: 0;
  padding-bottom: 50%;
}
#blog-new-masonry .grid-sizer .layer,
#blog-new-masonry .w1-h1 .layer,
#blog-new-masonry .w2-h1 .layer,
#blog-new-masonry .w2-h2 .layer,
#blog-new-masonry .w1-h2 .layer {
  position: absolute;
  overflow: hidden;
  /* left: 0; top: 0; right: 0; bottom: 0;*/
}
#blog-new-masonry .grid-sizer .layer .img-bg,
#blog-new-masonry .w1-h1 .layer .img-bg,
#blog-new-masonry .w2-h1 .layer .img-bg,
#blog-new-masonry .w2-h2 .layer .img-bg,
#blog-new-masonry .w1-h2 .layer .img-bg {
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  #blog-new-masonry .grid-sizer,
  #blog-new-masonry .w1-h1,
  #blog-new-masonry .w2-h1,
  #blog-new-masonry .w2-h2,
  #blog-new-masonry .w1-h2 {
    width: 100% !important;
    padding-bottom: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #blog-new-masonry .grid-sizer,
  #blog-new-masonry .w1-h1,
  #blog-new-masonry .w2-h1,
  #blog-new-masonry .w2-h2,
  #blog-new-masonry .w1-h2 {
    width: 100% !important;
    padding-bottom: 50% !important;
  }
}
#blog-new-masonry .grid-sizer:hover .img-bg,
#blog-new-masonry .w1-h1:hover .img-bg,
#blog-new-masonry .w2-h1:hover .img-bg,
#blog-new-masonry .w2-h2:hover .img-bg,
#blog-new-masonry .w1-h2:hover .img-bg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
#blog-new-masonry .grid-sizer:hover .overlay-masonry,
#blog-new-masonry .w1-h1:hover .overlay-masonry,
#blog-new-masonry .w2-h1:hover .overlay-masonry,
#blog-new-masonry .w2-h2:hover .overlay-masonry,
#blog-new-masonry .w1-h2:hover .overlay-masonry {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#blog-new-masonry .blog-masonry {
  margin: 2px;
}
#blog-new-masonry .blog-masonry img {
  display: none;
}
#blog-new-masonry .post {
  margin-bottom: 0;
}
#blog-new-masonry .post_details ul {
  display: inline;
}
#blog-new-masonry .overlay-masonry {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#blog-new-masonry .layer,
#blog-new-masonry .overlay-masonry {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
#blog-new-masonry .post-content-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 30px;
}
#blog-new-masonry .post-content .date {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  /*color: @textColor2;*/
}
#blog-new-masonry .post-content .date:after {
  content: "";
  width: 30px;
  height: 2px;
  /*background: @bgColor;*/
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
#blog-new-masonry .post-content .entry-title {
  /*margin-bottom: 15px; padding-bottom: 15px;*/
  position: relative;
  margin-bottom: 0px;
}
#blog-new-masonry .post-content .entry-title a:hover {
  color: #cc7343 !important;
}
#blog-new-masonry .post-content .blog-details {
  /*color: @textColor2; */
}
#blog-new-masonry .post-content .blog-details li:after {
  /*background: @bgColor; opacity: 0.5; */
  margin-top: -8px;
  top: 50%;
  /*height: 14px;*/
}
#blog-new-masonry .post-content .blog-details span {
  /* opacity: 0.5; text-transform: capitalize; */
  font-size: 12px;
  /*font-weight: 600; */
  letter-spacing: 1px;
}
#blog-new-masonry .post-content .blog-details a {
  /*color: @textColor2; */
  font-size: 12px;
  /*text-transform: capitalize;*/
}
#blog-new-masonry .post-content .blog-details a:hover {
  color: #cc7343 !important;
}
#blog-new-masonry .blog-button {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #blog-new-masonry .w1-h1 .entry-title,
  #blog-new-masonry .w1-h2 .entry-title {
    font-size: 20px;
  }
  #blog-new-masonry .w1-h1 .date,
  #blog-new-masonry .w1-h2 .date {
    /*margin-bottom: 15px;*/
    font-size: 11px;
  }
  #blog-new-masonry .w1-h1 .post-content .blog-details a,
  #blog-new-masonry .w1-h2 .post-content .blog-details a,
  #blog-new-masonry .w1-h1 .post-content .blog-details span,
  #blog-new-masonry .w1-h2 .post-content .blog-details span {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #blog-new-masonry .w2-h1 .entry-title,
  #blog-new-masonry .w2-h2 .entry-title {
    font-size: 32px;
  }
}
#blog-squares .entry-title:after {
  display: none;
}
#blog-squares .post-content h3 {
  margin-bottom: 0;
}
#blog-squares .date {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#blog-squares .date:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #a78060;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
#blog-squares .post_details {
  margin-bottom: 30px;
}
#blog-squares .post_details li:after {
  /*opacity: 0.3;*/
  /*width: 1px;*/
  /*height: 14px;*/
  margin-top: -8px;
  top: 50%;
}
#blog-squares .post_details span {
  /*opacity: 0.5; text-transform: capitalize; */
  font-size: 12px;
  /*font-weight: 600; */
  letter-spacing: 1px;
}
#blog-squares .post_details a {
  font-size: 12px;
  /* text-transform: capitalize;*/
}
@media (max-width: 767px) {
  #blog-squares .post {
    margin-bottom: 0;
  }
  #blog-squares .post .date:after {
    margin-left: 0;
    left: 0;
  }
}
/* Blog mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  .widget-sidebar.sidebar-right .widget-wrapper {
    margin-left: 0;
  }
  #blog-list .post-content h3,
  #blog-list .post-content,
  #blog-list .type-post {
    margin-top: 0;
  }
  #blog-list #blog-content-append {
    margin-top: 15px;
  }
  #blog-list .post-content {
    margin-left: 90px;
    padding-right: 0;
  }
  #blog-list .post-details {
    width: 65px;
  }
  #blog-list .sidebar-padding {
    padding-top: 30px;
  }
  #blog-list .social-share {
    left: 65px;
  }
  #blog-list .type-post {
    padding: 0 0 30px;
  }
  #blog-classic .type-post {
    padding: 15px 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .sidebar-left,
  .sidebar-right,
  .content-right {
    float: right;
  }
  #blog .post,
  #blog-squares .post {
    padding: 0;
    margin: 0;
  }
  #blog .post:nth-child(2n) .post-content,
  #blog-squares .post:nth-child(2n) .post-content {
    left: 0;
    right: initial;
  }
  #blog .post:nth-child(2n) .post-content h3,
  #blog-squares .post:nth-child(2n) .post-content h3 {
    margin-top: 0;
  }
  #blog .post:nth-child(2n) .post-content:after,
  #blog-squares .post:nth-child(2n) .post-content:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: -30px;
    left: auto;
    border-right: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f2e8df;
    margin-top: -15px;
    z-index: 3;
  }
  #blog .post:nth-child(2n) a.img-post,
  #blog-squares .post:nth-child(2n) a.img-post {
    float: right;
  }
  #blog .post a.img-post,
  #blog-squares .post a.img-post {
    float: left;
    width: 50%;
  }
  #blog .post-content:after,
  #blog-squares .post-content:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    border-right: 15px solid #f2e8df;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: none;
  }
  #blog .load-more,
  #blog-squares .load-more {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .blog-sidebar #blog-content-append {
    margin-top: 45px;
  }
  .blog-sidebar .type-post {
    padding: 0 0 45px 0;
    margin: 15px 0 0 0;
  }
  .blog-sidebar .type-post a.img-post {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-sidebar .type-post .post-content {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .blog-sidebar .type-post .post-content h3:after {
    left: 0;
    margin-left: 0;
  }
  .blog-sidebar .load-more {
    margin: 45px 0;
    padding: 0;
  }
  .blog-sidebar .load-more span {
    padding: 15px;
  }
  .blog-sidebar .post a.img-post {
    width: 100% !important;
    float: none !important;
  }
  .blog .post-content {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0 15px;
  }
  .blog .post-content.post-no-thumbnail {
    position: relative;
    padding: 60px 15px 30px;
    float: none;
    margin: 0 auto;
  }
  .blog .post-content > .post-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .blog .post-content > .post-wrapper > .post-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .blog .post-content h3 {
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
  }
  .blog .post-content .blog-button {
    margin-top: 30px;
  }
  .load-more-text span {
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
  }
  .load-more-text:hover span {
    color: #cc7343;
    background-color: #f2e8df;
  }
  .load-more-text.no-more-posts {
    cursor: default;
  }
  .load-more-text.no-more-posts span {
    cursor: inherit;
  }
  .load-more-text.no-more-posts:hover span {
    color: inherit;
    /*background: @bgColor3;*/
  }
  .load-more-text span {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 15px;
    font-weight: 700;
    letter-spacing: 5px;
    /*background-color: @bgColor3;*/
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .blog .post-content {
    padding: 0 30px;
  }
}
@media (min-width: 1400px) {
  .blog .post-content {
    padding: 0 120px;
  }
}
.js-loading {
  overflow: hidden;
  bottom: 50%;
  position: absolute;
  height: 30px;
  width: 100%;
  margin: 0 0 -15px 0;
  display: none;
}
.masonry-spinner div {
  width: 8px;
  opacity: 0;
  height: 8px;
  position: absolute;
  left: -40px;
  bottom: 12px;
  background-color: #000;
  border-radius: 50%;
  -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.masonry-spinner div:nth-child(2) {
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
}
.masonry-spinner div:nth-child(3) {
  -webkit-animation-delay: 160ms;
  animation-delay: 160ms;
}
.masonry-spinner div:nth-child(4) {
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}
.pagination {
  display: none;
}
.ie-fallback {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-weight: 700;
  -webkit-animation: hide .1s infinite;
  animation: hide 0.1s infinite;
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    left: 110%;
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* End of blog  */
/* ------------------------------------------------------ */
/* 9. Single post section */
/* ------------------------------------------------------ */
#post .post-content .post-author,
#post2 .post-content .post-author {
  font-weight: 600;
}
#post .post-content .post-author a,
#post2 .post-content .post-author a {
  display: inline-block;
}
#post .post-content .post-author a:first-of-type,
#post2 .post-content .post-author a:first-of-type {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  text-transform: capitalize;
}
#post .post-content .post-author a:first-of-type:after,
#post2 .post-content .post-author a:first-of-type:after {
  content: '';
  width: 4px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0;
  text-align: center;
}
#post .post,
#post2 .post {
  padding: 15px;
}
#post .post-text article,
#post2 .post-text article {
  overflow: hidden;
}
#post .post-text header p,
#post2 .post-text header p {
  font-weight: 600;
}
#post .sm-image,
#post2 .sm-image {
  width: 250px;
  height: auto;
}
#post .sm-image2,
#post2 .sm-image2 {
  width: 400px;
  height: auto;
}
#post .sm-image3,
#post2 .sm-image3 {
  width: 300px;
  height: auto;
}
#post .message-success,
#post2 .message-success {
  right: 15px;
  max-width: 185px;
}
#post .img-post,
#post2 .img-post {
  cursor: default !important;
}
#post .widget-sidebar,
#post2 .widget-sidebar {
  padding-top: 90px;
  padding-bottom: 90px;
}
#post .edit-link,
#post2 .edit-link {
  display: none;
}
#post .social-share ul,
#post2 .social-share ul {
  margin-bottom: 0;
  margin-top: 30px;
}
#post .social-share ul li,
#post2 .social-share ul li {
  display: inline-block;
}
#post .social-share ul a,
#post2 .social-share ul a {
  width: 20px;
  height: 20px;
  line-height: 30px;
  font-size: 14px;
  /*border: 1px solid fade(@textColor2, 50%); border-radius: 50%; */
  text-align: center;
  display: block;
}
#post .post_details,
#post2 .post_details {
  margin: 0;
}
#post .date {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#post .date:after {
  left: 50%;
  margin-left: -15px;
}
#post .post-content h3 {
  margin-bottom: 0;
}
#post .post-content h3:after {
  display: none;
}
#post .post_details li {
  font-size: 12px;
}
#post .img-post {
  float: left;
  width: 50%;
}
#post .img-post img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.comment-form {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form .form-submit {
  padding: 15px;
}
.comment-form #submit {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background: transparent;
  border-color: rgba(167, 128, 96, 0.3);
  color: #47352f;
  position: relative;
  display: inline-block;
  width: auto !important;
  float: right;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
}
.comment-form #submit:focus,
.comment-form #submit:active:focus,
.comment-form #submit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.comment-form #submit:hover,
.comment-form #submit:focus {
  text-decoration: none;
}
.comment-form #submit:active,
.comment-form #submit.active {
  outline: 0;
  background-image: none;
}
.comment-form #submit.disabled,
.comment-form #submit[disabled],
fieldset[disabled] .comment-form #submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form #submit:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.comment-form #submit:hover:after {
  width: 20px;
  opacity: 1;
}
.comment-form #submit:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.comment-form #submit .button-send {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.comment-form #submit:after {
  right: 3px;
}
.berg-tags {
  text-align: right;
  font-size: 14px;
  margin-bottom: 30px;
}
.berg-tags a {
  letter-spacing: 1px;
  font-style: italic;
}
#comment-status p::first-letter {
  text-transform: capitalize;
}
.comments-container {
  background: #f2e8df;
}
.comment {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.comment .comment-author {
  display: table;
}
.comment .comment-author span {
  display: block;
  font-size: 16px;
}
.comment .comment-author span:first-of-type {
  font-weight: 600;
}
.comment .comment-author span:nth-of-type(2) {
  font-size: 16px;
  color: #c8b4ad;
  text-align: left;
}
.comment .comment-author .author {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.comment .comment-author .author span a {
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.comment .comment-author .author span a:hover {
  color: #cc7343;
}
.comment .comment-author .author .comment-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(71, 53, 47, 0.5);
}
.comment .comment-author .author .comment-meta a {
  color: #c8b4ad;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin: 0 2px;
}
.comment .comment-author .author .comment-meta a:hover {
  color: #cc7343;
}
.comment .comment-author .avatar {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.comment .comment-author figure,
.comment .comment-author img {
  width: 100%;
  display: block;
}
.comment .comment-author img {
  height: auto;
  border-radius: 50%;
}
.comment .comment-author figure {
  height: 100%;
}
.pingback {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.pingback .comment-author span {
  display: block;
  font-size: 18px;
}
.pingback .comment-author span:first-of-type {
  font-weight: 600;
}
.pingback .comment-author span:nth-of-type(2) {
  font-size: 16px;
  color: #c8b4ad;
  text-align: left;
}
.pingback .comment-author .author {
  padding-left: 0;
}
.pingback .comment-author .author span a {
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.pingback .comment-author .author span a:hover {
  color: #cc7343;
}
.pingback .comment-author .author .comment-meta a {
  color: #c8b4ad;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.pingback .comment-author .author .comment-meta a:hover {
  color: #cc7343;
}
.paginate-comments {
  margin: 30px 0;
  text-align: center;
  letter-spacing: 3px;
}
.logged-in-as a {
  color: #cc7343;
}
.comment-reply-title {
  display: none;
}
.comment-respond {
  padding: 60px 0;
}
#post2 .post {
  padding: 0;
  margin: 0;
  position: relative;
}
#post2 .post figure,
#post2 .post img {
  display: block;
  width: 100%;
  height: auto;
}
#post2 .post-text {
  margin-top: 30px;
}
#post2 .post-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #a78060;
  color: #ffffff;
  letter-spacing: 1px;
}
#post2 .post-header a,
#post2 .post-header span {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#post2 .post-header .date {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#post2 .post-header h1 {
  /*font-size: 24px;*/
  margin-bottom: 0;
}
#post2 .post-header .post-author {
  font-weight: 600;
  margin-bottom: 15px;
}
#post2 .post-header .post-author a {
  display: inline-block;
}
#post2 .post-header .post-author a:first-of-type {
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  text-transform: capitalize;
}
#post2 .post-header .post-author a:first-of-type:after {
  content: '';
  width: 2px;
  height: 16px;
  position: absolute;
  right: -1px;
  top: 5px;
  text-align: center;
  background: #47352f;
}
#post2 .post_details li:after {
  right: -12px !important;
}
/* Single post mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 991px) {
  #post .img-post {
    float: none;
    width: 100%;
  }
  #post .date:after {
    left: 0;
    margin-left: 0;
  }
  #post .post_details {
    margin: 0;
  }
  #post .post-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #post .widget-sidebar,
  #post2 .widget-sidebar {
    padding-top: 0;
    padding-bottom: 0;
  }
  #post2 .post-text {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #post2 .post-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .widget-sidebar .recentcomments .comment-details-sidebar {
    text-align: left;
  }
  .widget-sidebar.sidebar-left .widget-wrapper {
    margin-right: 0;
  }
  .widget-sidebar.sidebar-right .widget-wrapper {
    margin-left: 0;
  }
  .comment-respond {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  #post .post-text,
  #post2 .post-text {
    /*margin-top: 30px; margin-bottom: 30px;*/
  }
  #post .post-text p,
  #post2 .post-text p {
    font-size: 16px;
  }
  #post .post-text article *:first-child,
  #post2 .post-text article *:first-child {
    margin-top: 0 !important;
  }
  #post .post-content > div,
  #post2 .post-content > div {
    margin: 0 auto;
  }
  .pingback {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    margin: 0;
  }
  .pingback .comment-author {
    width: 50%;
    margin: 0 auto;
  }
  .pingback .comment-author span {
    display: block;
    font-size: 18px;
  }
  .pingback .comment-author span:first-of-type {
    font-weight: 600;
  }
  .pingback .comment-author span:nth-of-type(2) {
    font-size: 16px;
    color: #c8b4ad;
    text-align: left;
  }
  .pingback .comment-author .author {
    text-align: center;
    padding-left: 0;
  }
  .pingback .comment-author .author span a {
    color: #47352f;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pingback .comment-author .author span a:hover {
    color: #cc7343;
  }
  .pingback .comment-author .author .comment-meta a {
    color: #c8b4ad;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pingback .comment-author .author .comment-meta a:hover {
    color: #cc7343;
  }
  .comment {
    padding: 60px 0;
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
  }
  .comment .comment-content {
    display: table-cell;
    vertical-align: middle;
  }
  .comment .comment-author {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    display: block;
    padding: 0 30px;
    top: 0;
  }
  .comment .comment-author > div {
    display: table;
    width: 100%;
    height: 100%;
  }
  .comment .comment-author > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .comment .comment-author .author,
  .comment .comment-author .avatar {
    display: inline-block;
  }
  .comment .comment-author .author span,
  .comment .comment-author .avatar span {
    text-align: left;
  }
  .comment .comment-author .avatar {
    width: 100px;
    height: 100px;
  }
  .comment .comment-text {
    width: 50%;
    text-align: right;
    display: table;
    height: 100px;
  }
  .comment .comment-text p {
    margin-bottom: 0;
    padding: 0 30px;
    font-size: 16px;
  }
  .comment:nth-child(2n-1) .comment-author {
    left: 0;
  }
  .comment:nth-child(2n-1) .comment-author > div > div {
    text-align: right;
  }
  .comment:nth-child(2n-1) .comment-author .author,
  .comment:nth-child(2n-1) .comment-author .avatar {
    float: right;
  }
  .comment:nth-child(2n-1) .comment-author .author {
    margin-top: 22px;
    margin-right: 30px;
  }
  .comment:nth-child(2n-1) .comment-author .author span {
    text-align: right;
  }
  .comment:nth-child(2n-1) .comment-text {
    float: right;
    text-align: left;
  }
  .comment:nth-last-child(2) {
    border-bottom: none;
  }
  .comments {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #post2 .post-header {
    text-align: center;
    background: #a78060;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    /*letter-spacing: 4px;*/
  }
  #post2 .post-header a,
  #post2 .post-header span {
    color: #ffffff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  #post2 .post-header h1 {
    /*margin-bottom: 60px;*/
    position: relative;
    padding: 0;
    margin-top: 0;
    /*font-size: 48px;*/
  }
  #post2 .post-header a:hover {
    color: #cc7343;
  }
}
@media (min-width: 992px) {
  #post .post {
    padding: 0;
  }
  #post .img-post:hover img {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  #post .post-text,
  #post2 .post-text {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
/* End of single post section */
/* ------------------------------------------------------ */
/* 10. Reservation section */
/* ------------------------------------------------------ */
#reservation h2 {
  position: relative;
  font-weight: 700;
}
.picker__holder {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
}
.rtb-booking-form form {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.rtb-booking-form form fieldset {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .rtb-booking-form form fieldset {
    float: left;
    width: 50%;
  }
}
.rtb-booking-form form legend {
  border: none;
  letter-spacing: 1px;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.33;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 20px;
  width: auto;
}
.rtb-booking-form form legend small,
.rtb-booking-form form legend .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.rtb-booking-form form legend small,
.rtb-booking-form form legend .small {
  font-size: 75%;
}
.rtb-booking-form form .add-message {
  display: none;
}
.rtb-booking-form form button[type=submit] {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background-color: #a78060 !important;
  background: #a78060 !important;
  border-color: #a78060 !important;
  color: #ffffff !important;
  font-size: 12px;
  padding: 10px 30px;
  margin-right: 15px;
  float: right;
}
.rtb-booking-form form button[type=submit]:focus,
.rtb-booking-form form button[type=submit]:active:focus,
.rtb-booking-form form button[type=submit].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rtb-booking-form form button[type=submit]:hover,
.rtb-booking-form form button[type=submit]:focus {
  text-decoration: none;
}
.rtb-booking-form form button[type=submit]:active,
.rtb-booking-form form button[type=submit].active {
  outline: 0;
  background-image: none;
}
.rtb-booking-form form button[type=submit].disabled,
.rtb-booking-form form button[type=submit][disabled],
fieldset[disabled] .rtb-booking-form form button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rtb-booking-form form button[type=submit]:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.rtb-booking-form form button[type=submit]:hover:after {
  width: 20px;
  opacity: 1;
}
.rtb-booking-form form button[type=submit]:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.rtb-booking-form form button[type=submit]:active,
.rtb-booking-form form button[type=submit].active,
.open .dropdown-toggle.rtb-booking-form form button[type=submit] {
  background-image: none !important;
}
.rtb-booking-form form button[type=submit].disabled,
.rtb-booking-form form button[type=submit][disabled],
fieldset[disabled] .rtb-booking-form form button[type=submit],
.rtb-booking-form form button[type=submit].disabled:hover,
.rtb-booking-form form button[type=submit][disabled]:hover,
fieldset[disabled] .rtb-booking-form form button[type=submit]:hover,
.rtb-booking-form form button[type=submit].disabled:focus,
.rtb-booking-form form button[type=submit][disabled]:focus,
fieldset[disabled] .rtb-booking-form form button[type=submit]:focus,
.rtb-booking-form form button[type=submit].disabled:active,
.rtb-booking-form form button[type=submit][disabled]:active,
fieldset[disabled] .rtb-booking-form form button[type=submit]:active,
.rtb-booking-form form button[type=submit].disabled.active,
.rtb-booking-form form button[type=submit][disabled].active,
fieldset[disabled] .rtb-booking-form form button[type=submit].active {
  background-color: #a78060 !important;
  border-color: #a78060 !important;
}
.rtb-booking-form form button[type=submit] .badge {
  color: #a78060 !important;
  background-color: #ffffff !important;
}
.rtb-booking-form form button[type=submit]:after {
  right: 6px;
}
.rtb-booking-form label {
  display: none;
}
.rtb-booking-form input,
.rtb-booking-form textarea,
.rtb-booking-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.rtb-booking-form input:focus,
.rtb-booking-form textarea:focus,
.rtb-booking-form select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rtb-booking-form input::-moz-placeholder,
.rtb-booking-form textarea::-moz-placeholder,
.rtb-booking-form select::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.rtb-booking-form input:-ms-input-placeholder,
.rtb-booking-form textarea:-ms-input-placeholder,
.rtb-booking-form select:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.rtb-booking-form input::-webkit-input-placeholder,
.rtb-booking-form textarea::-webkit-input-placeholder,
.rtb-booking-form select::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.rtb-booking-form input[disabled],
.rtb-booking-form textarea[disabled],
.rtb-booking-form select[disabled],
.rtb-booking-form input[readonly],
.rtb-booking-form textarea[readonly],
.rtb-booking-form select[readonly],
fieldset[disabled] .rtb-booking-form input,
fieldset[disabled] .rtb-booking-form textarea,
fieldset[disabled] .rtb-booking-form select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.rtb-booking-form input,
textarea.rtb-booking-form textarea,
textarea.rtb-booking-form select {
  height: auto;
}
.rtb-booking-form input[disabled],
.rtb-booking-form textarea[disabled],
.rtb-booking-form select[disabled],
.rtb-booking-form input[readonly],
.rtb-booking-form textarea[readonly],
.rtb-booking-form select[readonly] {
  background: transparent;
}
.rtb-booking-form input:focus,
.rtb-booking-form textarea:focus,
.rtb-booking-form select:focus,
.rtb-booking-form input:active,
.rtb-booking-form textarea:active,
.rtb-booking-form select:active {
  outline: none !important;
  box-shadow: none !important;
}
.rtb-booking-form fieldset > div {
  margin-bottom: 15px;
}
.rtb-booking-form .message {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.rtb-booking-form .message textarea {
  height: 6em !important;
}
.rtb-booking-form .rtb-error {
  display: none;
}
.rtb-booking-form .rtb-message {
  text-align: center;
  margin: 30px 0;
}
.rtb-booking-form .rtb-message p {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 15px 30px;
  border: 1px solid #2CCE22;
  border-radius: 3px;
  color: #21A019;
  max-width: 600px;
  margin: 0 auto;
}
.rtb-booking-form .date:focus,
.rtb-booking-form .time:focus,
.rtb-booking-form #rtb-party:focus,
.rtb-booking-form .date:active,
.rtb-booking-form .time:active,
.rtb-booking-form #rtb-party:active,
.rtb-booking-form .date.focus,
.rtb-booking-form .time.focus,
.rtb-booking-form #rtb-party.focus,
.rtb-booking-form .date.active,
.rtb-booking-form .time.active,
.rtb-booking-form #rtb-party.active {
  border-color: #47352f !important;
}
.rtb-booking-form .picker__input.picker__input--active {
  border-color: #47352f !important;
}
.widget-sidebar .rtb-booking-form form fieldset {
  width: 100%;
}
.widget-sidebar .rtb-booking-form form legend {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.widget-sidebar .rtb-booking-form form button[type=submit] {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
}
.widget-sidebar .rtb-booking-form form button[type=submit]:after {
  right: 3px;
}
.picker__wrap {
  padding-bottom: 100px;
  padding-top: 100px;
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #cc7343;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next,
  .picker__nav--prev {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 400;
  text-align: center;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: .3125em 0;
  font-weight: 300;
  border: 1px solid transparent;
  text-align: center;
}
.picker__day--today {
  color: #cc7343;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #854624;
  border-left: 0.5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #cc7343;
}
.picker__day--highlighted {
  background: #e2af93;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #e2af93;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  background: #cc7343;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.picker__footer {
  text-align: center;
  margin-bottom: 15px;
}
.picker__button--clear {
  background: transparent !important;
  border-color: rgba(204, 115, 67, 0.3) !important;
  color: #cc7343 !important;
}
.picker__button--today {
  background: transparent !important;
  border-color: rgba(167, 128, 96, 0.3) !important;
  color: #47352f !important;
}
.picker__button--close {
  background-color: #a78060 !important;
  background: #a78060 !important;
  border-color: #a78060 !important;
  color: #ffffff !important;
}
.picker__button--close:active,
.picker__button--close.active,
.open .dropdown-toggle.picker__button--close {
  background-image: none !important;
}
.picker__button--close.disabled,
.picker__button--close[disabled],
fieldset[disabled] .picker__button--close,
.picker__button--close.disabled:hover,
.picker__button--close[disabled]:hover,
fieldset[disabled] .picker__button--close:hover,
.picker__button--close.disabled:focus,
.picker__button--close[disabled]:focus,
fieldset[disabled] .picker__button--close:focus,
.picker__button--close.disabled:active,
.picker__button--close[disabled]:active,
fieldset[disabled] .picker__button--close:active,
.picker__button--close.disabled.active,
.picker__button--close[disabled].active,
fieldset[disabled] .picker__button--close.active {
  background-color: #a78060 !important;
  border-color: #a78060 !important;
}
.picker__button--close .badge {
  color: #a78060 !important;
  background-color: #ffffff !important;
}
.picker__button--clear,
.picker__button--today,
.picker__button--close {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  text-transform: uppercase;
  margin: 0 15px;
  font-weight: 400;
  font-size: 14px;
}
.picker__button--clear:focus,
.picker__button--today:focus,
.picker__button--close:focus,
.picker__button--clear:active:focus,
.picker__button--today:active:focus,
.picker__button--close:active:focus,
.picker__button--clear.active:focus,
.picker__button--today.active:focus,
.picker__button--close.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.picker__button--clear:hover,
.picker__button--today:hover,
.picker__button--close:hover,
.picker__button--clear:focus,
.picker__button--today:focus,
.picker__button--close:focus {
  text-decoration: none;
}
.picker__button--clear:active,
.picker__button--today:active,
.picker__button--close:active,
.picker__button--clear.active,
.picker__button--today.active,
.picker__button--close.active {
  outline: 0;
  background-image: none;
}
.picker__button--clear.disabled,
.picker__button--today.disabled,
.picker__button--close.disabled,
.picker__button--clear[disabled],
.picker__button--today[disabled],
.picker__button--close[disabled],
fieldset[disabled] .picker__button--clear,
fieldset[disabled] .picker__button--today,
fieldset[disabled] .picker__button--close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.picker__button--clear:hover,
.picker__button--today:hover,
.picker__button--close:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.picker__button--clear:hover:after,
.picker__button--today:hover:after,
.picker__button--close:hover:after {
  width: 20px;
  opacity: 1;
}
.picker__button--clear:after,
.picker__button--today:after,
.picker__button--close:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.picker__button--clear:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.2em;
  width: 0;
  border-top: 0.66em solid #854624;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #cc7343;
  vertical-align: top;
  font-size: 1.1em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.picker__button--clear:hover:before {
  color: #ffffff;
}
ul.picker__list {
  list-style: none;
  padding: .75em 0 1em;
  margin: 0;
}
.widget-sidebar .picker__list-item,
li.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
  line-height: 1em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #e2af93;
  border-color: #cc7343;
  z-index: 9999;
}
.picker__list-item--selected,
.picker__list-item--selected:hover {
  border-color: #cc7343;
  z-index: 9999;
}
.picker__list-item--highlighted {
  background: #e2af93;
}
.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
  background: #cc7343;
  color: #ffffff;
}
.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.picker--time .picker__button--clear {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background: transparent !important;
  border-color: rgba(204, 115, 67, 0.3) !important;
  color: #cc7343 !important;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
}
.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:active:focus,
.picker--time .picker__button--clear.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  text-decoration: none;
}
.picker--time .picker__button--clear:active,
.picker--time .picker__button--clear.active {
  outline: 0;
  background-image: none;
}
.picker--time .picker__button--clear.disabled,
.picker--time .picker__button--clear[disabled],
fieldset[disabled] .picker--time .picker__button--clear {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.picker--time .picker__button--clear:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.picker--time .picker__button--clear:hover:after {
  width: 20px;
  opacity: 1;
}
.picker--time .picker__button--clear:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.picker--time .picker__button--clear:before {
  top: -0.15em;
  color: #cc7343;
  font-size: 1.25em;
  font-weight: 700;
}
.picker--time .picker__button--clear:focus:before,
.picker--time .picker__button--clear:hover:before {
  color: #ffffff;
}
.picker--time .picker__frame {
  max-height: 100px;
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
.desktop-version .picker__frame {
  margin-top: -200px !important;
  bottom: auto !important;
  top: 50% !important;
  height: 400px !important;
  overflow: hidden;
  max-height: none !important;
}
.desktop-version .picker__frame ul {
  overflow-y: scroll;
  height: 400px;
}
.desktop-version .picker__wrap {
  padding: 0 !important;
}
.picker__wrap {
  padding: 0 !important;
}
#rtb-time,
#rtb-date {
  cursor: pointer;
}
/* Reservation mediaqueries */
/* ------------------------------------------------------ */
@media (min-width: 768px) {
  #reservation .reservation-content {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Datepicker
----------------------------------*/
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Progressbar
----------------------------------*/
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.otw-widget-form {
  visibility: hidden;
}
.home-2.loaded .reservation-form {
  left: 380px;
}
.reservation-form {
  display: none;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.reservation-form > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reservation-form .form-submit {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10001;
}
.reservation-form .form-inner-wrapper {
  right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  text-align: center;
  transform: translateY(-50%);
}
.reservation-form .form-close,
.reservation-form .form-next-step {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 60px 15px 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  position: relative;
}
.reservation-form .form-close {
  padding: 15px 60px;
}
.reservation-form .fa-angle-up {
  font-size: 26px;
  position: absolute;
  top: -26px;
  left: 24px;
  opacity: 0.4;
  cursor: pointer;
}
.reservation-form .fa-angle-down {
  font-size: 26px;
  position: absolute;
  bottom: -26px;
  left: 24px;
  opacity: 0.4;
  cursor: pointer;
}
.reservation-form .time-range {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.reservation-form .time-range.time-range-active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.reservation-form .form-next-step > span {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.4;
}
.reservation-form .form-next-step .sup {
  position: relative;
  top: -5px;
}
.reservation-form .form-next-step .sub {
  position: relative;
  top: 5px;
}
.reservation-form h1 {
  font-size: 100px;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 30px;
}
.reservation-form .spinner-wrapper {
  position: relative;
  display: inline-block;
}
.reservation-form .spinner-frame {
  display: inline-block;
  padding: 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 5px;
}
#reservation-trigger {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}
.reservation-datepicker {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: auto;
  right: 0;
  height: 100%;
  border: none;
  padding: 60px 120px;
}
.reservation-datepicker table {
  table-layout: fixed;
}
.reservation-datepicker table td a,
.reservation-datepicker table td span {
  padding: 20% 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: none !important;
}
.reservation-datepicker table th {
  color: #fff;
}
.reservation-datepicker .ui-state-default,
.reservation-datepicker .ui-widget-content .ui-state-default,
.reservation-datepicker .ui-widget-header .ui-state-default {
  background: none !important;
  color: #fff;
  border: 1px solid transparent;
  font-weight: 700;
}
.reservation-datepicker .ui-datepicker-current-day .ui-state-default {
  border-color: rgba(255, 255, 255, 0.2);
}
.reservation-datepicker .ui-widget-header {
  background: none;
  color: #fff;
  border: none;
}
.reservation-datepicker .ui-datepicker-title {
  margin: 15px 2.3em 60px;
}
.reservation-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 2px;
}
.reservation-datepicker .ui-datepicker-title .ui-datepicker-year {
  position: relative;
  bottom: -0.25em;
  font-weight: 900;
  font-size: 16px;
}
.reservation-datepicker .ui-datepicker-title .ui-datepicker-year:before {
  content: '/';
  font-size: 45px;
  font-weight: 300;
  font-family: inherit;
  position: relative;
  top: 8px;
  left: -4px;
}
.reservation-datepicker .ui-datepicker-next,
.reservation-datepicker .ui-datepicker-prev {
  cursor: pointer;
}
.reservation-datepicker .ui-datepicker-next {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="second-border" xmlns:xlink="http://www.w3.org/1999/xlink" width="75px" height="100%" viewBox="0 0 100 50" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line" x1="25" y1="25" x2="98" y2="25" stroke="#fff" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><polygon points="100,25 85,34 85,16" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: #fff;" ></polygon></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  right: 35px;
  top: 20px;
  color: transparent;
  width: 100px;
  height: 50px;
}
.reservation-datepicker .ui-datepicker-prev {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="second-border" xmlns:xlink="http://www.w3.org/1999/xlink" width="75px" height="100%" viewBox="0 0 100 50" preserveAspectRatio="xMidYMid meet" zoomAndPan="disable" ><line id="e4_line" x1="2" y1="25" x2="75" y2="25" stroke="#fff" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><polygon points="0,25 15,34 15,16" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: #fff;" ></polygon></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  left: 35px;
  top: 20px;
  color: transparent;
  width: 100px;
  height: 50px;
}
.mobile-booking {
  margin-bottom: 30px;
}
.mobile-booking div {
  margin-bottom: 5px;
}
.mobile-booking i {
  width: 25px;
  margin-left: 10px;
}
.mobile-booking select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  padding: 8px 14px;
  border-radius: 0;
  background: transparent;
}
.home-reservation-back {
  position: absolute;
  left: 380px;
  right: 0;
  bottom: 60px;
  text-align: center;
}
.home-reservation-back .form-close {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 60px 15px 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  position: relative;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  position: absolute !important;
  color: transparent;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute !important;
}
.reservation-datepicker .ui-state-default,
.reservation-datepicker .ui-widget-content .ui-state-default,
.reservation-datepicker .ui-widget-header .ui-state-default {
  color: #fff !important;
}
.rtb-confirm.consent-statement label {
  display: block;
  font-weight: 400;
}
.rtb-confirm.consent-statement #rtb-consent-statement {
  height: auto;
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
/* End of reservation section */
/* ------------------------------------------------------ */
/* 11. Menu section */
/* ------------------------------------------------------ */
.menu-content .mix {
  display: none;
}
.menu-content .mix .row {
  background: #f2e8df;
}
.menu-content .menu-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-content .menu-item {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .menu-content .menu-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .menu-content .menu-item {
    float: left;
    width: 33.33333333%;
  }
}
.menu-content .menu-item > a {
  width: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.menu-content .menu-item > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #a78060;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-content .menu-item > a figure,
.menu-content .menu-item > a img {
  width: 100%;
  height: auto;
  display: block;
}
.menu-content .menu-item > a .actions {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.1s;
  -moz-transition: opacity 0.4s 0.1s;
  -o-transition: opacity 0.4s 0.1s;
  transition: opacity 0.4s 0.1s;
  z-index: 0;
}
.menu-content .menu-item > a img {
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.menu-content .menu-item > a .actions {
  background: #000;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  margin-top: 0;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.menu-content .menu-item > a:hover .actions {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
}
.menu-content .menu-item > a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.container.above-content {
  padding-top: 60px !important;
}
.container.below-content {
  margin-bottom: 30px !important;
}
.open_overlay i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 34px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
  transform: translate(0, -40px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-moz-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),-o-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.1s;
  z-index: 1;
}
.open_overlay > a:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, 0px) !important;
  -moz-transform: translate(0px, 0px) !important;
  -ms-transform: translate(0px, 0px) !important;
  -o-transform: translate(0px, 0px) !important;
  transform: translate(0px, 0px) !important;
}
.product-image {
  width: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.product-image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #a78060;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-image figure,
.product-image img {
  width: 100%;
  height: auto;
  display: block;
}
.product-image img {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.product-image img.lazyloaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.item-description {
  padding: 0 0 30px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 14px;
}
.item-description h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.item-description a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  color: #47352f;
}
.item-description a:hover {
  color: #cc7343;
}
.item-description p {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin: 5px 0 0px;
}
.item-description p.item-excerpt {
  font-weight: normal;
}
.item-description .item-price {
  font-weight: 600;
  color: #cc7343;
}
.item-description .old-price,
.item-description del {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 12px;
}
.item-description .new-price,
.item-description strong {
  color: #cc7343;
}
.item-description:after {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-category h2 {
  background: #a78060;
  margin: 0 -15px;
  padding: 25px 15px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  /*text-transform: capitalize;*/
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.menu-category.hide-section-header {
  display: none;
}
.menu-category.no-bg-section-header h2 {
  background: transparent;
  padding: 15px;
  color: #47352f;
}
.no-hover:hover {
  cursor: default;
}
.no-hover:hover img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.category-description {
  text-align: center;
  margin: 0 -15px;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.category-description p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .category-description {
    padding-top: 30px;
  }
}
.list-category {
  left: 0px;
  right: 0px;
  margin-left: 0px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-bottom: 0;
  display: block;
  background: #f2e8df;
  position: relative;
  text-align: center;
}
.list-category:before,
.list-category:after {
  content: " ";
  display: table;
}
.list-category:after {
  clear: both;
}
.list-category:before,
.list-category:after {
  content: " ";
  display: table;
}
.list-category:after {
  clear: both;
}
.list-category li {
  display: block;
  position: relative;
  width: 50%;
  float: left;
}
.list-category li span,
.list-category li > a {
  padding: 20px 0;
  margin: 0 10px;
  color: #47352f;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
}
.list-category li a:active,
.list-category li a:focus,
.list-category li a:hover {
  color: inherit;
}
.list-category > li > a:not(.cart):before,
.list-category .shop-list > ul > li:not(.shopping-cart) a:before,
.list-category > li > span:before {
  position: absolute;
  top: 40px;
  left: 50%;
  color: transparent;
  content: "\2022";
  text-shadow: 0 0 transparent;
  font-size: 0.7em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: -o-transform 0.3s, color 0.3s, text-shadow 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s, text-shadow 0.3s;
  pointer-events: none;
  font-weight: 400;
}
.list-category > li > a:not(.cart).active:before,
.list-category .shop-list > ul > li:not(.shopping-cart) a.active:before,
.list-category > li > span.active:before,
.list-category > li > a:not(.cart):hover:before,
.list-category .shop-list > ul > li:not(.shopping-cart) a:hover:before,
.list-category > li > span:hover:before {
  color: #47352f;
  text-shadow: 10px 0 #47352f, -10px 0 #47352f;
}
.list-category.second-hover > li > span:before,
.list-category.second-hover > li > a:not(.cart):before,
.list-category.second-hover .shop-list > ul > li:not(.shopping-cart) a:before {
  content: '';
  background: #47352f;
  position: absolute;
  bottom: 12px;
  top: auto !important;
  left: 5%;
  width: 90%;
  height: 1px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list-category.second-hover > li > span.active:before,
.list-category.second-hover > li > a:not(.cart).active:before,
.list-category.second-hover .shop-list > ul > li:not(.shopping-cart) a.active:before,
.list-category.second-hover > li > span:hover:before,
.list-category.second-hover > li > a:not(.cart):hover:before,
.list-category.second-hover .shop-list > ul > li:not(.shopping-cart) a:hover:before {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#menu .item-description p {
  /*font-weight: 600; */
}
#menu .item-description p.desc {
  font-weight: normal;
  margin: 0;
}
#menu .item-description p,
#second-menu .item-description p {
  font-weight: 400;
}
#menu .item-description p:last-of-type,
#second-menu .item-description p:last-of-type {
  font-weight: 600;
}
#menu .footer-content,
#second-menu .footer-content {
  padding: 0 !important;
}
#second-menu .menu-content .menu-item {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f2e8df;
}
@media (min-width: 768px) {
  #second-menu .menu-content .menu-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  #second-menu .menu-content .menu-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  #second-menu .menu-content .menu-item {
    float: left;
    width: 16.66666667%;
  }
}
#second-menu .item-description {
  width: 100%;
  /*p { font-weight: 600; }*/
}
#second-menu .item-description .item-price {
  font-weight: 600;
  color: #cc7343;
}
#second-menu .item-description .old-price {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 12px;
}
#second-menu .item-description .new-price {
  color: #cc7343;
}
#third-menu .items-content {
  padding-top: 60px;
  padding-bottom: 0;
}
#third-menu .items-content .menu-item {
  display: inline-block;
  width: 100%;
  float: none;
  vertical-align: top;
  text-align: left;
  padding: 0;
}
#third-menu .items-content .menu-item .menu-details {
  float: right;
  margin-left: 15px;
  position: relative;
  top: -2px;
  font-weight: 600;
}
#third-menu .items-content .menu-item .item-description {
  padding: 0 ;
  padding: 30px 0 0;
  position: relative;
  font-size: 14px;
}
#third-menu .items-content .menu-item .item-description h5 {
  margin-bottom: 5px;
}
#third-menu .items-content .menu-item .item-description p {
  font-size: 14px;
  margin: 0 0 5px;
  /*font-weight: 600; */
}
#third-menu.woocommerce .items-content .item-description {
  border-top: 1px solid #eeeeee;
}
#third-menu.woocommerce .items-content .item-description h5 {
  margin-bottom: 15px;
}
#third-menu .dots {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 0;
  margin: 0;
  border: 0;
  height: 2px;
  background-repeat: repeat-x;
  display: block;
  background-image: radial-gradient(circle closest-side, #333333 99%, rgba(0, 0, 0, 0) 1%);
  opacity: 0.3;
  background-position: bottom;
  background-size: 6px 2px;
}
#third-menu .no-bg-section-header {
  padding-top: 60px;
}
#third-menu .no-bg-section-header h2 {
  padding: 0;
}
#third-menu .category-description {
  padding: 0;
  border: none;
}
#third-menu .menu-content > div:last-child .items-content {
  padding-bottom: 60px;
}
.menu-item .icon-food {
  width: auto;
  margin-left: 5px;
  min-width: 1px;
}
.menu-item .icon-food img {
  max-width: 16px;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: -2px;
}
.menu-item .item-description {
  padding: 0 ;
  padding: 0 0 30px;
  position: relative;
  font-size: 12px;
  /*font-family: 'Lato';*/
}
.menu-item .item-description h5,
.menu-item .item-description .item-title {
  font-size: 16px;
}
.menu-item .item-description h5 p,
.menu-item .item-description .item-title p {
  display: inline-block;
  margin: 0;
}
.menu-item .item-description .label,
.menu-item .item-description .badge {
  font-size: 10px;
  padding: .1em .5em;
  line-height: normal;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.menu-item .food-badges {
  margin-bottom: 5px;
}
#menu-list-new .container {
  padding-top: 0;
  padding-bottom: 0;
}
#menu-list-new .menu-content.padding-filters {
  padding-top: 60px;
}
#menu-list-new .grid-sizer {
  width: 50%;
}
#menu-list-new .menu-content > div:first-of-type .boxed-section-header {
  margin-top: 0 !important;
}
#menu-list-new .menu-content .boxed-section-header {
  margin-top: 60px;
  margin-bottom: 60px;
}
#menu-list-new .menu-content .boxed-section-header.no-img-header {
  padding-top: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
#menu-list-new .menu-content > div:last-of-type .container:last-of-type {
  padding-bottom: 60px;
}
#menu-list-new .menu-content .menu-item {
  display: inline-block;
  width: 50%;
  float: none;
  vertical-align: top;
  text-align: left;
  padding: 0 15px;
}
#menu-list-new .menu-content .menu-item:last-of-type .item-description {
  padding: 0;
}
#menu-list-new .menu-category h2 {
  text-transform: uppercase;
}
#menu-list-new .entry-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 95px;
  text-align: left;
  z-index: 5;
}
#menu-list-new .entry-title span,
#menu-list-new .entry-title a {
  display: inline-block;
}
#menu-list-new .entry-title .item-title {
  position: relative;
  z-index: 1;
}
#menu-list-new .dots {
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 0;
  margin: 0;
  border: 0;
  height: 2px;
  background-repeat: repeat-x;
  display: block;
  background-image: radial-gradient(circle closest-side, #333333 99%, rgba(0, 0, 0, 0) 1%);
  opacity: 0.3;
  background-position: bottom;
  background-size: 6px 2px;
}
#menu-list-new .category-description {
  background: transparent;
  padding: 0 15px !important;
  border: none;
  margin: 0;
}
#menu-list-new .category-description p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  color: rgba(71, 53, 47, 0.5);
  font-weight: normal;
}
#menu-list-new .menu-details {
  position: absolute;
  bottom: 0;
  right: 0;
}
#menu-list-new .menu-details p {
  margin: 0;
  font-size: 16px;
}
.menu-grid-item {
  width: 50%;
  padding: 45px 15px 0 15px;
}
.menu-grid-item:nth-child(2),
.menu-grid-item:nth-child(3) {
  padding: 0 15px;
}
.menu-grid-item .menu-item {
  padding: 0;
  width: 100% !important;
  float: none;
}
.menu-grid-item h3 {
  margin-top: 0;
  margin-bottom: 45px;
  text-align: center;
}
.boxed-section-header .menu-category {
  padding: 60px 0;
}
.boxed-section-header .menu-category h2 {
  padding: 0;
  margin: 0;
  background: transparent;
}
.boxed-section-header .menu-category .category-description {
  padding: 0 !important;
  border: none;
  margin: 0;
  position: relative;
  z-index: 2;
}
.boxed-section-header .menu-category .category-description p {
  margin-bottom: 0;
  color: #ffffff !important;
  font-size: 16px;
}
.boxed-section-header.no-img-header {
  padding: 0;
}
.boxed-section-header.no-img-header .menu-category h2 {
  color: #47352f !important;
}
.boxed-section-header.no-img-header .menu-category .category-description p {
  color: rgba(71, 53, 47, 0.5) !important;
}
.boxed-section-header.container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.menu-list {
  padding-top: 30px;
}
.menu-list .menu-content {
  margin-top: 30px;
}
.menu-list .grid-sizer {
  width: 50%;
}
.menu-list .menu-items {
  width: 45%;
  background: #eeeeee;
  margin-bottom: 15px;
}
.menu-list .menu-item {
  margin: 15px 0;
  padding: 0 15px;
}
.menu-list .menu-category {
  padding: 25px 15px;
  background: #a78060;
  color: #47352f;
}
.menu-list .menu-category h2 {
  margin: 0;
}
/* Menu mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  #menu-list-new .grid-item,
  #menu-list-new .grid-sizer,
  #menu-list-new .menu-item {
    width: 100% !important;
  }
  #menu-list-new .grid-item .menu-item {
    padding: 0 !important;
  }
  #menu-list-new .grid-item {
    padding: 0px 20px 0 20px;
  }
  #menu-list-new .grid-item h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  #menu-list-new .grid-item:nth-child(2) h3 {
    margin-top: 0 !important;
  }
  #menu-list-new .boxed-section-header .menu-category {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  #menu .row .menu-item:first-of-type {
    padding-top: 30px;
  }
  .menu-content .menu-item {
    margin-bottom: 30px;
    height: auto !important;
    /*margin-top: -10px;*/
  }
  .menu-content .menu-item > a,
  .menu-content .menu-item .product-image {
    width: 30%;
    float: left;
  }
  .menu-content .product-image,
  .menu-content .food-badges span {
    margin-top: 10px;
  }
  .item-description {
    text-align: left;
    padding-bottom: 0;
  }
  #menu .item-description {
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 0;
  }
  #third-menu .dots {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
  }
  #third-menu .menu-category h2,
  #third-menu .category-description,
  #menu .menu-category h2 {
    margin-bottom: 0;
  }
  #third-menu .items-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #third-menu .no-bg-section-header {
    padding-top: 0;
  }
  #third-menu .menu-content > div:first-of-type {
    margin-top: 30px;
  }
  #second-menu .menu-content .menu-item {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #menu .footer-content,
  #second-menu .footer-content {
    padding: 0 15px !important;
  }
  #menu-list-new .backstrech img {
    opacity: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #second-menu .menu-content .menu-item {
    width: 100%;
    text-align: center;
    float: none;
  }
  #second-menu .menu-content .menu-item .item-description {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .menu h2 {
    margin-bottom: 0;
  }
  .menu .item-description p {
    font-size: 14px;
  }
  #menu .item-description {
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 0 15px;
  }
  #menu .item-description > div {
    display: table;
    height: 100%;
    width: 100%;
  }
  #menu .item-description > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #menu .item-description:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    right: -30px;
    left: auto;
    border-right: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f2e8df;
    margin-top: -15px;
    z-index: 3;
  }
  #second-menu .menu-content .menu-item {
    position: relative;
    display: block;
    padding: 0;
  }
  #second-menu .menu-content .menu-item .menu-item-wrapper {
    position: absolute;
    display: table;
    width: 100%;
    left: 0;
    padding: 0 15px;
    top: 0;
    height: 100%;
  }
  #second-menu .item-description {
    padding: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .list-category {
    text-align: center;
  }
  .list-category li {
    display: inline-block;
    float: none;
    width: auto;
  }
  .list-category li span {
    padding: 20px 0;
    margin: 0 10px;
  }
  .list-category li span:before {
    top: 40px;
  }
  #third-menu .items-content {
    /*padding: 60px 0;  */
  }
  #third-menu .items-content .menu-item {
    display: inline-block;
    width: 50%;
  }
  #third-menu .items-content .menu-item:nth-child(1) .item-description,
  #third-menu .items-content .menu-item:nth-child(2) .item-description {
    border-top-color: transparent;
  }
  #third-menu .items-content .menu-item:nth-child(1) .dots,
  #third-menu .items-content .menu-item:nth-child(2) .dots {
    display: none;
  }
  #third-menu .items-content .menu-item .item-description {
    margin: 0 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  #menu .two_columns .menu-item {
    width: 50% !important;
  }
  #menu .menu-content .menu-item {
    padding: 0;
  }
  #menu .menu-content .menu-item > a,
  #menu .menu-content .menu-item .product-image {
    float: right;
  }
  #menu .menu-content .menu-item:nth-child(4n-3) > a,
  #menu .menu-content .menu-item:nth-child(4n-2) > a,
  #menu .menu-content .menu-item:nth-child(4n-3) .product-image,
  #menu .menu-content .menu-item:nth-child(4n-2) .product-image {
    float: left;
  }
  #menu .menu-content .menu-item:nth-child(4n-3) .item-description,
  #menu .menu-content .menu-item:nth-child(4n-2) .item-description {
    right: 0;
    left: auto;
  }
  #menu .menu-content .menu-item:nth-child(4n-3) .item-description:after,
  #menu .menu-content .menu-item:nth-child(4n-2) .item-description:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    border-right: 15px solid #f2e8df;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: none;
  }
  #second-menu .menu-content .menu-item:nth-child(8n+2),
  #second-menu .menu-content .menu-item:nth-child(8n+4),
  #second-menu .menu-content .menu-item:nth-child(8n+5),
  #second-menu .menu-content .menu-item:nth-child(8n+7) {
    background: #eeeeee;
  }
}
@media (min-width: 1400px) {
  #menu .two_columns .menu-item {
    padding: 0;
    width: 50% !important;
  }
  #menu .two_columns .menu-item > a,
  #menu .two_columns .menu-item .product-image {
    float: right;
  }
  #menu .two_columns .menu-item:nth-child(4n-3) > a,
  #menu .two_columns .menu-item:nth-child(4n-2) > a,
  #menu .two_columns .menu-item:nth-child(4n-3) .product-image,
  #menu .two_columns .menu-item:nth-child(4n-2) .product-image {
    float: left;
  }
  #menu .two_columns .menu-item:nth-child(4n-3) .item-description,
  #menu .two_columns .menu-item:nth-child(4n-2) .item-description {
    right: 0;
    left: auto;
  }
  #menu .two_columns .menu-item:nth-child(4n-3) .item-description:after,
  #menu .two_columns .menu-item:nth-child(4n-2) .item-description:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    border-right: 15px solid #f2e8df;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: none;
  }
  #menu .three_columns .menu-item {
    padding: 0;
  }
  #menu .three_columns .menu-item > a,
  #menu .three_columns .menu-item .product-image {
    float: right;
  }
  #menu .three_columns .menu-item:nth-child(6n-5) > a,
  #menu .three_columns .menu-item:nth-child(6n-4) > a,
  #menu .three_columns .menu-item:nth-child(6n-3) > a,
  #menu .three_columns .menu-item:nth-child(6n-5) .product-image,
  #menu .three_columns .menu-item:nth-child(6n-4) .product-image,
  #menu .three_columns .menu-item:nth-child(6n-3) .product-image {
    float: left;
  }
  #menu .three_columns .menu-item:nth-child(6n-5) .item-description,
  #menu .three_columns .menu-item:nth-child(6n-4) .item-description,
  #menu .three_columns .menu-item:nth-child(6n-3) .item-description {
    right: 0;
    left: auto;
  }
  #menu .three_columns .menu-item:nth-child(6n-5) .item-description:after,
  #menu .three_columns .menu-item:nth-child(6n-4) .item-description:after,
  #menu .three_columns .menu-item:nth-child(6n-3) .item-description:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    border-right: 15px solid #f2e8df;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: none;
  }
  #second-menu .menu-content .menu-item:nth-child(12n+2),
  #second-menu .menu-content .menu-item:nth-child(12n+4),
  #second-menu .menu-content .menu-item:nth-child(12n+6),
  #second-menu .menu-content .menu-item:nth-child(12n+7),
  #second-menu .menu-content .menu-item:nth-child(12n+9),
  #second-menu .menu-content .menu-item:nth-child(12n+11) {
    background: #eeeeee;
  }
}
/* End of menu section */
/* ------------------------------------------------------ */
/**
 *
 * Food menu
 *
 */
.food-menu .grid-sizer {
  width: 50%;
}
.food-menu .food-menu-filters-list {
  height: 60px;
  line-height: 60px;
}
.food-menu .food-menu-filters-list li {
  padding-bottom: 0;
}
.food-menu.food-menu-img .food-menu-cat-img {
  width: 40%;
  padding: 0 30px;
}
.food-menu.food-menu-img .food-menu-items {
  width: 60%;
  padding: 0 30px;
}
.food-menu.food-menu-img.all-img-right .food-menu-cat-img {
  float: right;
  padding-left: 60px;
}
.food-menu.food-menu-img.all-img-right .food-menu-items {
  float: left;
  padding-right: 60px;
}
.food-menu.food-menu-img.all-img-left .food-menu-cat-img {
  float: left;
  padding-right: 60px;
}
.food-menu.food-menu-img.all-img-left .food-menu-items {
  float: right;
  padding-left: 60px;
}
.food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-cat-img {
  float: left;
  padding-right: 60px;
}
.food-menu.food-menu-img.odd-img-left .food-menu-category .food-menu-items {
  float: right;
  padding-left: 60px;
}
.food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
  float: right;
  padding-left: 60px;
  padding-right: 30px;
}
.food-menu.food-menu-img.odd-img-left .food-menu-category:nth-child(2n-1) .food-menu-items {
  float: left;
  padding-right: 60px;
  padding-left: 30px;
}
.food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-cat-img {
  float: right;
  padding-left: 60px;
}
.food-menu.food-menu-img.odd-img-right .food-menu-category .food-menu-items {
  float: left;
  padding-right: 60px;
}
.food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-cat-img {
  float: left;
  padding-right: 60px;
  padding-left: 30px;
}
.food-menu.food-menu-img.odd-img-right .food-menu-category:nth-child(2n-1) .food-menu-items {
  float: right;
  padding-left: 60px;
  padding-right: 30px;
}
.food-menu.food-menu-img.cat-above-img .food-menu-items {
  margin-top: 45px;
}
.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-header h4 {
  text-align: center;
}
.food-menu.food-menu-img.cat-title-above-img .food-menu-items {
  margin-top: 60px;
}
.food-menu.food-menu-img .food-menu-category {
  margin-bottom: 90px;
}
.food-menu.food-menu-img.cat-above-items .food-menu-cat-img .food-menu-cat-header {
  display: none;
}
.food-menu.food-menu-img.cat-above-img .food-menu-items .food-menu-cat-header {
  display: none;
}
.food-menu.food-menu-img.cat-title-above-img .food-menu-cat-img .food-menu-subtitle {
  display: none;
}
.food-menu.food-menu-img.cat-title-above-img .food-menu-items .food-menu-cat-header h4 {
  display: none;
}
.food-menu.food-menu-standard {
  overflow: hidden;
}
.food-menu.food-menu-standard .food-menu-cat-img {
  display: none;
}
.food-menu.food-menu-standard .food-menu-cat-header h4 {
  text-align: left;
}
.food-menu.food-menu-standard .food-menu-category {
  padding: 0 30px;
  margin-bottom: 60px;
}
.food-menu.food-menu-standard .food-menu-icon {
  display: none !important;
}
.food-menu .footer {
  margin-top: 60px;
}
.food-menu-items .food-menu-cat-header {
  margin-top: 0;
  margin-bottom: 45px;
}
.food-menu-items .food-menu-cat-header h4 {
  margin-bottom: 15px;
}
.food-menu-cat-img {
  position: relative;
}
.food-menu-cat-img.stuck {
  position: fixed;
  top: 0;
}
.food-menu-cat-img .food-menu-cat-header {
  margin-top: 0;
  margin-bottom: 30px;
}
.food-menu-cat-img .food-menu-cat-header h4 {
  margin-bottom: 15px;
}
.food-menu-featured-img {
  position: relative;
}
.food-menu-featured-img img {
  opacity: 1;
  transition: opacity .4s;
}
.food-menu-featured-img img:first-of-type {
  opacity: 1;
}
.food-menu-featured-img img:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  opacity: 0;
  max-width: 100%;
}
.food-menu-featured-img .show-img:not(:first-of-type) {
  opacity: 1;
}
.food-menu-item {
  margin-bottom: 30px;
  position: relative;
  cursor: default;
}
.food-menu-item .gallery-icon {
  position: absolute;
  top: 2px;
  left: -25px;
  width: 20px;
  opacity: .2;
}
.food-menu-item .gallery-icon svg {
  width: 16px;
}
.food-menu-title {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}
.food-menu-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.food-menu-item-header {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.food-menu-item-header:not(.food-menu-no-separator):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.food-menu-price {
  margin-left: 30px;
  position: relative;
  float: right;
  line-height: 1.8em;
  padding-bottom: 5px;
  font-weight: 500;
}
.food-menu-price:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}
.food-menu-desc {
  font-size: 14px;
}
.food-menu-filters {
  margin-bottom: 60px;
}
.food-menu-filters-list {
  margin: 0;
  position: relative;
  padding: 0 15px;
}
.food-menu-filters-list.filters-right {
  text-align: right;
}
.food-menu-filters-list.filters-center {
  text-align: center;
}
.food-menu-filters-list.filters-left {
  text-align: left;
}
.food-menu-filters-list li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 15px;
  height: 60px;
  position: relative;
}
.food-menu-filters-list li:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .4s, transform .4s;
}
.food-menu-filters-list li:hover:after {
  opacity: 1;
}
.food-menu-filters-list li.active-filter:after {
  opacity: 1;
}
.food-menu-filters-list li a {
  font-size: 12px;
  display: block;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.food-menu-filters-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.food-menu-icon {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 10px;
  font-size: 10px;
  line-height: 26px;
  opacity: 0.5;
  transition: opacity .4s;
}
.food-menu-image-active .food-menu-icon {
  opacity: 1;
}
.menu-hide-icons .food-menu-icon {
  display: none;
}
/**
 *
 * Colors
 *
 */
/* 12. Restaurant section */
/* ------------------------------------------------------ */
#restaurant {
  z-index: 2;
  will-change: transform;
}
#restaurant .item {
  display: table;
  position: relative;
}
#restaurant .item .restaurant-content {
  display: block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 100%;
  color: #47352f;
  text-align: left;
  will-change: transform, opacity;
}
#restaurant .item .mobile-img img {
  width: 100%;
  height: auto;
}
#restaurant .pre-content h1:after {
  background: #47352f;
}
#restaurant .pre-content a:not(.btn) {
  color: #ffffff;
}
#restaurant .pre-content a:not(.btn):hover {
  color: #cc7343;
}
#restaurant .video-wrapper {
  position: relative !important;
  height: 300px !important;
}
#restaurant .bg-section {
  background-size: cover;
}
#restaurant .restaurant-content {
  background: #f2e8df;
}
.page-control {
  position: fixed;
  height: 200px;
  background: transparent;
  top: 50%;
  margin-top: -100px;
  margin-bottom: 0;
  right: 0;
  z-index: 20;
}
.page-control li {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 15px;
  display: block;
}
.page-control li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #47352f;
  background: #f2e8df;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: border 0.3s, background 0.3s;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}
.page-control li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #a78060;
  border-radius: 50%;
  box-shadow: 0 0 1px #a78060;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  visibility: visible;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, visibility 0s 0.3s;
}
.page-control li:hover a {
  border: 2px solid #ffffff;
  background: rgba(167, 128, 96, 0.7);
}
.page-control .ui-page-scrolling-control_active a {
  border: 2px solid #ffffff;
  background: #a78060;
}
.page-control .ui-page-scrolling-control_active a:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}
.video-section {
  background-color: #0f0f0f;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
  visibility: visible;
  position: relative;
  height: 100%;
}
.video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url('http://laloligastrobar.es/wp-content/themes/berg-wp/img/overlay.png') repeat 0 0;
  z-index: 1;
}
.video-controls {
  position: absolute;
  z-index: 150;
  bottom: 30px;
  left: 30px;
  overflow: hidden;
}
.video-controls div {
  float: left;
  margin-right: 10px;
}
.video-controls div i {
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.video-controls div:hover i {
  color: #cc7343;
}
/* Restaurant mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  #restaurant {
    background: #a78060;
  }
  #restaurant .item {
    height: auto !important;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  #restaurant .pre-content h1:after {
    background: #f2e8df;
  }
  #restaurant .item .restaurant-content {
    background: #a78060;
    color: #ffffff;
  }
  #restaurant .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  #restaurant .video-wrapper .video-mobile,
  #restaurant .video-wrapper .embed-responsive {
    position: relative;
    height: 100%;
    padding: 0;
  }
  #restaurant .video-wrapper .video-mobile iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: auto !important;
    max-height: auto !important;
  }
}
@media (min-width: 992px) {
  #restaurant .video-mobile {
    padding: 0 15px;
  }
  #restaurant .video-mobile iframe {
    max-width: 100%;
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  #restaurant {
    margin-top: -80px;
    height: 100%;
    background: #a78060;
  }
  #restaurant .pre-content h1 {
    margin-top: 0;
  }
  #restaurant .restaurant-content {
    background: transparent;
  }
  #restaurant .item {
    /*background: @bgColor2;*/
    width: 100%;
  }
  #restaurant .item .restaurant-content {
    display: table-cell;
    color: #ffffff;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0px, -50px, 0px);
    -moz-transform: translate3d(0px, -50px, 0px);
    -ms-transform: translate3d(0px, -50px, 0px);
    -o-transform: translate3d(0px, -50px, 0px);
    transform: translate3d(0px, -50px, 0px);
    -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    -moz-transition: opacity 0.6s 0s, -moz-transform 0.6s 0s;
    -o-transition: opacity 0.6s 0s, -o-transform 0.6s 0s;
    transition: opacity 0.6s 0s,-webkit-transform 0.6s 0s,-moz-transform 0.6s 0s,-o-transform 0.6s 0s,transform 0.6s 0s;
  }
  #restaurant .item.active .restaurant-content {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
    -moz-transition: opacity 0.6s 0.6s, -moz-transform 0.6s 0.6s;
    -o-transition: opacity 0.6s 0.6s, -o-transform 0.6s 0.6s;
    transition: opacity 0.6s 0.6s,-webkit-transform 0.6s 0.6s,-moz-transform 0.6s 0.6s,-o-transform 0.6s 0.6s,transform 0.6s 0.6s;
  }
  #restaurant .pre-content h1:after {
    background: #ffffff;
  }
  #restaurant .video-wrapper {
    position: absolute !important;
    height: 100% !important;
  }
  #restaurant .video-mask {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  .custom-navigation .prev:hover,
  .custom-navigation .next:hover {
    color: #cc7343;
  }
  .controls-video i:hover {
    color: #cc7343;
  }
  .easing {
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: -o-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),-moz-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-easing {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),-moz-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 8px 0;
  position: relative;
}
.fp-slidesNav li {
  display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0);
}
#fp-nav span,
.fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: border-color 0.3s 0s, background-color 0.3s 0.1s;
  -moz-transition: border-color 0.3s 0s, background-color 0.3s 0.1s;
  -o-transition: border-color 0.3s 0s, background-color 0.3s 0.1s;
  transition: border-color 0.3s 0s, background-color 0.3s 0.1s;
}
.fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
.fp-tooltip.right {
  right: 20px;
}
.fp-tooltip.left {
  left: 20px;
}
@media (min-width: 992px) {
  #restaurant {
    margin-top: 0;
  }
}
/* End of restaurant section */
/* ------------------------------------------------------  */
/* 13. Shop section */
/* ------------------------------------------------------ */
.shop .shop-button,
.single-product .shop-button {
  margin-top: 10px;
}
.shop .shop-button a,
.single-product .shop-button a {
  text-transform: uppercase;
}
.shop .item-description > a,
.single-product .item-description > a {
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.shop .item-description > a:hover,
.single-product .item-description > a:hover {
  color: #cc7343;
}
.shop .product-desc,
.single-product .product-desc {
  margin-top: 30px;
}
.shop .shop-list,
.single-product .shop-list {
  width: 100%;
}
.shop .shop-list > ul,
.single-product .shop-list > ul {
  background: #eeeeee;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
}
.shop .shop-list > ul li,
.single-product .shop-list > ul li {
  float: left;
  width: 50%;
}
.shop .shop-list > ul li a,
.single-product .shop-list > ul li a {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  display: block;
}
.shop .shop-list .shopping a:before,
.single-product .shop-list .shopping a:before {
  position: absolute;
  top: 35px;
  left: 50%;
  color: transparent;
  content: "\2022";
  text-shadow: 0 0 transparent;
  font-size: 0.7em;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: -o-transform 0.3s, color 0.3s, text-shadow 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, color 0.3s, text-shadow 0.3s;
  pointer-events: none;
  font-weight: 400;
}
.shop .shop-list .shopping a:hover:before,
.single-product .shop-list .shopping a:hover:before {
  color: #47352f;
  text-shadow: 10px 0 #47352f, -10px 0 #47352f;
}
.shop .product-gallery.menu-item > a img,
.single-product .product-gallery.menu-item > a img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.shop img,
.single-product img {
  height: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shop .item-description p {
    display: none !important;
  }
}
.product-gallery .rating {
  margin-bottom: 15px;
}
.product-gallery .rating span {
  font-size: 12px;
}
.product-gallery .rating span span {
  top: -3px !important;
}
.shopping-cart {
  z-index: 11;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.shopping-cart > a > span {
  display: inline-block;
  padding: 0 !important;
}
.shopping-cart .show-cart {
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  border: 1px solid #eeeeee;
  background: #f2e8df;
  width: 320px;
  padding: 15px;
  top: 100%;
  right: 0;
  text-align: left;
  border-top: none;
  box-shadow: 1px 1px 2px 0px rgba(167, 128, 96, 0.3);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 11;
  color: #47352f;
  pointer-events: none;
  opacity: 0 !important;
}
.shopping-cart .show-cart li a:not(.btn-dark) {
  color: #47352f;
}
.shopping-cart .show-cart .btn-dark {
  color: #fff;
}
.shopping-cart .show-cart .btn-dark:hover {
  color: #47352f !important;
}
.shopping-cart .show-cart li {
  display: block;
  background: inherit;
  padding: 0;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.shopping-cart .show-cart li .img-product {
  width: 55px;
  height: 55px;
  display: block;
  float: left;
  padding: 0;
  position: relative;
}
.shopping-cart .show-cart li .img-product:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #a78060;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shopping-cart .show-cart li .img-product:hover:after {
  opacity: 0.7;
}
.shopping-cart .show-cart li .img-product figure,
.shopping-cart .show-cart li .img-product img {
  width: 100%;
  display: block;
  max-height: none;
}
.shopping-cart .show-cart li .img-product img {
  height: auto;
  border: 1px solid #eeeeee;
}
.shopping-cart .show-cart li:last-child,
.shopping-cart .show-cart li:nth-last-child(2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.shopping-cart .show-cart li .list-product {
  overflow: hidden;
  margin-left: 70px;
  position: relative;
}
.shopping-cart .show-cart li .list-product a {
  padding: 0;
}
.shopping-cart .show-cart li .list-product h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 30px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.shopping-cart .show-cart li .list-product h5:hover {
  color: #cc7343;
}
.shopping-cart .show-cart li .list-product .quantity {
  float: left;
  width: 25px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  border: 1px solid #eeeeee;
}
.shopping-cart .show-cart li .list-product .price-product {
  margin-left: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #cc7343;
}
.shopping-cart .show-cart li .list-product .remove-product {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.shopping-cart .show-cart li .list-product .remove-product i {
  color: #47352f;
  line-height: 20px;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.shopping-cart .show-cart li.summation {
  border-top: 2px solid #a78060;
  margin-top: 15px;
}
.shopping-cart .show-cart li.summation .summation-subtotal {
  margin-top: 5px;
  overflow: hidden;
}
.shopping-cart .show-cart li.summation .summation-subtotal span {
  padding: 0;
  cursor: initial;
  font-weight: 600;
  float: left;
}
.shopping-cart .show-cart li.summation .summation-subtotal span:before {
  display: none !important;
}
.shopping-cart .show-cart li.summation .summation-subtotal .amount {
  float: right;
}
.shopping-cart .show-cart li.summation .btn-cart {
  margin-top: 15px;
  -webkit-backface-visibility: hidden;
}
.shopping-cart .show-cart li.summation .btn-cart a.btn {
  width: 48%;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.shopping-cart .show-cart li.summation .btn-cart a.btn:first-child {
  margin-right: 10px;
  float: left;
}
.shopping-cart .show-cart li.summation .btn-cart a.btn:nth-child(2) {
  float: right;
}
.shopping-cart .shipping-cart-count {
  padding: 2px 5px !important;
  background: #da1c1c;
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
  font-size: 11px;
}
.shopping-cart .shipping-cart-count:empty {
  display: none;
}
.btn-cart button:hover a {
  color: #cc7343;
}
.btn-cart button a {
  padding: 0 !important;
  color: inherit !important;
}
.rating {
  color: #cc7343;
  margin-bottom: 10px;
  letter-spacing: 5px;
  font-family: 'fontAwesome' !important;
}
.rating.rating-select {
  cursor: pointer;
}
.rating > span {
  position: relative;
  overflow: hidden;
}
.rating > span:before {
  content: "\f006\f006\f006\f006\f006";
  font-family: 'fontAwesome' !important;
  margin-right: -5px;
}
.rating > span span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  line-height: 25px;
}
.rating > span span:after {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: -3px;
  left: 0;
  font-family: 'fontAwesome' !important;
  width: 100%;
  margin-right: -5px;
  overflow: hidden;
  white-space: nowrap;
}
.star-rating {
  color: #cc7343;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.star-rating > span {
  position: relative;
  overflow: hidden;
}
.star-rating > span:before {
  content: "\f006\f006\f006\f006\f006";
  font-family: 'fontAwesome' !important;
  margin-right: -5px;
}
.star-rating > span span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 25px;
}
.star-rating > span span:after {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: -3px;
  left: 0;
  font-family: 'fontAwesome' !important;
  width: 100%;
  margin-right: -5px;
  overflow: hidden;
  white-space: nowrap;
}
.add_to_cart_button i {
  margin-right: 5px;
  font-size: 12px;
  display: none;
}
.woocommerce .lost_reset_password .woocommerce-info {
  font-size: 18px;
  margin-bottom: 30px !important;
}
.woocommerce .lost_reset_password label {
  display: block;
  margin-bottom: 5px;
}
.woocommerce .lost_reset_password .input-text {
  max-width: 500px;
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce .lost_reset_password .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce .lost_reset_password .input-text::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.woocommerce .lost_reset_password .input-text:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .lost_reset_password .input-text::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .lost_reset_password .input-text[disabled],
.woocommerce .lost_reset_password .input-text[readonly],
fieldset[disabled] .woocommerce .lost_reset_password .input-text {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.woocommerce .lost_reset_password .input-text {
  height: auto;
}
.woocommerce .lost_reset_password .button-reset {
  position: absolute;
  bottom: 15px;
  left: 530px;
}
.woocommerce .lost_reset_password .button-reset .button {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background-color: #cc7343;
  background: #cc7343;
  border-color: #cc7343;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 30px;
}
.woocommerce .lost_reset_password .button-reset .button:focus,
.woocommerce .lost_reset_password .button-reset .button:active:focus,
.woocommerce .lost_reset_password .button-reset .button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce .lost_reset_password .button-reset .button:hover,
.woocommerce .lost_reset_password .button-reset .button:focus {
  text-decoration: none;
}
.woocommerce .lost_reset_password .button-reset .button:active,
.woocommerce .lost_reset_password .button-reset .button.active {
  outline: 0;
  background-image: none;
}
.woocommerce .lost_reset_password .button-reset .button.disabled,
.woocommerce .lost_reset_password .button-reset .button[disabled],
fieldset[disabled] .woocommerce .lost_reset_password .button-reset .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .lost_reset_password .button-reset .button:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.woocommerce .lost_reset_password .button-reset .button:hover:after {
  width: 20px;
  opacity: 1;
}
.woocommerce .lost_reset_password .button-reset .button:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.woocommerce .lost_reset_password .button-reset .button:active,
.woocommerce .lost_reset_password .button-reset .button.active,
.open .dropdown-toggle.woocommerce .lost_reset_password .button-reset .button {
  background-image: none;
}
.woocommerce .lost_reset_password .button-reset .button.disabled,
.woocommerce .lost_reset_password .button-reset .button[disabled],
fieldset[disabled] .woocommerce .lost_reset_password .button-reset .button,
.woocommerce .lost_reset_password .button-reset .button.disabled:hover,
.woocommerce .lost_reset_password .button-reset .button[disabled]:hover,
fieldset[disabled] .woocommerce .lost_reset_password .button-reset .button:hover,
.woocommerce .lost_reset_password .button-reset .button.disabled:focus,
.woocommerce .lost_reset_password .button-reset .button[disabled]:focus,
fieldset[disabled] .woocommerce .lost_reset_password .button-reset .button:focus,
.woocommerce .lost_reset_password .button-reset .button.disabled:active,
.woocommerce .lost_reset_password .button-reset .button[disabled]:active,
fieldset[disabled] .woocommerce .lost_reset_password .button-reset .button:active,
.woocommerce .lost_reset_password .button-reset .button.disabled.active,
.woocommerce .lost_reset_password .button-reset .button[disabled].active,
fieldset[disabled] .woocommerce .lost_reset_password .button-reset .button.active {
  background-color: #cc7343;
  border-color: #cc7343;
}
.woocommerce .lost_reset_password .button-reset .button .badge {
  color: #cc7343;
  background-color: #ffffff;
}
.woocommerce .lost_reset_password .button-reset .button:after {
  right: 6px;
}
#menu-list-new.product-archive-categories .products,
#menu-list-new.products-archive .products {
  margin: 0;
}
#menu-list-new.product-archive-categories .items-content .menu-item,
#menu-list-new.products-archive .items-content .menu-item {
  /*padding: 0 !important;*/
  margin-bottom: 30px;
}
#menu-list-new.product-archive-categories .items-content .menu-item:last-of-type,
#menu-list-new.products-archive .items-content .menu-item:last-of-type {
  margin-bottom: 0;
}
#menu-list-new.product-archive-categories .item-description,
#menu-list-new.products-archive .item-description {
  padding: 0 0 0 95px !important;
}
#menu-list-new.product-archive-categories .shop-button,
#menu-list-new.products-archive .shop-button {
  text-align: right;
  margin-top: 15px;
}
#menu-list-new.product-archive-categories .boxed-section-header h2,
#menu-list-new.products-archive .boxed-section-header h2 {
  margin: 0;
}
#menu-list-new.product-archive-categories .mix,
#menu-list-new.products-archive .mix {
  position: relative;
}
#menu-list-new.product-archive-categories .boxed-section-header,
#menu-list-new.products-archive .boxed-section-header {
  margin-bottom: 0;
}
#menu-list-new.product-archive-categories .woocommerce-ordering,
#menu-list-new.products-archive .woocommerce-ordering {
  position: absolute;
  top: 30px;
  right: 15px;
}
#menu-list-new.product-archive-categories .woocommerce-ordering .orderby,
#menu-list-new.products-archive .woocommerce-ordering .orderby {
  height: 33px !important;
}
#menu-list-new.product-archive-categories .woocommerce-pagination,
#menu-list-new.products-archive .woocommerce-pagination {
  margin-top: 60px;
}
#menu-list-new.product-archive-categories .woocommerce-pagination ul,
#menu-list-new.products-archive .woocommerce-pagination ul {
  margin: 0;
  text-align: center;
}
#menu-list-new.product-archive-categories .woocommerce-pagination li,
#menu-list-new.products-archive .woocommerce-pagination li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}
#menu-list-new.product-archive-categories .woocommerce-pagination li .page-numbers,
#menu-list-new.products-archive .woocommerce-pagination li .page-numbers {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
#menu-list-new.product-archive-categories .woocommerce-pagination li .page-numbers.current,
#menu-list-new.products-archive .woocommerce-pagination li .page-numbers.current {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#menu-list-new.product-archive-categories .woocommerce-pagination li .page-numbers:hover,
#menu-list-new.products-archive .woocommerce-pagination li .page-numbers:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #cc7343;
}
/* Shop mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  .shop .product-gallery.menu-item > a,
  .single-product .product-gallery.menu-item > a {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .woocommerce .lost_reset_password .button-reset {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .woo-fixed .shop-list {
    width: auto;
  }
  .woo-fixed .shop-list > ul {
    background: #f2e8df;
    overflow: inherit;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
  }
  .woo-fixed .shop-list > ul li {
    width: auto;
    float: none;
  }
  .woo-fixed .shop-list > ul li:hover a:before {
    color: #47352f;
    text-shadow: 10px 0 #47352f, -10px 0 #47352f;
  }
  .woo-fixed .shop-list > ul:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #eeeeee;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }
  .shop .item-description,
  .single-product .item-description {
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 0 15px;
  }
  .shop .item-description > div,
  .single-product .item-description > div {
    display: table;
    height: 100%;
    width: 100%;
  }
  .shop .item-description > div > div,
  .single-product .item-description > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .shop .item-description p,
  .single-product .item-description p {
    margin-bottom: 0;
  }
  .shop .item-description .price,
  .single-product .item-description .price {
    padding: 10px 0;
  }
  .shopping-cart {
    background: #f2e8df;
  }
  .shopping-cart .cart {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .shopping-cart:hover {
    background-color: #f2e8df;
  }
  .shopping-cart:hover .show-cart {
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .shopping-cart.cart-displayed {
    pointer-events: auto;
  }
  .shopping-cart.cart-displayed .show-cart {
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    opacity: 1 !important;
  }
  .shopping-cart .show-cart .list-product .remove-product:hover i {
    color: #cc7343;
  }
  .shop-list .shopping-cart:hover .cart {
    color: #ffffff;
  }
}
.woocommerce-mobile-menu {
  padding-top: 15px;
}
.woocommerce-mobile-menu .select-btn {
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.woocommerce-mobile-menu .select-btn select {
  border: 1px solid #47352f;
  background: transparent;
  border-radius: 0;
  padding: 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.woocommerce-mobile-menu .select-btn select:focus {
  outline: none;
}
.woocommerce .myaccount_user {
  background: rgba(238, 238, 238, 0.5);
}
.woocommerce .myaccount_user a {
  color: #47352f !important;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce .myaccount_user a:hover {
  color: #cc7343 !important;
}
.woocommerce .menu-item .actions i {
  display: none !important;
}
.woocommerce .return-to-shop {
  margin-top: 30px;
}
.woocommerce #menu .rating {
  margin-bottom: 5px;
}
.woocommerce #menu .rating > span {
  font-size: 12px;
}
.woocommerce #menu .rating > span span {
  top: -3px;
}
.woocommerce #menu .item-description .on-sale-button,
.woocommerce #menu .item-description .out-of-stock-button {
  position: static !important;
  display: inline-block !important;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  .woocommerce #menu .item-description .on-sale-button,
  .woocommerce #menu .item-description .out-of-stock-button {
    display: none !important;
  }
}
.woocommerce #second-menu .item-description .on-sale-button,
.woocommerce #second-menu .item-description .out-of-stock-button {
  position: static;
  display: inline-block !important;
  margin: 0 0 15px 0;
}
.woocommerce #second-menu .item-description > div {
  padding: 0 15px;
}
.woocommerce #second-menu .item-description .rating {
  margin-bottom: 5px;
}
.woocommerce #second-menu .item-description .rating > span {
  font-size: 12px;
}
.woocommerce #second-menu .item-description .rating > span span {
  top: -3px;
}
.woocommerce #third-menu .items-content {
  margin: 0 -30px;
}
.woocommerce #third-menu .items-content .menu-item {
  padding: 0 15px;
}
.woocommerce #third-menu .items-content .on-sale-button {
  width: 80px;
  top: 109px;
  left: 0;
  right: auto;
  padding: 4px 15px;
}
.woocommerce #third-menu .items-content .rating {
  margin-bottom: 5px;
}
.woocommerce #third-menu .items-content .rating > span {
  font-size: 12px;
}
.woocommerce #third-menu .items-content .rating > span span {
  top: -3px;
}
.woocommerce #menu-list-new .menu-content {
  padding-top: 60px;
}
.woocommerce #menu-list-new .menu-content .orderby {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce #menu-list-new .menu-content .orderby:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce #menu-list-new .menu-content .orderby::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.woocommerce #menu-list-new .menu-content .orderby:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce #menu-list-new .menu-content .orderby::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce #menu-list-new .menu-content .orderby[disabled],
.woocommerce #menu-list-new .menu-content .orderby[readonly],
fieldset[disabled] .woocommerce #menu-list-new .menu-content .orderby {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.woocommerce #menu-list-new .menu-content .orderby {
  height: auto;
}
.woocommerce #menu-list-new .menu-content .shop-list-image {
  margin: 0 15px 15px 15px;
}
.woocommerce #menu-list-new .items-content {
  margin: 0 -30px;
}
.woocommerce #menu-list-new .items-content .menu-item {
  padding: 0;
}
.woocommerce #menu-list-new .on-sale-button {
  width: 80px;
  top: 80px;
  left: 0;
  right: auto;
  padding: 4px 15px;
}
.woocommerce #menu-list-new .rating {
  margin-bottom: 5px;
}
.woocommerce #menu-list-new .rating > span span {
  top: -3px;
}
.woocommerce #menu-list-new .woocommerce-result-count {
  margin-bottom: 60px;
}
.woocommerce #menu-list-new .boxed-section-header {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-price-suffix {
  color: #47352f;
  font-weight: 400;
}
.woocommerce .comment-respond {
  padding: 30px 0;
}
.woocommerce .rating-select p.stars {
  display: none;
}
.woocommerce .owl-controls {
  display: block !important;
}
.woocommerce .button {
  text-transform: uppercase;
  white-space: normal !important;
}
.woocommerce .group_table td {
  padding-left: 0;
}
.woocommerce .group_table label,
.woocommerce .group_table p {
  margin: 0;
}
.woocommerce .group_table .pull-left {
  margin-right: 15px;
}
.woocommerce .group_table .shop-button {
  margin: 0;
}
.woocommerce .shop-button {
  text-transform: uppercase;
}
.woocommerce .shop-button .added_to_cart {
  display: none;
}
.woocommerce .shop-button .add-to-cart-button {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background: transparent;
  border-color: rgba(167, 128, 96, 0.3);
  color: #47352f;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  font-size: 10px;
  padding: 8px 22px;
}
.woocommerce .shop-button .add-to-cart-button:focus,
.woocommerce .shop-button .add-to-cart-button:active:focus,
.woocommerce .shop-button .add-to-cart-button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce .shop-button .add-to-cart-button:hover,
.woocommerce .shop-button .add-to-cart-button:focus {
  text-decoration: none;
}
.woocommerce .shop-button .add-to-cart-button:active,
.woocommerce .shop-button .add-to-cart-button.active {
  outline: 0;
  background-image: none;
}
.woocommerce .shop-button .add-to-cart-button.disabled,
.woocommerce .shop-button .add-to-cart-button[disabled],
fieldset[disabled] .woocommerce .shop-button .add-to-cart-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .shop-button .add-to-cart-button:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.woocommerce .shop-button .add-to-cart-button:hover:after {
  width: 20px;
  opacity: 1;
}
.woocommerce .shop-button .add-to-cart-button:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.woocommerce .shop-button .add-to-cart-button:after {
  right: 3px;
}
.woocommerce .shop-button .add-to-cart-button.added {
  background: #cc7343 !important;
  border-color: #cc7343 !important;
  color: #ffffff !important;
}
.woocommerce .order-info mark {
  background: none;
  font-weight: 700;
}
.woocommerce .details_field {
  background: rgba(238, 238, 238, 0.5);
  padding: 15px;
  margin-left: 0;
}
.woocommerce .details_field li {
  list-style-type: none;
}
.woocommerce .details_field:empty {
  display: none;
}
.woocommerce .shop_table.customer_details {
  border-bottom: 1px solid #eeeeee;
}
.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
  margin-top: 30px;
}
.woocommerce ul.bacs_details {
  margin-left: 0;
}
.woocommerce ul.bacs_details li {
  list-style-type: none;
}
.woocommerce ul.bacs_details:empty {
  display: none;
}
.woocommerce.menu .menu-content .shop-list-image {
  float: left;
  width: 80px;
  margin: 30px 15px 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .woocommerce.menu .menu-content .shop-list-image {
    margin: 15px 15px 15px 0;
  }
}
.woocommerce.menu .menu-content .shop-list-no-img {
  margin: 0 15px;
}
.woocommerce.menu .menu-content .shop-list-no-img .on-sale-button {
  position: relative !important;
  top: 0 !important;
}
.woocommerce.menu .menu-content .shop-list-description {
  padding-left: 95px !important;
  margin: 0 15px 30px !important;
}
.woocommerce.menu .menu-content .shop-list-button {
  margin-top: 15px;
  text-align: right;
}
.woocommerce.menu .menu-content .static-position {
  position: static;
  display: inline-block;
  margin-bottom: 15px;
}
.woocommerce .cross-sells {
  padding-top: 30px;
}
.woocommerce .cross-sells ul {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}
.woocommerce .cross-sells ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce .cross-sells ul li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce .cross-sells ul li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  .woocommerce .cross-sells ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .woocommerce .cross-sells ul li:nth-child(4) {
    display: none;
  }
}
.woocommerce .cross-sells ul li .price {
  margin-bottom: 15px;
  display: block;
}
.woocommerce .cross-sells ul img {
  height: auto;
}
.woocommerce .upsells h3,
.woocommerce .related h3 {
  /*margin: 60px 30px 0;*/
  text-align: center;
  padding: 15px 30px;
  margin-top: 30px;
  text-align: left;
  /*background: #000; color: #fff; */
}
.woocommerce .upsells ul,
.woocommerce .related ul {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}
.woocommerce .upsells ul li,
.woocommerce .related ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .woocommerce .upsells ul li,
  .woocommerce .related ul li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .woocommerce .upsells ul li,
  .woocommerce .related ul li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  .woocommerce .upsells ul li,
  .woocommerce .related ul li {
    float: left;
    width: 25%;
  }
}
.woocommerce .upsells ul li > a,
.woocommerce .related ul li > a {
  display: block;
  position: relative;
}
.woocommerce .upsells ul li h4,
.woocommerce .related ul li h4 {
  margin-bottom: 5px;
  margin-top: 15px;
}
.woocommerce .upsells ul li .price,
.woocommerce .related ul li .price {
  margin-bottom: 15px;
  display: block;
}
.woocommerce .upsells ul img,
.woocommerce .related ul img {
  width: 100%;
  height: auto;
}
.woocommerce .upsells .price ins span,
.woocommerce .related .price ins span,
.woocommerce .upsells .price .amount,
.woocommerce .related .price .amount {
  font-size: 14px;
}
.woocommerce .upsells .rating span,
.woocommerce .related .rating span {
  font-size: 12px;
}
.woocommerce .upsells .rating span span,
.woocommerce .related .rating span span {
  top: -3px;
}
.woocommerce .upsells ul,
.woocommerce .related ul {
  margin: 15px 15px;
  border: none;
  padding: 0;
}
.woocommerce .upsells ul li,
.woocommerce .related ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce .out-of-stock-button {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #a78060;
  display: block;
  z-index: 1;
  color: #ffffff;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce .on-sale-button {
  position: absolute !important;
  right: 15px;
  top: 15px;
  text-align: center;
  background: #cc7343;
  display: block;
  z-index: 2;
  color: #ffffff;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce .price del span {
  color: #47352f !important;
  font-size: 12px;
}
.woocommerce .price ins {
  text-decoration: none;
  color: #cc7343;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce .price ins span {
  font-size: 16px;
}
.woocommerce .price > .amount {
  color: #cc7343;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .cart_totals {
  font-size: 14px;
}
.woocommerce .cart_totals table {
  margin-bottom: 0;
}
.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th {
  padding: 15px;
}
.woocommerce .cart_totals table td {
  text-align: right;
}
.woocommerce .cart_totals .row > p {
  margin-bottom: 15px;
}
.woocommerce .cart-shipping {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 2px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce .cart-shipping label {
  margin-left: 5px;
  font-weight: 400;
}
.woocommerce .cart-shipping input {
  float: right;
  margin-left: 15px;
}
.woocommerce .cart-shipping .subtotal {
  text-align: right;
}
.woocommerce .cart-shipping .subtotal ul {
  margin: 0;
  float: right;
}
.woocommerce .cart-shipping .subtotal ul li {
  list-style: none;
}
.woocommerce .clear:before,
.woocommerce .clear:after {
  content: " ";
  display: table;
}
.woocommerce .clear:after {
  clear: both;
}
.woocommerce .clear:before,
.woocommerce .clear:after {
  content: " ";
  display: table;
}
.woocommerce .clear:after {
  clear: both;
}
.woocommerce form.checkout {
  margin-top: 30px;
}
.woocommerce .subtotal-txt {
  font-weight: 700;
}
.woocommerce .cart-separator {
  margin-top: 0;
  margin-bottom: 0;
  height: 2px;
  /*display: none; */
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  position: absolute;
  top: -60px;
}
.woocommerce .woocommerce-billing-fields h3 label,
.woocommerce .woocommerce-shipping-fields h3 label {
  display: inline-block;
}
.woocommerce .woocommerce-billing-fields p label,
.woocommerce .woocommerce-shipping-fields p label {
  display: inline-block;
  padding-left: 5px;
}
.woocommerce .woocommerce-billing-fields input[type=password],
.woocommerce .woocommerce-shipping-fields input[type=password],
.woocommerce .woocommerce-billing-fields input[type=text],
.woocommerce .woocommerce-shipping-fields input[type=text],
.woocommerce .woocommerce-billing-fields input[type=email],
.woocommerce .woocommerce-shipping-fields input[type=email],
.woocommerce .woocommerce-billing-fields input[type=tel],
.woocommerce .woocommerce-shipping-fields input[type=tel],
.woocommerce .woocommerce-billing-fields .select2-choice,
.woocommerce .woocommerce-shipping-fields .select2-choice,
.woocommerce .woocommerce-billing-fields textarea,
.woocommerce .woocommerce-shipping-fields textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
}
.woocommerce .woocommerce-billing-fields input[type=password]:focus,
.woocommerce .woocommerce-shipping-fields input[type=password]:focus,
.woocommerce .woocommerce-billing-fields input[type=text]:focus,
.woocommerce .woocommerce-shipping-fields input[type=text]:focus,
.woocommerce .woocommerce-billing-fields input[type=email]:focus,
.woocommerce .woocommerce-shipping-fields input[type=email]:focus,
.woocommerce .woocommerce-billing-fields input[type=tel]:focus,
.woocommerce .woocommerce-shipping-fields input[type=tel]:focus,
.woocommerce .woocommerce-billing-fields .select2-choice:focus,
.woocommerce .woocommerce-shipping-fields .select2-choice:focus,
.woocommerce .woocommerce-billing-fields textarea:focus,
.woocommerce .woocommerce-shipping-fields textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce .woocommerce-billing-fields input[type=password]::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=password]::-moz-placeholder,
.woocommerce .woocommerce-billing-fields input[type=text]::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=text]::-moz-placeholder,
.woocommerce .woocommerce-billing-fields input[type=email]::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=email]::-moz-placeholder,
.woocommerce .woocommerce-billing-fields input[type=tel]::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=tel]::-moz-placeholder,
.woocommerce .woocommerce-billing-fields .select2-choice::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields .select2-choice::-moz-placeholder,
.woocommerce .woocommerce-billing-fields textarea::-moz-placeholder,
.woocommerce .woocommerce-shipping-fields textarea::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.woocommerce .woocommerce-billing-fields input[type=password]:-ms-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=password]:-ms-input-placeholder,
.woocommerce .woocommerce-billing-fields input[type=text]:-ms-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=text]:-ms-input-placeholder,
.woocommerce .woocommerce-billing-fields input[type=email]:-ms-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=email]:-ms-input-placeholder,
.woocommerce .woocommerce-billing-fields input[type=tel]:-ms-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=tel]:-ms-input-placeholder,
.woocommerce .woocommerce-billing-fields .select2-choice:-ms-input-placeholder,
.woocommerce .woocommerce-shipping-fields .select2-choice:-ms-input-placeholder,
.woocommerce .woocommerce-billing-fields textarea:-ms-input-placeholder,
.woocommerce .woocommerce-shipping-fields textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .woocommerce-billing-fields input[type=password]::-webkit-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=password]::-webkit-input-placeholder,
.woocommerce .woocommerce-billing-fields input[type=text]::-webkit-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=text]::-webkit-input-placeholder,
.woocommerce .woocommerce-billing-fields input[type=email]::-webkit-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=email]::-webkit-input-placeholder,
.woocommerce .woocommerce-billing-fields input[type=tel]::-webkit-input-placeholder,
.woocommerce .woocommerce-shipping-fields input[type=tel]::-webkit-input-placeholder,
.woocommerce .woocommerce-billing-fields .select2-choice::-webkit-input-placeholder,
.woocommerce .woocommerce-shipping-fields .select2-choice::-webkit-input-placeholder,
.woocommerce .woocommerce-billing-fields textarea::-webkit-input-placeholder,
.woocommerce .woocommerce-shipping-fields textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .woocommerce-billing-fields input[type=password][disabled],
.woocommerce .woocommerce-shipping-fields input[type=password][disabled],
.woocommerce .woocommerce-billing-fields input[type=text][disabled],
.woocommerce .woocommerce-shipping-fields input[type=text][disabled],
.woocommerce .woocommerce-billing-fields input[type=email][disabled],
.woocommerce .woocommerce-shipping-fields input[type=email][disabled],
.woocommerce .woocommerce-billing-fields input[type=tel][disabled],
.woocommerce .woocommerce-shipping-fields input[type=tel][disabled],
.woocommerce .woocommerce-billing-fields .select2-choice[disabled],
.woocommerce .woocommerce-shipping-fields .select2-choice[disabled],
.woocommerce .woocommerce-billing-fields textarea[disabled],
.woocommerce .woocommerce-shipping-fields textarea[disabled],
.woocommerce .woocommerce-billing-fields input[type=password][readonly],
.woocommerce .woocommerce-shipping-fields input[type=password][readonly],
.woocommerce .woocommerce-billing-fields input[type=text][readonly],
.woocommerce .woocommerce-shipping-fields input[type=text][readonly],
.woocommerce .woocommerce-billing-fields input[type=email][readonly],
.woocommerce .woocommerce-shipping-fields input[type=email][readonly],
.woocommerce .woocommerce-billing-fields input[type=tel][readonly],
.woocommerce .woocommerce-shipping-fields input[type=tel][readonly],
.woocommerce .woocommerce-billing-fields .select2-choice[readonly],
.woocommerce .woocommerce-shipping-fields .select2-choice[readonly],
.woocommerce .woocommerce-billing-fields textarea[readonly],
.woocommerce .woocommerce-shipping-fields textarea[readonly],
fieldset[disabled] .woocommerce .woocommerce-billing-fields input[type=password],
fieldset[disabled] .woocommerce .woocommerce-shipping-fields input[type=password],
fieldset[disabled] .woocommerce .woocommerce-billing-fields input[type=text],
fieldset[disabled] .woocommerce .woocommerce-shipping-fields input[type=text],
fieldset[disabled] .woocommerce .woocommerce-billing-fields input[type=email],
fieldset[disabled] .woocommerce .woocommerce-shipping-fields input[type=email],
fieldset[disabled] .woocommerce .woocommerce-billing-fields input[type=tel],
fieldset[disabled] .woocommerce .woocommerce-shipping-fields input[type=tel],
fieldset[disabled] .woocommerce .woocommerce-billing-fields .select2-choice,
fieldset[disabled] .woocommerce .woocommerce-shipping-fields .select2-choice,
fieldset[disabled] .woocommerce .woocommerce-billing-fields textarea,
fieldset[disabled] .woocommerce .woocommerce-shipping-fields textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.woocommerce .woocommerce-billing-fields input[type=password],
textarea.woocommerce .woocommerce-shipping-fields input[type=password],
textarea.woocommerce .woocommerce-billing-fields input[type=text],
textarea.woocommerce .woocommerce-shipping-fields input[type=text],
textarea.woocommerce .woocommerce-billing-fields input[type=email],
textarea.woocommerce .woocommerce-shipping-fields input[type=email],
textarea.woocommerce .woocommerce-billing-fields input[type=tel],
textarea.woocommerce .woocommerce-shipping-fields input[type=tel],
textarea.woocommerce .woocommerce-billing-fields .select2-choice,
textarea.woocommerce .woocommerce-shipping-fields .select2-choice,
textarea.woocommerce .woocommerce-billing-fields textarea,
textarea.woocommerce .woocommerce-shipping-fields textarea {
  height: auto;
}
.woocommerce .address-form {
  max-width: 500px;
}
.woocommerce .address-form input[type=text],
.woocommerce .address-form input[type=email],
.woocommerce .address-form input[type=password],
.woocommerce .address-form input[type=tel],
.woocommerce .address-form textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
}
.woocommerce .address-form input[type=text]:focus,
.woocommerce .address-form input[type=email]:focus,
.woocommerce .address-form input[type=password]:focus,
.woocommerce .address-form input[type=tel]:focus,
.woocommerce .address-form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce .address-form input[type=text]::-moz-placeholder,
.woocommerce .address-form input[type=email]::-moz-placeholder,
.woocommerce .address-form input[type=password]::-moz-placeholder,
.woocommerce .address-form input[type=tel]::-moz-placeholder,
.woocommerce .address-form textarea::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.woocommerce .address-form input[type=text]:-ms-input-placeholder,
.woocommerce .address-form input[type=email]:-ms-input-placeholder,
.woocommerce .address-form input[type=password]:-ms-input-placeholder,
.woocommerce .address-form input[type=tel]:-ms-input-placeholder,
.woocommerce .address-form textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .address-form input[type=text]::-webkit-input-placeholder,
.woocommerce .address-form input[type=email]::-webkit-input-placeholder,
.woocommerce .address-form input[type=password]::-webkit-input-placeholder,
.woocommerce .address-form input[type=tel]::-webkit-input-placeholder,
.woocommerce .address-form textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .address-form input[type=text][disabled],
.woocommerce .address-form input[type=email][disabled],
.woocommerce .address-form input[type=password][disabled],
.woocommerce .address-form input[type=tel][disabled],
.woocommerce .address-form textarea[disabled],
.woocommerce .address-form input[type=text][readonly],
.woocommerce .address-form input[type=email][readonly],
.woocommerce .address-form input[type=password][readonly],
.woocommerce .address-form input[type=tel][readonly],
.woocommerce .address-form textarea[readonly],
fieldset[disabled] .woocommerce .address-form input[type=text],
fieldset[disabled] .woocommerce .address-form input[type=email],
fieldset[disabled] .woocommerce .address-form input[type=password],
fieldset[disabled] .woocommerce .address-form input[type=tel],
fieldset[disabled] .woocommerce .address-form textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.woocommerce .address-form input[type=text],
textarea.woocommerce .address-form input[type=email],
textarea.woocommerce .address-form input[type=password],
textarea.woocommerce .address-form input[type=tel],
textarea.woocommerce .address-form textarea {
  height: auto;
}
.woocommerce .address-form .chosen-container {
  display: block;
}
.woocommerce .form-row {
  margin-bottom: 15px;
}
.woocommerce label {
  font-size: 14px;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce .form-row-first,
  .woocommerce .form-row-last {
    float: left;
    width: 50%;
  }
}
.woocommerce .form-row-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce .form-row-wide {
    float: left;
    width: 100%;
  }
}
.woocommerce .chosen-container-single {
  font-size: 14px;
}
.woocommerce .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 40px !important;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  color: #664c43;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px !important;
}
.woocommerce .chosen-container .chosen-results li.highlighted {
  background: #cc7343;
}
.woocommerce #order_review {
  padding: 0 15px;
}
.woocommerce #order_review #payment {
  padding: 30px;
  background: rgba(238, 238, 238, 0.3);
  text-align: left;
}
.woocommerce .shop_table {
  font-size: 14px;
}
.woocommerce .shop_table tbody,
.woocommerce .shop_table tfoot {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.woocommerce .shop_table thead {
  border: 1px solid rgba(238, 238, 238, 0.5);
  background: rgba(238, 238, 238, 0.5);
}
.woocommerce .shop_table tfoot {
  border-bottom: 1px solid #eeeeee;
}
.woocommerce .shop_table td,
.woocommerce .shop_table th {
  padding: 15px;
  /*width: 50%;*/
}
.woocommerce .shop_table .cart-shipping {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.woocommerce .shop_table .subtotal-txt,
.woocommerce .shop_table .subtotal {
  width: 50%;
  display: block;
  float: left;
  text-align: left;
}
.woocommerce .shop_table .subtotal {
  padding-left: 15px;
}
.woocommerce .shop_table.my_account_orders {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce .shop_table.my_account_orders td,
.woocommerce .shop_table.my_account_orders th {
  width: auto;
}
.woocommerce .shop_table.my_account_orders .order-total .amount,
.woocommerce .shop_table.my_account_orders .order-number a {
  font-weight: bold;
}
.woocommerce .shop_table.order_details .variation {
  margin-bottom: 0;
}
.woocommerce .shop_table.order_details .variation dd,
.woocommerce .shop_table.order_details .variation dt {
  display: inline-block;
}
.woocommerce .shop_table.order_details .variation dd {
  margin-bottom: 0;
  margin-left: 5px;
}
.woocommerce .shop_table.order_details .variation p {
  margin-bottom: 0;
}
.woocommerce .payment_methods {
  margin-left: 0;
}
.woocommerce .payment_methods input {
  /*float: right; margin-left: 15px; */
  margin-right: 15px;
}
.woocommerce .payment_methods li {
  list-style: none;
  /*text-align: right; */
}
.woocommerce .payment_methods li p {
  font-size: 14px;
  padding: 15px;
  border: 1px solid #eeeeee;
  margin: 15px 0 30px;
  text-align: left;
}
.woocommerce .payment_methods .payment_method_paypal label {
  position: relative;
}
.woocommerce .payment_methods .payment_method_paypal label img {
  margin-left: 5px;
  /*position: absolute;*/
  /*right: 100%;*/
  /*top: -10px; height: 40px; */
  /*margin-right: 15px;*/
  max-width: none;
}
.woocommerce .payment_methods .payment_method_paypal label a {
  font-size: 12px;
  margin-left: 5px;
  font-style: italic;
}
.woocommerce .terms {
  float: right;
  margin-right: 30px;
}
.woocommerce .terms label {
  display: inline-block;
  padding-left: 5px;
  font-weight: 400;
}
.woocommerce .terms label a {
  font-weight: 700;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  line-height: 1.625em !important;
  margin: 15 auto 15px !important;
  background: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  font-size: 14px !important;
  padding: 15px 30px !important;
  clear: both;
}
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a {
  font-weight: 700;
}
.woocommerce .woocommerce-info ul,
.woocommerce .woocommerce-message ul,
.woocommerce .woocommerce-error ul {
  margin: 0;
}
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li {
  list-style-type: none;
}
.woocommerce .checkout-user-form {
  margin-bottom: 60px;
}
.woocommerce .shipping_calculator {
  padding: 15px;
  background: #eeeeee;
}
.woocommerce .shipping_calculator h5 {
  margin: 0;
  padding: 0;
}
.woocommerce .shipping_calculator section {
  margin-top: 15px;
}
.woocommerce .shipping_calculator p {
  margin: 0;
}
.woocommerce .shipping_calculator input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce .shipping_calculator input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce .shipping_calculator input[type=text]::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.woocommerce .shipping_calculator input[type=text]:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .shipping_calculator input[type=text]::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.woocommerce .shipping_calculator input[type=text][disabled],
.woocommerce .shipping_calculator input[type=text][readonly],
fieldset[disabled] .woocommerce .shipping_calculator input[type=text] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.woocommerce .shipping_calculator input[type=text] {
  height: auto;
}
.woocommerce .shipping_calculator .select-btn {
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.woocommerce .shipping_calculator .select-btn select {
  border: 1px solid #eeeeee;
  background: #f2e8df;
  border-radius: 0;
  padding: 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 40px;
}
.woocommerce .shipping_calculator .select-btn select:focus {
  outline: none;
}
.woocommerce .sku_wrapper {
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.woocommerce .single_variation {
  margin-bottom: 30px;
  padding: 15px;
  background: #e1e1e1;
}
.col-1,
.col-2 {
  margin-top: 60px;
}
.header-margin {
  margin-top: 30px;
}
.shop-sidebar#menu-list-new .items-content {
  margin: 0;
  /*padding-top: 60px; padding-bottom: 60px; */
}
.shop-sidebar#menu-list-new .items-content .menu-item {
  width: 100%;
  display: block;
}
.shop-sidebar#menu-list-new .items-content .menu-item .item-description {
  margin: 0 !important;
}
.shop-sidebar#menu-list-new .menu-content .shop-list-image {
  margin: 0 15px 15px 0;
}
.shop-sidebar .widget-sidebar .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
#ship-to-different-address {
  position: absolute;
  top: -60px;
  left: 15px;
}
#ship-to-different-address label {
  padding-left: 0px;
  font-size: inherit;
  padding-top: 0;
}
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  margin: 0 -15px 30px !important;
}
.woocommerce-checkout #customer_details {
  margin-bottom: 30px;
}
.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 bounce-light {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce-light {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce-light {
  -webkit-animation-name: bounce-light;
  animation-name: bounce-light;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #aa0000;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  margin-top: 30px;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 5px;
  height: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: 0px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: rgba(200, 200, 200, 0.2);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-style: solid;
  border-width: 1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce-Price-currencySymbol {
  display: inline-block !important;
  margin: 0 !important;
}
.berg-cart-form {
  margin: 0 -15px;
}
.berg-cart-form .product-thumbnail img {
  width: 100px;
  height: auto;
}
.berg-cart-form .cart-buttons input.btn {
  display: inline-block;
}
.berg-cart-form .product-name .h6 {
  display: block;
  margin: 5px 0;
}
.wc-proceed-to-checkout {
  margin-top: 30px;
  margin-bottom: 60px;
}
.woocommerce .product-photos .related {
  clear: both;
}
@media (max-width: 991px) {
  table.shop_table_responsive thead {
    display: none;
  }
  table.shop_table_responsive td {
    display: block;
  }
  table.shop_table_responsive td.product-thumbnail {
    text-align: center;
  }
  table.shop_table_responsive td:not(.product-thumbnail):not(.product-remove) {
    text-align: right !important;
  }
  table.shop_table_responsive td:not(.product-thumbnail):before {
    content: attr(data-title) " ";
    float: left;
  }
  table.shop_table_responsive td.product-quantity .quantity {
    text-align: right;
    width: auto;
    margin: 0;
    position: static;
  }
  table.shop_table_responsive td.product-quantity .quantity input {
    text-align: right;
    height: auto;
  }
}
.woocommerce-checkout-payment {
  margin-bottom: 60px;
}
/* End of shop section */
/* ------------------------------------------------------ */
/* 14. Product section */
/* ------------------------------------------------------ */
.single-product h3 {
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
}
.single-product.menu .menu-content .menu-item {
  width: 100%;
}
.single-product.menu .menu-content .menu-item > div,
.single-product.menu .menu-content .menu-item > a {
  width: 100%;
}
.single-product .purchase {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-product .purchase .product-btn .select-btn {
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 0;
}
.single-product .purchase .product-btn select {
  border: 1px solid #47352f;
  background: transparent;
  border-radius: 0;
  padding: 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  width: 100%;
}
.single-product .purchase .product-btn select:focus {
  outline: none;
}
.single-product .purchase .product-btn select::-ms-expand {
  display: none;
}
.single-product .purchase .product-btn > div {
  margin-bottom: 15px;
}
.single-product .purchase .product-btn .shop-button {
  margin-top: 0;
  float: left;
}
.single-product .purchase .quantity {
  width: auto;
  display: inline-block;
  position: relative;
}
.single-product .purchase .quantity input {
  width: 33px;
  height: 33px;
  text-align: center;
  border: 1px solid #47352f;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #47352f;
  padding: 0;
}
.single-product .purchase .quantity .plus,
.single-product .purchase .quantity .minus {
  background: #a78060;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.single-product .purchase .quantity .plus:hover,
.single-product .purchase .quantity .minus:hover,
.single-product .purchase .quantity .plus:focus,
.single-product .purchase .quantity .minus:focus {
  background: #cc7343;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid #cc7343 !important;
}
.single-product .purchase .quantity:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  left: 36px;
  border: 1px solid #47352f;
  z-index: 0;
  top: 0;
}
.single-product .purchase .quantity .qty {
  margin-right: -15px;
  width: 48px;
  z-index: 1;
  position: relative;
  border: none;
}
.single-product .product-description {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eeeeee;
}
@media (min-width: 768px) {
  .single-product .product-description {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .single-product .product-description {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .single-product .product-description {
    float: left;
    width: 50%;
  }
}
.single-product .product-description .reviews-form #commentform .form-control {
  border-color: rgba(71, 53, 47, 0.3) !important;
  background: #f2e8df;
}
.single-product .product-description p {
  font-size: 16px;
}
.single-product .product-description .description {
  margin-bottom: 45px;
}
.single-product .reviews {
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.single-product .reviews .reviews-author > span {
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  font-size: 16px;
}
.single-product .reviews .controls-reviews {
  position: absolute;
  top: 0;
  right: 0;
}
.single-product .reviews-form {
  margin-top: 15px;
  position: relative;
}
.single-product .reviews-form .rating {
  position: absolute;
  top: 0;
  right: 0;
}
.single-product .rating-select select {
  display: none;
}
.single-product .rating-select > span span {
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.single-product .message-success {
  right: 0;
  max-width: 185px;
}
.single-product .product .item-excerpt,
.single-product2 .product .item-excerpt {
  padding: 20px 0 5px;
  margin-bottom: 0;
  font-size: 16px;
}
.single-product .product .item-price,
.single-product2 .product .item-price {
  /*padding-bottom: 15px; */
}
.single-product .product .item-price span,
.single-product2 .product .item-price span {
  font-size: 16px;
}
.single-product .product .social-share,
.single-product2 .product .social-share {
  padding-top: 20px;
}
.single-product .product .item-badge,
.single-product2 .product .item-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  line-height: 1;
}
.single-product .product .item-badge p,
.single-product2 .product .item-badge p {
  margin: 0;
}
.single-product .product .item-badge span,
.single-product2 .product .item-badge span {
  margin-right: 5px;
}
.single-product .product .item-badge .label,
.single-product2 .product .item-badge .label,
.single-product .product .item-badge .badge,
.single-product2 .product .item-badge .badge {
  font-size: 12px;
}
.single-product .product .product-category span,
.single-product2 .product .product-category span {
  color: #c8b4ad;
  font-size: 12px;
  letter-spacing: 1px;
}
.single-product .product .product-category a,
.single-product2 .product .product-category a {
  color: #47352f;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  /*font-style: italic;*/
}
.single-product .product .icon-food,
.single-product2 .product .icon-food {
  /*position: absolute;*/
  top: 0;
  padding-left: 5px;
}
.single-product .product .icon-food img,
.single-product2 .product .icon-food img {
  width: 20px;
  position: relative;
  top: -3px;
}
.single-product h6,
.single-product2 h6 {
  font-size: 18px;
  margin-top: 15px;
}
.single-product h3,
.single-product2 h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.single-product .product-description h3,
.single-product2 .product-description h3 {
  margin-bottom: 30px;
}
.single-product2 .dish-desc {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.single-product2 .product-description {
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-product2 .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.berg-product-carousel-wrapper {
  width: 100% !important;
  position: relative;
  margin: 0 !important;
}
.gallery-top .swiper-next {
  right: 30px;
}
.gallery-top .swiper-prev {
  left: 30px;
}
.gallery-top .swiper-next,
.gallery-top .swiper-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer !important;
}
.gallery-top .swiper-next i,
.gallery-top .swiper-prev i {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 30px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-top .swiper-next i:before,
.gallery-top .swiper-prev i:before {
  margin: 0 !important;
}
.gallery-top .swiper-slide img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-top:hover .swiper-next,
.gallery-top:hover .swiper-prev {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-top:hover .swiper-next i,
.gallery-top:hover .swiper-prev i {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.gallery-top:hover .swiper-next:hover i,
.gallery-top:hover .swiper-prev:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0;
}
.gallery-thumbs .swiper-next {
  right: 15px;
}
.gallery-thumbs .swiper-prev {
  left: 15px;
}
.gallery-thumbs .swiper-next,
.gallery-thumbs .swiper-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  z-index: 11;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer !important;
  border-radius: 50%;
}
.gallery-thumbs .swiper-next i,
.gallery-thumbs .swiper-prev i {
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-thumbs .swiper-next i:before,
.gallery-thumbs .swiper-prev i:before {
  margin: 0 !important;
}
.gallery-thumbs:hover .swiper-next,
.gallery-thumbs:hover .swiper-prev {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-thumbs:hover .swiper-next i,
.gallery-thumbs:hover .swiper-prev i {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.gallery-thumbs:hover .swiper-next:hover i,
.gallery-thumbs:hover .swiper-prev:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  position: relative;
}
.gallery-thumbs .swiper-slide figure,
.gallery-thumbs .swiper-slide img {
  width: 100%;
}
.gallery-thumbs .swiper-slide-active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-product-carousel {
  width: 100% !important;
}
.product-gallery figure,
.product-gallery img {
  width: 100%;
}
.product-gallery .product strong {
  font-size: 16px !important;
}
.product-photos .owl-item .item:after {
  zoom: 1 !important;
  filter: alpha(opacity=50) !important;
  -webkit-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  opacity: 0.5 !important;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-photos .active-item .item:after {
  zoom: 1 !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu .product-category a {
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.menu .product-category a:hover {
  color: #cc7343;
}
.menu .product-category a:after {
  content: "\2022";
  font-size: 10px;
  position: relative;
  color: #47352f;
  opacity: .5;
  padding-left: 3px;
  font-style: normal;
}
.menu .product-category a:last-child:after {
  content: "";
  display: none;
}
/* Product mediaqueries */
/* ------------------------------------------------------ */
@media (min-width: 992px) {
  .single-product2 h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .single-product.menu .menu-content .menu-item {
    overflow: hidden;
    padding: 0;
  }
  .single-product.menu .menu-content .menu-item h6 {
    font-size: 20px;
  }
  .single-product.menu .menu-content .menu-item .item-description {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 0;
    left: auto;
    top: 0;
  }
  .single-product.menu .menu-content .menu-item .item-description > div {
    display: table;
    height: 100%;
    width: 100%;
  }
  .single-product.menu .menu-content .menu-item .item-description > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .single-product.menu .menu-content .menu-item .item-description:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: -30px;
    right: auto;
    border-right: 15px solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: none;
    margin-top: -15px;
    z-index: 3;
  }
  .single-product.menu .menu-content .menu-item #product-carousel .item,
  .single-product.menu .menu-content .menu-item #product-carousel2 .item {
    width: 100%;
    float: left;
  }
  .single-product.menu .menu-content .menu-item #product-carousel .item img,
  .single-product.menu .menu-content .menu-item #product-carousel2 .item img {
    width: 100%;
    height: auto;
  }
  .single-product .product-photos {
    width: 50%;
    float: left;
    padding: 0;
    display: block;
  }
  .single-product .product-photos .item {
    float: left;
    display: block;
    position: relative;
  }
  .single-product .product-photos .item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #a78060;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .single-product .product-photos .item figure,
  .single-product .product-photos .item img {
    display: block;
    width: 100%;
  }
  .single-product .product-photos .item figure {
    height: 100%;
  }
  .single-product .product-photos .item img {
    height: auto;
  }
  .single-product .product-photos .actions {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s 0.1s;
    -o-transition: -o-transform 0.3s, opacity 0.3s 0.1s;
    transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s 0.1s;
    z-index: 10;
  }
  .single-product .purchase .product-btn {
    overflow: hidden;
  }
  .single-product .purchase .product-btn > div {
    float: left;
    margin-right: 15px;
  }
  .single-product .purchase .product-btn .shop-button {
    margin: 0;
  }
  .single-product .purchase .product-btn .select-btn {
    width: auto;
  }
  .single-product .product-description {
    float: right;
    position: relative;
  }
  .single-product .product-description:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border-right: 15px solid transparent;
    border-top: none;
    border-bottom: 15px solid #eeeeee;
    border-left: 15px solid transparent;
    z-index: 3;
  }
  .single-product .product-description:before {
    content: '';
    background: #eeeeee;
    position: absolute;
    height: 3000px;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .reviews .reviews-author {
    float: left;
  }
  .reviews .reviews-text {
    margin-left: 180px;
  }
  .berg-product-carousel-wrapper {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product.menu .menu-content .menu-item .item-description {
    padding: 30px;
    text-align: center;
  }
  .single-product.menu .product-description {
    padding: 15px;
  }
  .product-gallery.menu-item {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .single-product.menu .menu-content .menu-item .item-description {
    padding: 0 30px;
  }
  .single-product.menu .product-description {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .single-product .menu-content .menu-item .item-description {
    padding-top: 30px;
    text-align: center;
  }
  .gallery-top .swiper-prev,
  .gallery-top .swiper-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .gallery-top .swiper-prev i,
  .gallery-top .swiper-next i {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .gallery-top .swiper-prev {
    left: 15px;
  }
  .gallery-top .swiper-next {
    right: 15px;
  }
  .single-product .purchase .quantity .qty {
    margin-right: 5px;
    width: 50px;
  }
  .single-product .purchase .quantity:after {
    width: 50px;
    left: 0;
    top: 1px;
  }
}
@media (max-width: 991px) {
  .single-product .gallery-thumbs {
    display: none;
  }
  .single-product .product-description {
    margin-bottom: 0;
    padding: 30px 15px 15px;
  }
  .single-product .related h3 {
    position: relative;
    z-index: -1;
  }
  .gallery-top .swiper-prev,
  .gallery-top .swiper-next {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .gallery-top .swiper-prev i,
  .gallery-top .swiper-next i {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  .single-product .product .item-badge,
  .single-product2 .product .item-badge {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .single-product.menu .menu-content .menu-item .item-description {
    padding: 0 120px;
  }
  .single-product.menu .product-description {
    padding: 60px 90px;
  }
}
/* End of product section */
/* ------------------------------------------------------ */
/* 15. Contact */
/* ------------------------------------------------------ */
#contact .v-card a {
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#contact .v-card a.contact-email {
  color: #cc7343;
}
#contact .v-card a.contact-email:hover {
  color: #ad5b2f;
}
#contact #contact-form input[type=text],
#contact #contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact #contact-form .message {
  width: 100%;
}
#contact #contact-form textarea {
  background: transparent;
  width: 100%;
  resize: none;
  padding: 15px;
  font-weight: 300;
}
#contact #contact-form .btn-submit {
  width: 100%;
  overflow: hidden;
}
#contact #contact-form .btn-submit .button-send {
  margin: 15px 0;
  font-weight: 100;
  letter-spacing: 1px;
}
#contact #contact-form .message-success {
  right: 0;
  top: 15px;
}
.contact-bg-fullscreen {
  position: relative;
}
.contact-new-page {
  /*position: relative;*/
}
.contact-new-page .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*background: #000; opacity: .5;*/
}
.contact-info-wrapper {
  /* position: absolute;*/
  top: 0px;
  min-height: inherit;
  width: 100%;
  /*position: static; display: table; */
}
.contact-info-wrapper .info {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  margin: 30px 0;
}
.contact-info {
  color: #ffffff;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  /*top: 90px; */
  /*position: absolute;*/
  left: 0;
  width: 100%;
  /*bottom: 90px;*/
  /* display: table-cell; position: static; */
  vertical-align: middle;
  min-height: inherit;
}
.contact-info .contact-name {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.contact-info .contact-desc {
  letter-spacing: 1px;
  /*font-weight: bold;*/
}
.contact-info .contact-desc p:last-of-type {
  margin-bottom: 0;
}
.contact-info .contact-desc a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-info .contact-desc a:hover {
  color: #cc7343;
}
.contact-new-map-section .bg-section {
  position: relative !important;
}
.contact-locations {
  background: #f2e8df;
  width: 100%;
  padding: 90px 0;
}
.location-info {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  margin: 30px 0;
}
.location-info .location-header {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.location-info .location-desc {
  letter-spacing: 1px;
  /*font-weight: bold;*/
}
.location-info .location-desc p:last-of-type {
  margin-bottom: 0;
}
.buttons-map {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 11;
}
.buttons-map a:hover,
.buttons-map a:focus,
.buttons-map a:active {
  background: #f2e8df !important;
  border-color: #f2e8df !important;
}
/* Team mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  .contact-info-wrapper .info,
  .location-info {
    width: 100% !important;
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrapper .info,
  .location-info {
    width: 50% !important;
  }
}
/* Map Marker */
/* ------------------------------------------------------ */
.maps-label {
  position: relative;
  margin-left: -100% !important;
  padding-left: -100% !important;
  font-weight: 700;
  font-size: 24px;
}
.maps-label-container {
  position: absolute;
}
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: transparent;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: -20px;
  margin: -20px 0 0 -20px;
  border: 8px solid #cc7343;
}
.pin:after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  border-radius: 50%;
  border: 10px solid #cc7343;
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 5px;
  top: -15px;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.75);
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #cc7343;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    -o-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -moz-transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -o-transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -o-transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -moz-transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -moz-transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -o-transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -o-transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
div.wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=password]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=password]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=password]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.wpcf7 input[type=text][disabled],
.wpcf7 input[type=email][disabled],
.wpcf7 input[type=password][disabled],
.wpcf7 input[type=tel][disabled],
.wpcf7 textarea[disabled],
.wpcf7 input[type=text][readonly],
.wpcf7 input[type=email][readonly],
.wpcf7 input[type=password][readonly],
.wpcf7 input[type=tel][readonly],
.wpcf7 textarea[readonly],
fieldset[disabled] .wpcf7 input[type=text],
fieldset[disabled] .wpcf7 input[type=email],
fieldset[disabled] .wpcf7 input[type=password],
fieldset[disabled] .wpcf7 input[type=tel],
fieldset[disabled] .wpcf7 textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.wpcf7 input[type=text],
textarea.wpcf7 input[type=email],
textarea.wpcf7 input[type=password],
textarea.wpcf7 input[type=tel],
textarea.wpcf7 textarea {
  height: auto;
}
.wpcf7 textarea {
  height: auto;
}
.wpcf7 input[type=submit] {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  white-space: nowrap;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 1px !important;
  background-color: #a78060;
  background: #a78060;
  border-color: #a78060;
  color: #ffffff;
}
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit]:active:focus,
.wpcf7 input[type=submit].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  text-decoration: none;
}
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit].active {
  outline: 0;
  background-image: none;
}
.wpcf7 input[type=submit].disabled,
.wpcf7 input[type=submit][disabled],
fieldset[disabled] .wpcf7 input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7 input[type=submit]:hover {
  -webkit-filter: brightness(1.1);
  transform: scale(1.05);
}
.wpcf7 input[type=submit]:hover:after {
  width: 20px;
  opacity: 1;
}
.wpcf7 input[type=submit]:after {
  content: ' → ';
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  opacity: 0;
  position: absolute;
}
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit].active,
.open .dropdown-toggle.wpcf7 input[type=submit] {
  background-image: none;
}
.wpcf7 input[type=submit].disabled,
.wpcf7 input[type=submit][disabled],
fieldset[disabled] .wpcf7 input[type=submit],
.wpcf7 input[type=submit].disabled:hover,
.wpcf7 input[type=submit][disabled]:hover,
fieldset[disabled] .wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit].disabled:focus,
.wpcf7 input[type=submit][disabled]:focus,
fieldset[disabled] .wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit].disabled:active,
.wpcf7 input[type=submit][disabled]:active,
fieldset[disabled] .wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit].disabled.active,
.wpcf7 input[type=submit][disabled].active,
fieldset[disabled] .wpcf7 input[type=submit].active {
  background-color: #a78060;
  border-color: #a78060;
}
.wpcf7 input[type=submit] .badge {
  color: #a78060;
  background-color: #ffffff;
}
.wpcf7 p {
  margin-bottom: 15px;
}
.wpcf7 .ajax-loader {
  display: none !important;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
  display: none !important;
  border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid {
  border: 1px solid #E43832 !important;
  background: #fff !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid:-moz-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid::-moz-placeholder {
  color: #e43832 !important;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #e43832 !important;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: none;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}
span.wpcf7-list-item {
  margin-left: 0.5em;
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
.wpcf7-select {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 8px 15px !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  color: #664c43 !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid #eeeeee !important;
  border-radius: 0px !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.wpcf7-select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.wpcf7-select::-moz-placeholder {
  font-weight: 300 !important;
  color: #999999 !important;
  opacity: 1 !important;
}
.wpcf7-select:-ms-input-placeholder {
  font-weight: 300 !important;
  color: #999999 !important;
}
.wpcf7-select::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #999999 !important;
}
.wpcf7-select[disabled],
.wpcf7-select[readonly],
fieldset[disabled] .wpcf7-select {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
textarea.wpcf7-select {
  height: auto !important;
}
/* Contact mediaqueries */
/* ------------------------------------------------------ */
@media (min-width: 768px) {
  #contact .contact-header {
    text-align: center;
  }
  #contact .v-card a:hover {
    color: #cc7343;
  }
  #contact .v-card a.contact-email:hover {
    color: #99512a;
  }
}
/* End of contact */
/* ------------------------------------------------------ */
/* 16. Cart */
/* ------------------------------------------------------ */
.woocommerce-cart .cart-products {
  background: #eeeeee;
}
.woocommerce-cart .list-product h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}
.woocommerce-cart h5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  font-weight: 600;
}
.woocommerce-cart .cart-item {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
}
.woocommerce-cart .cart-item .product-position {
  line-height: 70px;
}
.woocommerce-cart .cart-item .product-thumbnail {
  display: none;
}
.woocommerce-cart .cart-item .product-name span {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.woocommerce-cart .cart-item .product-name a:not(.product-thumbnail) {
  color: #47352f;
  display: block;
  font-weight: 700;
}
.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal {
  text-align: center;
}
.woocommerce-cart .product-subtotal .amount {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-cart .product-subtotal .amount small,
.woocommerce-cart .product-subtotal .amount span {
  display: block;
  line-height: 1;
}
.woocommerce-cart .product-subtotal .amount small {
  padding-top: 5px;
}
.woocommerce-cart .product-remove {
  text-align: center;
}
.woocommerce-cart .product-remove .remove {
  font-size: 20px;
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce-cart .product-remove .remove:hover {
  color: #cc7343;
}
.woocommerce-cart .product-quantity .quantity {
  text-align: center;
  position: relative;
  width: 40px;
  margin: 0 auto;
  /*-webkit-backface-visibility: hidden;*/
}
.woocommerce-cart .product-quantity .quantity .minus,
.woocommerce-cart .product-quantity .quantity .plus {
  display: none;
}
.woocommerce-cart .product-quantity .quantity input {
  /*float: left; */
  /*border: 1px solid lighten(@textColor, 50%);*/
  border: none;
  width: 50px;
  height: 30px;
  text-align: center;
  margin-left: 0px;
  background: transparent;
  z-index: 1;
  position: relative;
  line-height: 20px;
  margin-right: 0;
  /* line-height: 40px;*/
}
.woocommerce-cart .product-quantity .quantity:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #eeeeee;
  z-index: 0;
}
.woocommerce-cart .product-coupon .coupon-code {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.woocommerce-cart .product-coupon .coupon-code #coupon_code {
  border: 1px solid #eeeeee;
  background: transparent;
  font-weight: 300;
  padding: 4px 10px;
  float: left;
  display: block;
  width: 49%;
}
.woocommerce-cart .product-coupon .coupon-code #coupon_code::-webkit-input-placeholder {
  color: #c8b4ad !important;
}
.woocommerce-cart .product-coupon .coupon-code #coupon_code:-moz-placeholder {
  color: #c8b4ad !important;
}
.woocommerce-cart .product-coupon .coupon-code #coupon_code::-moz-placeholder {
  color: #c8b4ad !important;
}
.woocommerce-cart .product-coupon .coupon-code #coupon_code:-ms-input-placeholder {
  color: #c8b4ad !important;
}
.woocommerce-cart .product-coupon a {
  display: block;
  width: 49%;
  margin-left: 51%;
  text-transform: uppercase;
}
.woocommerce-cart .product-coupon .product-btn {
  margin-bottom: 15px;
}
.woocommerce-cart .product-coupon .product-btn a:first-of-type {
  float: left;
  margin-left: 0;
}
.woocommerce-cart .cart-subtotal {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce-cart .cart-buttons {
  border-bottom: 1px solid #eeeeee;
}
.woocommerce-cart .cart-buttons a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.woocommerce-cart .cart-buttons a,
.woocommerce-cart .cart-buttons input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.woocommerce-cart .cart-buttons input[type=text] {
  padding-left: 15px;
}
.woocommerce-cart .cart-buttons #coupon_code {
  height: 33px;
  font-size: 12px;
}
.woocommerce-cart .products .rating {
  line-height: 1;
}
.woocommerce-cart .products .rating span {
  font-size: 12px;
}
.woocommerce-cart .products .rating span span {
  top: -3px;
}
.woocommerce-cart .products .price .amount {
  font-size: 14px;
}
.woocommerce-cart .cross-sells {
  padding: 30px 15px 30px;
  margin: 0 -15px;
  /*background: fade(@bgColor3, 30%);*/
}
.woocommerce-cart .cross-sells .h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
.woocommerce-cart .cross-sells .products {
  border: none;
  padding-bottom: 0;
}
.woocommerce-cart .cart_totals {
  margin: 0 -15px;
  padding: 0 15px;
}
.woocommerce-cart .cart_totals .header-margin {
  border: 1px solid rgba(238, 238, 238, 0.5);
  background: rgba(238, 238, 238, 0.5);
  margin: 0 -15px;
  padding: 15px;
}
.woocommerce-cart .cart_totals .row {
  border: 1px solid #eeeeee;
  border-top: none;
}
.woocommerce-cart .cart_totals .shipping_calculator {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  background: rgba(238, 238, 238, 0.5);
}
.woocommerce-cart .cart_totals .shipping_calculator .row {
  border: none;
}
.woocommerce-cart .cart-collaterals {
  margin-top: 30px;
}
.woocommerce-cart .cart-collaterals .cart-buttons {
  border: 1px solid #eeeeee;
}
.woocommerce-cart .cart-collaterals .cart_totals .h4 {
  letter-spacing: 1px;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.33;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .h4 small,
.woocommerce-cart .cart-collaterals .cart_totals .h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.woocommerce-cart .cart-collaterals .cart_totals .h4 small,
.woocommerce-cart .cart-collaterals .cart_totals .h4 .small {
  font-size: 75%;
}
.woocommerce-cart .cart-collaterals .cart-shipping {
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce-cart .cart-collaterals .cart-shipping .subtotal-txt,
.woocommerce-cart .cart-collaterals .cart-shipping .subtotal {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart-shipping .subtotal {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart-separator {
  display: none;
}
.woocommerce-cart .cart-collaterals .shipping_calculator h5 {
  position: relative;
}
.woocommerce-cart .cart-collaterals .shipping_calculator h5:before,
.woocommerce-cart .cart-collaterals .shipping_calculator h5:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 12px;
  height: 2px;
  background: #47352f;
}
.woocommerce-cart .cart-collaterals .shipping_calculator h5:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.woocommerce-cart .cart-collaterals .shipping_calculator h5.open-calculator:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button {
  display: block;
}
#cart > .row {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
#cart > .row.cart-header {
  border: 1px solid rgba(238, 238, 238, 0.5);
  background: rgba(238, 238, 238, 0.5);
}
/* Shop cart mediaqueries */
/* ------------------------------------------------------ */
@media (min-width: 768px) {
  .woocommerce-cart .cart-item {
    padding: 15px 0;
  }
  .woocommerce-cart .cart-item .product-thumbnail {
    /*display: block;*/
    position: relative;
    width: 70px;
    height: 70px;
    /* float: left;*/
  }
  .woocommerce-cart .cart-item .product-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #a78060;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .woocommerce-cart .cart-item .product-thumbnail:hover:after {
    opacity: 0.7;
  }
  .woocommerce-cart .cart-item .product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  .woocommerce-cart .cart-item .product-thumbnail figure {
    width: 100%;
    height: 100%;
    display: block;
  }
  .woocommerce-cart .cart-item .product-name .product-thumbnail,
  .woocommerce-cart .cart-item .product-name .name {
    display: inline-block;
    vertical-align: middle;
  }
  .woocommerce-cart .cart-item .product-name .name {
    padding-left: 30px;
    width: calc(100% - 100px);
  }
  .woocommerce-cart .cart-item .product-name .name a {
    /*font-size: 16px; */
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*font-family: @header-font-family;*/
    letter-spacing: 1px;
  }
  .woocommerce-cart .cart-item .product-name .name a:hover {
    color: #cc7343;
  }
  .woocommerce-cart .cart-header .product-name {
    margin-left: 100px;
  }
  .woocommerce-cart .product-quantity .quantity {
    text-align: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    width: 70px;
    margin: 0 auto;
    /*margin-top: 15px;*/
    /* position: absolute; margin-left: -30px; left: 50%; */
  }
  .woocommerce-cart .product-quantity .quantity input {
    width: 60px;
    height: 40px;
    margin-left: 10px;
  }
  .woocommerce-cart .product-quantity .quantity:after {
    top: 0;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .woocommerce-cart .product-coupon {
    overflow: hidden;
  }
  .woocommerce-cart .product-coupon .coupon-code {
    width: auto;
    float: left;
  }
  .woocommerce-cart .product-coupon .coupon-code #coupon_code {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    max-width: 150px;
  }
  .woocommerce-cart .product-coupon a {
    width: auto;
    margin-left: 0;
    display: inline-block;
  }
  .woocommerce-cart .product-coupon .product-btn {
    float: right;
  }
  .woocommerce-cart .product-coupon .product-btn a:first-of-type {
    margin-right: 15px;
  }
  .woocommerce-cart .cart-buttons {
    overflow: hidden;
    padding: 15px 0;
  }
  .woocommerce-cart .cart-buttons .coupon-code {
    float: left;
  }
  .woocommerce-cart .cart-buttons .coupon-code a,
  .woocommerce-cart .cart-buttons .coupon-code input {
    display: block;
    float: left;
  }
  .woocommerce-cart .cart-buttons .coupon-code #coupon_code {
    margin-right: 10px;
  }
  .woocommerce-cart .cart-buttons .product-btn {
    float: right;
  }
  .woocommerce-cart .cart-buttons .product-btn a {
    display: inline-block;
  }
  .woocommerce-cart .cart-buttons a,
  .woocommerce-cart .cart-buttons input {
    width: auto;
    margin-bottom: 0;
  }
}
/* End of cart */
/* ------------------------------------------------------ */
/* 17. Gallery section */
/* ------------------------------------------------------ */
#gallery .mix {
  display: none;
}
#gallery .mix .row {
  background: #f2e8df;
}
#gallery .two-columns .mix {
  width: 50%;
}
#gallery .three-columns .mix {
  width: 33.333334%;
}
#gallery .four-columns .mix {
  width: 25%;
}
#gallery .five-columns .mix {
  width: 20%;
}
#gallery .mix {
  position: relative;
  text-align: center;
  color: #ffffff;
}
#gallery .mix img {
  width: 100%;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#gallery .mix img.lazyloaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#gallery .gallery-content {
  font-size: 0px;
}
#gallery .gallery-content p {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#gallery .load-more {
  position: relative;
}
.load-more-text button {
  width: 100% ;
  /*background: @bgColor3;*/
  border: none;
  padding: 15px;
  background: transparent;
}
.load-more-text button:focus,
.load-more-text button:hover,
.load-more-text button:active {
  outline: none;
}
.load-more-text.no-more-posts {
  cursor: default;
}
.load-more-text.no-more-posts span {
  cursor: inherit;
}
.load-more-text.no-more-posts:hover span {
  color: inherit;
  background: #eeeeee;
}
/* GALLERY NEW STYLES */
/* ------------------------------------------------------ */
.open-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.portfolio-grid {
  overflow: hidden;
}
.portfolio-grid .open-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.portfolio-grid .img-bg {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.portfolio-grid .portfolio-content-wrapper,
.portfolio-grid .content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-grid .portfolio-content-wrapper {
  display: table;
}
.portfolio-grid .portfolio-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, filter 0.45s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s, opacity 0.4s;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.portfolio-grid .portfolio-content > span {
  display: table;
  height: 100%;
  width: 100%;
}
.portfolio-grid .portfolio-content h3 a {
  color: #ffffff;
}
.portfolio-grid .portfolio-content h3 {
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 20px;
  position: relative;
}
.portfolio-grid .portfolio-content h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  background: #ffffff;
  height: 2px;
  opacity: .2;
}
.portfolio-grid .overlay-masonry {
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.portfolio-grid:hover .img-bg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.portfolio-grid:hover .overlay-masonry {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.portfolio-grid:hover .portfolio-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.portfolio-grid .portfolio-categories {
  margin: 0;
}
.portfolio-grid .portfolio-categories li {
  display: inline-block;
  /*margin-right: 3px;*/
  color: #ffffff;
  list-style-type: none;
}
.portfolio-grid .portfolio-categories li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.portfolio-grid .portfolio-categories li:last-of-type {
  margin-right: 0;
}
.portfolio-grid .portfolio-categories li:last-of-type span {
  display: none;
}
.portfolio-categories,
.portfolio-categories li {
  line-height: 1.625;
}
.portfolio-categories li {
  margin-right: 3px;
}
.dot-separator {
  position: relative;
  /* display: inline-block;*/
  margin-left: 3px;
  font-size: inherit;
  line-height: 1.625;
}
.dot-separator:after {
  content: "\2022";
  color: inherit;
  opacity: .5;
  font-size: 10px;
  position: relative;
  top: -2px;
}
/* PORTFOLIO NEW */
/* ------------------------------------------------------ */
#gallery2 .load-more {
  position: relative;
}
#gallery2 .grid-sizer,
#gallery2 .w1-h1 {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
}
#gallery2 .w2-h1 {
  width: 50%;
  height: 0;
  padding-bottom: 25%;
}
#gallery2 .w2-h2 {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
}
#gallery2 .w1-h2 {
  width: 25%;
  height: 0;
  padding-bottom: 50%;
}
#gallery2 .grid-sizer .mix,
#gallery2 .w1-h1 .mix,
#gallery2 .w2-h1 .mix,
#gallery2 .w2-h2 .mix,
#gallery2 .w1-h2 .mix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  /*box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,.3);*/
}
#gallery2 .grid-sizer .layer,
#gallery2 .w1-h1 .layer,
#gallery2 .w2-h1 .layer,
#gallery2 .w2-h2 .layer,
#gallery2 .w1-h2 .layer {
  position: absolute;
  overflow: hidden;
  /* left: 0; top: 0; right: 0; bottom: 0;*/
}
#gallery2 .grid-sizer .layer .img-bg,
#gallery2 .w1-h1 .layer .img-bg,
#gallery2 .w2-h1 .layer .img-bg,
#gallery2 .w2-h2 .layer .img-bg,
#gallery2 .w1-h2 .layer .img-bg {
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 0) and (max-width: 991px) {
  #gallery2 .grid-sizer,
  #gallery2 .w1-h1,
  #gallery2 .w2-h1,
  #gallery2 .w2-h2,
  #gallery2 .w1-h2 {
    width: 100% !important;
    padding-bottom: 50% !important;
  }
}
#gallery2 .grid-sizer:hover .img-bg,
#gallery2 .w1-h1:hover .img-bg,
#gallery2 .w2-h1:hover .img-bg,
#gallery2 .w2-h2:hover .img-bg,
#gallery2 .w1-h2:hover .img-bg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
#gallery2 .grid-sizer:hover .overlay-masonry,
#gallery2 .w1-h1:hover .overlay-masonry,
#gallery2 .w2-h1:hover .overlay-masonry,
#gallery2 .w2-h2:hover .overlay-masonry,
#gallery2 .w1-h2:hover .overlay-masonry {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#gallery2 .grid-sizer:hover .portfolio-content,
#gallery2 .w1-h1:hover .portfolio-content,
#gallery2 .w2-h1:hover .portfolio-content,
#gallery2 .w2-h2:hover .portfolio-content,
#gallery2 .w1-h2:hover .portfolio-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
#gallery2 .portfolio-masonry {
  margin: 2px;
}
#gallery2 .portfolio-masonry img {
  display: none;
}
#gallery2 .portfolio-categories {
  margin: 0;
}
#gallery2 .portfolio-categories li {
  display: inline-block;
  /*margin-right: 5px; */
  color: #ffffff;
  list-style-type: none;
}
#gallery2 .portfolio-categories li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
#gallery2 .portfolio-categories li:last-of-type {
  margin-right: 0;
}
#gallery2 .portfolio-categories li:last-of-type span {
  display: none;
}
#gallery2 .overlay-masonry {
  position: absolute;
  /*background: @bgColor2;*/
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#gallery2 .layer,
#gallery2 .overlay-masonry {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
#gallery2 .portfolio-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#gallery2 .portfolio-content-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
#gallery2 .portfolio-content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.5s, -webkit-filter 0.45s, opacity 0.4s;
  -moz-transition: -moz-transform 0.5s, -moz-filter 0.45s, opacity 0.4s;
  -o-transition: -o-transform 0.5s, filter 0.45s, opacity 0.4s;
  transition: -webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s,-webkit-filter 0.45s,-moz-filter 0.45s,-o-filter 0.45s,filter 0.45s, opacity 0.4s;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
#gallery2 .portfolio-content > span {
  display: table;
  height: 100%;
  width: 100%;
}
#gallery2 .portfolio-content h3 a {
  color: #ffffff;
}
#gallery2 .portfolio-content h3 {
  margin-bottom: 0px;
  position: relative;
  padding-top: 20px;
}
#gallery2 .portfolio-content h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  background: #ffffff;
  height: 2px;
  opacity: .2;
}
@media (min-width: 992px) {
  #gallery2 .w1-h1 h3,
  #gallery2 .w1-h2 h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #gallery2 .w2-h1 h3,
  #gallery2 .w2-h2 h3 {
    font-size: 24px;
  }
}
.blog-sidebar .berg_portfolio .post-content {
  width: 100%;
  position: relative;
  padding: 0;
}
.blog-sidebar .berg_portfolio a.img-post {
  margin-bottom: 30px;
}
/* SINGLE PORTFOLIO NEW */
/* ------------------------------------------------------ */
#single-portfolio .berg-overlay-header {
  /*margin-top: 30px; */
  text-align: center;
  padding-top: 0;
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  /*margin-bottom: 15px; */
  display: table;
  width: 100%;
}
#single-portfolio .berg-overlay-header .single-portfolio-header {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  max-width: 70%;
}
#single-portfolio .berg-overlay-header .portfolio-categories {
  margin: 0;
}
#single-portfolio .berg-overlay-header .portfolio-categories li {
  display: inline-block;
  list-style-type: none;
  /*margin-right: 5px;*/
}
#single-portfolio .berg-overlay-header .portfolio-categories li:last-of-type span {
  display: none;
}
#single-portfolio .berg-overlay-header .portfolio-categories li a {
  font-size: 14px;
  font-weight: 600;
}
#single-portfolio .berg-overlay-header h2 {
  margin-bottom: 0;
  margin-top: 0;
}
#single-portfolio .social-share {
  margin-top: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 30%;
}
#single-portfolio .social-share ul {
  margin-bottom: 0;
}
#single-portfolio .social-share li {
  margin: 0 5px;
  /* width: 30px; margin: 0; */
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  /*margin-right: 8px; */
  /*border: 1px solid @borderColor; border-radius: 50%; */
  text-align: center;
}
#single-portfolio .social-share li:last-of-type {
  margin-right: 0;
}
#single-portfolio .social-share li a {
  font-size: 14px;
  display: block;
}
#single-portfolio .berg-overlay-content article {
  border: none;
  padding-bottom: 60px;
  margin-top: 0;
}
#single-portfolio .single-portfolio-carousel figure {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
#single-portfolio .single-portfolio-carousel figure img {
  visibility: hidden;
}
#single-portfolio .single-portfolio-carousel:hover .button-next,
#single-portfolio .single-portfolio-carousel:hover .button-prev {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#single-portfolio .single-portfolio-carousel .button-prev {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
#single-portfolio .single-portfolio-carousel .button-next {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
#single-portfolio .single-portfolio-carousel .button-next,
#single-portfolio .single-portfolio-carousel .button-prev {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  background: rgba(167, 128, 96, 0.8);
  z-index: 1;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
#single-portfolio .single-portfolio-carousel .button-next i,
#single-portfolio .single-portfolio-carousel .button-prev i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  color: #ffffff;
  font-size: 36px;
}
#single-portfolio .single-portfolio-carousel .button-next:hover,
#single-portfolio .single-portfolio-carousel .button-prev:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#single-portfolio .button-next,
#single-portfolio .button-next i {
  right: 0;
}
#single-portfolio .button-prev,
#single-portfolio .button-prev i {
  left: 0;
}
#single-portfolio .prev-next-post {
  overflow: hidden;
  /* padding-bottom: 15px; */
  /*border-bottom: 1px solid @borderColor; */
  display: table;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}
#single-portfolio .prev-next-post a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#single-portfolio .prev-next-post .prev-post-portfolio,
#single-portfolio .prev-next-post .next-post-portfolio {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
#single-portfolio .prev-next-post .prev-post-portfolio a,
#single-portfolio .prev-next-post .next-post-portfolio a {
  position: relative;
  padding: 15px 0;
}
#single-portfolio .prev-next-post .prev-post-portfolio span,
#single-portfolio .prev-next-post .next-post-portfolio span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#single-portfolio .prev-next-post .prev-post-portfolio .prev-title,
#single-portfolio .prev-next-post .next-post-portfolio .prev-title,
#single-portfolio .prev-next-post .prev-post-portfolio .next-title,
#single-portfolio .prev-next-post .next-post-portfolio .next-title {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 15px;
}
#single-portfolio .prev-next-post .prev-post-portfolio .prev-title,
#single-portfolio .prev-next-post .next-post-portfolio .prev-title {
  left: 0;
}
#single-portfolio .prev-next-post .prev-post-portfolio .next-title,
#single-portfolio .prev-next-post .next-post-portfolio .next-title {
  right: 0;
}
#single-portfolio .prev-next-post .prev-post-portfolio {
  text-align: left;
  padding-right: 5px;
}
#single-portfolio .prev-next-post .prev-post-portfolio:hover span {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#single-portfolio .prev-next-post .prev-post-portfolio:hover .prev-title {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#single-portfolio .prev-next-post .next-post-portfolio {
  text-align: right;
  padding-left: 5px;
}
#single-portfolio .prev-next-post .next-post-portfolio:hover span {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#single-portfolio .prev-next-post .next-post-portfolio:hover .next-title {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#single-portfolio .prev-next-post .berg-overlay-to-bottom {
  display: table-cell;
  width: 30%;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  margin-top: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  -o-transition: -o-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
}
#single-portfolio .prev-next-post .berg-overlay-to-bottom.hide-btn {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
  -o-transition: -o-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
}
#single-portfolio .single-portfolio-carousel .swiper-slide {
  margin: 0 auto;
  width: 80%;
}
/* PORTFOLIO LIGHTBOX */
/* ------------------------------------------------------ */
.berg-portfolio-lightbox .gallery-title {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  text-align: center;
  color: #ffffff;
  /*font-family: 'Cabin';*/
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
}
.berg-portfolio-lightbox .berg-arrow-left {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.berg-portfolio-lightbox .berg-arrow-right {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.berg-portfolio-lightbox .berg-arrow-left,
.berg-portfolio-lightbox .berg-arrow-right {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  background: rgba(167, 128, 96, 0.8);
  z-index: 1;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.berg-portfolio-lightbox .berg-arrow-left i,
.berg-portfolio-lightbox .berg-arrow-right i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
}
.berg-portfolio-lightbox .berg-arrow-left:hover,
.berg-portfolio-lightbox .berg-arrow-right:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-portfolio-lightbox .berg-arrow-right,
.berg-portfolio-lightbox .berg-arrow-right i {
  right: 0;
}
.berg-portfolio-lightbox .berg-arrow-left,
.berg-portfolio-lightbox .berg-arrow-left i {
  left: 0;
}
.berg-portfolio-lightbox .berg-overlay-gallery-wrapper {
  overflow: hidden;
}
.berg-portfolio-lightbox .berg-overlay-gallery-wrapper:hover .berg-arrow-left,
.berg-portfolio-lightbox .berg-overlay-gallery-wrapper:hover .berg-arrow-right {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.berg-portfolio-lightbox .swiper-slide,
.berg-portfolio-lightbox img {
  max-height: 100%;
}
.berg-portfolio-lightbox .berg-overlay-header img {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.berg-portfolio-lightbox p.hidden-xs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.berg-portfolio-lightbox h2.hidden-xs {
  margin-bottom: 5px;
}
.berg-portfolio-lightbox figure {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 50px 50px;
  top: 0;
  z-index: 0;
  left: 0;
}
.berg-portfolio-lightbox figure img {
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;
}
.berg-portfolio-lightbox figure .img-caption {
  color: #ffffff;
  font-size: 12px;
  padding-top: 6px;
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper {
  /*margin-top: 30px; */
  display: table;
  width: 100%;
  /*min-height: 80px;*/
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper .single-portfolio-header {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  max-width: 70%;
  overflow: hidden;
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper .portfolio-categories {
  margin: 0;
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper .portfolio-categories li {
  display: inline-block;
  list-style-type: none;
  /*margin-right: 5px;*/
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper .portfolio-categories li:last-of-type span {
  display: none;
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper .portfolio-categories li a {
  font-size: 14px;
  font-weight: 600;
}
.berg-portfolio-lightbox .single-portfolio-header-wrapper h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.berg-portfolio-lightbox .social-share {
  margin-top: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 30%;
}
.berg-portfolio-lightbox .social-share ul {
  margin-bottom: 0;
}
.berg-portfolio-lightbox .social-share li {
  margin: 0 5px;
  /* width: 30px; margin: 0; */
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  /*margin-right: 8px; */
  /*border: 1px solid @borderColor; border-radius: 50%; */
  text-align: center;
}
.berg-portfolio-lightbox .social-share li:last-of-type {
  margin-right: 0;
}
.berg-portfolio-lightbox .social-share li a {
  font-size: 14px;
  display: block;
}
.lightbox-hide-desc {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  min-height: 100%;
}
.lightbox-hide-desc .berg-overlay-gallery-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-hide-desc .berg-overlay-gallery-wrapper figure {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 50px;
  top: 0;
  z-index: 0;
  left: 0;
}
.lightbox-hide-desc .berg-overlay-gallery-wrapper figure img {
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin: 0 auto;
}
.berg-overlay-to-bottom {
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  -o-transition: -o-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0s;
  /*padding-top: 15px; */
  /*padding-bottom: 15px;*/
  /*border-top: 1px solid @borderColor;*/
  /*margin-top: 30px;*/
}
.berg-overlay-to-bottom span {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border: 1px solid #eeeeee;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
.berg-overlay-to-bottom i {
  /*text-transform: uppercase; */
  font-size: 16px;
  line-height: 30px;
  /*opacity: 0.5;*/
}
.berg-overlay-to-bottom.hide-btn {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
  -o-transition: -o-transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
  transition: -webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s, opacity 0.4s 0.1s, visibility 0s 0.5s;
}
.single-portfolio-header-wrapper {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  #gallery .mix {
    width: 100% !important;
  }
  #gallery .overlay-masonry {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #gallery .portfolio-content {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  .berg-overlay-header,
  .berg-portfolio-lightbox .single-portfolio-header-wrapper {
    display: block;
  }
  .berg-overlay-header .single-portfolio-header,
  .berg-portfolio-lightbox .single-portfolio-header-wrapper .single-portfolio-header,
  .berg-overlay-header .social-share,
  .berg-portfolio-lightbox .single-portfolio-header-wrapper .social-share {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .social-share {
    margin-bottom: 15px !important;
  }
  .berg-overlay-content article {
    padding-top: 0;
  }
  .berg-portfolio-lightbox .swiper-container {
    height: 100%;
  }
  .berg-portfolio-lightbox .swiper-wrapper {
    /*height: 100%;*/
  }
  .berg-portfolio-lightbox .swiper-wrapper figure {
    padding: 15px 30px;
  }
  .berg-portfolio-lightbox .swiper-wrapper .img-caption {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .berg-portfolio-lightbox .berg-overlay-close {
    width: 30px;
  }
  .berg-portfolio-lightbox .berg-arrow-left,
  .berg-portfolio-lightbox .berg-arrow-right {
    width: 30px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .berg-portfolio-lightbox .berg-arrow-left i,
  .berg-portfolio-lightbox .berg-arrow-right i {
    width: 30px;
    font-size: 20px;
  }
  .berg-overlay-content article {
    padding-top: 0 !important;
  }
  #single-portfolio .single-portfolio-carousel .button-next,
  #single-portfolio .single-portfolio-carousel .button-prev {
    width: 30px;
  }
  #single-portfolio .single-portfolio-carousel .button-next i,
  #single-portfolio .single-portfolio-carousel .button-prev i {
    width: 30px;
  }
  #single-portfolio .single-portfolio-carousel .button-next i:before,
  #single-portfolio .single-portfolio-carousel .button-prev i:before {
    margin: 0 !important;
    font-size: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery .mix {
    width: 50% !important;
  }
}
/* PORTFOLIO VC ELEMENT */
/* ------------------------------------------------------ */
.berg-gallery {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}
.berg-gallery article a {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.berg-gallery .layer {
  max-width: 100%;
}
.berg-gallery .load-more {
  position: relative;
}
.berg-gallery .grid-sizer,
.berg-gallery .w1-h1 {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
}
.berg-gallery .w2-h1 {
  width: 50%;
  height: 0;
  padding-bottom: 25%;
}
.berg-gallery .w2-h2 {
  width: 50%;
  height: 0;
  padding-bottom: 50%;
}
.berg-gallery .w1-h2 {
  width: 25%;
  height: 0;
  padding-bottom: 50%;
}
.berg-gallery .grid-sizer .mix,
.berg-gallery .w1-h1 .mix,
.berg-gallery .w2-h1 .mix,
.berg-gallery .w2-h2 .mix,
.berg-gallery .w1-h2 .mix {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.berg-gallery .grid-sizer .layer,
.berg-gallery .w1-h1 .layer,
.berg-gallery .w2-h1 .layer,
.berg-gallery .w2-h2 .layer,
.berg-gallery .w1-h2 .layer {
  position: absolute;
  overflow: hidden;
}
.berg-gallery .grid-sizer .layer .img-bg,
.berg-gallery .w1-h1 .layer .img-bg,
.berg-gallery .w2-h1 .layer .img-bg,
.berg-gallery .w2-h2 .layer .img-bg,
.berg-gallery .w1-h2 .layer .img-bg {
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-moz-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),-o-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 0) and (max-width: 991px) {
  .berg-gallery .grid-sizer,
  .berg-gallery .w1-h1,
  .berg-gallery .w2-h1,
  .berg-gallery .w2-h2,
  .berg-gallery .w1-h2 {
    width: 100% !important;
    padding-bottom: 50% !important;
  }
}
.berg-gallery .grid-sizer:hover .img-bg,
.berg-gallery .w1-h1:hover .img-bg,
.berg-gallery .w2-h1:hover .img-bg,
.berg-gallery .w2-h2:hover .img-bg,
.berg-gallery .w1-h2:hover .img-bg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.berg-gallery .grid-sizer:hover .overlay-masonry,
.berg-gallery .w1-h1:hover .overlay-masonry,
.berg-gallery .w2-h1:hover .overlay-masonry,
.berg-gallery .w2-h2:hover .overlay-masonry,
.berg-gallery .w1-h2:hover .overlay-masonry {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-gallery .grid-sizer:hover .portfolio-content,
.berg-gallery .w1-h1:hover .portfolio-content,
.berg-gallery .w2-h1:hover .portfolio-content,
.berg-gallery .w2-h2:hover .portfolio-content,
.berg-gallery .w1-h2:hover .portfolio-content {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.berg-gallery .portfolio-masonry {
  margin: 2px;
}
.berg-gallery .portfolio-masonry img {
  display: none;
}
.berg-gallery .overlay-masonry {
  position: absolute;
  /*background: @bgColor2;*/
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.berg-gallery .layer,
.berg-gallery .overlay-masonry {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
@media (min-width: 992px) {
  .berg-gallery .w1-h1 h3,
  .berg-gallery .w1-h2 h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .berg-gallery .w2-h1 h3,
  .berg-gallery .w2-h2 h3 {
    font-size: 24px;
  }
}
.berg-overlay-content a {
  color: inherit;
}
/* End of gallery section */
/* ------------------------------------------------------ */
/* 18. Overlay section */
/* ------------------------------------------------------ */
body.berg-overlay-active .content-wrapper {
  display: none;
}
.berg-overlay-background {
  background: #a78060;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 998;
  display: none;
}
body.no-intro .berg-overlay-background {
  margin-top: -80px;
  min-height: calc(100% + 80px);
}
.berg-overlay {
  display: none;
  background: #a78060;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 999;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.berg-overlay.berg-overlay-loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-overlay.berg-overlay-loaded .berg-overlay-container {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-overlay-container {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.berg-overlay-gallery-wrapper {
  position: relative;
}
.berg-overlay-gallery {
  position: relative;
  height: 100%;
}
.berg-overlay-gallery .item {
  height: 100%;
}
.berg-overlay-gallery .item figure {
  height: 100%;
  display: block;
  position: relative;
  background-size: contain;
}
.berg-overlay-gallery .item-video {
  height: 100%;
}
.berg-overlay-gallery .owl-stage-outer,
.berg-overlay-gallery .owl-stage,
.berg-overlay-gallery .owl-item {
  height: 100%;
}
.berg-overlay-gallery .owl-item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  height: auto;
}
.berg-overlay-gallery .owl-item img.loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.berg-overlay-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: #ab8567;
  z-index: 9999;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.berg-overlay-close:before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #f2e8df;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.berg-overlay-close:after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #f2e8df;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -1px;
}
.berg-arrow {
  position: absolute;
  top: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  line-height: 50px;
  cursor: pointer;
}
.berg-arrow.berg-arrow-left {
  left: 0;
}
.berg-arrow.berg-arrow-right {
  right: 0;
}
.berg-overlay-carousel {
  height: 100%;
}
.berg-overlay-content {
  background: #f2e8df;
  overflow: hidden;
}
.berg-overlay-content article {
  margin-top: 0px;
  padding-top: 30px;
  /*border-top: 1px solid @borderColor; */
}
.berg-overlay-header {
  overflow: hidden;
  /*padding: 15px 0;*/
  position: relative;
  padding: 30px 0 15px 0;
}
.berg-overlay-header h2 {
  margin-top: 10px;
}
.berg-overlay-header h4 {
  margin: 0;
}
.owl-controls {
  display: none !important;
}
.gallery-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 1003;
  background: #a78060;
}
.gallery-wrapper #gallery {
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-wrapper article {
  background: #f2e8df;
  width: 40%;
  height: 100%;
  padding: 60px 40px;
  top: 0;
  z-index: 100;
  position: relative;
}
.gallery-wrapper article h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.gallery-wrapper article h4 {
  font-style: italic;
  font-size: 300;
}
.gallery-wrapper article .gallery-description {
  margin: 40px 0;
}
.gallery-wrapper .gallery-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #a78060;
}
.gallery-wrapper .gallery-content .controls {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 100;
}
.gallery-wrapper .gallery-content .controls .owl-prev,
.gallery-wrapper .gallery-content .controls .owl-next {
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #ffffff;
  z-index: 999;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.gallery-wrapper .gallery-content .controls .owl-prev:hover,
.gallery-wrapper .gallery-content .controls .owl-next:hover {
  color: #cc7343;
}
.gallery-wrapper .gallery-content .controls .owl-prev {
  left: 40px;
  top: 50%;
}
.gallery-wrapper .gallery-content .controls .owl-next {
  right: 40px;
  top: 50%;
}
.gallery-wrapper .gallery-content .controls i {
  font-size: 56px;
  line-height: 50px;
}
.gallery-wrapper .gallery-content.fullscreen .gallery {
  width: 100%;
}
.gallery-wrapper .gallery-content.fullscreen .close-button {
  color: #ffffff;
}
.gallery-wrapper .gallery-content.fullscreen .close-button:hover {
  color: #ffffff;
}
.gallery-wrapper.animating .gallery {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gallery-wrapper .gallery {
  width: 60%;
  height: 100%;
  position: relative;
}
.gallery-wrapper .gallery .hover-fullscreen {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 26px;
  color: #47352f;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: -25px;
  margin-left: -25px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.gallery-wrapper .gallery .hover-fullscreen i {
  line-height: 50px;
}
.gallery-wrapper .gallery:hover .hover-fullscreen {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-wrapper .gallery .hover-normal-size {
  position: absolute !important;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #47352f;
  font-size: 26px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-wrapper.overlay-active {
  z-index: 1004;
}
.gallery-wrapper.large-image .gallery {
  width: 100%;
}
.gallery-wrapper.full-image #portfolio-images .item {
  text-align: center;
  width: 100%;
}
.gallery-wrapper .sharer {
  padding: 0;
  position: absolute;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.gallery-wrapper .sharer li {
  float: left;
}
.gallery-wrapper .sharer li a {
  color: #47352f;
  padding-right: 17px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery-wrapper .sharer li a:before {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
  color: #47352f;
}
.gallery-wrapper .sharer li a:hover {
  color: #cc7343;
  /*.lh-transition-delay(.3s);*/
}
.gallery-wrapper .sharer li a:hover:before {
  color: #47352f;
}
.gallery-wrapper .sharer li:last-child a:before {
  display: none;
}
#images {
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding: 60px 100px;
  position: relative;
}
#images .item {
  height: 100%;
}
#images .item figure {
  height: 100%;
  display: block;
  position: relative;
  background-size: contain;
}
#images .item-video {
  height: 100%;
}
#images .owl-stage-outer,
#images .owl-stage,
#images .owl-item {
  height: 100%;
}
#images img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
}
#images img.loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#images .owl-video-wrapper {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.5s;
  -moz-transition: opacity 0.7s 0.5s;
  -o-transition: opacity 0.7s 0.5s;
  transition: opacity 0.7s 0.5s;
}
#images .owl-video-wrapper.loaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#images .item figure:after {
  content: "\f1ce";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -moz-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -o-transition: opacity 0.3s, visibility 0.3s 0.5s;
  transition: opacity 0.3s, visibility 0.3s 0.5s;
  visibility: visible;
  font-family: 'fontAwesome';
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#images .item figure img {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.5s;
  -moz-transition: opacity 0.7s 0.5s;
  -o-transition: opacity 0.7s 0.5s;
  transition: opacity 0.7s 0.5s;
}
#images .item figure.loaded:after {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -moz-transition: opacity 0.3s, visibility 0.3s 0.5s;
  -o-transition: opacity 0.3s, visibility 0.3s 0.5s;
  transition: opacity 0.3s, visibility 0.3s 0.5s;
}
#images .item figure.loaded img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.screenshot {
  position: relative;
  padding-bottom: 100px;
}
.screenshot a {
  display: block;
  width: 25%;
  float: left;
}
.screenshot a img {
  width: 100%;
  height: auto;
}
.gallery-hover {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-hover:hover:after {
  zoom: 1;
  filter: alpha(opacity=95);
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 1;
}
.gallery-hover:hover i {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  -moz-transition: opacity 0.3s 0.2s, -moz-transform 0.3s 0.2s;
  -o-transition: opacity 0.3s 0.2s, -o-transform 0.3s 0.2s;
  transition: opacity 0.3s 0.2s,-webkit-transform 0.3s 0.2s,-moz-transform 0.3s 0.2s,-o-transform 0.3s 0.2s,transform 0.3s 0.2s;
}
.gallery-hover:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translate(40px, 40px);
  -moz-transform: translate(40px, 40px);
  -ms-transform: translate(40px, 40px);
  -o-transform: translate(40px, 40px);
  transform: translate(40px, 40px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.1s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s 0.1s;
  -o-transition: opacity 0.3s, -o-transform 0.3s 0.1s;
  transition: opacity 0.3s,-webkit-transform 0.3s 0.1s,-moz-transform 0.3s 0.1s,-o-transform 0.3s 0.1s,transform 0.3s 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-hover img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-hover i {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  color: #cc7343;
  font-size: 40px;
  line-height: 50px;
  z-index: 2;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, -o-transform 0.3s 0s;
  transition: opacity 0.3s 0s,-webkit-transform 0.3s 0s,-moz-transform 0.3s 0s,-o-transform 0.3s 0s,transform 0.3s 0s;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  -o-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  text-align: center;
}
.close-button {
  position: absolute !important;
  z-index: 100;
  top: 30px;
  right: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  color: #47352f;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s 0.1s;
  -moz-transition: color 0.3s, -moz-transform 0.3s 0.1s;
  -o-transition: color 0.3s, -o-transform 0.3s 0.1s;
  transition: color 0.3s,-webkit-transform 0.3s 0.1s,-moz-transform 0.3s 0.1s,-o-transform 0.3s 0.1s,transform 0.3s 0.1s;
}
.close-button i {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
}
.close-button:hover {
  color: #cc7343;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* End of overlay section */
/* ------------------------------------------------------ */
/* 19. Team section */
/* ------------------------------------------------------ */
.team-page .bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.team-page .team-bg-fullscreen {
  position: relative;
}
.team-member-wrapper {
  top: 0;
  min-height: 100%;
  width: 100%;
  min-height: inherit;
}
.team-member-wrapper .margin-clean .member:last-of-type {
  margin-bottom: 0 !important;
}
.team-member-wrapper .member {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin: 30px 0;
}
.team-members {
  color: #ffffff;
  /*display: inline-block;*/
  max-width: 100%;
  font-size: 16px;
  width: 100%;
  min-height: inherit;
}
.team-members .member-name {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.team-members .member-pos {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.team-members .member-desc {
  letter-spacing: 1px;
}
.team-members .member-desc p:last-of-type {
  margin-bottom: 0;
}
.team-members .member-desc a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.team-members .member-desc a:hover {
  color: #cc7343;
}
.team-members .team-members-table {
  display: table;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 90px 0;
}
.team-members .team-members-table-inner {
  display: table-cell;
  vertical-align: middle;
}
.page-template-team #footer,
.page-template-team #footer-clean {
  position: relative;
  top: 0;
}
.page-template-team #footer-spacer {
  display: none;
}
/* Team mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 767px) {
  .team-member-wrapper .member {
    width: 100% !important;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .team-members .team-members-table {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-member-wrapper .member {
    width: 50% !important;
  }
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  cursor: pointer;
}
div.pp_default .pp_expand {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  cursor: pointer;
}
div.pp_default .pp_contract {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
a.pp_next {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  /*color:#fff;*/
  display: none !important;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #ffffff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
.pp_content {
  background: transparent !important;
}
/* 20. Footer section */
/* ------------------------------------------------------ */
#footer-clean {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  right: 0;
}
#footer {
  background: #a78060;
  padding: 30px 0 ;
  color: #cfcfcf;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  right: 0;
}
#footer a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#footer a:hover {
  color: #cc7343;
}
#footer .to-the-top {
  padding: 30px;
  font-size: 28px;
  position: relative;
}
#footer .to-the-top:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  opacity: 0;
  box-shadow: 0 0 1px 2px #fff;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
  margin-top: -19px;
  margin-left: -20px;
  top: 50%;
  left: 50%;
}
#footer .to-the-top.back-pulsate:after {
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#footer .v-card {
  font-size: 16px;
  color: #cfcfcf;
  text-align: center;
  margin-top: 30px;
}
#footer .v-card > div span {
  display: block;
}
#footer .v-card .social-icon {
  margin: 0 0 30px 0;
}
#footer .v-card .open-daily,
#footer .v-card .simple-contact {
  margin: 0 0 15px;
}
#footer p {
  font-size: 12px;
}
#footer .social-icon {
  margin-bottom: 10px;
  display: block;
}
#footer .social-icon li {
  display: inline-block;
  margin: 0 5px;
}
#footer .social-icon li a {
  padding: 5px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#footer .social-profiles a {
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#footer .social-profiles a:hover {
  color: #cc7343;
}
#footer .copyrights {
  color: #b6b6b6;
  margin: 0;
}
#footer-spacer {
  display: none;
}
/* Footer mediaqueries */
/* ------------------------------------------------------ */
@media (max-width: 991px) {
  #footer,
  #footer-clean {
    position: relative;
  }
}
@media (min-width: 992px) {
  #footer .social-icon li a:hover,
  #footer a:hover {
    color: #cc7343;
  }
  #footer-spacer {
    display: block;
  }
}
/* End of footer section */
/* ------------------------------------------------------ */
/* 20. Carousel */
/* ------------------------------------------------------ */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-rtl {
  direction: rtl;
}
.owl-carousel .owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: #47352f;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 24px;
  margin: 0 5px;
  padding: 7px;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  color: #cc7343;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* 20. End of carousel */
/* ------------------------------------------------------ */
/**
 * Swiper 3.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 21, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-slide {
  text-align: center;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.reda-parallax {
  position: absolute !important;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
body > p {
  display: block !important;
}
.underlined {
  border-bottom: 2px solid;
  display: inline-block;
}
.card-left {
  padding: 30px;
  margin-left: -120px;
  position: relative;
  z-index: 1;
}
.card-right {
  padding: 30px;
  margin-right: -120px;
  position: relative;
  z-index: 1;
}
.wpb_row .home-2 .home-content {
  position: relative;
  height: 300px;
  background: transparent;
}
.wpb_row .home-2 #scene .button-wrapper,
.wpb_row .home-2 #scene .button-header-wrapper {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.wpb_row .home-2 #scene .button-arrow svg {
  position: absolute;
  left: 50%;
  height: 50px;
  width: 100px;
  top: 26px;
  transform: translateX(150%);
}
.vc_row {
  position: relative;
}
.column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wpb_wrapper {
  position: relative;
}
.vc_column-inner {
  position: relative;
}
@media (min-width: 992px) {
  .column-move-left > .vc_column-inner {
    margin-left: -200px !important;
    margin-right: 200px;
    padding-left: 14% !important;
    padding-right: 14% !important;
    z-index: 1;
  }
  .column-move-right > .vc_column-inner {
    margin-right: -200px !important;
    margin-left: 200px;
    padding-left: 14% !important;
    padding-right: 14% !important;
    z-index: 1;
  }
}
.reda-m-parallax {
  position: absolute !important;
  height: 120%;
  top: -10%;
  left: -10%;
  right: -10%;
  background-size: cover;
  background-position: center center;
}
.reda-m-parallax-inner {
  position: absolute !important;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.vc_row-o-equal-height .wpb_single_image {
  margin-bottom: 0;
}
.row.remove-gap {
  margin-left: 0;
  margin-right: 0;
}
.remove-gap > .wpb_column > vc_column-inner {
  padding: 0;
}
.color-light {
  color: #fff;
}
.color-light a:not(.btn) {
  color: #fff;
}
.column-overlay.column-hoverable {
  transition: background-color 0.4s;
}
.vc_column-inner:hover .column-overlay.column-hoverable {
  background-color: transparent !important;
}
.vc_column-inner:hover .column-overlay-hover {
  opacity: 1;
}
.column-overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
body .vc_column_container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
body .vc_row.remove-gap > .vc_column_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .col-has-fill > .vc_column-inner {
  padding: 30px;
}
.berg_video_lightbox.play_button {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0;
  display: inline-block;
}
.centered-text .berg_video_lightbox.play_button {
  margin: 0 30px;
}
.berg_video_lightbox svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.berg_video_lightbox.play_button:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  z-index: 10;
  border-radius: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.berg_video_lightbox.play_button_with_text span.play {
  height: 52px;
  width: 52px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.berg_video_lightbox.play_button_with_text span.play > .inner-wrap {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 50%;
  ransition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s;
  -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s;
}
.berg_video_lightbox.play_button_with_text:hover span.play > .inner-wrap {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.berg_video_lightbox.play_button_with_text .link-text > * {
  margin-bottom: 0;
}
body .berg_video_lightbox.play_button_with_text span.play:before {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.berg_video_lightbox.play_button_with_text svg {
  width: 14px;
  height: 14px;
  z-index: 100;
}
.berg_video_lightbox.play_button_with_text .link-text {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
.berg_video_lightbox span.play {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.berg_video_lightbox path {
  fill: #fff;
}
.berg_video_lightbox:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.4;
}
.berg_video_lightbox:not(.play_button_with_text):hover span.play {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}
.berg_video_lightbox.berg-button[data-color*="transparent"] {
  background-color: transparent !important;
  border: 2px solid #fff;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.berg_video_lightbox.berg-button[data-color*="transparent"]:hover {
  color: #fff !important;
  border-color: transparent !important;
}
.berg-video-box {
  overflow: hidden;
  line-height: 0;
  position: relative;
  margin-bottom: 35px;
}
.berg-video-box img {
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  margin-bottom: 0 !important;
  transform: translateZ(0) scale(1.05);
  -webkit-transform: translateZ(0) scale(1.05);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: none !important;
  width: 100% !important;
}
.berg-video-box[data-hover="zoom_button"] img {
  transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.berg-video-box a.berg_video_lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #fff;
  display: inline-block;
  border-radius: 200px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
body .berg-video-box[data-hover="zoom_button"] a.berg_video_lightbox:after {
  background-color: #000;
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 200px;
  height: 100%;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.berg-video-box:hover a.berg_video_lightbox:after {
  -webkit-transform: scale(1.14);
  transform: scale(1.14);
}
.berg-video-box[data-hover="zoom_button"] span.play {
  position: relative;
  z-index: 10;
}
.berg-video-box > a.full-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.berg-video-box:hover img {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
}
.berg-video-box .berg_video_lightbox path {
  fill: #fff !important;
}
body .berg-video-box[data-hover="zoom_button"] a.berg_video_lightbox {
  background-color: transparent !important;
}
.show-on-hover > .wpb_wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.show-on-hover:hover > .wpb_wrapper {
  opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  top: 20px;
  color: #333;
  display: inline-block;
  width: 20px!important;
  height: 20px;
  padding-right: 0!important;
  line-height: 20px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
body:not(.ascend) .mfp-arrow:before,
body:not(.ascend) .mfp-arrow:after,
body:not(.ascend) .mfp-arrow .mfp-b,
body:not(.ascend) .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
body:not(.ascend) .mfp-arrow:after,
body:not(.ascend) .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
body:not(.ascend) .mfp-arrow:before,
body:not(.ascend) .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
body:not(.ascend) .mfp-arrow-left:after,
body:not(.ascend) .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
body:not(.ascend) .mfp-arrow-left:before,
body:not(.ascend) .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
body:not(.ascend) .mfp-arrow-right:after,
body:not(.ascend) .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
body:not(.ascend) .mfp-arrow-right:before,
body:not(.ascend) .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 0 55px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 55px;
  bottom: 55px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .ascend .mfp-arrow-left {
    left: 20px!important;
  }
  .ascend .mfp-arrow-right {
    right: 20px!important;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-bg {
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.85;
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  transform: scale(0.93) !important;
  opacity: 0!important;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-wrap.mfp-removing .mfp-arrow-left,
.mfp-wrap.mfp-removing .mfp-arrow-right {
  opacity: 0;
}
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 21. Animations  */
/* ------------------------------------------------------ */
.yo-anim-enabled .yo-anim {
  opacity: 0;
  -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);
}
.yo-anim-enabled .yo-anim.yo-anim-start {
  opacity: 1;
}
.yo-anim-enabled .yo-anim.yo-anim-fade.yo-anim-start {
  -webkit-animation: yo-fade 0.7s ease-in forwards;
  -moz-animation: yo-fade 0.7s ease-in forwards;
  -o-animation: yo-fade 0.7s ease-in forwards;
  animation: yo-fade 0.7s ease-in forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-ltr.yo-anim-start {
  -webkit-animation: yo-ltr 0.7s ease-out forwards;
  -moz-animation: yo-ltr 0.7s ease-out forwards;
  -o-animation: yo-ltr 0.7s ease-out forwards;
  animation: yo-ltr 0.7s ease-out forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-rtl.yo-anim-start {
  -webkit-animation: yo-rtl 0.7s ease-out forwards;
  -moz-animation: yo-rtl 0.7s ease-out forwards;
  -o-animation: yo-rtl 0.7s ease-out forwards;
  animation: yo-rtl 0.7s ease-out forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-ttb.yo-anim-start {
  -webkit-animation: yo-ttb 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -moz-animation: yo-ttb 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -o-animation: yo-ttb 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: yo-ttb 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-fade-btt.yo-anim-start {
  -webkit-animation: yo-btt 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -moz-animation: yo-btt 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -o-animation: yo-btt 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: yo-btt 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-zoyo-in.yo-anim-start {
  -webkit-animation: yo-zoyo-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-zoyo-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-zoyo-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-zoyo-in 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-zoyo-out.yo-anim-start {
  -webkit-animation: yo-zoyo-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-zoyo-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-zoyo-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-zoyo-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-pop-out.yo-anim-start {
  -webkit-animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
  -moz-animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
  -o-animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
  animation: yo-zoyo-in 0.4s cubic-bezier(0.17, 0.89, 0.45, 1.47) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-spin.yo-anim-start {
  -webkit-animation: yo-spin 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-spin 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-spin 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-spin 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-lt {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-lt.yo-anim-start {
  -webkit-animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-spin-lt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-rt {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.yo-anim-enabled .yo-anim.yo-anim-spin-rt.yo-anim-start {
  -webkit-animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-spin-rt 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-flip-x.yo-anim-start {
  -webkit-animation: yo-flip-x 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-flip-x 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-flip-x 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-flip-x 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-flip-y.yo-anim-start {
  -webkit-animation: yo-flip-y 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -moz-animation: yo-flip-y 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -o-animation: yo-flip-y 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: yo-flip-y 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.yo-anim-enabled .yo-anim.yo-anim-flip {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.yo-anim-enabled .yo-anim.yo-anim-flip.yo-anim-start {
  -webkit-animation: yo-flip 0.7s cubic-bezier(1, 0, 0, 1) forwards;
  -moz-animation: yo-flip 0.7s cubic-bezier(1, 0, 0, 1) forwards;
  -o-animation: yo-flip 0.7s cubic-bezier(1, 0, 0, 1) forwards;
  animation: yo-flip 0.7s cubic-bezier(1, 0, 0, 1) forwards;
}
/*
 * Animation Shortcodes
 */
/* keyframes */
@-webkit-keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes yo-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes yo-ltr {
  0% {
    -webkit-transform: translate(-70px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-ltr {
  0% {
    -moz-transform: translate(-70px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-ltr {
  0% {
    -o-transform: translate(-70px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-ltr {
  0% {
    transform: translate(-70px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-rtl {
  0% {
    -webkit-transform: translate(70px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-rtl {
  0% {
    -moz-transform: translate(70px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-rtl {
  0% {
    -o-transform: translate(70px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-rtl {
  0% {
    transform: translate(70px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-ttb {
  0% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-ttb {
  0% {
    -moz-transform: translate(0, -70px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-ttb {
  0% {
    -o-transform: translate(0, -70px);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-ttb {
  0% {
    transform: translate(0, -70px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-btt {
  0% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes yo-btt {
  0% {
    -moz-transform: translate(0, 70px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes yo-btt {
  0% {
    -o-transform: translate(0, 70px);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes yo-btt {
  0% {
    transform: translate(0, 70px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes yo-zoyo-in {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes yo-zoyo-in {
  0% {
    -moz-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes yo-zoyo-in {
  0% {
    -o-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes yo-zoyo-in {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes yo-zoyo-out {
  0% {
    -webkit-transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes yo-zoyo-out {
  0% {
    -moz-transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes yo-zoyo-out {
  0% {
    -o-transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes yo-zoyo-out {
  0% {
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes yo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-spin {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}
@-o-keyframes yo-spin {
  0% {
    -o-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes yo-spin {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-spin-lt {
  0% {
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-spin-lt {
  0% {
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-spin-lt {
  0% {
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes yo-spin-lt {
  0% {
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-spin-rt {
  0% {
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-spin-rt {
  0% {
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-spin-rt {
  0% {
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes yo-spin-rt {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-flip-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-flip-x {
  0% {
    -moz-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-flip-x {
  0% {
    -o-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes yo-flip-x {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-flip-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-flip-y {
  0% {
    -moz-transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-flip-y {
  0% {
    -o-transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -o-transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes yo-flip-y {
  0% {
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes yo-flip {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -webkit-transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    -webkit-transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    -webkit-transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes yo-flip {
  0% {
    -moz-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -moz-transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    -moz-transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    -moz-transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    -moz-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes yo-flip {
  0% {
    -o-transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    -o-transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    -o-transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    -o-transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    -o-transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes yo-flip {
  0% {
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  30% {
    transform: perspective(550px) rotateX(-35deg);
    opacity: .4;
  }
  60% {
    transform: perspective(550px) rotateX(15deg);
    opacity: .6;
  }
  80% {
    transform: perspective(550px) rotateX(-7deg);
    opacity: .8;
  }
  100% {
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
/* 21. End of animations  */
/* ------------------------------------------------------ */
.flyout-container .menu .menu-item-language .subnav {
  display: none;
}
#icl_language_pairs {
  /*display: none;*/
}
.icl_language_pairs li {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}
.icl_language_pairs ul {
  /*display:none;*/
  margin: 10px;
}
.icl_language_pairs ul li {
  border: none;
  float: none;
  width: auto;
  padding: 0px;
}
.icl_benefits {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/yes.png);
  background-repeat: no-repeat;
  background-position: 25px 3px;
  padding-left: 50px;
}
#icl_setup_wizard .icl_setup_wizard_step {
  width: 33%;
  float: left;
}
#icl_setup_wizard_2 .icl_setup_wizard_step {
  width: 50%;
  float: left;
}
#icl_setup_wizard_progress {
  height: 10px;
  background-color: #ccc;
  margin: 10px 0 10px 0;
  width: 100%;
}
#icl_setup_wizard_progress_bar {
  background-color: #777;
  height: 10px;
}
.icl_cost_estimate_toggle,
.icl_account_setup_toggle {
  margin-bottom: 5px;
}
#icl_cost_estimate,
#icl_account_setup {
  display: none;
}
.icl_account_form {
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 10px;
  margin-top: 10px;
}
.icl_status_jobs {
  padding-left: 20px;
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/documents.png) no-repeat;
}
.icl_status_project {
  padding-left: 20px;
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/documents.4png) no-repeat;
}
.icl_status_balance {
  padding-left: 20px;
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/dollar1.png) no-repeat;
}
.icl_status_help {
  padding-left: 20px;
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/question1.png) no-repeat;
}
.widget-sidebar #lang_sel_click,
.widget-sidebar #lang_sel {
  height: 33px;
  position: relative;
  z-index: 10;
  padding: 0 15px;
  width: 100%;
}
.widget-sidebar #lang_sel_click ul:focus,
.widget-sidebar #lang_sel ul:focus,
.widget-sidebar #lang_sel_click li:focus,
.widget-sidebar #lang_sel li:focus,
.widget-sidebar #lang_sel_click a:focus,
.widget-sidebar #lang_sel a:focus,
.widget-sidebar #lang_sel_click ul:active,
.widget-sidebar #lang_sel ul:active,
.widget-sidebar #lang_sel_click li:active,
.widget-sidebar #lang_sel li:active,
.widget-sidebar #lang_sel_click a:active,
.widget-sidebar #lang_sel a:active {
  outline: none;
  border-color: #eeeeee !important;
  box-shadow: none !important;
}
.widget-sidebar #lang_sel_click ul,
.widget-sidebar #lang_sel ul,
.widget-sidebar #lang_sel_click li,
.widget-sidebar #lang_sel li {
  width: 100% !important;
}
.widget-sidebar #lang_sel_click li,
.widget-sidebar #lang_sel li {
  height: 33px;
}
.widget-sidebar #lang_sel_click .lang_sel_sel,
.widget-sidebar #lang_sel .lang_sel_sel {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #664c43;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 33px;
  /*line-height: 31px;*/
  padding: 4px 15px;
  background: transparent !important;
}
.widget-sidebar #lang_sel_click .lang_sel_sel:focus,
.widget-sidebar #lang_sel .lang_sel_sel:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.widget-sidebar #lang_sel_click .lang_sel_sel::-moz-placeholder,
.widget-sidebar #lang_sel .lang_sel_sel::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  opacity: 1;
}
.widget-sidebar #lang_sel_click .lang_sel_sel:-ms-input-placeholder,
.widget-sidebar #lang_sel .lang_sel_sel:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.widget-sidebar #lang_sel_click .lang_sel_sel::-webkit-input-placeholder,
.widget-sidebar #lang_sel .lang_sel_sel::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.widget-sidebar #lang_sel_click .lang_sel_sel[disabled],
.widget-sidebar #lang_sel .lang_sel_sel[disabled],
.widget-sidebar #lang_sel_click .lang_sel_sel[readonly],
.widget-sidebar #lang_sel .lang_sel_sel[readonly],
fieldset[disabled] .widget-sidebar #lang_sel_click .lang_sel_sel,
fieldset[disabled] .widget-sidebar #lang_sel .lang_sel_sel {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.widget-sidebar #lang_sel_click .lang_sel_sel,
textarea.widget-sidebar #lang_sel .lang_sel_sel {
  height: auto;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel_click {
  width: 12em;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_click ul,
#lang_sel li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
#lang_sel_click li:before {
  content: '' !important;
}
#lang_sel_click ul ul {
  width: 100%;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_click li {
  float: left;
  width: 100%;
  position: relative;
}
/* style the links for the top level */
#lang_sel_click a,
#lang_sel_click a:visited {
  display: block;
  font-size: 14px;
  text-decoration: none !important;
  border: 1px solid #eeeeee;
  background: #f2e8df;
  padding-left: 10px;
  line-height: 31px;
  height: 33px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_click a,
* html #lang_sel_click a:visited {
  width: 100%;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_click ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 32px;
  left: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
/* another hack for IE5.5 */
* html #lang_sel_click ul ul {
  top: 18px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_click table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}
/* style the second level links */
#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited {
  height: auto;
  line-height: 1em;
  padding: 9px 10px;
  border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #lang_sel_click ul ul a,
* html #lang_sel_click ul ul a:visited {
  width: 100%;
}
/* style the top level hover */
#lang_sel_click a.lang_sel_sel {
  background: #f2e8df right no-repeat;
}
#lang_sel_click a.lang_sel_sel:hover {
  text-decoration: none;
}
/* make the second level visible when hover on first level list OR link */
/* #lang_sel_click ul li:hover ul, #lang_sel_click ul a:hover ul{visibility:visible; } */
#lang_sel_click img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#lang_sel {
  height: 32px;
  position: relative;
  display: inline-block;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel {
  width: 12em;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel ul,
#lang_sel li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
#lang_sel li:before {
  content: '' !important;
}
#lang_sel ul ul {
  width: 149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel li {
  float: left;
  width: 149px;
  position: relative;
}
/* style the links for the top level */
#lang_sel a,
#lang_sel a:visited {
  display: block;
  font-size: 14px;
  text-decoration: none !important;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  line-height: 31px;
  height: 33px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel a,
* html #lang_sel a:visited {
  width: 149px;
  width: 138px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 32px;
  left: 0;
  width: 149px;
  border-top: 1px solid #eeeeee;
}
/* another hack for IE5.5 */
* html #lang_sel ul ul {
  top: 18px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}
/* style the second level links */
#lang_sel ul ul a,
#lang_sel ul ul a:visited {
  background: #ffffff;
  color: #444444;
  height: auto;
  line-height: 1em;
  padding: 9px 10px 8px;
  border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #lang_sel ul ul a,
* html #lang_sel ul ul a:visited {
  width: 150px;
  width: 128px;
}
/* style the top level hover */
#lang_sel a:hover,
#lang_sel ul ul a:hover {
  color: #000;
  background: #eee;
}
#lang_sel :hover > a,
#lang_sel ul ul :hover > a {
  color: #000;
  background: #eee;
}
#lang_sel a.lang_sel_sel {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/nav-arrow-down.png) #ffffff right no-repeat;
}
#lang_sel a.lang_sel_sel:hover {
  text-decoration: none;
  color: #000;
}
/* make the second level visible when hover on first level list OR link */
#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul {
  visibility: visible;
}
#lang_sel img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: -2px;
}
#lang_sel_footer {
  margin: 0;
  padding: 7px;
  text-align: center;
  font-size: 11px;
  min-height: 15px;
  clear: both;
  background-color: #f2e8df;
  border-top: 1px solid #eeeeee;
}
#lang_sel_footer.wpml-color-footer {
  background: #a78060;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  margin-bottom: -30px;
}
#lang_sel_footer.wpml-color-footer a {
  color: #ffffff;
}
#lang_sel_footer.wpml-color-footer span,
#lang_sel_footer.wpml-color-footer p {
  color: #cfcfcf;
}
#lang_sel_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang_sel_footer ul li img {
  position: relative;
  top: -1px;
  width: 18px;
  height: 12px;
  margin-right: 4px;
}
#lang_sel_footer ul li {
  display: inline;
  margin: 0 1px 0 0;
  padding: 0;
  white-space: nowrap;
  line-height: 25px;
}
#lang_sel_footer ul li a,
#lang_sel_footer ul li a:visited {
  text-decoration: none;
  padding: 5px 10px;
}
#wpml_credit_footer {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
}
#lang_sel_list {
  height: 32px;
  position: relative;
  z-index: 99;
}
#lang_sel_list.lang_sel_list_vertical {
  width: 149px;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {
  width: 12em;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul,
#lang_sel_list li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
#lang_sel_list li:before {
  content: '' !important;
}
#lang_sel_list ul.lang_sel_list_vertical {
  width: 149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {
  float: left;
  position: relative;
}
#lang_sel_list.lang_sel_list_vertical li {
  width: 149px;
}
/* style the links for the top level */
#lang_sel_list a,
#lang_sel_list a:visited {
  display: block;
  font-size: 14px;
  text-decoration: none !important;
  background: #fff;
  line-height: 18px;
  padding-left: 5px;
}
#lang_sel_list.lang_sel_list_vertical a,
#lang_sel_list.lang_sel_list_vertical a:visited {
  border: 1px solid #eeeeee;
  border-top-width: 0;
  padding-left: 10px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a,
* html #lang_sel_list a:visited {
  width: 149px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list.lang_sel_list_vertical ul {
  /*visibility:hidden;position:absolute;*/
  height: 0;
  top: 19px;
  left: 0;
  border-top: 1px solid #eeeeee;
}
/* another hack for IE5.5 */
* html #lang_sel_list ul {
  top: 18px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_list table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}
/* style the second level links */
#lang_sel_list ul a,
#lang_sel_list_list ul a:visited {
  background: #ffffff;
  height: auto;
  line-height: 1em;
}
#lang_sel_list.lang_sel_list_vertical ul a,
#lang_sel_list_list ul a:visited {
  padding: 3px 10px;
}
/* yet another hack for IE5.5 */
* html #lang_sel_list ul a,
* html #lang_sel_list ul a:visited {
  width: 150px;
}
#lang_sel_list a.lang_sel_sel {
  background-image: none;
}
#lang_sel_list a.lang_sel_sel:hover {
  text-decoration: none;
}
/* make the second level visible when hover on first level list OR link */
#lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul {
  visibility: visible;
}
#lang_sel_list img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: -1px;
}
#lang_sel.icl_rtl {
  text-align: right;
  direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel {
  padding-right: 14px;
}
/* reset menu img definitions */
.menu-item-language img.iclflag {
  height: 12px !important;
  width: 18px !important;
  margin-bottom: 0 !important;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
#icl_save_default_button,
#icl_cancel_default_button,
#icl_theme_localization {
  display: none;
}
/* Wizard */
#icl_setup_wizard .icl_setup_wizard_step {
  float: left;
  width: 25%;
  font-weight: bold;
  font-size: 11px;
}
#icl_setup_wizard_progress {
  margin: 10px 0 10px 0;
  width: 100%;
  height: 10px;
  background-color: #ccc;
}
#icl_setup_wizard_progress_bar {
  height: 10px;
  background-color: #777;
}
/* Wizard END */
/* Color picker */
#colorPickerDiv a,
#colorPickerDiv a:hover {
  padding: 1px;
  border-bottom: 0px;
  text-decoration: none;
}
#colorPickerDiv {
  z-index: 999;
}
/* Color picker END */
#icl_edit_languages_table input {
  width: 70px;
}
#icl_edit_languages_table .radio,
#icl_edit_languages_table .file {
  width: auto;
}
#icl_edit_languages_info ul {
  padding: 15px;
  list-style: square inside;
}
#icl_edit_languages_table td {
  vertical-align: middle;
}
/* Wizard section */
.wpml-section-wizard-steps h3 {
  color: #278ab7;
}
/* Wizard section END */
/* Languages section */
.wpml-section-languages .selected {
  font-weight: bold;
}
.wpml-section-languages .available-languages,
.wpml-section-languages .enabled-languages {
  margin: 0 0 20px 0;
}
.wpml-section-languages .available-languages {
  overflow: hidden;
}
.wpml-section-languages .enabled-languages li {
  position: relative;
}
.wpml-section-languages .enabled-languages input[type="radio"] {
  position: absolute;
  left: -18px;
  display: none;
}
.branch-3-8 .enabled-languages input[type="radio"] {
  left: -22px;
  top: 7px;
}
.wpml-section-languages .available-languages li {
  display: inline-block;
  width: 170px;
}
.wpml-section-languages .available-languages li:hover {
  color: #21759b;
  font-weight: bold;
}
.wpml-section-languages .inactive-content-table {
  width: auto;
}
.wpml-section-languages .inactive-content-table td {
  text-align: right;
}
.wpml-section-languages .inactive-content-table tfoot td {
  font-weight: bold;
}
/* Languages section END */
/* URL format */
.wpml-section-url-format ul table {
  margin: 10px 0;
}
/* URL format END */
/* Language switcher */
.language-selector-preview {
  float: right;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #ccc;
}
.language-selector-preview-footer {
  float: none;
  padding: 15px;
  min-height: 80px;
  height: auto;
}
.wpml-section-language-switcher .languages-order {
  overflow: hidden;
}
.wpml-section-language-switcher .languages-order li {
  float: left;
  margin: 0 8px 0 0;
  padding: 2px 8px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  background: linear-gradient(to top, #ececec, #f9f9f9) repeat scroll 0 0 #f1f1f1;
  cursor: move;
}
/* Language switcher END */
.icl_msync i.inactive {
  color: #aaa;
  font-weight: normal;
}
.icl_msync_item {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-left-radius: 3px 3px;
  border-bottom-right-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
}
.icl_msync_add {
  background-color: #CCFF99;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_del {
  background-color: #F5BFCC;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_not {
  background-color: #A1A1A1;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_mov {
  background-color: #33B3B3;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_label_changed {
  background-color: #33b3ff;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_url_changed {
  background-color: #2743ff;
  color: #ddd;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_label_missing {
  background-color: #F55959;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_url_missing {
  background-color: #f58f36;
  padding: 2px 4px;
  display: inline-block;
  margin-bottom: 2px;
}
.icl_msync_menu_title {
  background-color: #99CCCC;
  font-weight: bold;
}
input.icl_msync_add {
  background-color: #CCFF99;
  padding: 2px 4px;
}
.icl_msync_menu_title small {
  font-weight: normal;
}
p.sub {
  color: #444444;
  font-size: 12px;
  padding: 5px 10px 15px;
  margin: 0px;
}
.postbox hr {
  border: none;
  border-bottom: solid 1px #ccc;
  height: 1px;
}
#project-label {
  display: block;
  font-weight: bold;
  margin-bottom: 1em;
}
#project-icon {
  float: left;
  height: 32px;
  width: 32px;
}
#project-description {
  margin: 0;
  padding: 0;
}
.icl-account-setup {
  width: 70%;
}
.icl_form_errors {
  padding: 5px;
  width: 65%;
  border: 1px solid #f00;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px 3px;
  background-color: #ffb7b7;
  color: #000;
}
.icl_form_errors p {
  margin: 0;
  line-height: 1.5;
}
.icl_form_errors ul {
  margin-left: 20px;
  list-style: circle;
}
.icl_form_success {
  padding: 5px;
  border: 1px solid #fff;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px 5px;
  background-color: #336600;
  color: #fff;
}
.icl_error_text {
  color: #f00;
  font-style: italic;
}
.icl_valid_text {
  color: #3f7257;
  font-style: italic;
}
.icl_error_input {
  background-color: #FA9393 !important;
}
.icl_ajx_response {
  display: none;
  color: #E68A00;
}
#noupdate_but {
  text-align: center;
}
.icl_yellow_box {
  margin: 0em;
  padding: 1em;
  border: 1pt solid #E6DB55;
  background-color: #FFFBCC;
}
.icl_yellow_box p {
  margin: 0 0 5px 0;
  line-height: normal;
}
.icl-admin-message {
  position: relative;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.icl-admin-message-information {
  margin: 0em;
  padding: 1em;
  border: 1px solid #9bc8f0;
  background-color: #d5e8f9;
}
.icl-admin-message-warning {
  margin: 0em;
  padding: 1em;
  border: 1pt solid #E6DB55;
  background-color: #FFFBCC;
}
.icl-admin-message .icl-admin-message-hide {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  display: block;
}
.icl_advanced_switch {
  margin: -10px 0 10px 0;
  text-align: right;
  font-size: 85%;
}
.icl_advanced_switch a {
  text-decoration: none;
}
.icl_advanced_feature {
  /*display:none;*/
}
.icl_translations_table {
  border: 1px solid #8CCEEA;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.icl_translations_table tr.icl_odd_row {
  background-color: #EFF8FC;
}
.icl_translations_table td {
  font-size: 11px;
}
.icl_golden_button {
  background-color: #9a841e;
  background-image: none;
  color: #fff;
  text-shadow: 0 1px 0 #000000;
}
.icl_golden_button:hover {
  border-color: #000;
  color: #fff;
}
#icl_post_add_notes h4 {
  margin: 10px 0px 0px 0px;
  padding: 5px 0 5px 20px;
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/res/img/notes.png) no-repeat;
}
#icl_post_add_notes h4 a {
  text-decoration: none;
}
#icl_post_add_notes textarea,
.icl_post_note textarea {
  width: 100%;
  font-size: 90%;
}
#icl_post_note {
  display: none;
}
#icl_tn_not_saved {
  display: none;
  color: #900;
  text-align: center;
}
.icl_post_note {
  display: none;
}
.icl_tn_progress {
  display: none;
}
.icl_sidebar {
  display: block;
  float: right;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 3px 10px 3px 9px;
  width: 207px;
  border: 1px solid #8cceea;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  background-color: #eff8fc;
}
.icl_tick {
  padding-left: 20px;
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/ok.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
}
.icl_info {
  padding-left: 20px;
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/sun-solid.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.icl_next_step {
  padding-left: 20px;
}
.icl_cyan_box {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #8cceea;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px 5px;
  background-color: #eff8fc;
}
.icl_cyan_box p {
  margin: 5px 0;
  line-height: 100%;
}
.icl_cyan_box H3 {
  margin-top: 2px;
}
.icl_cyan_box ul {
  margin-top: 5px;
  font-size: 11px;
}
.icl_new_feature {
  margin: 5px;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #D54E21;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #D54E21;
  color: #FFFFFF;
  -khtml-border-radius: 5px;
}
.icl_hot_link {
  color: #dd0000;
  font-weight: bold;
}
#icl_pt_controls p {
  margin: 0 6px 6px 0 !important;
  padding: 0;
}
#icon-wpml {
  background-color: transparent;
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon.png);
  background-repeat: no-repeat;
}
.wpml-translation-management-menu-main-php .icon32,
.wpml_page_wpml-sticky-links .icon32,
.wpml-string-translation-menu-string-translation-php .icon32,
.wpml-translation-analytics-menu-main-php .icon32,
.wpml-cms-nav-menu-navigation-php .icon32,
.wpml_page_wpml-media .icon32 {
  width: 42px;
}
.wpml-translation-management-menu-main-php #icon-wpml {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon-wpml-translation-management.png);
}
.wpml_page_wpml-sticky-links #icon-wpml {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon-wpml-sticky-links.png);
}
.wpml-string-translation-menu-string-translation-php #icon-wpml {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon-wpml-string-translation.png);
}
.wpml-translation-analytics-menu-main-php #icon-wpml {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon-wpml-translation-analytics.png);
}
.wpml-cms-nav-menu-navigation-php #icon-wpml {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon-cms-navigation.png);
}
.wpml_page_wpml-media #icon-wpml {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon-wpml-media.png);
}
.icon18 {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.icon18.sitepress-multilingual-cms,
.icon18.wpml-translation-management,
.icon18.wpml-sticky-links,
.icon18.wpml-string-translation,
.icon18.wpml-cms-nav,
.icon18.wpml-translation-analytics,
.icon18.wpml-xliff,
.icon18.wpml-media {
  background-image: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/icon16-sprite.png);
}
.icon18.sitepress-multilingual-cms {
  display: none;
  background-position: 0;
}
.icon18.wpml-translation-analytics {
  background-position: -2px;
}
.icon18.wpml-translation-management {
  background-position: -27px;
}
.icon18.wpml-cms-nav {
  background-position: -48px;
}
.icon18.wpml-xliff {
  background-position: -71px;
}
.icon18.wpml-sticky-links {
  background-position: -96px;
}
.icon18.wpml-string-translation {
  background-position: -118px;
}
.icon18.wpml-media {
  background-position: -136px;
}
.icon18.woocommerce-multilingual,
.icon18.jigoshop-multilingual,
.icon18.gravityforms-multilingual,
.icon18.cred-frontend-translation,
.icon18.installer {
  display: none;
}
/* admin_language_switcher_legacy - start */
.admin_iclflag {
  float: left;
  margin: 3px 4px 0 0;
}
#icl-als-first .admin_iclflag {
  margin: 2px 4px 0 0;
}
#icl-als-first {
  padding: 3px 30px 4px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0;
  border-radius: 12px 12px 12px 12px;
  background: -moz-linear-gradient(center bottom, #e7e7e7, #ffffff) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#ffffff));
  line-height: 15px;
}
#icl-als-inside {
  position: absolute;
  display: none;
  margin: 0;
  padding: 2px 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #C0C0C0;
  border-radius: 0 0 12px 12px;
  background-color: #FFFFFF;
  /*z-index: 99;    */
}
#icl-als-toggle {
  position: absolute;
  top: 1px;
  right: 0;
  width: 28px;
  height: 22px;
  background: url("http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/fav-arrow.gif") no-repeat scroll 0 -4px transparent;
  /*z-index: 99;*/
}
#icl-als-actions-label {
  float: left;
  margin: 8px 8px 0 12px;
  font-size: 11px;
}
#icl-als-actions {
  position: relative;
  float: left;
  margin: 5px -5px 0;
  min-width: 130px;
}
#icl-als-actions a {
  display: block;
  color: #464646;
  text-decoration: none;
  font-size: 11px;
}
#icl-als-actions a:hover {
  color: #000000;
}
#icl-als-inside a {
  padding: 3px 5px 3px 10px;
}
#icl-als-inside a:hover {
  text-decoration: underline;
}
#icl-als-actions .slide-down {
  border-bottom: medium none;
  border-radius: 12px 12px 0 0;
}
#icl-als-info {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  cursor: pointer;
}
/* admin_language_switcher_legacy - end */
#wpml_als_help_link {
  vertical-align: middle;
}
#icl_als_help_popup {
  position: fixed;
  top: 30px;
}
.icl_pop_info_but {
  position: absolute;
  cursor: pointer;
  /*z-index: 99;*/
}
.icl_pop_info_but_noabs {
  position: relative;
}
img.icl_als_iclflag {
  width: 18px !important;
  height: 12px !important;
}
#wp-admin-bar-WPML_ALS_all img.icl_als_iclflag {
  width: 16px !important;
  height: 16px !important;
}
.icl_pop_info {
  position: absolute;
  z-index: 900;
  display: none;
  margin: 0px 0 0 12px;
  min-width: 300px;
  max-width: 500px;
  color: #000;
  font-size: 14px;
  line-height: 15px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
}
.icl_pop_info img {
  margin: -4px -2px 4px 8px;
}
.icl_pop_info_wrap {
  display: inline;
  text-align: left;
}
.icl_box_paragraph {
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
}
#icl_document_language_dropdown {
  float: left;
}
#icl_translations_table {
  margin-top: 4px;
}
.icl_win_controls {
  float: right;
  width: 20px;
  text-indent: 9999px;
}
.icl_minimize {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/minimize_grey.png) no-repeat;
}
.icl_minimize:hover {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/minimize.png) no-repeat;
}
.icl_maximize {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/maximize_grey.png) no-repeat;
}
.icl_maximize:hover {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/maximize.png) no-repeat;
}
.icl_close {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/close_grey.png) no-repeat;
}
.icl_close:hover {
  background: url(http://laloligastrobar.es/wp-content/themes/berg-wp/styles/img/close.png) no-repeat;
}
/* Sections general styles */
.wpml-section .explanation-text {
  color: #999;
}
.wpml-section .sub-section {
  /* for nested <ul> indetation */
  margin-left: 20px;
}
.wpml-section li {
  margin-bottom: 10px;
}
.wpml-section .icl_ajx_response {
  margin: 0 5px;
}
.wpml-section .icl_languages_order_ajx_resp {
  display: inline-block;
  padding-top: 5px;
  color: #E68A00;
}
/* Sections general styles END */
/* Top navigation */
.wpml-navigation-links {
  overflow: hidden;
  margin-bottom: 12px;
}
.wpml-navigation-links li {
  float: left;
  margin-right: 10px;
}
.wpml-navigation-links li a {
  white-space: nowrap;
}
/* Top navigation END */
.wpml-section {
  clear: both;
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 20px;
  max-width: 900px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}
.wpml-section:first-child {
  margin-top: 0;
}
.wpml-section:last-child {
  border: none;
}
.wpml-section-header {
  float: left;
  width: 300px;
}
.wpml-section-header h3 {
  margin-top: 15px;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.wpml-section-header .active {
  color: #d54e21;
}
.wpml-section-header .icon-question-sign {
  color: #ccc;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
}
.wpml-section-header .icon-question-sign:hover {
  color: #007cbd;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.wpml-section-content {
  float: left;
  margin-left: 30px;
  width: 570px;
}
.wpml-section-content:before,
.wpml-section-content:after,
.wpml-section-content-inner:before,
.wpml-section-content-inner:after {
  display: table;
  content: " ";
}
.wpml-section-content:after,
.wpml-section-content-inner:after {
  clear: both;
}
.wpml-section-content,
.wpml-section-content-inner {
  *zoom: 1;
}
.wpml-section-content .buttons-wrap {
  text-align: right;
}
.wpml-section-content .wpml-section-content-inner {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ededed;
}
.wpml-section-content .wpml-section-content-inner:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.wpml-section-content .wpml-section-content-inner > p:first-child {
  /* margin-top: 0;*/
}
/* Sections general styles END */
/* reset some styles when wizard is active */
.wpml-wizard .wpml-section-header,
.wpml-wizard .wpml-section-content {
  float: none;
  width: auto;
}
.wpml-wizard .wpml-section-content {
  margin: 0;
}
.wpml-dialog .wpml-dialog-content,
.wp-dialog.wpml-dialog .ui-dialog-titlebar {
  padding: 0 20px;
}
.wpml-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-align: left;
}
.wpml-dialog .wpml-dialog-content input[type="text"] {
  width: 100%;
}
.wpml-dialog .wpml-dialog-content li {
  list-style: disc;
  list-style-position: inside;
}
.wpml-dialog .posts-found,
.wpml-dialog .no-posts-found,
.wpml-dialog .ajax-loader {
  display: none;
}
.wpml-dialog .spinner {
  display: block;
}
.wpml-dialog button .spinner {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  float: none;
}
.icl_tt_form,
.icl_tt_labels_form {
  display: none;
}
.icl_tt_form td,
.icl_tt_labels_form td {
  border: none;
}
#wpml_tt_filters,
#wpml_tt_search {
  display: inline;
}
.wpml_tt_spinner {
  margin-right: 15px;
  display: none;
}
.icl_tt_form .wpml_tt_spinner,
.icl_tt_labels_form .wpml_tt_spinner {
  float: right;
}
#wpml_tt_clear_search {
  cursor: pointer;
}
#wpml_tt_taxonomy_translation_wrap .lowlight {
  color: #A04060;
  font-style: italic;
}
.icl_tt_sync_row {
  margin-top: 10px;
}
.icl_tt_popup {
  position: absolute;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 10px 10px 5px #888888;
  border: 1px solid #777;
  border-radius: 5px;
}
#icl_theme_localization input {
  font-size: 80%;
}
#icl_tl_scan_stats {
  display: none;
  font-size: 10px;
}
#icl_tt_type_extra {
  margin-left: 20px;
  font-size: 90%;
  vertical-align: bottom;
}
.icl_tm_wrap {
  border: 1px solid #CCCCCC;
  padding: 10px;
  background-color: #ffffff;
}
#icl_tm_adduser {
  margin-top: 4px;
}
#icl_tm_adduser .icl_tm_lang_pairs {
  display: none;
  padding: 5px;
}
#icl_tm_adduser .icl_tm_lang_pairs li ul li {
  display: inline;
}
.icl_tm_lang_pairs_to {
  display: none;
  background: #dfdfdf url(http://laloligastrobar.es/wp-admin/images/gray-grad.png) repeat-x scroll left top;
  -moz-border-radius: 4px;
  padding: 4px;
  margin-top: 1px;
}
.icl_tm_no_to {
  display: none;
  background-color: pink;
  padding: 5px;
  -moz-border-radius: 4px;
  margin-bottom: 5px;
}
.nav-tab {
  background-color: #efefef;
  color: #000;
}
.nav-tab:hover {
  background-color: #fff;
}
.nav-tab-active {
  font-weight: bold;
  background-color: #fff;
  border-bottom-color: #fff;
}
.form-table td,
.form-table th {
  border-bottom: none;
}
.icl_tj_select_translator_controls {
  display: none;
}
/*#icl_custom_posts_sync_options, #icl_custom_tax_sync_options{
    width:49%;
    float:left;
}
#icl_custom_posts_sync_options{
    margin-right:2%;
}
*/
.icl_tm_admin_options li ul {
  margin-left: 20px;
}
#local_translations_add_translator_toggle {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
#icl_custom_posts_sync_options {
  margin-right: 2%;
}
#icl_plugin_texts_wrapper .postbox-container {
  width: 100%!important;
}
div.postbox div.inside {
  margin: 10px;
  position: relative;
}
#icl_plugin_texts_wrapper .widefat th {
  line-height: 1em;
  padding: 4px;
  color: #555;
}
#icl_custom_posts_sync_options,
#icl_custom_tax_sync_options {
  width: 49%;
  float: left;
}
#icl_custom_posts_sync_options {
  margin-right: 2%;
}
.icl_nav_menu_text {
  font-size: 11px;
  font-style: normal;
}
.icl_lang_menu a {
  text-decoration: none;
}
.icl_lang_menu a:hover {
  text-decoration: underline;
}
.icl_lang_menu a.current {
  font-weight: bold;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.floating-button {
  position: fixed !important;
  right: 50px;
  bottom: 50px;
  height: 50px;
  min-width: 50px;
  background: #cc7343;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 0 18px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s;
}
.floating-button:hover {
  transform: scale(1.08);
}
.floating-button span {
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}
.floating-button.floating-button-padding {
  padding: 0 20px;
}
.floating-button.floating-button-rounded {
  border-radius: 25px;
}
.floating-button:after,
.floating-button:before {
  display: none;
}
.paspartu_enabled #main-navbar {
  margin-top: 1%;
  left: 1%;
  right: 1%;
  width: auto;
}
.paspartu_enabled .second-navbar {
  padding-top: 1%;
  left: 1%;
  right: 1%;
}
.paspartu_enabled .content-wrapper {
  padding: 0 0.9%;
}
.paspartu_enabled #footer {
  margin-bottom: 1%;
}
.paspartu_enabled #footer-spacer {
  margin-bottom: 1%;
}
.paspartu_enabled .section-intro {
  margin-top: 1%;
}
.paspartu_enabled .berg-overlay-close {
  margin-top: 1%;
  margin-right: 1%;
}
.paspartu_enabled .berg-portfolio-lightbox .berg-arrow-right,
.paspartu_enabled .berg-portfolio-lightbox .berg-arrow-right i {
  margin-right: 1%;
}
.paspartu_enabled .berg-portfolio-lightbox .berg-arrow-left,
.paspartu_enabled .berg-portfolio-lightbox .berg-arrow-left i {
  margin-left: 1%;
}
.page-template-default .section-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.paspartu_enabled .paspartu_top {
  position: fixed;
  padding-top: 1%;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}
.paspartu_enabled .paspartu_bottom {
  position: fixed;
  padding-bottom: 1% ;
  height: 0;
  width: 100% ;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}
.paspartu_enabled .paspartu_left {
  position: fixed;
  width: 1% ;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}
.paspartu_enabled .paspartu_right {
  position: fixed;
  width: 1%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  height: 100%;
  min-height: 100vh;
}
.paspartu_enabled .nav-fixed-bar {
  margin-top: 1%;
  left: 1%;
  right: 1%;
  box-shadow: inset 0px 7px 14px 0px rgba(0, 0, 0, 0.03);
}
.paspartu_enabled #fp-nav.right {
  padding-right: 1%;
}
.paspartu_enabled #footer-clean {
  margin-bottom: 1%;
}
.paspartu_enabled .paspartu_top,
.paspartu_enabled .paspartu_bottom,
.paspartu_enabled .paspartu_left,
.paspartu_enabled .paspartu_right {
  background-color: #ffffff;
}
.paspartu_enabled .paspartu_top {
  padding-top: 1%;
}
.paspartu_enabled .paspartu_bottom {
  padding-bottom: 1%;
}
.paspartu_enabled .paspartu_left {
  width: 1%;
}
.paspartu_enabled .paspartu_right {
  width: 1%;
}
@media (max-width: 991px) {
  .no-intro .section-scroll {
    margin-top: 0 !important;
  }
}
