* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
  outline: none !important;
}
*:focus,
*:active,
*:hover {
  outline: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
ol,
ul {
  list-style: none;
}
pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
input,
select,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
[placeholder]:focus::placeholder {
  color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cake-info {
  margin-bottom: 70px;
  color: #774f38;
}
.cake-info:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto 15px;
  width: 220px;
  height: 34px;
  background: url("../img/separator-cake.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.cake-info__title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #774f38;
  text-shadow: 1px 1px 0 #d6b9a8;
}
.cake-info__text {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 90%;
  text-align: center;
  color: #774f38;
}
.cake-info__gallery {
  *zoom: 1;
}
.cake-info__gallery:before,
.cake-info__gallery:after {
  content: '';
  display: table;
}
.cake-info__gallery:after {
  clear: both;
}
.cake-info__gallery li {
  text-align: center;
}
.cake-info__gallery a {
  display: block;
}
.cake-info__gallery a p {
  color: #774f38;
  cursor: pointer;
}
.cake-info__item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 20px;
}
.cake-info__item:before,
.cake-info__item:after {
  content: '';
  display: table;
}
.cake-info__item:after {
  clear: both;
}
.cake-info__item:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.cake-info__item:nth-child(4n+1) {
  clear: both;
}
@media only screen and (min-width: 767px) {
  .cake-info__item:hover img {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
@media only screen and (max-width: 991px) {
  .cake-info__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .cake-info__item:before,
  .cake-info__item:after {
    content: '';
    display: table;
  }
  .cake-info__item:after {
    clear: both;
  }
  .cake-info__item:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .cake-info__item:nth-child(4n+1) {
    clear: none;
  }
  .cake-info__item:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .cake-info__item:nth-child(3n+1) {
    clear: both;
  }
  .cake-info__item:nth-of-type(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cake-info__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .cake-info__item:before,
  .cake-info__item:after {
    content: '';
    display: table;
  }
  .cake-info__item:after {
    clear: both;
  }
  .cake-info__item:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .cake-info__item:nth-child(3n+1) {
    clear: none;
  }
  .cake-info__item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .cake-info__item:nth-child(2n+1) {
    clear: both;
  }
  .cake-info__item:nth-of-type(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 518px) {
  .cake-info__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin: 0 auto;
    float: none !important;
  }
  .cake-info__item:before,
  .cake-info__item:after {
    content: '';
    display: table;
  }
  .cake-info__item:after {
    clear: both;
  }
  .cake-info__item:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .cake-info__item:nth-child(2n+1) {
    clear: none;
  }
  .cake-info__item:last-child {
    margin-right: 0%;
  }
}
.cake-info__item p {
  margin: 0 auto;
  max-width: 220px;
}
.cake-info__item .btn {
  position: absolute;
  z-index: 1;
  width: 130px;
  top: 160px;
  left: 50%;
  margin-left: -65px;
}
.cake-info__item .btn:hover {
  background: #fafafa url("../img/bg.jpg") repeat;
}
@media only screen and (min-width: 767px) {
  .cake-info__item .btn {
    display: none;
  }
}
.cake-info__item:hover .btn {
  display: block;
}
.cake-info__img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border: 2px solid #be8f74;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.cake-info__img img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  top: -2px;
  left: -2px;
  width: 224px;
  height: 224px;
  max-width: 224px;
}
@media only screen and (min-width: 767px) {
  .cake-info__img img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.cake-info__btn {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.categories {
  margin-bottom: 70px;
}
.categories__inner {
  *zoom: 1;
}
.categories__inner:before,
.categories__inner:after {
  content: '';
  display: table;
}
.categories__inner:after {
  clear: both;
}
.categories__title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #ffb19e;
  text-shadow: 1px 1px 0 rgba(179,35,0,0.6);
  margin-bottom: 30px;
}
.categories__title:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto 15px;
  width: 220px;
  height: 35px;
  background: url("../img/separator-muffin.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.categories__tabs-container {
  margin-bottom: 20px;
  font-size: 0;
  text-align: center;
}
.categories__tabs-container li {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 468px) {
  .categories__tabs-container li {
    display: block;
  }
}
.categories__tab {
  display: block;
  padding: 8px 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.categories__tab:hover {
  background: rgba(255,177,158,0.3);
}
.categories__tab.active,
.categories__tab.active:hover {
  background: #ffb19e;
  color: #fff;
}
.categories__item {
  max-width: 350px;
  min-height: 465px;
  text-align: center;
}
.categories__item.bx-clone:last-child {
  margin-right: 70px !important;
}
@media only screen and (max-width: 468px) {
  .categories__item {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 468px) {
  .categories__item:not(.active-slide) {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
.categories__item-list {
  *zoom: 1;
}
.categories__item-list:before,
.categories__item-list:after {
  content: '';
  display: table;
}
.categories__item-list:after {
  clear: both;
}
@media only screen and (min-width: 468px) {
  .categories__item-list {
    left: 50%;
    margin-left: -140px;
  }
}
@media only screen and (max-width: 468px) {
  .categories__item-list {
    margin: 0;
  }
}
.categories__item-title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #774f38;
  text-shadow: 1px 1px 0 #d6b9a8;
  margin-bottom: 15px;
  font-size: 26px;
}
.categories__item-photo {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  max-height: 350px;
}
.categories__item-photo img {
  display: inline-block;
  max-height: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 767px) {
  .categories__item-photo img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .categories__item-photo img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
.categories .bx-wrapper {
  max-width: 90% !important;
  margin: 0 auto !important;
}
.categories .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.categories .bx-wrapper .bx-controls .bx-prev {
  left: -3%;
}
.categories .bx-wrapper .bx-controls .bx-next {
  right: -3%;
}
.footer {
  position: relative;
  height: 700px;
  min-height: 330px;
  background: #fafafa url("../img/6.jpg") center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (max-width: 1489px) {
  .footer {
    height: 620px;
    background-position: center bottom;
  }
}
@media only screen and (max-width: 1199px) {
  .footer {
    height: 630px;
    -webkit-background-size: 120%;
    -moz-background-size: 120%;
    background-size: 120%;
  }
}
@media only screen and (max-width: 991px) {
  .footer {
    height: 530px;
    -webkit-background-size: 140%;
    -moz-background-size: 140%;
    background-size: 140%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    height: 300px;
    background: #fafafa url("../img/bg.jpg") repeat;
  }
}
.footer:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 900;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%);
  background: -moz-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%);
  background: -o-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%);
  background: -ms-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%);
  background: linear-gradient(to top, #fafafa 0%, rgba(250,250,250,0) 100%);
}
@media only screen and (max-width: 767px) {
  .footer:before {
    display: none;
  }
}
.footer:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 900;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: url("../img/topwaves.png") repeat-x;
  -webkit-background-size: 50px;
  -moz-background-size: 50px;
  background-size: 50px;
}
@media only screen and (max-width: 767px) {
  .footer:after {
    display: none;
  }
}
.footer__bottom {
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding: 80px 0 10px;
  width: 100%;
  background-color: rgba(250,250,250,0.85);
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    padding: 40px 0 20px;
    min-height: 270px;
    background-color: rgba(250,250,250,0);
  }
}
.footer__bottom .footer__inner {
  *zoom: 1;
}
.footer__bottom .footer__inner:before,
.footer__bottom .footer__inner:after {
  content: '';
  display: table;
}
.footer__bottom .footer__inner:after {
  clear: both;
}
.footer__social {
  position: absolute;
  font-size: 0;
}
.footer__social a {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  color: #fff;
  padding: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.footer__social a.fa-vk {
  padding-left: 10px;
  background-color: #4c75a3;
}
.footer__social a.fa-vk:hover,
.footer__social a.fa-vk:focus {
  color: #4c75a3;
  border: 1px solid #4c75a3;
}
.footer__social a.fa-odnoklassniki {
  padding-left: 15px;
  background-color: #f6881f;
}
.footer__social a.fa-odnoklassniki:hover,
.footer__social a.fa-odnoklassniki:focus {
  color: #f6881f;
  border: 1px solid #f6881f;
}
.footer__social a.fa-facebook {
  padding-left: 16px;
  background-color: #3b5998;
}
.footer__social a.fa-facebook:hover,
.footer__social a.fa-facebook:focus {
  color: #3b5998;
  border: 1px solid #3b5998;
}
.footer__social a.fa-instagram {
  padding-left: 14px;
  background-color: #3f729b;
}
.footer__social a.fa-instagram:hover,
.footer__social a.fa-instagram:focus {
  color: #3f729b;
  border: 1px solid #3f729b;
}
.footer__social a:hover,
.footer__social a:focus {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .footer__social {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 120px;
    position: static;
    margin-bottom: 30px;
    padding-top: 5px;
  }
  .footer__social:before,
  .footer__social:after {
    content: '';
    display: table;
  }
  .footer__social:after {
    clear: both;
  }
}
@media only screen and (max-width: 468px) {
  .footer__social {
    padding-top: 0;
  }
  .footer__social a {
    display: block;
  }
}
.footer__contacts {
  width: 100%;
  padding-top: 5px;
  padding-left: 3%;
  text-align: center;
}
.footer__contacts a,
.footer__contacts div {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 15px;
  font-size: 29px;
}
.footer__contacts a:last-of-type,
.footer__contacts div:last-of-type {
  margin-right: 0;
}
.footer__contacts p {
  margin: 0;
  font-size: 23px;
}
.footer__contacts p .fa {
  display: inline-block;
  vertical-align: top;
}
.footer__contacts p a {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  max-width: 90%;
  overflow: hidden;
  font-size: 23px;
}
.footer__contacts p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer__contacts p a {
    max-width: 80%;
  }
}
.footer__contacts .fa {
  padding-right: 5px;
  font-size: 29px;
}
@media only screen and (max-width: 767px) {
  .footer__contacts .fa {
    font-size: 23px;
  }
}
.footer__contacts .fa-phone {
  color: #46c351;
}
.footer__contacts .fa-envelope {
  color: #b68163;
}
.footer__contacts .fa-map-marker {
  padding-left: 3px;
  color: #f95555;
  font-size: 31px;
}
@media only screen and (max-width: 767px) {
  .footer__contacts .fa-map-marker {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__contacts {
    width: 50%;
    margin: 0 auto;
    padding-top: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contacts {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 55.00000000000001%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }
  .footer__contacts:before,
  .footer__contacts:after {
    content: '';
    display: table;
  }
  .footer__contacts:after {
    clear: both;
  }
  .footer__contacts a {
    display: block;
    font-size: 24px;
    margin-right: 0;
  }
  .footer__contacts p {
    font-size: 19px;
  }
  .footer__contacts p a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 468px) {
  .footer__contacts {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.66666666666666%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }
  .footer__contacts:before,
  .footer__contacts:after {
    content: '';
    display: table;
  }
  .footer__contacts:after {
    clear: both;
  }
  .footer__contacts a {
    font-size: 19px;
  }
  .footer__contacts p {
    font-size: 17px;
  }
  .footer__contacts p a {
    font-size: 17px;
  }
}
.footer__copyright {
  float: none;
  clear: both;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 468px) {
  .footer__copyright {
    padding-top: 30px;
  }
}
.footer__copyright a:hover {
  text-decoration: underline;
}
.footer__map {
  float: none;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__map iframe {
  width: 100%;
  height: 350px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .footer.js-show-map {
    height: 500px;
  }
}
.footer.js-show-map .footer__bottom .footer__inner {
  height: 100%;
}
.footer.js-show-map .footer__map {
  display: block;
  height: 350px;
}
@media only screen and (max-width: 991px) {
  .footer.js-show-map .footer__map {
    width: 70%;
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .footer.js-show-map .footer__map {
    width: 100%;
  }
}
@media only screen and (max-width: 468px) {
  .footer.js-show-map .footer__map {
    width: 100%;
    height: 200px;
  }
}
.footer.js-show-map iframe {
  width: 100%;
  height: 100%;
}
html,
body {
  width: 100%;
}
body {
  padding: 0;
  max-width: 100%;
  background: #fafafa url("../img/bg.jpg") repeat;
  font-size: 17px;
  color: #774f38;
  font-family: 'Roboto Condensed', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a,
a:hover,
a:focus {
  color: #774f38;
  text-decoration: none;
  cursor: pointer;
}
a img {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  font-family: 'Lobster', Arial, sans-serif;
  font-size: 38px;
}
h1 a,
h2 a,
h3 a,
h4 a {
  font: inherit;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 32px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__inner,
.portfolio__inner,
.categories__inner,
.more-products__inner,
.cake-info__inner,
.order__inner,
.reviews__inner,
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 767px) {
  .header__inner a,
  .portfolio__inner a,
  .categories__inner a,
  .more-products__inner a,
  .cake-info__inner a,
  .order__inner a,
  .reviews__inner a,
  .footer__inner a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.btn {
  background: #7d7d7d;
  padding: 8px 15px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  outline: none !important;
}
.btn--blue {
  color: #fff;
/*text-shadow 1px 1px 0 lightness($blue--light, 35%)*/
  background-color: #71cec0;
  border: 1px solid #71cec0;
}
.btn--blue:hover,
.btn--blue:active,
.btn--blue:focus {
  color: #43a395;
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--pink {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(179,35,0,0.6);
  background-color: #ffb19e;
  border: 1px solid #ffb19e;
}
.btn--pink:hover,
.btn--pink:active,
.btn--pink:focus {
  color: #ff461a;
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--red {
  color: #fff;
/*text-shadow 1px 1px 0 alpha(lightness($red, 35%), 0.6)*/
  background-color: #f95555;
  border: 1px solid #f95555;
}
.btn--red:hover,
.btn--red:active,
.btn--red:focus {
  color: #f72121;
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--cream {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(196,111,33,0.6);
  background-color: #f3d4b8;
  border: 1px solid #f3d4b8;
}
.btn--cream:hover,
.btn--cream:active,
.btn--cream:focus {
  color: #c46f21;
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--brown {
  color: #fff;
/*text-shadow 1px 1px 0 alpha(lightness($cream, 45%), 0.6)*/
  background-color: #774f38;
  border: 1px solid #774f38;
}
.btn--brown:hover,
.btn--brown:active,
.btn--brown:focus {
  color: #774f38;
  text-shadow: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 5;
  background: none;
  text-indent: 0;
  color: transparent;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: '\f053';
  display: block;
  font-family: 'FontAwesome';
  padding: 1px 0;
  padding-left: 7px;
  width: 40px;
  height: 40px;
  font-size: 26px;
  color: #fff;
  background-color: #774f38;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-controls-direction a.bx-next:before {
  content: '\f054';
  display: block;
  font-family: 'FontAwesome';
  padding: 1px 0;
  padding-left: 11px;
  width: 40px;
  height: 40px;
  font-size: 26px;
  color: #fff;
  background-color: #774f38;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fancybox-lock {
  margin-right: 0 !important;
  overflow: auto !important;
}
.fancybox-overlay {
  overflow-y: auto !important;
}
.fancybox-overlay * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.topButton {
  display: block;
  position: fixed;
  z-index: 900;
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  padding: 3px 7px;
  font-size: 32px;
  color: #fff;
  background-color: #71cec0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 0 0 rgba(125,125,125,0.5);
  box-shadow: 0 1px 0 0 rgba(125,125,125,0.5);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.topButton:hover,
.topButton:active,
.topButton:focus {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (max-width: 767px) {
  .topButton {
    display: none !important;
  }
}
.header {
  margin-bottom: 90px;
/* Title */
}
.header__inner {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .header__top .header__inner {
    padding-top: 160px;
  }
}
.header__top {
  position: relative;
  z-index: 10;
  min-height: 285px;
}
.header__logo {
  display: block;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 15px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 767px) {
  .header__logo:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 991px) {
  .header__logo {
    width: 140px;
    height: 140px;
    margin-left: -55px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 160px;
    height: 160px;
    margin-left: -80px;
  }
}
.header__title {
  position: relative;
  text-align: center;
}
.header__title h1 {
  margin-bottom: 5px;
  color: #ffb19e;
  text-shadow: 1px 1px 0 rgba(179,35,0,0.6);
}
@media only screen and (max-width: 767px) {
  .header__title {
    top: 115px;
  }
  .header__title h1 {
    font-size: 28px;
  }
  .header__title .header__phone {
    font-size: 24px;
  }
}
@media only screen and (max-width: 438px) {
  .header__title {
    top: 105px;
  }
}
.header__phone {
  font-size: 28px;
  color: #ffb19e;
}
.header__phone:hover,
.header__phone:active,
.header__phone:focus {
  color: #ffb19e;
}
.header__menu {
  *zoom: 1;
}
.header__menu:before,
.header__menu:after {
  content: '';
  display: table;
}
.header__menu:after {
  clear: both;
}
.header__menu a {
  font-family: 'Lobster', Arial, sans-serif;
  font-size: 24px;
  color: #7d7d7d;
  text-shadow: 1px 1px 2px rgba(125,125,125,0.3);
}
.header__menu a:hover,
.header__menu a:active {
  color: #ffb19e;
}
@media only screen and (min-width: 767px) {
  .header__menu-list {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
  }
  .header__menu li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: left;
  }
  .header__menu li:before,
  .header__menu li:after {
    content: '';
    display: table;
  }
  .header__menu li:after {
    clear: both;
  }
  .header__menu li:last-child {
    width: 20%;
    text-align: right;
  }
  .header__menu li:nth-last-child(2) {
    width: 27%;
    text-align: right;
  }
  .header__menu li a {
    padding: 15px;
    border: 1px dashed #f3d4b8;
    border-left: none;
    border-right: none;
  }
  .fixed.header__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 62px !important;
    background: #fafafa url("../img/bg.jpg") repeat;
    border-bottom: 1px dashed #f3d4b8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fixed .header__menu-list {
    position: relative;
    top: 13px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
  }
  .fixed .header__menu-list a {
    border: none;
  }
  .fixed .header__menu-list li {
    width: 25% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .header__menu li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu {
    position: absolute;
    z-index: 800;
    top: 0;
    left: 0;
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 50%), url("../img/bg.jpg") repeat;
    background: -moz-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 50%), url("../img/bg.jpg") repeat;
    background: -o-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 50%), url("../img/bg.jpg") repeat;
    background: -ms-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 50%), url("../img/bg.jpg") repeat;
    background: linear-gradient(to top, #fafafa 0%, rgba(250,250,250,0) 50%), url("../img/bg.jpg") repeat;
  }
  .header__menu.collapse.in + .header__title {
    visibility: hidden;
  }
  .header__menu-list {
    margin: 0;
  }
  .header__menu-list li {
    float: none;
    clear: none;
    margin: 0 !important;
    width: 100%;
    text-align: center !important;
  }
  .header__menu-list a {
    display: block;
    padding: 15px 0;
    width: 50%;
    margin: 0 auto;
    border-top: none !important;
    border-bottom: 1px dashed #f3d4b8;
  }
  .header__menu-list li:last-child a {
    border-bottom: none;
  }
  .header .navbar-header {
    width: 100%;
  }
  .header .navbar-toggle {
    z-index: 900;
    font-size: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 0;
  }
  .header .navbar-toggle .fa {
    font-size: 32px;
    color: #7d7d7d;
    cursor: pointer;
  }
}
.more-products {
  margin-bottom: 70px;
  padding: 40px 0 50px;
  background: url("../img/4.jpg");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-attachment: fixed;
}
.more-products:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto 15px;
  width: 220px;
  height: 34px;
  background: url("../img/separator-croissant.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
@media only screen and (min-width: 1199px) {
  .more-products {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .more-products {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .more-products {
    background-attachment: scroll;
  }
}
.more-products__inner {
  *zoom: 1;
}
.more-products__inner:before,
.more-products__inner:after {
  content: '';
  display: table;
}
.more-products__inner:after {
  clear: both;
}
.more-products__title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #f3d4b8;
  text-shadow: 1px 1px 0 #c46f21;
}
.more-products__item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  background: url("../img/bg.jpg") repeat;
  margin-bottom: 20px;
  text-align: left;
  padding: 60px 40px;
  outline: 1px dashed #f3d4b8;
  outline-offset: -10px;
}
.more-products__item:before,
.more-products__item:after {
  content: '';
  display: table;
}
.more-products__item:after {
  clear: both;
}
.more-products__item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.more-products__item:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 991px) {
  .more-products__item:hover img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 991px) {
  .more-products__item {
    padding: 40px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 568px) {
  .more-products__item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .more-products__item:before,
  .more-products__item:after {
    content: '';
    display: table;
  }
  .more-products__item:after {
    clear: both;
  }
  .more-products__item:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .more-products__item:nth-child(2n+1) {
    clear: none;
  }
  .more-products__item:last-child {
    margin-right: 0%;
  }
}
.more-products__item-title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #774f38;
  text-shadow: 1px 1px 0 #d6b9a8;
  margin-bottom: 15px;
  text-align: left;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .more-products__item-title {
    text-align: center;
  }
}
.more-products__item-img {
  float: left;
  margin-right: 5%;
  position: relative;
  z-index: 1;
  width: 170px;
  height: 170px;
  border: 10px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .more-products__item-img {
    float: none;
    margin: 0 auto;
  }
}
.more-products__item-img img {
  position: relative;
  z-index: 0;
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 767px) {
  .more-products__item-img img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.more-products__item-text {
  margin-bottom: 0;
  overflow: hidden;
}
.more-products__item .btn {
  width: 120px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .more-products__item .btn {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.order {
  position: relative;
  margin-bottom: 70px;
  padding: 40px 0 50px;
  background: url("../img/5.jpg");
  background-attachment: fixed;
}
.order:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto 15px;
  width: 220px;
  height: 35px;
  background: url("../img/separator-muffin.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.order:before {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1489px) {
  .order {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .order {
    background-position: center;
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.order p {
  margin: 0;
}
.order__top-title {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 30px;
  padding-bottom: 50px;
  text-align: center;
  background: #fafafa url("../img/bg.jpg") repeat;
  outline: 1px dashed #f3d4b8;
  outline-offset: -10px;
}
@media only screen and (max-width: 767px) {
  .order__top-title {
    text-align: justify;
  }
}
@media only screen and (max-width: 468px) {
  .order__top-title {
    max-width: 100%;
  }
}
.order__title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #ffb19e;
  text-shadow: 1px 1px 0 rgba(179,35,0,0.6);
}
.order__info {
  *zoom: 1;
  margin-bottom: 20px;
}
.order__info:before,
.order__info:after {
  content: '';
  display: table;
}
.order__info:after {
  clear: both;
}
.order__delivery {
  position: relative;
  padding: 30px;
  padding-top: 155px;
  text-align: center;
  background: #fafafa url("../img/bg.jpg") repeat;
  outline: 1px dashed #f3d4b8;
  outline-offset: -10px;
}
.order__delivery .order__title-small:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #71cec0 url("../img/car.png") no-repeat center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 767px) {
  .order__delivery {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .order__delivery:before,
  .order__delivery:after {
    content: '';
    display: table;
  }
  .order__delivery:after {
    clear: both;
  }
  .order__delivery:last-child {
    margin-right: 0%;
  }
  .order__delivery:hover .order__title-small:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .order__delivery {
    float: none;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 468px) {
  .order__delivery {
    max-width: 100%;
    text-align: left;
  }
}
.order__cost {
  position: relative;
  padding: 30px;
  padding-top: 155px;
  background: #fafafa url("../img/bg.jpg") repeat;
  outline: 1px dashed #f3d4b8;
  outline-offset: -10px;
}
.order__cost .order__title-small:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffb19e url("../img/label.png") no-repeat center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 767px) {
  .order__cost {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .order__cost:before,
  .order__cost:after {
    content: '';
    display: table;
  }
  .order__cost:after {
    clear: both;
  }
  .order__cost:last-child {
    margin-right: 0%;
  }
  .order__cost:hover .order__title-small:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .order__cost {
    float: none;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 468px) {
  .order__cost {
    max-width: 100%;
    text-align: left;
  }
}
.order__title-small {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #774f38;
  text-shadow: 1px 1px 0 #d6b9a8;
}
.order__form {
  margin: 0 auto 40px;
  padding: 50px;
  width: 700px;
  text-align: center;
  background: #fafafa url("../img/bg.jpg") repeat;
  outline: 1px dashed #f95555;
  outline-offset: -10px;
}
.order__form label {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  padding: 5px 0;
  width: 100px;
  text-align: right;
  cursor: text;
  font-weight: 500;
}
.order__form input[type="text"],
.order__form input[type="email"] {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding: 5px 8px;
  width: 375px;
  text-align: left;
  border: 1px solid #774f38;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-border-radius: 10px 0;
  border-radius: 10px 0;
  outline: none;
  background-color: rgba(255,255,255,0.3);
}
.order__form input[type="text"]:focus,
.order__form input[type="email"]:focus {
  border: 1px solid #ffb19e;
}
.order__form textarea {
  margin-bottom: 10px;
  padding: 5px 8px;
  width: 375px;
  min-height: 110px;
  resize: vertical;
  text-align: left;
  border: 1px solid #774f38;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-border-radius: 10px 0;
  border-radius: 10px 0;
  outline: none;
  background-color: rgba(255,255,255,0.3);
}
.order__form textarea:focus {
  border: 1px solid #ffb19e;
}
@media only screen and (max-width: 767px) {
  .order__form {
    max-width: 80%;
    margin: 0 auto 40px;
  }
  .order__form label,
  .order__form input[type="text"],
  .order__form input[type="email"],
  .order__form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .order__form label {
    text-align: center;
    margin-bottom: 0;
  }
  .order__form textarea {
    min-height: 130px;
  }
}
@media only screen and (max-width: 468px) {
  .order__form {
    max-width: 100%;
  }
}
.order__btn {
  display: block;
  margin: 0 auto;
  width: 180px;
}
@media only screen and (min-width: 767px) {
  .order__btn {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.order__success {
  color: #34a23e;
}
.order__error {
  color: #f95555;
}
.popup-order {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.popup-order .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51,51,51,0.3);
  cursor: pointer;
}
.popup-order .order__form {
  position: relative;
  top: 50%;
  50%: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-order.show .order__form {
  -webkit-animation: slide 0.5s ease-out;
  -moz-animation: slide 0.5s ease-out;
  -o-animation: slide 0.5s ease-out;
  -ms-animation: slide 0.5s ease-out;
  animation: slide 0.5s ease-out;
}
@-moz-keyframes slide {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slide {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
@-o-keyframes slide {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slide {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}
.portfolio {
  margin-bottom: 70px;
}
.portfolio:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto 15px;
  width: 220px;
  height: 34px;
  background: url("../img/separator-cook.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.portfolio__title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #71cec0;
  text-shadow: 1px 1px 0 #347f74;
}
.portfolio__title a {
  color: #71cec0;
  text-shadow: 1px 1px 0 #347f74;
}
.portfolio .bx-wrapper {
  margin-bottom: 60px !important;
  max-width: 1200px !important;
  overflow: hidden;
}
@media only screen and (max-width: 468px) {
  .portfolio .bx-wrapper {
    max-width: 285px !important;
  }
}
.portfolio .bx-wrapper .bx-viewport {
  padding-left: 10px;
  min-width: 500px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.portfolio .bx-wrapper .bx-controls-direction a:before,
.portfolio .bx-wrapper .bx-controls-direction a:after {
  background-color: #71cec0;
}
.portfolio__gallery {
  *zoom: 1;
}
.portfolio__gallery:before,
.portfolio__gallery:after {
  content: '';
  display: table;
}
.portfolio__gallery:after {
  clear: both;
}
.portfolio__gallery li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
  height: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.portfolio__gallery li:before,
.portfolio__gallery li:after {
  content: '';
  display: table;
}
.portfolio__gallery li:after {
  clear: both;
}
.portfolio__gallery li:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.portfolio__gallery li:nth-child(4n+1) {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .portfolio__gallery li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .portfolio__gallery li:before,
  .portfolio__gallery li:after {
    content: '';
    display: table;
  }
  .portfolio__gallery li:after {
    clear: both;
  }
  .portfolio__gallery li:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .portfolio__gallery li:nth-child(4n+1) {
    clear: none;
  }
  .portfolio__gallery li:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .portfolio__gallery li:nth-child(3n+1) {
    clear: both;
  }
  .portfolio__gallery li:nth-of-type(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio__gallery li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .portfolio__gallery li:before,
  .portfolio__gallery li:after {
    content: '';
    display: table;
  }
  .portfolio__gallery li:after {
    clear: both;
  }
  .portfolio__gallery li:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .portfolio__gallery li:nth-child(3n+1) {
    clear: none;
  }
  .portfolio__gallery li:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .portfolio__gallery li:nth-child(2n+1) {
    clear: both;
  }
  .portfolio__gallery li:nth-of-type(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 538px) {
  .portfolio__gallery li {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin: 0 auto;
    margin-bottom: 20px;
    height: auto;
    float: none !important;
  }
  .portfolio__gallery li:before,
  .portfolio__gallery li:after {
    content: '';
    display: table;
  }
  .portfolio__gallery li:after {
    clear: both;
  }
  .portfolio__gallery li:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .portfolio__gallery li:nth-child(2n+1) {
    clear: none;
  }
  .portfolio__gallery li:last-child {
    margin-right: 0%;
  }
}
.portfolio__item {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  line-height: 220px;
  border: 1px solid transparent;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
}
.portfolio__item img {
  position: relative;
  z-index: 0;
  margin-top: -25px;
  margin-left: -25px;
  width: 290px;
  height: auto;
  max-width: 290px;
}
.portfolio__item .btn {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 1;
  margin-left: -65px;
  width: 130px;
}
.portfolio__item .btn:hover {
  background: #fafafa url("../img/bg.jpg") repeat;
}
.portfolio__item .scale-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.portfolio__item .scale-link .fa {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -20px;
  font-size: 45px;
  color: #fff;
  text-shadow: 0 0 5px rgba(51,51,51,0.3);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.portfolio__item .scale-link .fa:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.portfolio__item-border {
  position: relative;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  border: 20px solid transparent;
  -webkit-border-image: url("../img/border-blue.png") 30;
  -moz-border-image: url("../img/border-blue.png") 30;
  -o-border-image: url("../img/border-blue.png") 30;
  border-image: url("../img/border-blue.png") 30;
}
@media only screen and (min-width: 767px) {
  .portfolio__item img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .portfolio__item .btn,
  .portfolio__item .scale-link {
    display: none;
  }
  .portfolio__item .scale-link .fa {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .portfolio__item:hover img {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .portfolio__item:hover .btn,
  .portfolio__item:hover .scale-link {
    display: block;
  }
}
.portfolio__btn {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.reviews {
  margin-bottom: 60px;
  padding: 10px 0;
}
.reviews:before {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 auto 15px;
  width: 220px;
  height: 34px;
  background: url("../img/separator-croissant.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.reviews .bx-wrapper {
  max-width: 1200px !important;
  margin-bottom: 20px !important;
  overflow: hidden;
}
@media only screen and (max-width: 468px) {
  .reviews .bx-wrapper {
    max-width: 305px !important;
    margin-bottom: 0 !important;
  }
}
.reviews .bx-wrapper .bx-viewport {
  padding-left: 10px;
  min-width: 500px;
  height: auto !important;
  max-height: 400px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.reviews__title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #f3d4b8;
  text-shadow: 1px 1px 0 #c46f21;
}
.reviews__list {
  *zoom: 1;
}
.reviews__list:before,
.reviews__list:after {
  content: '';
  display: table;
}
.reviews__list:after {
  clear: both;
}
.reviews__photo {
  margin: 0 auto 15px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border: 10px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__photo img {
  display: inline-block;
  vertical-align: middle;
  width: 230px;
  max-width: 350px;
  margin-left: -25px;
}
.reviews__item {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 468px) {
  .reviews__item {
    max-width: 280px !important;
  }
}
.reviews__item-title a {
  font-size: 22px;
  color: #774f38;
  text-shadow: 1px 1px 0 #d6b9a8;
}
.reviews__btn {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 180px;
}
.header__about.slide {
  position: relative;
  background-color: #fafafa;
}
.header__about.slide:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: -100px;
  width: 100%;
  height: 130px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -webkit-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -moz-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -o-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -ms-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, linear-gradient(to top, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  -webkit-background-size: 50px, 100%;
  -moz-background-size: 50px, 100%;
  background-size: 50px, 100%;
}
.header__about.slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: 130px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -webkit-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -moz-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -o-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, -ms-linear-gradient(bottom, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  background: url("../img/topwaves.png") repeat-x 0 100px, linear-gradient(to top, #fafafa 0%, rgba(250,250,250,0) 100%) no-repeat 0 -30px;
  -webkit-background-size: 50px, 100%;
  -moz-background-size: 50px, 100%;
  background-size: 50px, 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .header__about.slide:before,
  .header__about.slide:after {
    -webkit-background-size: 30px, 100%;
    -moz-background-size: 30px, 100%;
    background-size: 30px, 100%;
  }
}
.header__about.slide .carousel-indicators {
  z-index: 5;
}
.header__about.slide .carousel-indicators li {
  margin-right: 5px;
}
.header__about.slide .carousel-indicators li.active {
  margin: 1px;
  margin-right: 5px;
}
@media only screen and (min-width: 767px) {
  .header__about.slide .carousel-control {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.header__about.slide .carousel-control .glyphicon {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header__about.slide .carousel-indicators {
    display: none;
  }
}
.about-slides {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .about-slides {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .about-slides {
    height: 400px;
  }
}
.about-slides>.item {
  position: absolute;
  left: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity linear 1.2s;
  -moz-transition: opacity linear 1.2s;
  -o-transition: opacity linear 1.2s;
  -ms-transition: opacity linear 1.2s;
  transition: opacity linear 1.2s;
  background: #d9d9d9;
}
@media only screen and (min-width: 1199px) {
  .about-slides>.item {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-slides>.item {
    padding-top: 120px;
  }
  .about-slides>.item .about-slides__image img {
    min-width: 120%;
    min-height: 120%;
  }
}
@media only screen and (max-width: 991px) {
  .about-slides>.item {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-slides>.item .about-slides__image img {
    min-width: 170%;
    min-height: 170%;
  }
}
@media only screen and (max-width: 468px) {
  .about-slides>.item {
    padding-top: 30px;
  }
  .about-slides>.item .about-slides__image img {
    min-width: 250%;
    min-height: 250%;
    margin-left: -35%;
  }
}
.about-slides__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.about-slides__image img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.about-slides .slide-title {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 44px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(51,51,51,0.8);
}
@media only screen and (max-width: 767px) {
  .about-slides .slide-title {
    margin-bottom: 15px;
    width: 100%;
    font-size: 32px;
  }
}
@media only screen and (max-width: 468px) {
  .about-slides .slide-title {
    margin-bottom: 15px;
    width: 100%;
    font-size: 27px;
  }
}
.about-slides .slide-text {
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
  background-color: rgba(51,51,51,0.5);
  color: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .about-slides .slide-text {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-slides .slide-text {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 468px) {
  .about-slides .slide-text {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.carousel-fade .item.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity linear 1s;
  -moz-transition: opacity linear 1s;
  -o-transition: opacity linear 1s;
  -ms-transition: opacity linear 1s;
  transition: opacity linear 1s;
}
.carousel-fade .item.active.left,
.carousel-fade .item.active.right {
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
}
.carousel-fade .item.next.left,
.carousel-fade .item.prev.right {
  left: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: opacity linear 0.2s;
  -moz-transition: opacity linear 0.2s;
  -o-transition: opacity linear 0.2s;
  -ms-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.js-hidden {
  display: none;
}
