/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../webfonts/ufonts.com_tw-cen-mt.ttf);
}
/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: myfont;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  font-weight: 600;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  /*font-size: 15px; */
}
i{
  color: #b21417 !important;
}
^
/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
/*--
    custom heading Start
--*/
.notice {
  background-color: #008C45;
  /* transition the background-color over 1s with a linear animation */
  transition: background-color 1s linear;
  color: white !important;
}
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}
.heading span {
  font-size: 45px;
  color: #b21417;
  font-weight: 600;
}
.heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}
.title span {
  color: #b21417;
}
.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}
/*--
    boostrap custom style
--*/
.navbar {
  min-height: 70px;
}
/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#map {
  width: 100%;
  height: 400px;
}
/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/
#header-area {
  position: relative;
  /*
  background-color: #fce6b5;
   */
  background-image: linear-gradient(#fff3c3,#fee8b7 75%);
}
#header-area div {
  height: 300px;
  overflow: hidden;
}
#header-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*
  background: url("../images/overlay-pattern.png") #000000;
   */
  opacity: 0.3;
}
#header-area img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}
nav h2 {
  font-size: 24px;
  color: #b21417;
  font-weight: 600;
}
nav .block {
  margin-top: -105px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.89);
}
nav .navbar-brand {;
  padding: 0px 0px;
}
nav div.navbar-brand.phone {
  padding-top: 25px;
}
nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}
nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}
nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}
nav .block .navbar-default .navbar-nav .navbar-right {
  margin-right: -55px !important;
}
nav .block .navbar-default .navbar-nav > li > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}
nav .block .navbar-default .navbar-nav > li > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}
nav .block .navbar-default .navbar-nav > li > a:hover:before {
  background-color: #b21417;
  content: "";
  width: 100%;
}
nav .block .navbar-default .navbar-nav > li.current > a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}
nav .block .navbar-default .navbar-nav > li.current > a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #b21417;
}
nav .block .navbar-default .navbar-nav > .active > a,
nav .block .navbar-default .navbar-nav > .active > a:focus,
nav .block .navbar-default .navbar-nav > .active > a:hover {
  background: none;
}
nav .block .navbar-default .navbar-nav > .active > a:before,
nav .block .navbar-default .navbar-nav > .active > a:focus:before,
nav .block .navbar-default .navbar-nav > .active > a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #b21417;
}
/*--
    navigation-sticky-wrapper Start
--*/
#navigation-sticky-wrapper {
  height: 15px;
  background-color: #FFF;
}
/*--
    contact-opening Start
--*/
#contact-opening {
  padding: 20px 0px;
  background: #F6F6F6;
}
#contact-opening .block {
  text-align: center;
}
#contact-opening .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
#contact-opening .block h3 span {
  color: #b21417;
}
#contact-opening .block .blog ul,
#contact-opening .block .info ul,
#contact-opening .block .gallary ul {
/*  padding-top: 20px; */
}
#contact-opening .block .blog ul li,
#contact-opening .block .info ul li,
#contact-opening .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#contact-opening .block .blog ul li h4,
#contact-opening .block .info ul li h4,
#contact-opening .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  /*
  color: #b21417;
   */
}
#contact-opening .block .blog ul li h4 i,
#contact-opening .block .info ul li h4 i,
#contact-opening .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#contact-opening .block .blog ul li h4 a,
#contact-opening .block .info ul li h4 a,
#contact-opening .block .gallary ul li h4 a {
  color: #b21417;
  font-size: 20px;
  font-weight: 600;
}
#contact-opening .block .blog ul li p,
#contact-opening .block .info ul li p,
#contact-opening .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}
#contact-opening .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#contact-opening .block .social-media-link h3 span {
  color: #b21417;
}
#contact-opening .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#contact-opening .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#contact-opening .block .social-media-link ul li a:hover {
  background: #b21417;
  color: #fff;
}

/*--
    slider Start
--*/
#slider {
  padding: 50px 0px;
}
#slider .block {
  padding: 0px 40px;
}
#slider .block .title {
  padding: 0px ;
}
#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}
#slider .block .owl-carousel .owl-pagination .active {
  background: #b21417;
}
#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}
/*--
    about-us Start
--*/
#about-us {
  padding: 0px 0px;
  background: #FFFFFF;
}

#about-us h2 {
  color: #b21417;
  padding: 0px 0px 20px 0px;
}

#about-us .block {
  text-align: center;
}
#about-us .block p {
  color: #959595;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px 20px 0px;
}
#about-us .notice .block p {
  color: white !important;
  font-size: 24px;
  font-weight: bold;
}
#about-us .notice i {
  color: #CD212A !important;
}
#about-us .block p svg {
  color: #b21417;
}
/*--
    antipasti Start
--*/
#antipasti {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/photo/antipasti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#antipasti::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#antipasti .block .heading {
  color: #fff;
}
#antipasti .block ul {
  padding-top: 40px;
}
#antipasti .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  text-align: center;
  color: #959595;
  transform: 1s;
  height: 200px;
}
#antipasti .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#antipasti .block ul li h3 {
  color: #323232;
