/* --------------------------------------------------------
Style Sheet for Kalyan 
date: 25.12.2017
author: Irina A. <irina@digital-orange.com>, Abdul Rafeeque <rafeeque@oi-me.com>
----------------------------------------------------------*/
/* ====== FONTS ====== */
/* Didot */
@font-face {
  font-family: 'Didot';
  font-style: normal;
  src: url("../fonts/schmeaboutus/Didot.woff2"), url("../fonts/schmeaboutus/Didot.woff"), url("../fonts/schmeaboutus/Didot.ttf"), url("../resources/fonts/schmeaboutus/Didot.eot"); }
/* Didot - Bold*/
@font-face {
  font-family: 'DidotBold';
  font-style: normal;
  src: url("../fonts/schmeaboutus/Didot-Bold.woff2"), url("../fonts/schmeaboutus/Didot-Bold.woff"), url("../fonts/schmeaboutus/Didot-Bold.ttf"), url("../fonts/schmeaboutus/Didot-Bold.eot"); }
/* PTSans */
@font-face {
  font-family: 'PTSans';
  font-style: normal;
  src: url("../fonts/schmeaboutus/PTSans-Regular.woff2"), url("../fonts/schmeaboutus/PTSans-Regular.woff"), url("../fonts/schmeaboutus/PTSans-Regular.ttf"), url("../fonts/schmeaboutus/PTSans-Regular.eot"); }
/* PTSansBold*/
@font-face {
  font-family: 'PTSansBold';
  font-style: normal;
  src: url("../fonts/schmeaboutus/PTSans-Bold.woff2"), url("../fonts/schmeaboutus/PTSans-Bold.woff"), url("../fonts/schmeaboutus/PTSans-Bold.ttf"), url("../fonts/schmeaboutus/PTSans-Bold.eot"); }
