.clearfix {
  clear: both; }

* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto'; }

.wrapper {
  width: 975px;
  margin: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 !important; }

body {
  background: url("images/backgrounds/body.jpg") center;
  background-size: cover; }

a {
  color: black;
  text-decoration: none; }

input, textarea {
  outline: none; }

input:active, textarea:active {
  outline: none; }

:focus {
  outline: none; }

@font-face {
  font-family: 'andantinoscript';
  src: url("fonts/andantinoscript.eot");
  src: local("?"), url("andantinoscript.woff") format("woff"), url("fonts/andantinoscript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
h2 {
  font-size: 60px;
  color: #48332c;
  font-weight: 100;
  font-family: 'andantinoscript';
  padding: 40px 0 20px 0; }

header .logo {
  background: url("images/logo.png") no-repeat 180px;
  height: 133px;
  width: 500px;
  margin: auto;
  display: table;
  padding: 25px 0 25px 0; }
  header .logo p {
    text-transform: uppercase;
    color: #8c6639;
    font-size: 14px;
    letter-spacing: 14px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px; }
  header .logo p:first-child {
    text-align: left; }
  header .logo p:last-child {
    text-align: right; }
header .menu {
  background: #48332c;
  min-width: 975px; }
  header .menu ul {
    display: table; }
    header .menu ul li {
      list-style-type: none;
      display: table-cell; }
      header .menu ul li a {
        color: #cccccc;
        font-size: 15px;
        padding: 10px 77px 10px 0px;
        display: block; }
      header .menu ul li a:hover {
        color: #dc3664; }
    header .menu ul li:last-child a {
      padding-right: 0px; }
header .menu-grey {
  min-width: 975px;
  background: #e5e4df;
  border-bottom: 1px solid #C3C3C3; }
  header .menu-grey ul li {
    display: table-cell;
    padding: 7px 2px 11px 2px; }
    header .menu-grey ul li a {
      color: #5b3636;
      font-size: 11px;
      text-transform: uppercase;
      padding: 5px; }
    header .menu-grey ul li a:hover {
      outline: 1px solid;
      color: #C0033f; }
header .contacts-top {
  background: #ffffff;
  min-width: 975px;
  border-bottom: 1px solid #e7e7e5;
  padding: 15px; }
  header .contacts-top .social {
    float: left;
    margin-left: -10px; }
    header .contacts-top .social li {
      list-style-type: none;
      float: left;
      padding: 10px; }
      header .contacts-top .social li a {
        display: block; }
    header .contacts-top .social .instagram {
      background: url("images/social/1.png") no-repeat;
      width: 14px;
      height: 14px; }
    header .contacts-top .social .instagram:hover {
      background: url("images/social/11.png") no-repeat; }
    header .contacts-top .social .vkontakte {
      background: url("images/social/2.png") no-repeat;
      width: 18px;
      height: 11px;
      margin-top: 2px; }
    header .contacts-top .social .vkontakte:hover {
      background: url("images/social/22.png") no-repeat; }
    header .contacts-top .social .odnoklassniki {
      background: url("images/social/3.png") no-repeat;
      width: 9px;
      height: 16px; }
    header .contacts-top .social .odnoklassniki:hover {
      background: url("images/social/33.png") no-repeat; }
    header .contacts-top .social .facebook {
      background: url("images/social/4.png") no-repeat;
      width: 8px;
      height: 16px; }
    header .contacts-top .social .facebook:hover {
      background: url("images/social/44.png") no-repeat; }
  header .contacts-top .mail {
    background: url("images/mail.png") no-repeat 1px 1px;
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    float: left;
    margin-left: 35px;
    padding-left: 33px;
    text-decoration: underline;
    margin-top: 10px; }
  header .contacts-top .mail:hover {
    text-decoration: none; }
  header .contacts-top .free {
    color: #CC0033;
    font-size: 15px;
    float: right;
    text-decoration: underline;
    padding-right: 35px;
    margin-top: 7px; }
  header .contacts-top .free:hover {
    text-decoration: none; }
  header .contacts-top .phone {
    font-size: 24px;
    background: url("images/phone.png") no-repeat 1px;
    font-weight: 300;
    float: right;
    padding-left: 27px; }

.content .cake-wrap {
  height: 570px; }
  .content .cake-wrap .cake-list {
    width: 242px;
    float: left;
    margin-top: 160px; }
    .content .cake-wrap .cake-list p {
      background: #CC0033;
      color: #ffffff;
      font-size: 15px;
      padding: 13px 0 13px 0;
      text-align: center;
      cursor: pointer; }
    .content .cake-wrap .cake-list ul {
      background: #48332c;
      margin-top: 7px;
      display: none; }
      .content .cake-wrap .cake-list ul li {
        list-style-type: none;
        font-size: 13px;
        color: #cccccc;
        padding: 7px 0 7px 18px;
        cursor: pointer; }
        .content .cake-wrap .cake-list ul li a {
          color: #cccccc; }
      .content .cake-wrap .cake-list ul li:hover {
        background: #f3f3ea;
        color: #5b3636; }
      .content .cake-wrap .cake-list ul li:hover a {
        color: #5b3636; }
      .content .cake-wrap .cake-list ul li:first-child {
        padding-top: 20px; }
      .content .cake-wrap .cake-list ul li:last-child {
        padding-bottom: 20px; }
  .content .cake-wrap .cakes {
    width: 730px;
    float: right; }
    .content .cake-wrap .cakes .cake {
      display: none; }
      .content .cake-wrap .cakes .cake .cake-button {
        color: #CC0033;
        font-size: 15px;
        padding: 10px 25px 10px 25px;
        border: 1px solid #d18194;
        float: right;
        margin-top: 160px;
        transition: 0.06s; }
      .content .cake-wrap .cakes .cake .cake-button:hover {
        background: #CC0033;
        color: #ffffff; }
      .content .cake-wrap .cakes .cake img {
        position: absolute;
        padding-top: 60px;
        margin-left: -50px;
        z-index: -1; }
    .content .cake-wrap .cakes .cake:first-child {
      display: block; }
.content .cake-catalog .cake-catalog-single {
  float: left;
  border: 1px solid #48332c;
  width: 270px;
  height: 318px;
  position: relative;
  margin: 25px; }
  .content .cake-catalog .cake-catalog-single a {
    background: #CC0033;
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    display: none;
    cursor: pointer;
    z-index: 1;
    transition: 0.2s;
    margin: auto;
    right: 0;
    left: 0;
    top: -25px;
    bottom: 0;
    width: 90px;
    height: 20px; }
  .content .cake-catalog .cake-catalog-single img {
    width: 100%;
    border-bottom: 1px solid #48332c;
    height: 269px;
    transition: 0.5s; }
  .content .cake-catalog .cake-catalog-single p {
    font-size: 30px;
    color: #5b3636;
    text-align: center;
    padding-top: 5px;
    font-family: 'andantinoscript';
    font-weight: 100;
    line-height: 30px; }
.content .cake-catalog div:hover a {
  display: block;
  opacity: 1; }
.content .cake-catalog div:hover img {
  opacity: 0.5; }
.content .cake-catalog .pagination {
  display: table;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 40px;}
  .content .cake-catalog .pagination a {
    float: left;
    font-size: 19px;
    color: #48332c;
    text-decoration: underline;
    font-weight: 300;
    padding: 2px 7px 2px 7px;
    margin: 0 5px 0 5px;
    cursor: pointer; }
  .content .cake-catalog .pagination a:hover {
    color: #dc3664;
    text-decoration: none;
    outline: 1px solid #dc3664; }
  .content .cake-catalog .pagination .jp-current {
    color: #dc3664;
    text-decoration: none;
    outline: 1px solid #dc3664; }
  .content .cake-catalog .pagination .jp-previous {
    background: url("images/reviews/arrows/2.png") no-repeat center;
    width: 15px;
    height: 20px; }
  .content .cake-catalog .pagination .jp-previous:hover {
    background: url("images/reviews/arrows/22.png") no-repeat center;
    outline: none; }
  .content .cake-catalog .pagination .jp-next {
    background: url("images/reviews/arrows/1.png") no-repeat center;
    width: 15px;
    height: 20px; }
  .content .cake-catalog .pagination .jp-next:hover {
    background: url("images/reviews/arrows/11.png") no-repeat center;
    outline: none; }
.content .cake-catalog .first {
  margin-bottom: 10px;
  margin-top: 30px; }
.content .second h2 {
  text-align: center;
  width: 700px;
  margin: auto !important; }
.content .third h2 {
  padding-top: 20px; }
.content .text-centre {
  text-align: center;
  letter-spacing: 3px; }
.content .left-letter {
  color: #363636;
  font-size: 15px;
  font-weight: 300;
  background: #eaeae3;
  line-height: 25px;
  margin-top: 40px;
  text-align: justify;
  padding: 0px 20px 20px 20px; }
  .content .left-letter span {
    font-family: 'andantinoscript';
    color: #5b3636;
    font-size: 63px;
    margin-left: -35px; }
.content .reviews h2 {
  text-align: center; }
.content .breadcrumbs {
  padding-top: 25px; }
  .content .breadcrumbs ul li {
    list-style-type: none;
    float: left;
    background: url("images/backgrounds/breadcrumb-arrow.png") no-repeat right;
    padding-right: 20px;
    padding-left: 5px; }
    .content .breadcrumbs ul li a {
      color: #666666;
      text-decoration: underline;
      font-size: 13px;
      font-weight: 500; }
.content .breadcrumbs ul li.B_lastCrumb {
  background: none; }
  .content .breadcrumbs ul li.B_lastCrumb a {
    color: #4D2F27;
    text-decoration: none;
    cursor: text; }
.content .first-grid {
  border: 1px solid #4D2F27;
  margin-top: 55px; }
  .content .first-grid .left {
    width: 52.3%;
    float: left; }
    .content .first-grid .left .grid:nth-child(2) {
      width: 175px; }
    .content .first-grid .left .grid:nth-child(3) {
      width: 175px; }
    .content .first-grid .left .grid:nth-child(4) {
      width: 175px; }
  .content .first-grid .right {
    float: left;
    width: 21.6%; }
  .content .first-grid .grid {
    outline: 1px solid #4D2F27;
    float: left;
    position: relative;
    transition: 0.05s linear;
    background: #ffffff; }
    .content .first-grid .grid a {
      display: none;
      background: #CC0033;
      font-size: 14px;
      color: #ffffff;
      position: absolute;
      font-weight: 300;
      padding: 6px 10px 6px 10px;
      cursor: pointer;
      z-index: 1;
      width: 50%;
      transition: 0.2s;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 0;
      text-align: center;
      left: 0;
      height: 20px; }
    .content .first-grid .grid img {
      width: 100%;
      margin-bottom: -4px; }
  .content .first-grid .last-grid {
    float: right; }
  .content .first-grid .grid:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1; }
  .content .first-grid .grid:hover a {
    display: block; }
  .content .first-grid .grid:hover img {
    opacity: 0.5; }
.content .first-grid:nth-child(3) {
  float: right; }
.content .second-grid {
  border: 1px solid #4D2F27;
  margin-top: 55px;
  margin-bottom: 55px; }
  .content .second-grid .left {
    float: left;
    width: 70%; }
  .content .second-grid .right {
    width: 30%;
    float: right; }
  .content .second-grid .grid {
    outline: 1px solid #4D2F27;
    float: left;
    position: relative;
    transition: 0.05s linear;
    background: #ffffff; }
    .content .second-grid .grid a {
      display: none;
      background: #CC0033;
      font-size: 14px;
      color: #ffffff;
      position: absolute;
      font-weight: 300;
      padding: 6px 10px 6px 10px;
      cursor: pointer;
      z-index: 1;
      width: 50%;
      transition: 0.2s;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 0;
      text-align: center;
      left: 0;
      height: 20px; }
    .content .second-grid .grid img {
      width: 100%;
      margin-bottom: -4px; }
  .content .second-grid .grid:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1; }
  .content .second-grid .grid:hover a {
    display: block; }
  .content .second-grid .grid:hover img {
    opacity: 0.5; }
.content .cake-page {
  border-bottom: 1px solid #D3CDC9; }
  .content .cake-page h2 {
    text-align: center; }
  .content .cake-page .left {
    background: url("images/backgrounds/cake-page-left.png") no-repeat 45px;
    float: left;
    color: #FF3366;
    padding: 7px 10px 7px 25px;
    border: 1px solid;
    width: 200px;
    text-align: center;
    transition: 0.06s;
    font-size: 18px;
    font-weight: 300; }
  .content .cake-page .left:hover {
    color: #ffffff;
    background-color: #FF3366 !important;
    background: url("images/backgrounds/cake-page-left-w.png") no-repeat 45px; }
  .content .cake-page .right {
    background: url("images/backgrounds/cake-page-right.png") no-repeat 167px;
    float: right;
    color: #FF3366;
    padding: 7px 25px 7px 10px;
    border: 1px solid;
    width: 200px;
    text-align: center;
    transition: 0.06s;
    font-size: 18px;
    font-weight: 300; }
  .content .cake-page .right:hover {
    color: #ffffff;
    background-color: #FF3366 !important;
    background: url("images/backgrounds/cake-page-right-w.png") no-repeat 167px; }
  .content .cake-page .cake-page-single {
    width: 454px;
    margin: auto;
    border: 1px solid #4D2F27;
    margin-top: 52px; }
    .content .cake-page .cake-page-single img {
      width: 100%;
      outline: 1px solid #4D2F27; }
    .content .cake-page .cake-page-single p {
      color: #4D2F27;
      font-size: 22px;
      text-align: center;
      padding: 10px;
      font-weight: 300; }
      .content .cake-page .cake-page-single p span {
        font-weight: 600; }
  .content .cake-page .left-letter {
    margin-bottom: 30px;
    line-height: 27px;
    color: #606060;
    font-weight: 400; }
    .content .cake-page .left-letter span {
      margin-left: -13px; }
      
    .content .cake-page .left-letter h2 {
      margin-bottom: 27px !important; }
    .left-letter p,
    .custom-content p {
        margin-bottom: 27px;
    }
    .left-letter p:last-child,
    .custom-content p:last-child {
        margin-bottom: 0;
    }
    
    

.consultation {
  background: url("images/backgrounds/consultation.jpg") no-repeat center;
  background-size: cover;
  margin-top: 78px;
  min-width: 975px; }
  .consultation h3 {
    font-family: 'andantinoscript';
    color: #ffffff;
    padding-top: 60px;
    font-size: 60px;
    letter-spacing: 3px;
    font-weight: 100;}
  .consultation p {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0 65px 0;
    font-weight: 300; }
  .consultation form input {
    margin-bottom: 10px !important; }
  .consultation form input[type="text"] {
    cursor: pointer;
    font-size: 15px;
    color: #48332c;
    font-style: italic;
    height: 40px;
    font-weight: 300;
    padding-left: 15px;
    border: 1px solid #EBEBE3;
    width: 450px;
    margin: 5px;
    background: #EBEBE3;
    float: left;
    box-sizing: initial;
  }
  .consultation form input[type="text"]::-webkit-input-placeholder {
    color: #48332c; }
  .consultation form input[type="text"]::-moz-placeholder {
    color: #48332c; }
  .consultation form input[type="text"]::-ms-input-placeholder {
    color: #48332c; }
  .consultation form input[type="text"]:nth-child(2) {
    float: right; }
    .consultation input.form-control:nth-child(2){
    float: right; }
  .consultation form input[type="submit"] {
    background: #CC0033;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #ae0035;
    padding: 10px 143px 10px 143px;
    margin: 4px 4px 4px 5px;
    float: right; }
  .consultation .left-letter-rad {
    font-size: 15px;
    font-weight: 300;
    background: rgba(46, 0, 0, 0.5);
    line-height: 25px;
    margin-top: 60px;
    text-align: justify;
    padding: 0px 20px 20px 20px;
    color: #ffffff;
    display: -webkit-inline-box;
    margin-bottom: 65px; }
    .consultation .left-letter-rad span {
      font-family: 'andantinoscript';
      color: #dc3664;
      font-size: 63px;
      margin-left: -35px; }

.consultation-second {
  margin-top: 20px; }

#owl-demo {
  display: block;
  margin-top: 30px; }

.item {
  display: block;
  position: relative; }
  .item .item-single {
    margin-bottom: 60px; }
    .item .item-single .item-text img {
      width: 62px;
      height: 62px;
      float: left;
      padding-right: 15px; }
    .item .item-single .item-text span {
      color: #ae0035;
      font-size: 13px;
      font-weight: 400;
      padding: 12px 0 5px 0;
      display: block; }
    .item .item-single .item-text p {
      font-size: 17px;
      color: #5b3636; }
    .item .item-single .item-text .item-about {
      background: url("images/backgrounds/reviews.png") no-repeat center;
      padding: 35px;
      font-weight: 300;
      height: 130px;
      line-height: 22px;
      text-align: justify;
      font-size: 14px;
      margin-left: -18px;
      margin-top: 10px; }

.owl-item {
  width: 485px !important;
  height: 1650px !important;
  margin-right: 10px; }

.owl-controls {
  display: none !important; }

.customNavigation {
  width: 190px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 80px; }
  .customNavigation .prev {
    background: url("images/reviews/arrows/2.png") no-repeat center;
    width: 15px;
    height: 20px;
    display: block;
    cursor: pointer;
    float: left; }
  .customNavigation .prev:hover {
    background: url("images/reviews/arrows/22.png") no-repeat center; }
  .customNavigation .next {
    background: url("images/reviews/arrows/1.png") no-repeat center;
    width: 15px;
    height: 20px;
    display: block;
    cursor: pointer;
    float: right; }
  .customNavigation .next:hover {
    background: url("images/reviews/arrows/11.png") no-repeat center; }

.more {
  font-size: 19px;
  color: #dc3664;
  border: 1px solid;
  padding: 8px 23px 8px 23px;
  margin-left: 37px;
  font-weight: 300; }

.see-all {
  font-size: 19px;
  text-align: center;
  border: 1px solid;
  color: #FF3366;
  padding: 9px;
  display: block;
  width: 35%;
  margin: auto;
  font-weight: 300;
  transition: 0.06s;
  margin-bottom: 60px;
  margin-top: 25px; }

.see-all:hover {
  color: #ffffff;
  background: #FF3366; }

.see-all2 {
  width: 36%;
  margin: 20px 0 50px 346px; }

footer {
  background: url("images/backgrounds/footer.jpg") no-repeat center;
  background-size: cover;
  min-width: 975px; }
  footer .logo-white {
    background: url("images/logo-white.png") no-repeat 80px;
    height: 133px;
    width: 280px;
    margin: auto;
    display: table;
    padding: 50px 0 50px 0; }
    footer .logo-white p {
      text-transform: uppercase;
      color: #eaeae3;
      font-size: 10px;
      letter-spacing: 6px;
      display: table-cell;
      padding-top: 35px;
      vertical-align: middle; }
    footer .logo-white p:first-child {
      text-align: left; }
    footer .logo-white p:last-child {
      text-align: right; }
  footer .foot-menu {
    float: left;
    height: 220px;
    float: left;
    width: 25%; }
    footer .foot-menu li {
      list-style-type: none;
      padding-bottom: 20px; }
      footer .foot-menu li a {
        color: #cccccc;
        font-size: 13px; }
      footer .foot-menu li a:hover {
        color: #dc3664; }
  footer .foot-right {
    float: right;
    width: 240px; }
    footer .foot-right .contacts-bottom {
      margin-bottom: 10px; }
      footer .foot-right .contacts-bottom .mail {
        background: url("images/mail.png") no-repeat 1px 1px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
        text-decoration: underline;
        float: left;
        width: 100%;
        padding-left: 35px;
        margin-bottom: 15px; }
      footer .foot-right .contacts-bottom .phone {
        background: url("images/phone.png") no-repeat 3px;
        font-weight: 300;
        color: #ffffff;
        font-size: 21px;
        float: left;
        width: 100%;
        padding-left: 35px;
        margin-bottom: 15px; }
    footer .foot-right .social {
      margin-left: -8px; }
      footer .foot-right .social li {
        list-style-type: none;
        padding: 10px;
        float: left; }
        footer .foot-right .social li a {
          display: block; }
      footer .foot-right .social .instagram {
        background: url("images/social/1.png") no-repeat;
        width: 14px;
        height: 14px; }
      footer .foot-right .social .instagram:hover {
        background: url("images/social/11.png") no-repeat; }
      footer .foot-right .social .vkontakte {
        background: url("images/social/2.png") no-repeat;
        width: 18px;
        height: 11px;
        margin-top: 2px; }
      footer .foot-right .social .vkontakte:hover {
        background: url("images/social/22.png") no-repeat; }
      footer .foot-right .social .odnoklassniki {
        background: url("images/social/3.png") no-repeat;
        width: 9px;
        height: 16px; }
      footer .foot-right .social .odnoklassniki:hover {
        background: url("images/social/33.png") no-repeat; }
      footer .foot-right .social .facebook {
        background: url("images/social/4.png") no-repeat;
        width: 8px;
        height: 16px; }
      footer .foot-right .social .facebook:hover {
        background: url("images/social/44.png") no-repeat; }
    footer .foot-right .subscription {
      padding-top: 30px; }
      footer .foot-right .subscription p {
        color: #e4e4e4;
        font-size: 13px;
        padding-bottom: 20px; }
      footer .foot-right .subscription input[type="text"] {
        cursor: pointer;
        font-size: 15px;
        color: #48332c;
        font-weight: 300;
        font-style: italic;
        height: 32px;
        border: 1px solid #EBEBE3;
        padding-left: 10px;
        background: #EBEBE3;
        float: left;
        width: 65%; }
      footer .foot-right .subscription input[type="text"]::-webkit-input-placeholder {
        color: #48332c; }
      footer .foot-right .subscription input[type="text"]::-ms-input-placeholder {
        color: #48332c; }
      footer .foot-right .subscription input[type="text"]::-moz-placeholder {
        color: #48332c; }
      footer .foot-right .subscription input[type="submit"] {
        background: #CC0033;
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase;
        border: 1px solid #CC0033;
        padding: 5px 15px 6px 15px;
        margin-left: 10px;
        float: right;
        font-weight: 300; }
  footer .copyright {
    font-size: 13px;
    color: #dc3664;
    text-align: center;
    padding: 65px 0 50px 0; }

@media (max-width: 1109px) {
    .content .cake-catalog .cake-catalog-single a {
        background: transparent;
    font-size: 17px;
    color: transparent;
    position: absolute;
    font-weight: 400;
    display: block;
    cursor: pointer;
    z-index: 1;
    transition: 0.2s;
    margin: auto;
    right: 0;
    left: 0;
    top: -43px;
    bottom: 0;
    width: 85%;
    height: 80%;}
  .wrapper {
    width: 100%; }

  header .contacts-top {
    clear: both;
    min-width: 100%;
    padding: 10px 0 10px 0; }
    header .contacts-top .free {
      padding-right: 13px;
      margin-top: 8px; }
    header .contacts-top .mail {
      margin-top: 10px;
      margin-left: 15px; }
    header .contacts-top .social {
      margin-left: auto !important; }
    header .contacts-top .phone {
      margin-right: 10px; }
  header .menu {
    min-width: 10%; }
    header .menu ul {
      width: 800px;
      margin: auto; }
      header .menu ul li a {
        padding: 10px 45px 10px 0; }
  header .menu-grey {
    min-width: 10%; }
    header .menu-grey ul {
      width: 800px;
      margin: auto; }
      header .menu-grey ul li {
        padding: 7px 0 11px 0;
        display: table-cell;
        vertical-align: middle; }
        header .menu-grey ul li a {
          font-size: 9.2px; }

  .first-grid {
    margin-top: 55px !important;
    width: 508px;
    margin: auto; }
    .first-grid .left {
      width: 510px !important; }
    .first-grid .right {
      float: left !important;
      width: 233px !important; }
      .first-grid .right .grid {
        width: 232px !important;
        height: 247.5px !important; }
        .first-grid .right .grid img {
          width: 232px !important;
          height: 247.5px !important; }
    .first-grid .last-grid {
      width: 54.1%; }

  .second-grid {
    width: 454px !important;
    margin: auto !important;
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
    .second-grid .left {
      width: 100% !important; }
    .second-grid .left .grid:nth-child(2) {
      width: 229px !important; }
    .second-grid .left .grid:nth-child(3) {
      height: 227px !important; }
    .second-grid .right {
      width: 100% !important;
      float: left !important; }
      .second-grid .right .grid {
        width: 33.3% !important;
        height: 83px; }
        .second-grid .right .grid img {
          height: 83px !important; }

  .cake-wrap .cake-list {
    position: absolute;
    margin-left: 30px; }
  .cake-wrap .cakes {
    width: 100% !important; }
    .cake-wrap .cakes .cake img {
      width: 530px;
      right: 0;
      left: 0;
      padding-top: 180px !important;
      margin: auto !important; }
    .cake-wrap .cakes .cake .cake-button {
      margin-right: 30px; }

  .cake-catalog h2 {
    text-align: center;
    width: 600px;
    margin: auto !important;
    margin-top: 60px !important; }
  .cake-catalog .cake-catalog-single {
    margin: 15px !important; }
  .cake-catalog .cake-catalog-single:nth-child(2n+1) {
    margin-left: 100px !important; }
  .cake-catalog .cake-catalog-single:nth-child(2n) {
    float: right;
    margin-right: 100px !important; }

  .see-all2 {
    margin: auto !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .left-letter {
    margin: 60px 20px 0 20px !important; }

  .consultation {
    min-width: 100%; }
    .consultation h3 {
      letter-spacing: normal;
      text-align: center; }
    .consultation p {
      text-align: center; }
    .consultation form {
      width: 477px;
      margin: auto; }
      .consultation form input {
        float: left !important; }
    .consultation .left-letter-rad {
      margin: 20px; }

  .owl-item {
    width: 285px !important;
    height: 1450px !important;
    margin-right: 30px; }
    .owl-item .item .item-single img {
      width: 100%; }
    .owl-item .item .item-single .item-text .item-review img {
      width: 62px;
      height: 62px; }
    .owl-item .item .item-single .item-text .item-about {
      background: url("images/backgrounds/reviews-adaptive.png") no-repeat;
      width: 260px;
      height: 240px;
      padding: 10px;
      margin-left: 1px; }

  .owl-wrapper-outer {
    width: 600px !important;
    margin: auto !important; }

  footer {
    min-width: 100%; }
    footer .foot-right {
      margin: auto;
      padding-top: 50px;
      clear: both;
      float: none; }
    footer .foot-menu {
      margin-left: 13%;
      width: inherit; } }
@media (max-width: 830px) {
  header .menu ul {
    width: 100%; }
    header .menu ul li a {
      padding: 10px 5px 10px 5px; }
  header .menu-grey ul li {
    text-align: center; } }
@media (max-width: 800px) {
  .menu-call {
    display: block !important; }

  header .logo {
    background: url("images/logo-2.png") no-repeat 10px;
    width: 230px; }
    header .logo p {
      text-align: center !important;
      display: block;
      font-size: 20px; }
    header .logo p:first-child {
      padding: 1px 1px 195px 1px; }
    header .logo p:last-child {
      padding: 80px 1px 1px 1px; }
  header .menu {
    width: 250px;
    margin: auto;
    display: none; }
    header .menu ul li {
      display: block;
      width: 60%;
      margin: auto;
      text-align: center;
      border: 1px solid #E5E4DF;
      margin-top: 2px;
      margin-bottom: 2px; }
  header .menu-grey {
    width: 250px;
    margin: auto;
    margin-top: 30px;
    display: none; }
    header .menu-grey ul {
      width: 250px; }
      header .menu-grey ul li {
        display: block; }
        header .menu-grey ul li a {
          outline: 1px solid;
          color: #C0033f;
          font-size: 15px;
          width: 200px !important;
          display: block;
          margin: auto; }

  .contacts-top {
    margin-top: 30px;
    margin-bottom: 30px;
    display: table; }
    .contacts-top .social {
      width: 130px !important;
      margin: auto !important;
      float: none !important;
      margin-left: auto !important; }
    .contacts-top .mail {
      display: block;
      margin: auto !important;
      width: 142px;
      padding-left: 17px !important;
      text-align: center;
      float: none !important;
      background: url("images/mail.png") no-repeat 1px 38px !important; }
    .contacts-top .phone {
      display: block;
      margin: auto !important;
      width: 210px;
      float: none !important;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      margin-right: auto !important; }
    .contacts-top .free {
      display: block;
      margin: auto !important;
      width: 190px;
      float: none !important;
      background: url("images/mail.png") no-repeat 1px 38px !important;
      padding: 0px !important;
      clear: both; }

  .cake-wrap .cake-list {
    position: inherit;
    margin: auto !important;
    float: none !important; }
  .cake-wrap .cakes .cake img {
    width: 95%;
    padding-top: 10px !important;
    margin: auto !important;
    position: inherit !important;
    display: block; }
  .cake-wrap .cakes .cake .cake-button {
    width: 210px !important;
    display: block !important;
    margin: auto !important;
    float: none !important;
    margin-top: 20px !important; }

  .cake-wrap {
    height: auto !important; }

  .cake-catalog h2 {
    width: auto !important; }
  .cake-catalog .cake-catalog-single {
    float: none !important;
    margin: auto !important;
    margin-bottom: 40px !important; }
  .cake-catalog .cake-catalog-single:nth-child(2n) {
    float: none !important;
    margin-right: auto !important; }
  .cake-catalog .cake-catalog-single:nth-child(2n+1) {
    margin-left: auto !important; }

  footer .foot-menu {
    width: inherit;
    text-align: center;
    float: none !important;
    margin-left: auto !important;
    margin-top: 20px; } }
@media (max-width: 520px) {
  .consultation form {
    width: 100% !important; }
    .consultation form input {
      width: 92% !important; }
    .consultation form input[type="submit"] {
      padding: 0px !important;
      height: 43px;
      width: 98% !important; } }
@media (max-width: 550px) {
  body .wrapper .content .first-grid {
    margin-top: 55px !important;
    width: 100%;
    margin: auto; }
    body .wrapper .content .first-grid .left {
      width: 100% !important; }
    body .wrapper .content .first-grid .grid {
      width: 100% !important; }
    body .wrapper .content .first-grid .right {
      float: left !important;
      width: 100% !important; }
      body .wrapper .content .first-grid .right .grid {
        width: 100% !important;
        height: auto !important; }
        body .wrapper .content .first-grid .right .grid img {
          width: 100% !important;
          height: auto !important; }
    body .wrapper .content .first-grid .last-grid {
      width: 100%; }
  body .wrapper .content .second-grid {
    width: 100% !important;
    margin: auto !important;
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
    body .wrapper .content .second-grid .left {
      width: 100% !important; }
    body .wrapper .content .second-grid .left .grid:nth-child(2) {
      width: 100% !important; }
    body .wrapper .content .second-grid .grid {
      width: 100% !important; }
    body .wrapper .content .second-grid .left .grid:nth-child(3) {
      height: auto !important; }
    body .wrapper .content .second-grid .right {
      width: 100% !important;
      float: left !important; }
      body .wrapper .content .second-grid .right .grid {
        width: 100% !important;
        height: auto; }
        body .wrapper .content .second-grid .right .grid img {
          height: auto !important; }
  body .cake-catalog .cake-catalog-single {
    width: 95% !important;
    height: auto !important; }
    body .cake-catalog .cake-catalog-single p {
      padding-bottom: 9px; }
    body .cake-catalog .cake-catalog-single img {
      height: auto !important; } }
@media (max-width: 520px) {
  .content .cake-page .left {
    background: url("images/backgrounds/adaptive-cake-page-left.png") no-repeat;
    color: transparent;
    width: 64px;
    height: 64px;
    padding: 0px;
    margin-left: 40px; }
  .content .cake-page .left:hover {
    background: url("images/backgrounds/adaptive-cake-page-left.png") no-repeat;
    background-color: transparent !important;
    color: transparent; }
  .content .cake-page .right {
    background: url("images/backgrounds/adaptive-cake-page-right.png") no-repeat;
    color: transparent;
    width: 64px;
    height: 64px;
    padding: 0px;
    margin-right: 40px; }
  .content .cake-page .right:hover {
    background: url("images/backgrounds/adaptive-cake-page-right.png") no-repeat;
    background-color: transparent !important;
    color: transparent; }
  .content .cake-page .cake-page-single {
    width: 100%; }

  .content .breadcrumbs li {
    float: none;
    background: none;
    padding-right: 20px;
    padding-left: 5px;
    border: 1px solid #C0033F;
    margin: 4px;
    text-align: center;
    padding-bottom: 3px; }
    .content .breadcrumbs li a {
      text-decoration: none; }

  .owl-wrapper-outer {
    width: 290px !important; } }
.menu-call {
  width: 64px;
  height: 64px;
  background: url("images/backgrounds/menu.png") no-repeat center;
  background-color: #48332C;
  display: none;
  margin: auto;
  width: 200px;
  margin-bottom: 30px;
  cursor: pointer; }

body {
  overflow-x: hidden; }

/*# sourceMappingURL=style.css.map */

/*modal*/
#mask{ 
	position:fixed; /* important */
    top:0px; /* start from top */
    left:0px; /* start from left */
    height:100%; /* cover the whole page */
    width:100%;  /* cover the whole page */
    display:none; /* don't show it '*/          
    z-index: 1;
    /* styling bellow */
    background-color: black; 
}
    
.modal_window{
    position:absolute; /* important so we can position it on center later */
    display:none; /* don't show it */
    z-index: 1;
    /* styling bellow */
    color:white;
}
    
/* style a specific modal window  */
#order_cacke_window{
    /*padding:50px;*/
    border:1px solid gray;
    /*background: #246493;*/
    color:black;
    z-index: 2;
}

button.quickview-view {
    background: #CC0033;
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    display: none;
    cursor: pointer;
    z-index: 1;
    transition: 0.2s;
    margin: auto;
    right: 0;
    left: 0;
    top: -25px;
    bottom: 0;
    width: 140px;
    height: 40px;
    border: none;
}

.content .cake-catalog div:hover button {
    display: block;
    opacity: 1;
}

.mod-left{
	display: inline-block;
    margin-top: 15px;
}

.mod-left a {
    font-size: 20px;
    text-align: center;
    border: 1px solid;
    color: #fff;
    padding: 4px 12px;
    margin: auto;
    font-weight: 300;
    transition: 0.06s;
    margin-top: 15px;
    background:#FF3366;
}

.mod-left a:hover {
    color: #FF3366;
    background: #fff;
    border: 1px solid #FF3366;
}

.mod-right {
    float: right;
    font-size: 44px;
    font-family: 'andantinoscript';
}

.bootstrap-dialog.type-primary .modal-header{
	display:none;
}

.img-mod-c {
    text-align: center;
    margin-top: 10px;
}
.quickview-close{
	display:none;
}
a.see-all.see-all-mod {
    margin-bottom: 0;
    margin-top: 10px;
}

.quickview-prev{
    background: #fff;
    color: #FF3366;
    padding: 7px;
    border: 1px solid;
    text-align: center;
    transition: 0.06s;
    font-size: 18px;
    font-weight: 300;
    float: left;
}

.quickview-next{
    background: #fff;
    color: #FF3366;
    padding: 7px;
    border: 1px solid;
    text-align: center;
    transition: 0.06s;
    font-size: 18px;
    font-weight: 300;
}

.img-mod-c img{
	width:100%;
	/* border:1px solid #4D2F27; */
}

.close-mod{
	position: absolute;
    right: -14px;
    top: -14px;
    background: url(images/close.png) no-repeat;
    width: 32px;
    height: 32px;
    border: none;
}

.custom-content {
    padding-left: 5px;
    padding-right: 5px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

input.form-control {
    font-size: 15px;
    color: #48332c;
    font-style: italic;
    height: 40px;
    font-weight: 300;
    padding-left: 15px;
    border: 1px solid #EBEBE3;
    width: 100%;
    margin-bottom: 15px;
    background: #EBEBE3;
    box-sizing: border-box;
}

.btn-callback {
    background: #CC0033;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #ae0035;
    padding: 10px;
    width: 100%;
    margin: 4px 0;
    box-sizing: border-box;
}
.modal-title {
    text-align: center;
    font-size: 44px;
    font-family: 'andantinoscript';
    font-weight: normal;
}
.ajax_form .error,
input.form-control.error{
    color: #CC0033 !important;
    border-color: #CC0033 !important;
}

/* .af-message-error,
.jGrowl-closer{
    display:none !important;
} */

/* .af-message-error { background-color: brown !important; }
.af-message-info { background-color: red !important; }
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: #e43f44;
    border: 1px solid #e43f44 !important;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}

#jGrowl { 
    margin:0 auto;
    position:fixed;
    top:2px;
    right:2px;
    
}
.jGrowl { 
    top:1% !important;
    width:98% !important; 
    left:0 !important; 
} */
#jGrowl .jGrowl-notification {
    font-size: 120%;
    margin: 10px !important;
    padding: 9px;
    color:#000;
    background: none repeat 0 0 #e8e8e8 !important;
    box-shadow: 0 0 0 4px #CC0033 !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-align:center;
    min-height: 15px !important;
}
/* #jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 0px;
    color: #000 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color: #000 !important;
    font-size: 100%;
    line-height: 100%;
}
#jGrowl .jGrowl-closer {
    margin: 0 auto;
    font-size: 120%;
    line-height: 100%;
}
#jGrowl .office-message-success {
    background-color: #3386cb !important;
}
#jGrowl .ms2-message-success {
    background-color: #3386cb !important;
}
 */
span.icoplus {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: #eaeae3;
    opacity: 0.9;
}

.modal-backdrop
{
    opacity:0.8 !important;
}