/*  padding: 0px 40px 20px;*/
  line-height: 26px;
  position: relative;
}
#antipasti .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#antipasti .block ul li h4 {
  color: #b21417;
}
#antipasti .block ul li p {
  padding-top: 25px;
}
#antipasti .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#antipasti .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#antipasti .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#antipasti .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#antipasti .block ul li .content-right {
  padding: 40px 10px 20px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  background: rgba(255,255,255,0.9);
}
#antipasti .block ul li .content-right:after {
/*
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
 */
}
#antipasti .block ul li .content-left {
  padding: 40px 10px 20px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  /*
  z-index: 999;
   */
  background: rgba(255,255,255,0.9);
}
#antipasti .block ul li .content-left:after {
  /*
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
   */
}
#antipasti .block ul li .alternate {
  background-color: rgba(246,246,246,0.9);
}
#antipasti .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #b21417;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#antipasti .block .btn-more-info:hover {
  background: transparent;
  color: #b21417;
  border: 1px solid #b21417;
}
#antipasti .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
/*--
    pizza Start
--*/
#pizza {
  /*
  padding: 0px 0px;
  background: #F6F6F6;
  */
  padding-top: 75px;
  background: url("../images/photo/pizza.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#pizza::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  opacity: 0.9;
}
#pizza .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#pizza .block .pricing-list {
  padding-top: 0px;
}
#pizza .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#pizza .block .pricing-list ul li {
  padding: 21px 0px;
}
#pizza .block .pricing-list ul li .item .item-title {
  position: relative;
}
#pizza .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  /*background: #f6f6f6;*/
  margin-top: -2px;
}
#pizza .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#pizza .block .pricing-list ul li .item .item-title span {
  float: right;
  /*
  color: #938463;
   */
  color: #b21417;
}
#pizza .pizza-size {
  padding: 0 0 0 0;
  text-align: right;
  margin-top: -18px;
  width: 70px;
}
#pizza .block .pricing-list ul li .item p {
  padding: 0px 0 0px;
  color: #949494;
  /*float: left;*/
}
#pizza .block .pricing-list ul li .item .pizza-size p {
  padding: 0px 0 0px;
  color: #949494;
  /*float: left;*/
}
#pizza .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #b21417;
  border: 1px solid #b21417;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#pizza .block .pricing-list .btn:hover {
  background: #b21417;
  color: #fff;
}
/*--
    pasta Start
--*/
#pasta {
  /*padding: 70px 0px;
  background: #FFFFFF;*/
  padding-top: 75px;
  background: url("../images/photo/spaghetti.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#pasta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.9;
}
#pasta .title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px 0px 0px;
}
#pasta .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#pasta .block .pricing-list {
  padding-top: 0px;
}
#pasta .block .pricing-list .pasta-selection h3 {
  text-transform: uppercase;
}
#pasta .block .pricing-list .pasta-selection p {
  margin-top: 10px;
}
#pasta .block .pricing-list .pasta-selection span {
  color: #b21417;
}
#pasta .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#pasta .block .pricing-list ul li {
  padding: 21px 0px;
}
#pasta .block .pricing-list ul li .item .item-title {
  position: relative;
}
#pasta .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  /*background: #f6f6f6;*/
  margin-top: -2px;
}
#pasta .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#pasta .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #b21417;
  margin-top: 2px;
}
#pasta .pizza-size {
  padding: 5px 0 0 20px;
  text-align: right;
}
#pasta .block .pricing-list ul li .item p {
  padding: 0px 0 0px;
  color: #949494;
  /*float: left;*/
}
#pasta .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #b21417;
  border: 1px solid #b21417;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#pasta .block .pricing-list .btn:hover {
  background: #b21417;
  color: #fff;
}
/*--
    meat Start
--*/
#meat {
  background: url("../images/photo/saltimbocca.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 75px;
}
#meat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  opacity: 0.9;
}
#meat .title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px 0px 0px;
}
#meat .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#meat .block .pricing-list {
  padding-top: 0px;
}
#meat .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#meat .block .pricing-list ul li {
  padding: 21px 0px;
}
#meat .block .pricing-list ul li .item .item-title {
  position: relative;
}
#meat .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  /*background: #f6f6f6;*/
  margin-top: -2px;
}
#meat .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#meat .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #b21417;
  margin-top: 2px;
}
#meat .pizza-size {
  padding: 5px 0 0 20px;
  text-align: right;
}
#meat .block .pricing-list ul li .item p {
  padding: 0px 0 0px;
  color: #949494;
  /*float: left;*/
}
#meat .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #b21417;
  border: 1px solid #b21417;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#meat .block .pricing-list .btn:hover {
  background: #b21417;
  color: #fff;
}
/*--
    fish Start
--*/
#fish {
  /*padding: 70px 0px;*/
  padding-top: 75px;
  background: #FFFFFF;
}
#fish .title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px 0px 0px;
}
#fish .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#fish .block .pricing-list {
  padding-top: 0px;
}
#fish .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#fish .block .pricing-list ul li {
  padding: 21px 0px;
}
#fish .block .pricing-list ul li .item .item-title {
  position: relative;
}
#fish .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  /*background: #f6f6f6;*/
  margin-top: -2px;
}
#fish .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#fish .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #b21417;
  margin-top: 2px;
}
#fish .pizza-size {
  padding: 5px 0 0 20px;
  text-align: right;
}
#fish .block .pricing-list ul li .item p {
  padding: 0px 0 0px;
  color: #949494;
  /*float: left;*/
}
#fish .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #b21417;
  border: 1px solid #b21417;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#fish .block .pricing-list .btn:hover {
  background: #b21417;
  color: #fff;
}
/*--
    salads Start
--*/
#salads {
  /*padding: 70px 0px;*/
  padding-top: 75px;
  background: #f6f6f6;
}
#salads .title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px 0px 0px;
}
#salads .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#salads .block .pricing-list {
  padding-top: 0px;
}
#salads .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#salads .block .pricing-list ul li {
  padding: 21px 0px;
}
#salads .block .pricing-list ul li .item .item-title {
  position: relative;
}
#salads .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  /*background: #f6f6f6;*/
  margin-top: -2px;
}
#salads .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#salads .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #b21417;
  margin-top: 2px;
}
#salads .pizza-size {
  padding: 5px 0 0 20px;
  text-align: right;
}
#salads .block .pricing-list ul li .item p {
  padding: 0px 0 0px;
  color: #949494;
  /*float: left;*/
}
#salads .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #b21417;
  border: 1px solid #b21417;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#salads .block .pricing-list .btn:hover {
  background: #b21417;
  color: #fff;
}
/*--
    dessert Start
--*/
#dessert {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/photo/cake.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#dessert:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#dessert .block .heading {
  color: #fff;
}
#dessert .block ul {
  padding-top: 40px;
}
#dessert .block ul li {
  overflow: hidden;
  width: 33%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}