/* Edwardian Script Font Family */
@font-face {
  font-family: 'EdwardianScript';
  src: url("../fonts/schmeaboutus/EdwardianScriptITC.eot");
  src: url("../fonts/schmeaboutus/EdwardianScriptITC.eot?#iefix") format("embedded-opentype"), url("../fonts/schmeaboutus/EdwardianScriptITC.woff2") format("woff2"), url("../fonts/schmeaboutus/EdwardianScriptITC.woff") format("woff"), url("../fonts/schmeaboutus/EdwardianScriptITC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*$red: #cd2027;*/
/* ====== MIXINS ====== */
/* ====== / MIXINS ====== */
html {
  height: 100%;
  overflow-x: hidden; }

body {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  font-family: "PTSans";
  font-weight: normal; }

.row {
  flex: 0 0 auto; }

.do-wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

* {
  box-sizing: border-box; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

hr.do-red {
  border-color: #e30613; }

.mw-75 {
  max-width: 75%;
  margin: 0 auto; }

.do-row-wrap {
  padding: 0 55px; }

button:active, button:focus,
input:active,
input:focus,
select:active,
select:focus {
  outline: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important; }

.btn {
  border-radius: 0;
  text-transform: uppercase; }
  .btn.btn-gray {
    display: inline-block;
    background: #6d6e71;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn.btn-gray:hover {
      opacity: .7; }
  .btn.btn-dark {
    display: inline-block;
    background: #3a3939;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn.btn-dark:hover {
      opacity: .7; }
  .btn.btn-red {
    display: inline-block;
    background: #e30613;
    color: #fff !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn.btn-red:hover {
      opacity: .7; }
  .btn.btn-white {
    display: inline-block;
    background: #ffffff;
    color: #000 !important;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .btn.btn-white:hover {
      background-color: #cfcfce; }
  .btn.btn-lg {
    padding: 10px 25px;
    font-size: 15px; }
  .btn.btn-lng {
    padding: .25rem 2rem; }
  .btn.btn-outline-light {
    color: #fff; }
    .btn.btn-outline-light:hover {
      color: #000; }

.form-control.inverse {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .form-control.inverse:active, .form-control.inverse:focus {
    color: #a8a7aa; }

.input-group-addon.inverse {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }

.text-peach {
  color: #e07e60; }

.text-lightgray {
  color: #b6b6b4; }

.text-gray {
  color: #a8a7aa; }

.text-darkgray {
  color: #706f6f; }

.bg-red {
  background: #e30613; }

.bg-peach {
  background: #ede8e8; }

.bg-peach-2 {
  background-color: #eae0df; }

.bg-brown {
  background-color: #251913; }

.bg-gold {
  background: #9b8b6f; }

.bg-light {
  background-color: #F6F6F4 !important; }

.do-date-box {
  display: table;
  width: 55px;
  margin: 5px auto;
  padding: 8px 10px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 26px;
  color: inherit; }
  .do-date-box small {
    display: block;
    font-size: 14px;
    text-transform: uppercase; }

section {
  position: relative;
  padding: 0; }
  section.bordered {
    border-top: 1px solid red;
    padding-top: 20px; }
  section.curved {
    padding-top: 40px; }
    section.curved::after {
      content: '';
      position: absolute;
      top: -42px;
      left: 50%;
      transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      display: block;
      /*150px*/
      width: 100px;
      height: 42px;
      background: url("../img/scheme-about-us/devider.svg") no-repeat center bottom;
      background-size: 100%; }
    section.curved.bg-light::after {
      background: url("../img/scheme-about-us/devider-light.svg") no-repeat center bottom;
      background-size: 100%; }
    section.curved.bg-peach-2::after {
      background: url("../img/scheme-about-us/devider-peech-2.svg") no-repeat center bottom;
      background-size: 100%; }
  section.left::after {
    left: 20%;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }
  section.left-2::after {
    left: 28%;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }
  section p {
    color: #a8a7aa;
    font-size: 18px; }

.do-heading {
  position: relative;
  text-align: center;
  text-transform: uppercase;
 
  color: #000;
  background: #fff;
  font-family: "DidotBold";
  font-weight: normal; }
  h1.do-heading {
    font-size: 40px; }
  .do-heading h1 {
    position: relative;
    display: inline-block;
    }
    .do-heading h1::after {
      content: '';
      position: absolute;
      top: -135px;
      left: 50%;
      transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      display: block;
      /*150px*/
      width: 100px;
      height: 42px;
      background: url("../img/scheme-about-us/devider.svg") no-repeat 0px center;
      background-size: 100%;
      z-index: 1; }
  .do-heading img {
    height: 140px; }
  .do-heading.bg-light h1::after {
    background: url("../img/scheme-about-us/devider-light.svg") no-repeat 0px center;
    background-size: 100%; }
  .do-heading.bg-peach-2 {
    background-color: #eae0df !important; }
    .do-heading.bg-peach-2 h1::after {
      background: url("../img/scheme-about-us/devider-peech-2.svg") no-repeat 0px center;
      background-size: 100%; }
  .do-heading h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 60px; }
    .do-heading h2::after {
      content: '';
      position: absolute;
      top: -142px;
      left: 50%;
      transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      display: block;
      width: 150px;
      height: 42px;
      background: url("../img/scheme-about-us/devider.svg");
      background-size: 100%; }
  .do-heading.left {
    text-align: left; }
    .do-heading.left::before {
      left: 23.5%; }
    .do-heading.left h1 {
      position: relative;
      display: inline-block;
      max-width: 200px;
      left: 15.5%;
      text-align: left; }

.do-lined {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: "DidotBold";
  font-weight: normal;
  padding: 80px 0 0; }
  .do-lined h1,
  .do-lined .h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px; }
    .do-lined h1:before,
    .do-lined .h1:before {
      content: '';
      position: absolute;
      top: -80px;
      left: 50%;
      width: 1px;
      height: 80px;
      border-right: 1px solid #000; }
  .do-lined h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px; }
    .do-lined h2:before {
      content: '';
      position: absolute;
      top: -90px;
      left: 50%;
      width: 1px;
      height: 80px;
      border-right: 1px solid #000; }
  .do-lined.left {
    text-align: left;
    padding-left: 5%; }

.do-subheading {
  position: relative;
  display: block;
  font-family: PTSansBold;
  font-weight: normal;
  color: #a8a7aa !important; }
  .do-subheading.light {
    color: #fff !important; }
    .do-subheading.light::after {
      border-color: #fff; }
  h2.do-subheading {
    text-transform: none !important;
    font-size: 30px !important;
    padding-bottom: 5px;
    margin-bottom: 20px !important; }
    h2.do-subheading::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 110px;
      height: 2px;
      border: 2px solid #e30613;
      border-radius: 100px; }

  h1.do-subheading {
    position: relative;
    display: block;
    font-size: 30px;
    color: #a8a7aa;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: PTSansBold;
    font-weight: normal; }
    h1.do-subheading::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 110px;
      height: 2px;
      border: 2px solid #e30613;
      border-radius: 100px; }

.do-mont {
  font-family: "Montserrat" !important;
  font-weight: normal;
  color: #3a3939 !important; }

.do-content-block {
  width: 100%;
  margin: 0 auto;
  color: #a8a7aa;
  padding: 0 60px 60px; }
  .do-content-block hr {
    margin: 50px 0 0; }
  .do-content-block h1 {
    font-size: 30px;
    margin-bottom: 20px; }
  .do-content-block h2 {
    color: #000;
    margin: 30px 0 10px;
    font-size: 22px;
    text-transform: uppercase; }
  .do-content-block h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    margin-top: 40px;
    font-family: "PTSans";
    border-bottom: 1px solid red; }

.do-subsection {
  padding: 10px 0; }
  .do-subsection h2 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #a8a7aa;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: PTSansBold;
    font-weight: normal; }
    .do-subsection h2::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 110px;
      height: 2px;
      border: 2px solid #e30613;
      border-radius: 100px; }

.do-img-full {
  width: 100%; }

.do-chairman-img {
  width: 100%;
  max-width: 380px; }

.do-shop-img {
  float: right;
  width: 70%;
  padding: 0 20px; }

.do-box-wrap {
  height: 100%;
  padding: 0 40px 40px; }
  .do-box-wrap h1 {
    padding-bottom: 15px; }

.do-infinite-scroll {
  font-size: 30px;
  color: #a8a7aa; }
  .do-infinite-scroll:hover {
    color: #3a3939; }

#map_wrapper {
  height: 750px;
  padding: 40px 0; }

#storeMap {
  width: 100%;
  height: 100%; }

.do-main-wrap {
  overflow: visible; }

.do-legacy-box {
  padding-bottom: 20px; }
  .do-legacy-box .do-img-bg {
    background: url("../img/scheme-about-us/legacy.jpg");
    background-size: cover;
    background-position: left bottom;
    min-height: 300px;
    height: 100%; }
  .do-legacy-box .do-legacy-content {
    height: 100%;
    padding: 30px;
    color: #fff; }
    .do-legacy-box .do-legacy-content p {
      color: #fff; }

.do-cmd-message img {
  width: 100%;
  padding: 10px 0 25px; }
.do-cmd-message .do-executive-img {
  padding: 10px 0 25px;
  width: 100%;
  max-width: 460px; }
.do-cmd-message h4 {
  font-size: 20px;
  font-family: PTSans;
  font-weight: normal;
  font-size: 30px;
  color: #a8a7aa;
  margin: 10px 0 30px; }
.do-cmd-message small {
  font-size: 21px; }

.do-philosophy-box {
  display: table;
  width: 100%;
  background: url("../img/scheme-about-us/philosophy-bg.jpg");
  background-position: left center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 20px 20px 30px; }
  .do-philosophy-box .do-philosophy-content {
    width: 300px;
    float: right; }
    .do-philosophy-box .do-philosophy-content .do-subheading::after {
      border-color: #e30613; }
    .do-philosophy-box .do-philosophy-content p {
      color: #fff; }

.do-responsible-img img {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 15px 0;
  margin: 0 auto; }

.do-customer-stories {
  background: #ede0d1;
  padding: 30px 15px;
  margin: 40px 0; }
  .do-customer-stories .do-story-box {
    padding: 15px;
    background: #fff;
    text-align: center;
    color: #b58f57;
    font-size: 20px;
    margin: 0 auto 30px auto;
    max-width: 380px;
    font-family: "EdwardianScript";
    font-weight: normal;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); }
    .do-customer-stories .do-story-box .do-story-frame {
      position: relative;
      border: 1px solid #b58f57;
      padding: 20px 0 60px 0;
      margin-bottom: 60px; }
      .do-customer-stories .do-story-box .do-story-frame img {
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #b58f57;
        width: 50%; }
    .do-customer-stories .do-story-box .do-story-from {
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      padding: 30px 0;
      width: 130px;
      text-align: center;
      background: #fff;
      font-size: 28px;
      line-height: 1; }
      .do-customer-stories .do-story-box .do-story-from::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background: url("../img/scheme-about-us/frame-decor-up.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .do-customer-stories .do-story-box .do-story-from::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background: url("../img/scheme-about-us/frame-decor-down.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    .do-customer-stories .do-story-box p {
      color: #b58f57;
      font-size: 26px;
      line-height: 0.9; }

.do-gift-box-wide .row > div {
  height: 100%; }
.do-gift-box-wide .do-gift-text {
  position: relative;
  padding: 50px 0;
  z-index: 2; }
  .do-gift-box-wide .do-gift-text h1,
  .do-gift-box-wide .do-gift-text .h1 {
    font-size: 65px;
    font-family: BodoniOS;
    font-weight: normal;
    color: #a8a7aa; }

@media all and (max-width: 1200px) {
  .do-main-wrap section:first-of-type {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; } }
@media all and (max-width: 990px) {
  div.pp_default .pp_expand {
    display: none !important; }

  .do-chairman-img {
    margin-top: 0; }

  html.toggled {
    overflow: hidden; }
    html.toggled .do-wrapper {
      margin-left: 260px;
      margin-right: -260px; }
      html.toggled .do-wrapper header {
        margin-left: 260px; }
      html.toggled .do-wrapper #main_menu {
        width: 260px;
        -webkit-box-shadow: inset -18px 0px 20px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset -18px 0px 20px -15px rgba(0, 0, 0, 0.75);
        box-shadow: inset -18px 0px 20px -15px rgba(0, 0, 0, 0.75); }

  section p {
    font-size: 16px; }

  .do-philosophy-box {
    background: none;
    padding: 0; }
    .do-philosophy-box .do-philosophy-content {
      float: none;
      width: 100%; }
      .do-philosophy-box .do-philosophy-content p, .do-philosophy-box .do-philosophy-content .do-subheading {
        color: #a8a7aa !important; }
        .do-philosophy-box .do-philosophy-content p::after, .do-philosophy-box .do-philosophy-content .do-subheading::after {
          border-color: #e30613; }

  .do-vision-box img {
    display: none; }

  section.left-2::after {
    left: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%); } }
@media all and (max-width: 768px) {
  .posAbsRight img, .posAbsLeft img {
    width: 25px; }

  .mw-75 {
    max-width: 100%; }

  .do-content-block {
    padding: 0 15px 20px; }

  .do-heading.left,
  .do-lined.left {
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
    .do-heading.left h1,
    .do-heading.left .h1,
    .do-lined.left h1,
    .do-lined.left .h1 {
      left: 0;
      text-align: center;
      max-width: inherit; }

  .do-shop-img {
    width: 100%;
    float: none;
    padding: 15px 20px; } }
@media all and (max-width: 570px) {
  .do-chairman-img {
    margin-top: 0; } }
@media all and (max-width: 510px) {
  .do-wrapper {
    /*padding-top: 125px;*/ } }
