/*
===============================================
Table Of Content
===============================================

1. Header Section CSS
	1.1 Header Custom Title Background
2. Shop Product
	2.1 Product Details
	2.2 Chart Page
3. Banner Section CSS
4. About Cake Section CSS
5. Gallery Section CSS
6. Product Cake Section CSS
7. News Cake Section CSS
8. Option Section CSS
9. Pricing Cake Section CSS
10. About Cake Section CSS
11. Pagination Section CSS
12. Terms of Use and Privacy Section CSS
13. 404 Section CSS
14. Footer Section CSS

-------------------------------------------- */
/*
===============================================
1. Header Section CSS
===============================================
*/
.normal-heading {
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
.mar-top-10 {
  margin-top: 10px;
}
.mar-top-20 {
  margin-top: 20px;
}
.mar-top-30 {
  margin-top: 30px;
}
.mar-top-180 {
  margin-top: 180px;
}
.mar-right-10 {
  margin-right: 10px;
}
.mar-left-10 {
  margin-left: 10px;
}
.mar-btm-0 {
  margin-bottom: 0;
}
.mar-btm-10 {
  margin-bottom: 10px;
}
.mar-btm-20 {
  margin-bottom: 20px;
}
.no-pad-right {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .no-pad-right {
    padding-right: 0;
  }
}
.no-pad-left {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .no-pad-left {
    padding-left: 0;
  }
}
.pad-top-150 {
  padding-top: 150px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-btm-10 {
  padding-bottom: 10px;
}
.pad-btm-20 {
  padding-bottom: 20px;
}
.img-cake-center {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .img-cake-center-res {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .img-full-sm {
    width: auto;
  }
}
@media (min-width: 768px) {
  .img-full-sm {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .img-full-sm {
    width: auto;
  }
}
.lpurple {
  color: #e6c9ff;
}
.purple-color {
  color: #a593c2;
}
.dpurple-color {
  color: #9a70bf;
}
.green-color {
  color: #23cfa7;
}
.orange-color {
  color: #ffbb63;
}
.blue-color {
  color: #59d4f0;
}
.pink-color {
  color: #fba1a1;
}
.grey-color {
  color: #a1a2a6;
}
.btn:focus {
  outline: 0;
  color: #ffffff;
}
.btn-inline {
  display: inline-block;
}
.btn-pink-cake {
  background-color: #fba1a1;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-pink-cake:hover {
  color: #ffffff;
  background-color: #f97070;
}
.btn-grey-cake {
  background-color: #a1a2a6;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-grey-cake:hover {
  color: #ffffff;
  background-color: #87888d;
}
.btn-blue-cake {
  background-color: #59d4f0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-blue-cake:hover {
  color: #ffffff;
  background-color: #2ac8ec;
}
.btn-orange-cake {
  background-color: #ffbb63;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-orange-cake:hover {
  color: #ffffff;
  background-color: #ffa530;
}
.form-control-custom {
  color: #a1a2a6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.form-control-custom:focus {
  border: solid 1px #fba1a1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.top-highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(194, 188, 147, 0.7);
  z-index: 3;
}
/*
===============================================
1.1 Header Section CSS
===============================================
*/
.header-wrapper .wrap-header {
  /*background: url('../../images/background-cake.png') repeat;*/
  height: 100%;
}
.header-wrapper .wrap-header.purple-top-dot {
  background: url('../../images/dot-purple-1.png') repeat;
  height: 250px;
}
.header-wrapper .wrap-header.blue-top-dot {
  background: url('../../images/dot-blue-1.png') repeat;
  height: 250px;
}
.header-wrapper .wrap-header.green-top-dot {
  background: url('../../images/dot-green-1.png') repeat;
  height: 250px;
}
.header-wrapper .wrap-header.orange-top-dot {
  background: url('../../images/dot-orange-1.png') repeat;
  height: 250px;
}
.header-wrapper .chart-cake {
  padding: 40px 0;
  border-bottom: dashed 1px #a1a2a6;
  background-color: #f4f3ef;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header-wrapper .chart-cake:hover {
  background-color: #eceae3;
}
.header-wrapper .chart-cake:nth-child(2n) {
  background-color: #f0eee9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header-wrapper .chart-cake:nth-child(2n):hover {
  background-color: #eceae3;
}
.header-wrapper .chart-cake:last-child {
  border-bottom: none;
}
.header-wrapper .chart-cake img {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.header-wrapper .chart-cake .tittle-chart-cake {
  border-bottom: dashed 1px #a1a2a6;
}
.header-wrapper .chart-cake .tittle-chart-cake h1 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
.header-wrapper .chart-cake .tittle-chart-cake h1 span {
  font-size: 30px;
  font-family: 'latoregular';
  text-transform: capitalize;
  letter-spacing: 0px;
}
.header-wrapper .chart-cake .star {
  padding: 15px 0 15px 0;
}
.header-wrapper .chart-cake .star li {
  display: inline-block;
}
.header-wrapper .chart-cake .star li span {
  margin-left: 10px;
  vertical-align: top;
  font-size: 18px;
}
.header-wrapper .chart-cake .star li .icon-star-active {
  width: 16px;
  height: 16px;
  background: url('../../images/star.png') repeat;
  display: inline-block;
}
.header-wrapper .chart-cake .star li .icon-star-disable {
  width: 16px;
  height: 16px;
  background: url('../../images/star.png') repeat;
  background-position: 16px 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header-wrapper .chart-cake .star li .icon-star-disable:hover {
  cursor: pointer;
  background-position: 16px 0px;
}
.header-wrapper .chart-cake .star li .icon-star-disable:active {
  background-position: 16px 16px;
}
.header-wrapper .blog-cake {
  padding: 15px;
}
.header-wrapper .blog-cake .overflow-xs {
  overflow: hidden;
}
.header-wrapper .blog-cake .wrap-blog-content {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.header-wrapper .blog-cake .wrap-blog-content .left-date-blog {
  width: 100%;
  height: 80px;
  background-color: #59d4f0;
  padding: 10px;
  text-align: center;
  color: white;
  float: left;
}
@media (min-width: 768px) {
  .header-wrapper .blog-cake .wrap-blog-content .left-date-blog {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .header-wrapper .blog-cake .wrap-blog-content .left-date-blog {
    width: 100px;
    height: 100px;
  }
}
.header-wrapper .blog-cake .wrap-blog-content .left-date-blog h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.header-wrapper .blog-cake .wrap-blog-content .left-date-blog p {
  line-height: 7px;
  text-transform: uppercase;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog {
    width: 650px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog {
    width: 516px;
  }
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom {
  padding: 15px;
  background-color: white;
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom h4 {
  color: #59d4f0;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 25px;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom h4 span {
  font-family: 'latoregular';
  text-transform: capitalize;
  font-size: 18px;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom .right-read {
  height: 90px;
  display: table;
  margin: 0 auto;
}
.header-wrapper .blog-cake .wrap-blog-content .right-hand-content-blog .content-blog-bottom .right-read span {
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper .blog-cake .form-list-box {
  margin-bottom: 20px;
  overflow: hidden;
}
.header-wrapper .blog-cake .form-list-box .content-tags {
  overflow: hidden;
}
@media (max-width: 768px) {
  .header-wrapper .blog-cake .form-list-box .content-tags {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.header-wrapper .blog-cake .form-list-box .content-tags a {
  padding: 10px;
  background-color: #59d4f0;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 10px;
  margin-bottom: 10px;
}
.header-wrapper .blog-cake .form-list-box .content-tags a:hover {
  text-decoration: none;
  background-color: #2ac8ec;
}
.header-wrapper .blog-cake .form-list-box h3 {
  font-size: 25px;
  font-family: 'montserratbold';
  text-transform: uppercase;
  color: #59d4f0;
  letter-spacing: 1px;
}
.header-wrapper .blog-cake .form-list-box p,
.header-wrapper .blog-cake .form-list-box ul {
  font-size: 18px;
}
.header-wrapper .blog-cake .form-list-box ul {
  float: left;
  width: 100%;
}
.header-wrapper .blog-cake .form-list-box ul li {
  padding: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px #a1a2a6 dashed;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  vertical-align: top;
}
.header-wrapper .blog-cake .form-list-box ul li:hover {
  background-color: #eceae3;
}
.header-wrapper .show-content-blog {
  display: none;
}
.header-wrapper .top-absolute {
  position: absolute;
  width: 100%;
  z-index: 3;
}
.header-wrapper .navbar-cake {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.header-wrapper .navbar-cake img {
  margin: 0 auto;
}
.header-wrapper .toggle-cake {
  background-color: #ff9966;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 2;
}
.header-wrapper .toggle-cake:hover {
  background-color: #fcb795;
}
.header-wrapper .toggle-cake .icon-bar {
  background-color: #ffffff;
}
.header-wrapper .mega-menu {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .header-wrapper .mega-menu {
    margin-top: 20px;
  }
}
.header-wrapper .mega-menu .tittle-mega {
  text-align: center;
  color: #6d230c;
  border-top: dashed 1px #a1a2a6;
  border-bottom: dashed 1px #a1a2a6;
}
.header-wrapper .mega-menu .list-mega {
  padding: 10px;
}
.header-wrapper .mega-menu .list-mega li {
  padding: 7px;
  border-bottom: dotted 1px #a1a2a6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.header-wrapper .mega-menu .list-mega li.bottom-red-border {
  border-bottom: 2px solid #ff9966;
}
.header-wrapper .mega-menu .list-mega li a {
  display: block;
  text-decoration: none;
  color: #6d230c;
  font-family: 'bello';
  font-size: 20px;
  text-align: center;
}
.header-wrapper .mega-menu .list-mega li:first-child {
  background-color: #f4f3ef;
  cursor: inherit;
}
.header-wrapper .mega-menu .list-mega li:first-child:hover {
  background-color: #f4f3ef;
}
.header-wrapper .mega-menu .list-mega li:hover {
  background-color: #eae8e0;
}
.header-wrapper .tittle-sub-top {
  color: #f4f3ef;
  font-size: 25px;
}
.header-wrapper .tittle-sub-top h1 {
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .header-wrapper .tittle-sub-top h1 {
    font-size: 45px;
  }
}
.header-wrapper .tittle-sub-top h2 {
  display: inline-block;
}
.header-wrapper .top-header {
  background-color: #f4f3ef;
  height: 150px;
}
.header-wrapper .top-header .social-nav {
  background-color: #ff9966;
  color:#ffffff;
  height: 50px;
  text-align: center;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;

}
.header-wrapper .top-header .social-nav .slogan{
display: block;
margin: 0 auto;
text-align: center;
margin-top: 10px;
font-family: 'Open Sans', sans-serif;
}
.header-wrapper .top-header.show-mega {
  height: auto;
}
.header-wrapper .top-header .header-nav {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  height: 50% !important;
}
.header-wrapper .top-header .header-nav li {
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  color: #a1a2a6;
  font-family: 'bello';
  font-size: 27px;
  padding-right: 20px;
  /* padding-left: 25px; */
  padding-top: 10px;
  letter-spacing: 0px;
}
.header-wrapper .top-header .header-nav li a {
  color: #6d230c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.header-wrapper .top-header .header-nav li a:hover {
  color: #ff9966;
}
.triangle {
  background: url('../../images/arrow.png') repeat-x;
  -webkit-animation: arrows 1s infinite;
  animation: arrows 1s infinite;
}
.triangle-no-animate {
  background: url('../../images/arrow.png') repeat-x;
}

@media (max-width: 1200px) {
	
  .main-logo{
    max-width:90px !important

  }
  .header-wrapper .top-header {
        height: 130px;
  }
  .header-wrapper .top-header .header-nav li {
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    color: #a1a2a6;
    font-family: 'bello';
    font-size: 22px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    letter-spacing: 0px;
  }
}
@media (max-width: 768px) {
  .main-logo{
    max-width:70px !important

  }
  .header-wrapper .top-header {
        height: 100px;
  }
  .header-wrapper .top-header .header-nav li {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    letter-spacing: 0px;
  }
}

/* Standard syntax */
@keyframes arrows {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrows {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
.triangle-top {
  background: url('../../images/arrow-top.png') repeat-x;
  -webkit-animation: arrowstop 1s infinite;
  animation: arrowstop 1s infinite;
  height: 15px;
}
.triangle-top-no-animate {
  background: url('../../images/arrow-top.png') repeat-x;
  height: 15px;
}
/* Standard syntax */
@keyframes arrowstop {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes arrowstop {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
/*
===============================================
2. Shop Product
===============================================
*/
.more-cake {
  background-color: #23cfa7;
  color: #ffffff;
  padding: 50px 0;
}
.more-cake p {
  font-size: 20px;
}
.more-cake .more-product {
  width: 100%;
  background-color: pink;
}
.more-cake .more-product img {
  border: 5px #ffffff solid;
}
.more-cake .detail-product {
  background-color: #ffffff;
  color: #a1a2a6;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
}
.more-cake .detail-product h1 {
  font-size: 40px;
}
/*
===============================================
2.1 Product Details
===============================================
*/
.shop-back {
  margin-bottom: 10px;
}
.shop-back a,
.shop-back a:hover {
  color: #a1a2a6;
}
/*
===============================================
2.2 Chart Page
===============================================
*/
.chart-cake tr {
  background-color: #fcfcfc;
}
.chart-cake tr:first-child {
  background-color: #ffffff;
}
.chart-description {
  max-width: 200px;
  border-bottom: dashed 1px #a1a2a6;
}
.chart-center {
  vertical-align: middle !important;
  text-align: center;
}
.top-cake-table {
  background-color: #ffffff;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}
.top-cake-table .top-cake-no,
.top-cake-table .top-cake-product,
.top-cake-table .top-cake-img,
.top-cake-table .top-cake-desription,
.top-cake-table .top-cake-button {
  padding: 10px;
  border-bottom: solid 1px #ddd;
}
/*
===============================================
3. Banner Section CSS
===============================================
*/
.tittle-cake {
  color: #ffffff;
}
.tittle-cake h1 {
  letter-spacing: 7px;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: -1px 3px 0px #f57f7f;
}
.tittle-cake h2 {
  font-family: 'bello';
  position: relative;
  font-size: 47px;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .tittle-cake h2:before,
  .tittle-cake h2:after {
    /*  content: ''; */
    position: absolute;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    top: 20px;
    border-radius: 50px;
  }
}
.tittle-cake h2:before {
  left: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tittle-cake h2:before {
    left: 355px;
  }
}
.tittle-cake h2:after {
  right: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tittle-cake h2:after {
    left: 575px;
  }
}
.product-tittle h2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-tittle h2:before,
  .product-tittle h2:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    top: 20px;
    border-radius: 50px;
  }
}
.product-tittle h2:before {
  left: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tittle h2:before {
    left: 375px;
  }
}
.product-tittle h2:after {
  right: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-tittle h2:after {
    left: 550px;
  }
}
.center img {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.img-relative {
  position: relative;
}
.price-cake {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #fc7d7d;
  color: white;
  top: 20px;
  right: 20px;
  border-radius: 50px;
}
.price-cake p {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 38px;
  font-family: 'latoregular';
}
.green-table {
  background-color: #ff9966;
  border-bottom: 10px solid #fcb795;
  max-height: 124px;
}
 .green-background {
  position: absolute;
  height: 124px;
  z-index: -1;
  width: 100%;
}
.green-table.mar-to-top {
  margin-top: 0px;
  height: 100px;
}
.green-arrow {
  height: 10px;
  background: url('../../images/arrow-green.png') repeat;
}
.purple-arrow {
  height: 10px;
  background: url('../../images/arrow-purple.png') repeat;
}
.blue-arrow {
  height: 10px;
  background: url('../../images/arrow-blues.png') repeat;
}
.orange-arrow {
  height: 10px;
  background: url('../../images/arrow-oranges.png') repeat;
}
.slider-cake {
  cursor: pointer;
}
@media (max-width: 768px) {
  .slider-cake img {
    width: 100%;
  }
}
/*
===============================================
4. About Cake Section CSS
===============================================
*/
.about-cake {
  background-color: #a593c2;
}
.about-content,
.product-tittle {
  padding: 20px 0;
  text-align: center;
  color: white;
}
.about-content p {
  font-size: 18px;
  margin-top: 20px;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
===============================================
5. Gallery Section CSS
===============================================
*/
.gallery {
  padding-top: 20px;
  padding-bottom: 100px;
}
.gallery .filter {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.gallery .filter a {
  color: #ffffff;
}
.gallery .filter a.current .filterbutton {
  background-color: #1ca384;
}
.gallery .filter a .filterbutton {
  background-color: #23cfa7;
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery .filter a .filterbutton:hover {
  background-color: #1ca384;
}
.gallery-cake a {
  width: 100%;
  height: 100%;
  display: block;
}
.gal-relative {
  position: relative;
  display: block;
}
.gal-relative .gal-absolute {
  position: absolute;
  background-color: #23cfa7;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gal-relative .gal-absolute:hover {
  opacity: 0.5;
}
/*
===============================================
6. Product Cake Section CSS
===============================================
*/
.product-tittle h2 {
  color: #a593c2;
  margin-bottom: 40px;
}
.product-tittle h2:before,
.product-tittle h2:after {
  background-color: #a593c2;
}
.wrap-product {
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:100px 0 0 0;
}
.wrap-product .top-product {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  height: 200px;
  padding: 20px;
}
.wrap-product .top-product.blue-cake {
  background: url('../../images/cake-blue.png') no-repeat right;
}

.wrap-product .top-product.blue-cake h1,
.wrap-product .top-product.blue-cake p,
.wrap-product .top-product.blue-cake span {
  color: #59d4f0;
}
@media (min-width: 768px) {
  .wrap-product .top-product.blue-cake h1,
  .wrap-product .top-product.blue-cake p,
  .wrap-product .top-product.blue-cake span {
    background-color: white;
  }
}
@media (min-width: 992px) {
  .wrap-product .top-product.blue-cake h1,
  .wrap-product .top-product.blue-cake p,
  .wrap-product .top-product.blue-cake span {
    background-color: transparent;
  }
}
.wrap-product .top-product.red-cake {
  background: url('../../images/cake-red.png') no-repeat right;
}
.wrap-product .top-product.red-cake h1,
.wrap-product .top-product.red-cake p,
.wrap-product .top-product.red-cake span {
  color: #fba1a1;
}
@media (min-width: 768px) {
  .wrap-product .top-product.red-cake h1,
  .wrap-product .top-product.red-cake p,
  .wrap-product .top-product.red-cake span {
    background-color: white;
  }
}
@media (min-width: 992px) {
  .wrap-product .top-product.red-cake h1,
  .wrap-product .top-product.red-cake p,
  .wrap-product .top-product.red-cake span {
    background-color: transparent;
  }
}
.wrap-product .top-product.orange-cake {
  background: url('../../images/cake-orange.png') no-repeat right;
}
.wrap-product .top-product.orange-cake h1,
.wrap-product .top-product.orange-cake p,
.wrap-product .top-product.orange-cake span {
  color: #ffbb63;
}
@media (min-width: 768px) {
  .wrap-product .top-product.orange-cake h1,
  .wrap-product .top-product.orange-cake p,
  .wrap-product .top-product.orange-cake span {
    background-color: white;
  }
}
@media (min-width: 992px) {
  .wrap-product .top-product.orange-cake h1,
  .wrap-product .top-product.orange-cake p,
  .wrap-product .top-product.orange-cake span {
    background-color: transparent;
  }
}
.wrap-product .top-product h1 {
  letter-spacing: 2px;
}
.wrap-product .top-product p {
  font-family: 'montserratbold';
  font-size: 24px;
}
.wrap-product .top-product span {
  font-size: 18px;
}
.wrap-product .bottom-product {
  position: relative;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
  /* Chrome, Safari, Opera */
  /* Standard syntax */
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wrap-product .bottom-product .wrap-bottom-cake {
  padding: 20px;
}
.wrap-product .bottom-product .bottom-product-abs {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  -webkit-animation: dotblue 0.5s infinite;
  animation: dotblue 0.5s infinite;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.wrap-product .bottom-product .bottom-product-abs.blue-dot {
  background: url('../../images/dot-blue.png') repeat;
}
.wrap-product .bottom-product .bottom-product-abs.pink-dot {
  background: url('../../images/dot-pink.png') repeat;
}
.wrap-product .bottom-product .bottom-product-abs.orange-dot {
  background: url('../../images/dot-orange.png') repeat;
}
.wrap-product .bottom-product .bottom-product-abs:hover {
  opacity: 1;
  cursor: pointer;
}
@-webkit-keyframes dotblue {
  from {
    background-position: 32px 0px  ;
  }
  to {
    background-position: 0px 0px ;
  }
}
@keyframes dotblue {
  from {
    background-position: 32px 0px  ;
  }
  ro {
    background-position: 0px 0px ;
  }
}
.wrap-product .bottom-product .button-cake {
  display: table;
  width: 100%;
  height: 100%;
}
.wrap-product .bottom-product .button-cake .blue-button-cake {
  display: table-cell;
  vertical-align: middle;
}
.wrap-product .bottom-product.bottom-blue {
  background-color: #0099bb;
}
.wrap-product .bottom-product.bottom-red {
  background-color: #fba1a1;
}
.wrap-product .bottom-product.bottom-orange {
  background-color: #ffbb63;
}
.wrap-product .bottom-product p {
  font-size: 16px;
  margin-bottom: 20px;
}
.wrap-product .bottom-product .blue-line,
.wrap-product .bottom-product .red-line,
.wrap-product .bottom-product .orange-line {
  height: 5px;
  max-width: 100px;
  margin: 0 auto;
}
.wrap-product .bottom-product .blue-line {
  background-color: #59d4f0;
}
.wrap-product .bottom-product .red-line {
  background-color: #f8d4d3;
}
.wrap-product .bottom-product .orange-line {
  background-color: #ffcb88;
}
.product-content {
  padding-bottom: 100px;
}
.product-content p.text-content {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #a1a2a6;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
===============================================
7. News Cake Section CSS
===============================================
*/
.narrow-it {
  max-width: 78%;
  margin: auto;
}
.news-cake {
  /*background-color: #a593c2;*/
  background: url('../../images/hikayemiz_bg.jpg') center no-repeat;
  padding-bottom: 40px;
}
.news-shadow{
  background: rgba(25, 25, 25, .5);
  border-radius:30px;
  margin: 20px auto;
  min-height: 450px;
  /*width: 70%;
  z-index: -50;*/
}
.discount-cake {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
}
.left-news,
.right-news {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .left-news,
  .right-news {
    width: 50%;
  }
}
.left-news {
  width: 100%;
  height: 300px;
  background-size: cover;
  padding: 20px;
  color: #ffffff;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .left-news {
    width: 100%;
    height: 358px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .left-news {
    width: 50%;
    min-height: 450px;
    margin-bottom: 20px;
  }
}
.left-news h1 {
  font-size: 50px;
  line-height: 40px;
  border-bottom: 5px solid white;
}
.left-news h1 span {
  font-size: 30px;
}
.right-news {
  height: 285px;
}
@media (min-width: 768px) {
  .right-news {
    height: 179px;
    width: 100%;
  }
  .left-news-logo {
    position: absolute;
    top: 30%;
    max-width: 100%;
}
}
@media (min-width: 992px) {
  .right-news {
    height: 285px;
    width: 100%;
  }
}
.text-table {
  /*background-color: #ffffff;*/
  position: relative;
  cursor: pointer;
  /* Standard syntax */
  /* Chrome, Safari, Opera */
  /* Chrome, Safari, Opera */
  /* Standard syntax */
}
.text-table p a {
  color: #a593c2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.text-table p a:hover {
  color: pink;
}
.text-table p .discount,
.text-table p .percent {
  font-family: 'montserratbold';
}
.text-table p .discount {
  font-size: 100px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .text-table p .discount {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .text-table p .discount {
    font-size: 100px;
  }
}
.text-table p .percent {
  font-size: 40px;
}
.text-table p .sale {
  font-size: 20px;
  line-height: 0;
}
.text-table p:hover {
  color: pink;
}
.text-table .wizz-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: wizz 0.5s infinite;
  animation: wizz 0.5s infinite;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.text-table .wizz-effect:hover {
  opacity: 1;
  cursor: pointer;
}
.text-table .wizz-effect.wizz-green {
  background: url('../../images/arrow-lgreen.png') repeat;
}
.text-table .wizz-effect.wizz-green .wrap-info {
  background-color: #23cfa7;
}
.text-table .wizz-effect.wizz-orange {
  background: url('../../images/arrow-orange.png') repeat;
}
.text-table .wizz-effect.wizz-orange .wrap-info {
  background-color: #ffbb63;
}
.text-table .wizz-effect.wizz-pink {
  background: url('../../images/arrow-pink.png') repeat;
}
.text-table .wizz-effect.wizz-pink .wrap-info {
  background-color: #fba1a1;
}
.text-table .wrap-info {
  padding: 20px;
  font-family: 'montserratbold';
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2px;
}
@keyframes wizz {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
@-webkit-keyframes wizz {
  from {
    background-position: 0px 0px  ;
  }
  to {
    background-position: 32px 0px ;
  }
}
.text-table.dot-background {
  width: 100%;
  background: url('../../images/dot-purple.png') repeat;
}
@-webkit-keyframes dotpurple {
  from {
    background-position: 0px 32px  ;
  }
  to {
    background-position: 0px 0px ;
  }
}
@keyframes dotpurple {
  from {
    background-position: 0px 32px  ;
  }
  ro {
    background-position: 0px 0px ;
  }
}
.top-news-right {
  float: left;
}
.top-news-right .left-news-right,
.top-news-right .right-news-right {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .top-news-right .left-news-right,
  .top-news-right .right-news-right {
    width: 50%;
    height: 179px;
  }
}
@media (min-width: 992px) {
  .top-news-right .left-news-right,
  .top-news-right .right-news-right {
    height: 285px;
  }
}
.bottom-new-right {
  float: left;
  background-color: #f4f3ef;
  width: 100%;
}
@media (min-width: 768px) {
  .bottom-new-right {
    height: 179px;
  }
}
@media (min-width: 992px) {
  .bottom-new-right {
    height: 285px;
  }
}
.quote {
  position: relative;
  height: 100%;
  padding: 40px;
  color: #a593c2;
  margin-bottom: 0;
}
.quote .slick-next,
.quote .slick-prev {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: inherit;
  bottom: 0;
  position: absolute;
}
.quote .slick-next {
  right: 0;
}
.quote .slick-prev {
  right: 50px;
  left: inherit;
}
.quote span,
.quote p {
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 992px) {
  .quote span,
  .quote p {
    font-size: 25px;
  }
}
.quote .bold-font-lg {
  font-family: 'montserratbold';
  font-size: 22px;
}
@media (min-width: 992px) {
  .quote .bold-font-lg {
    font-size: 30px;
  }
}
/*
===============================================
8. Option Section CSS
===============================================
*/
.option-content {
  padding: 50px 0;
}
.option-content h4 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
}
.option-content p {
  font-size: 18px;
}
.option-content .messes {
  width: 255px;
  height: 255px;
  position: relative;
  margin: 0 auto;
}
.option-content .messes .messes-show {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  background: url('../../images/messes.png') no-repeat center;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.option-content .messes .messes-show:hover {
  opacity: 1;
  cursor: pointer;
}
.option-content .messes .round-wrap {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 23%;
  left: 23%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
.option-content .messes .round-wrap img {
  display: block;
  margin: 0 auto;
}
.option-content .messes .round-wrap.green-option {
  background: url('../../images/cake-white-lg.png') no-repeat center;
  background-color: #23cfa7;
}
.option-content .messes .round-wrap.orange-option {
  background: url('../../images/cake-white-lg.png') no-repeat center;
  background-color: #ffbb63;
}
.option-content .messes .round-wrap.blue-option {
  background: url('../../images/cake-white-lg.png') no-repeat center;
  background-color: #59d4f0;
}
.option-content .messes .round-wrap.pink-option {
  background: url('../../images/cake-white-lg.png') no-repeat center;
  background-color: #fba1a1;
}
.option-content .messes .round-wrap.purple-option {
  background: url('../../images/cake-white-lg.png') no-repeat center;
  background-color: #a593c2;
}
.option-content .messes .round-wrap.dpurple-option {
  background: url('../../images/cake-white-lg.png') no-repeat center;
  background-color: #9a70bf;
}
.option-content .line-temp {
  height: 5px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
}
.option-content .line-temp.line-green-sm {
  background-color: #a0ecd9;
}
.option-content .line-temp.line-orange-sm {
  background-color: #ffbb63;
}
.option-content .line-temp.line-blue-sm {
  background-color: #59d4f0;
}
.option-content .line-temp.line-pink-sm {
  background-color: #fba1a1;
}
.option-content .line-temp.line-purple-sm {
  background-color: #a593c2;
}
.option-content .line-temp.line-dpurple-sm {
  background-color: #9a70bf;
}
/*
===============================================
9. Pricing Cake Section CSS
===============================================
*/
.pricing-cake {
  background-color: #9a70bf;
}
.pricing-cake .content-pricing-cake {
  padding: 60px 0;
}
.pricing-cake .content-pricing-cake .img-wrap-price {
  display: block;
  margin: 0 auto;
}
.pricing-cake .content-pricing-cake .img-wrap-price img {
  display: block;
  margin: 0 auto;
}
.pricing-cake .content-pricing-cake .content-price {
  background-color: #f4f3ef;
  margin-top: -105px;
  padding-top: 120px;
}
.pricing-cake .content-pricing-cake .content-price-tag {
  background-color: #f4f3ef;
}
@media (min-width: 992px) {
  .pricing-cake .content-pricing-cake .content-price-tag {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.pricing-cake .content-pricing-cake .content-price-tag h4 {
  margin: 0;
  font-size: 20px;
  font-family: 'montserratbold';
}
@media (min-width: 992px) {
  .pricing-cake .content-pricing-cake .content-price-tag h4 {
    font-size: 30px;
  }
}
.pricing-cake .content-pricing-cake .content-price-tag h4 span {
  font-family: 'latoregular';
  font-size: 15px;
}
@media (min-width: 992px) {
  .pricing-cake .content-pricing-cake .content-price-tag h4 span {
    font-size: 20px;
  }
}
.pricing-cake .content-pricing-cake .price-purple {
  background-color: #e6c9ff;
  margin-top: 20px;
  color: #9a70bf;
}
.pricing-cake .content-pricing-cake .price-purple .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake .price-pink {
  background-color: #f8d4d3;
  margin-top: 20px;
  color: #fba1a1;
}
.pricing-cake .content-pricing-cake .price-pink .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake .price-green {
  background-color: #a0ecd9;
  margin-top: 20px;
  color: #23cfa7;
}
.pricing-cake .content-pricing-cake .price-green .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake .price-blue {
  background-color: #b7effb;
  margin-top: 20px;
  color: #59d4f0;
}
.pricing-cake .content-pricing-cake .price-blue .text-price {
  padding: 20px;
  font-size: 18px;
}
.pricing-cake .content-pricing-cake ul.list-price {
  padding: 20px;
}
.pricing-cake .content-pricing-cake ul.list-price li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.pricing-cake .content-pricing-cake ul.list-price li.purple-line {
  border-bottom: solid 1px #9a70bf;
}
.pricing-cake .content-pricing-cake ul.list-price li.pink-line {
  border-bottom: solid 1px #fba1a1;
}
.pricing-cake .content-pricing-cake ul.list-price li.green-line {
  border-bottom: solid 1px #23cfa7;
}
.pricing-cake .content-pricing-cake ul.list-price li.blue-line {
  border-bottom: solid 1px #59d4f0;
}
.pricing-cake .content-pricing-cake .price-btn {
  padding: 10px;
  color: #ffffff;
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}
.pricing-cake .content-pricing-cake .price-btn.price-purple-btn {
  background-color: #875cad;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-purple-btn:hover {
  background-color: #6d488e;
  cursor: pointer;
}
.pricing-cake .content-pricing-cake .price-btn.price-pink-btn {
  background-color: #fba1a1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-pink-btn:hover {
  background-color: #f97070;
  cursor: pointer;
}
.pricing-cake .content-pricing-cake .price-btn.price-green-btn {
  background-color: #23cfa7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-green-btn:hover {
  background-color: #1ca384;
  cursor: pointer;
}
.pricing-cake .content-pricing-cake .price-btn.price-blue-btn {
  background-color: #59d4f0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pricing-cake .content-pricing-cake .price-btn.price-blue-btn:hover {
  background-color: #2ac8ec;
  cursor: pointer;
}
/*
===============================================
10. About Cake Section CSS
===============================================
*/
.abouts-cake {
  padding: 60px 0;
  padding-bottom: 250px;

  /*background: url('../../images/footer_ust_bg.jpg') no-repeat center center */
  background: url('../../images/footer_bg_large2.png')  no-repeat center center ;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.abouts-cake h2:before,
.abouts-cake h2:after {
  background-color: #fba1a1;
}
.abouts-cake h4 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #fba1a1;
  margin-top: 40px;
}
.abouts-cake .line-pink-about {
  width: 100px;
  height: 5px;
  background-color: #f8d4d3;
  margin: 0 auto;
  margin-bottom: 20px;
}
.abouts-cake p {
  font-size: 18px;
}
.img-round-about {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/*
===============================================
11. Pagination Section CSS
===============================================
*/
.pagination-wrap ul.pagination li {
  float: left;
  margin-right: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-wrap ul.pagination li a {
  width: 40px;
  height: 40px;
  background-color: #fba1a1;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  border: transparent;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pagination-wrap ul.pagination li a:hover {
  background-color: #59d4f0;
}
.pagination-wrap ul.pagination li a.active {
  background-color: #59d4f0;
}
/*
===============================================
12. Terms of Use and Privacy Section CSS
===============================================
*/
.content-terms,
.content-privacy {
  padding-top: 15px;
  font-size: 18px;
}
.content-terms h1,
.content-privacy h1 {
  font-size: 35px;
  text-transform: uppercase;
}
.content-terms .important-text,
.content-privacy .important-text {
  padding: 15px;
  background-color: #eae8e0;
}
/*
===============================================
13. 404 Section CSS
===============================================
*/
.content-404 {
  padding-top: 50px;
}
.content-404 img {
  width: 200px;
}
@media (max-width: 768px) {
  .content-404 img {
    width: 150px;
  }
}
.content-404 ul {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.content-404 ul li {
  color: #ffbb63;
  display: inline-block;
  font-size: 150px;
}
@media (max-width: 768px) {
  .content-404 ul li {
    font-size: 85px;
  }
}
/*
===============================================
14. Footer Section CSS
===============================================
*/
footer {
  background: url('../../images/footer_alt_bg3.png') top center no-repeat;
  color: #ffffff;
  position: absolute;
  width: 100%;
  margin-top: -60px;
  /*background-color: #662b19;*/

}

footer .zero-padding {
  padding: 0;
}
footer .slogan {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  padding-top: 10px;
  float: left;
}
footer .copyright {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  padding-top: 10px;
  float: left;
}
footer .agency {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  padding-top: 10px;
  float: right;
}
footer .baykus-logo-footer {
  display: block;
  /* margin: 0 auto; */
  max-width: 220px;
  padding: 40px 0 0 0;
  text-align: center;
}
footer .top-footer {
  display: block;
  overflow: hidden;
  /*border-bottom: 2px solid #ffffff;*/
  padding-bottom: 15px;
  margin: 15px 15px -15px 15px;
}
footer .line-top-white {
  border-bottom: 2px solid #ffffff;
  margin: 0 15px;
  margin-bottom:-10px;
}
footer .content-about-footer {
  display: block;
  overflow: hidden;
}
footer .content-about-footer h4 {
  font-family: 'montserratbold';
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 20px;
}
footer .content-about-footer p {
  font-size: 18px;
}
footer .list-picture-footer {
  margin-top: 20px;
  float: left;
  display: block;
}
footer .list-picture-footer li {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #f4f3ef;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 2px #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .list-picture-footer li:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  footer {
     /* background: url('../../images/footer_alt_bg3.png') top center no-repeat; */
      background-color: #662b19!important;
  }
  footer .list-picture-footer li {
    width: 77px;
    height: 77px;
  }
}
footer .list-link-home {
  font-family: 'bello';
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  /*margin-top: 30px;*/
  padding-left: 50px;
}
footer .list-link-home li a {
  padding-bottom: 10px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .list-link-home li a:hover {
  color: #ff9966;
  text-decoration: none;
}
.sosmed-cake {
  margin-top: 77px;
}
.sosmed-cake2 {
  margin-top: 10px;
}
@media (max-width: 768px) {
    footer {
        background: url('../../images/footer_alt_bg3.png') top center no-repeat;
    }

  footer .content-about-footer {
    /*margin-top: -100px;*/
    text-align: center;
  }
  footer .slogan {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px !important;
    letter-spacing: 0.05em;
    padding-top: 10px;
    float: left;
  }
  footer .list-link-home {
    font-family: 'bello';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    /*margin-top: 30px;*/
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .sosmed-cake {
    margin-top: 20px;
    text-align: center;
  }
  .sosmed-cake2 {
    margin-top: 10px;
    text-align: center;
  }
}
.sosmed-cake li {
  width: 40px;
  height: 40px;
  background-color: #fba1a1;
  display: inline-block;
  margin-left: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.sosmed-cake2 li {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sosmed-cake li {
    width: 50px;
    height: 50px;
  }
  .sosmed-cake2 li {
    width: 30px;
    height: 30px;
  }
}
.sosmed-cake li:hover {
  background-color: #f97070;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sosmed-cake2 li:hover {
  color: #ffffff;
  background-color: #de6122;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sosmed-cake li .center-sosmed {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sosmed-cake2 li .center-sosmed {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.sosmed-cake2 li .center-sosmed a{
  text-decoration:none;
}
.sosmed-cake2 li .center-sosmed a:hover{
  text-decoration:none;
}
.sosmed-cake li .center-sosmed p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 10px;
}
.sosmed-cake2 li .center-sosmed p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 4px;
}
@media (min-width: 768px) {
  .sosmed-cake li .center-sosmed p {
    font-size: 28px;
  }
  .sosmed-cake2 li .center-sosmed p {
    font-size: 22px;
    color:#ff9966;
  }
  .sosmed-cake2 li .center-sosmed p:hover {
    font-size: 22px;
    color:#ffffff;
  }
}
.logo-dn {
  padding: 20px 0 60px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #662b19;
}

.logo-dn .social-nav .row {
  margin:0 !important;
}

.left-news-logo {
  position: absolute;;
  top:30%;
  padding-left: 8%;
  max-width: 60% !important;
}

.right-news-logo {
  padding: 50px 0px 20px 0;
}

.right-news .slogan{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.05em;
  padding: 0 40px 0 0;
}

@media (max-width: 768px) {
  .right-news .slogan {
      font-size: 13px !important;
  }
}


/*////////////////////////////////////////////////*/

/***********************

==========================================

Banner

==========================================

*************************/

#banner{

  top:150px;

  padding-bottom: 150px;

	position:relative;

	text-align: center;

	color: #ffffff;

}



.bannerImgSlow{

  top: 150px;

  width: 100%;

	height: 100%;

	position: absolute;

	z-index: 9;

	opacity: 0;

}



.oneslide img {


	width: 100%;

	display: block;

	position: relative;

	height: auto;

}

.maincontent{

	position: absolute;

	top: 80%;

	width: 100%;

	z-index: 10;

}

.maincontent h1{
  font-family: 'bello-pro';

	font-size: 52px;

	font-weight: 100;

	line-height: 52px;

	padding-bottom: 30px;

	text-align: center;

	max-width: 36%;

    margin: 0 auto;

	letter-spacing: 0.05em;

}

.maincontent h1 span {

	color: #ffffff;

	font-weight: 900;

	letter-spacing: 0.05em;
}

.maincontent h2{

	font-size: 79px;

	line-height: 65px;

	padding-bottom: 30px;

	text-transform: uppercase;

}

.maincontent p.headp{

	font-size: 14px;

	color: #ffffff;

	font-family: 'montserratlight';

	font-weight: 100;

	line-height: 18px;

	text-align: left;

	max-width: 60%;

	padding-left: 20%

}

.maincontent div.headp{

	text-align: left;

	max-width: 60%;

	padding-left: 20%

}

span.theme{

	color: #4141ff;

}

.maincontent button,#portfolio button,aside button,#theme button{

	outline: 0;

	border:none;

	font-size: 16px;

	width: 174px;

	height: 49px;

	color: #fff;

	background-color: #4141ff;

	border-radius: 5px;

	margin: 140px 10px 0;

	font-family: 'montserratlight', sans-serif;
	font-weight: 100 !important;

}

.maincontent button.purchase{

	background-color: #00cbf6;

}

.maincontent button.explore:hover,aside button:hover,#theme button:hover{

	background-color: #00cbf6;

	transition:all 0.5s;

}

.maincontent button.purchase:hover{

	background-color: #4141ff;

	transition:all 0.5s;

}

#about article,#number article{

	width: 25%;

	float: left;

	color: #fff;

	background-color: #4141ff;

	text-align: center;

	border-top: 7px solid #fff;

	min-height: 365px;

}

#about,#number{

	width: 100%;

}

#about article img{

	margin-top: 80px;

}

#about article.innerlight,#number article.innerlight{

	color: #4141ff;

	background-color: #1c2a33;

	border-top: 7px solid #4141ff;

}

#about article h3{

	text-transform: uppercase;

	font-size: 20px;

	padding-top: 45px;

}


.slider-text{

	position: absolute;

	left: 100px;

	width: 50%;

}

.slider-text p{

	font-weight:100 !important;

}

.maincontent {

    position: absolute;

    top: 78%;

    width: 100%;

    z-index: 10;

}

.marginleft100{

	margin-left: 90px !important;

}

.slider-text p{

	font-size: 14px !important;

}

.white-panel p{

	color: #000000 !important;

	font-weight: 100 !important;
	padding:15px;

}
.white-panel h4{
	padding:15px 15px 0 15px;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

#pinBoot {

  position: relative;

  max-width: 100%;

  width: 100%;

}

.white-panel img {

  width: 100%;

  max-width: 100%;

  height: auto;

}

.white-panel {

  position: absolute;

  background: white;

  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);

  /*padding: 10px;*/
	padding:0;
}

/*

stylize any heading tags withing white-panel below

*/



.white-panel h1 {

  font-size: 1em;

}

.white-panel h1 a {

  color: #A92733;

}

.white-panel:hover {

  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);

  margin-top: -5px;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

  @media (max-width: 1024px) {
    .bx-wrapper .bx-controls-direction a {
      top:60% !important;
    }

 }


/* --------------------------
   6. Contact
   -------------------------- */
.contact-page-section {
    padding-bottom: 0;
}
.contact-page-wrapper {
    margin: 40px;
    padding: 0px 50px;
}
.contact {
    padding-top: 10px;
    padding-bottom: 50px;
}
.contact .text h2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
}
.contact .text h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 30px;
}
.contact .text {
    padding-top: 10px;
}
.contact .text p {
    font-size: 15px;
    line-height: 20px;
    font-family: Helvetica-Regular, sans-serif;
    color:#201e1f;
}
.contact .text a {
    font-size: 15px;
    line-height: 20px;
        font-family: Helvetica-Regular, sans-serif;
    color:#e65521;
}
.contact .contact-form label {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}
.contact .contact-form {
    padding-top: 10px;
}
.contact .contact-form input,
.contact .contact-form textarea {
/*
    width: 90%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    color: #777777;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    outline: 0;
*/
background: transparent;
border:2px solid #6d230c;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #201e1f !important;
    /*padding: 10px 0px 0px;*/
    margin: 15px 0 5px;
    letter-spacing: 0px;
    line-height: 30px;
    font-style: italic;
}

.contact .contact-form .form-control::-webkit-input-placeholder {
    background: transparent;
    color: #bbbbbb;
}
.contact .contact-form .form-control::-moz-placeholder {
    background: transparent;
    color: #bbbbbb;
}
.contact .contact-form .form-control::-webkit-input-placeholder {
    background: transparent;
    color: #bbbbbb;
}

.contact .contact-form form input,
.contact .contact-form form textarea::-moz-placeholder { color: #bbbbbb !important;}
.contact .contact-form form input,
.contact .contact-form form textarea::-ms-input-placeholder {color: #bbbbbb !important;}
.contact .contact-form form input,
.contact .contact-form form textarea::-webkit-input-placeholder { color: #bbbbbb !important;}



.contact .contact-form form textarea {
    height: 100px;
}
.contact .contact-form form input.btn {
    background-color: rgb(40, 40, 40);
    width: 40%;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    height: 50px;
    padding-left: 41px;
    padding-right: 41px;
}
.contact .text span {
    color: #00b19e;
}

.baykus{
  float:right; padding-right:50px; max-height:130px; margin-bottom: -10px;
}

/* CAROUSEL */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    width:60px;
    height:60px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover{
    background: url('../../images/left_product_arrow.png') no-repeat !important;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover{
    background: url('../../images/right_product_arrow.png') no-repeat !important;
}
.owl-next {
    display: inline-block;
    position: relative;
    float: right;
    top: 50%;

}
.owl-prev {
    float: left;
    display: inline-block;
    top: 50%;
    position: relative;
}
.owl-dots {display: none}
.owl-carousel .owl-item {
  height: 100%;
  width: auto;
  padding-bottom: 100px;
}

 .owl-carousel .item {
    display: block;
    /*padding: 30px 0px;*/
    margin: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
  .owl-carousel .owl-controls {
    position: absolute;
    top:30%;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  /* Styling Next and Prev buttons */
  .owl-carousel .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
  }

  .owl-carousel {
    margin: 0;
    background: #f4f3ee;
    width: 100%;
  }

  .owl-carousel .owl-nav [class*=owl-] {

    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }

  .owl-carousel .owl-nav [class*=owl-]:hover {

  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    height: 30px;
    margin: auto !important;
  }

  .owl-carousel .owl-prev {
    left: -100px;
  }

  .owl-carousel .owl-next {
    right: -100px;
  }

  .owl-carousel .owl-dots {
    display: none !important;
  }
  .img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  @media (max-width: 1024px)  {
    .owl-carousel .owl-prev {
      left: 370px;
      top: 180px;
    }

    .owl-carousel .owl-next {
      right: 370px;
      top: 180px;
    }
  }
@media (max-width: 768px) {
    .owl-carousel .owl-item {
        height: 490px;
        width: auto;
    }

    .owl-carousel .owl-prev {
        left: 290px;
        top: 120px;
    }

    .owl-carousel .owl-next {
        right: 290px;
        top: 120px;
    }
}

@media (max-width: 480px)  {
    .owl-carousel .owl-item {
        height: 490px;
        width: auto;
    }
    .owl-carousel .owl-prev {
        left: 80px;
        top: 110px;
    }
    .owl-carousel .owl-next {
        right: 80px;
        top: 110px;
    }
}

@media (max-width: 479px) {
  .baykus-logo-footer{
    margin: 10px auto;
  }
  footer .content-about-footer {
      /*margin-top: -200px;*/
      margin-top:0;
      text-align: center;
  }
  .logo-dn {
      padding: 20px 0 20px 0;
  }
}

@media (max-width: 425px)
 {
   footer .copyright{
     float:none;
   }
   footer .agency{
     float: none;
   }
}


/*----------- EKLENENLER ---------------*/

.owl-carousel .owl-item img {
    height: auto!important;
}
a.urunler-link {    font-family: 'bello';
    color:#ffffff;
    text-decoration: none;
    position: relative;
    font-size: 47px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
	color:inherit;
}
a.urunler-link:hover {
	 color:#6d230c;
}

.logo-dn .social-nav .row {margin:0  auto!important;}
.btn-pink-cake {
    font-family: 'bello'!important;
    font-size: 24px!important;
    letter-spacing: 0.09em!important;
    width: 100%!important;
    max-height: 40px!important;
    line-height: 10px!important;
    background: transparent!important;
    border: 2px solid #6d230c!important;
    text-transform: uppercase!important;
    color: #6d230c!important;
    -webkit-transition: all 0.2s ease-out!important;
    -moz-transition: all 0.2s ease-out!important;
    -ms-transition: all 0.2s ease-out!important;
    -o-transition: all 0.2s ease-out!important;
    transition: all 0.2s ease-out!important;
}
.btn-pink-cake:hover {
    color: #ffffff!important;
    background-color: #ff9966!important;
}
.single-container {margin-top:60px; margin-bottom:60px;}
.vc_tta-tab a {
    background: #fcb795;
    background: -moz-linear-gradient(top, #fcb795 45%, #ff9966 100%);
    background: -webkit-linear-gradient(top, #fcb795 45%,#ff9966 100%);
    background: linear-gradient(to bottom, #fcb795 45%,#ff9966 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb795', endColorstr='#ff9966',GradientType=0 );
    color: #fff!important;
    font-family: 'bello'!important;
	font-size:40px;
	text-align:center;
	padding:10px 30px;
}
.vc_tta-tab a:hover,.vc_tta-tab.vc_active a { background: #fff!important;  color: #fcb795!important; }
.vc_tta.vc_general .vc_tta-panel.vc_active, .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
display: block;
overflow: visible;
}
.vc_tta-panels-container {z-index:1;}
.vc_grid-item-mini.vc_clearfix {
    z-index: 1;
    position: relative;
}

.vc_grid-item-mini.vc_clearfix:hover {
    z-index: 1;
    position: relative;
}

.urunlerimiz .vc_tta-panel-body {
height:520px;
overflow-y:scroll!important;
overflow-x:visible!important;
}
.vc_tta-panel-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #ff9966;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.vc_tta-panel-body::-webkit-scrollbar
{
	width: 12px;
	background-color: #ff9966;
}

.vc_tta-panel-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #ff9966;
	background-color: #ff9966;
}
@media (min-width: 1200px) {
	.main-logo{
    max-width:160px !important;
	margin-top:-15px;
  }
}
.ortali-logo {height:50px; width:auto; margin:0 auto;}
@media only screen and (max-width: 767px)
{
	.bx-wrapper .bx-controls-direction a {
		width: 30px!important;
		height: 30px!important;
		top: 90%!important;
		background-size:contain!important;
	}
}
@media only screen and (max-width: 1024px) and (min-width:1024px)
{
.ortali-logo {
    height: 50px;
    width: auto;
    margin: 0 auto;
    margin-left: 35px;
}
}
.logo-100 {height:120px!important;}
.slogan {font-family:calibri; font-weight:600; font-size:16px;}