#dessert .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}
#dessert .block ul li h3 {
  color: #323232;
  /*  padding: 0px 40px 20px;*/
  line-height: 26px;
  position: relative;
}
#dessert .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}
#dessert .block ul li h4 {
  color: #b21417;
}
#dessert .block ul li p {
  padding-top: 25px;
}
#dessert .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}
#dessert .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#dessert .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}
#dessert .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}
#dessert .block ul li .content-right {
  padding: 40px 0px 10px 0px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 100%;
  height: 100%;
  position: relative;
}
#dessert .block ul li .content-right:after {
  /*
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
   */
}
#dessert .block ul li .content-left {
  padding: 40px 0px 10px 0px;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
#dessert .block ul li .content-left:after {
  /*
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
   */
}
#dessert .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #b21417;
  color: #fff;
  border: 1px solid transparent ;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#dessert .block .btn-more-info:hover {
  background: transparent;
  color: #b21417;
  border: 1px solid #b21417;
}
#dessert .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}
#dessert .block ul li .alternate {
  background-color: rgba(246,246,246,0.9);
}
/*--
    drinks Start
--*/
#drinks {
  /*padding: 70px 0px;*/
  padding-top: 75px;
  background: #f6f6f6;
}
#drinks .block > p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}
#drinks .block .pricing-list {
  padding-top: 0px;
}
#drinks .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}
#drinks .block .pricing-list ul li {
  padding: 21px 0px;
}
#drinks .block .pricing-list ul li .item .item-title {
  position: relative;
}
#drinks .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  margin-top: -2px;
}
#drinks .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}
#drinks .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}
#drinks .block .pricing-list ul li .item p {
  padding: 0px 0 0px;
  color: #949494;
  float: right;
}
#drinks .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #b21417;
  border: 1px solid #b21417;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#drinks .block .pricing-list .btn:hover {
  background: #b21417;
  color: #fff;
}
/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}
#subscribe .block h1.heading {
  color: #fff;
}
#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 18px;
}
#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}
#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}
#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}
/*--
    imprint Start
--*/
#imprint {
  /*padding: 70px 0px;*/
  padding-top: 75px;
}
#imprint .block .title {
  padding: 20px 0 0 0;
}
/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}
#footer .block {
  text-align: center;
}
#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}
#footer .block h3 span {
  color: #b21417;
}
#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}
#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}
#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  /*
  color: #b21417;
   */
}
#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}
#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #b21417;
  font-size: 20px;
  font-weight: 600;
}
#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}
#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}
#footer .block .social-media-link h3 span {
  color: #b21417;
}
#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#footer .block .social-media-link ul li a:hover {
  background: #b21417;
  color: #fff;
}
/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}
#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
#footer-bottom p a {
  color: #b21417;
}
