/*!
* Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

@font-face {
  font-family: "ALight";
  src: url("avenir/AveniLig.otf");
}

@font-face {
  font-family: "ABook";
  src: url("avenir/AveniBoo.otf");
}

@font-face {
  font-family: "AMed";
  src: url("avenir/AveniMed.otf");
}

@font-face {
  font-family: "Bodoni";
  src: url("bodoni/Bodoni 72.ttc");
}

@-webkit-keyframes arrow-down {
  0% {
    margin-top: 2px;
  }
  50% {
    margin-top: 8px;
  }
  100% {
    margin-top: 2px;
  }
}

#page-top {
  overflow-x: hidden;
}

.fa-long-arrow-down {
  -webkit-animation: arrow-down 1.2s infinite; /* Safari 4+ */
  -moz-animation: arrow-down 1.2s infinite; /* Fx 5+ */
  -o-animation: arrow-down 1.2s infinite; /* Opera 12+ */
  animation: arrow-down 1.2s infinite; /* IE 10+, Fx 29+ */
}

.divider-blue {
  position: absolute;
  width: 170px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222b3c;
}

.arrow-href {
  color: #fff;
  text-decoration: none;
}

.arrow-href:hover {
  color: #fff;
  text-decoration: none;
}

.arrow-href:hover > i {
  margin-left: 7px;
  transition: 0.5s;
}

/* SIDE MENU */
.affix {
  top: 37.5%;
  left: 0;
}

.btn-black {
  border-radius: 0;
  font-size: 12px;
  background: #000;
  color: #fff;
  padding: 10px 30px;
  padding-top: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #000000;
  margin-top: 15px;
}
.btn-black:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000000;
  transition: 0.5s;
}

.nav-pills > li {
  width: 300px;
}

.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  font-family: "ALight";
  font-size: 11px;
  color: #999;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  font-style: normal;
  font-size: 11px;
  background-color: transparent;
  color: #dc3b41;
  font-weight: 900;
  font-family: "AMed";
}

.nav-pills > li > hr {
  display: inline-block;
  float: left;
  padding: 0 0.05em;
  margin-right: 10px;
  margin-left: 26px;
  margin-top: 16px;
  border-color: #fff;
}

.nav-pills > li.active > hr {
  display: inline-block;
  float: left;
  padding: 0 1em;
  margin-right: 10px;
  margin-top: 16px;
  border-color: #dc3b41;
  margin-left: 0px;
}

.affix .sideNavTitle {
  white-space: nowrap;
  width: 10px;
  font-family: "ALight";
  font-style: normal;
  font-size: 16px;
  color: #dc3b41;
  margin-left: 20px;
}

.js-trigger {
  cursor: pointer;
}
.js-trigger:hover {
  color: #dc3b41 !important;
  opacity: 0.9 !important;
  transition: 0.5s;
}

#sideMenu {
  position: fixed;
}

#myScrollspy {
  padding-left: 20px;
}

select {
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../slice/arrow-down.png") 97% / 27px no-repeat #fff !important;

  border-radius: 0 !important;
  border-bottom: 1px solid #777 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "ALight";
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

select option {
  background-color: #fff !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Bodoni";
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bodoni";
}

h1.tops {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
  margin-top: 0%;
}

h1.top {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
  margin-top: 50%;
}

h1.middle {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  margin-top: 45%;
}

h1.bottom {
  font-size: 70px;
  color: #000;
  font-weight: 300;
  letter-spacing: 5px;
  margin-top: 60%;
}

h1.designer {
  font-size: 65px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  margin-top: 25%;
}

h1.collection {
  font-size: 50px;
  color: #000;
  font-weight: 300;
  letter-spacing: 3px;
  margin-top: 7%;
  margin-bottom: 5%;
}

h1.contact {
  font-size: 50px;
  color: #000;
  font-weight: 300;
  letter-spacing: 3px;
  margin-top: 7%;
}

.col-p {
  font-family: "ALight";
  font-size: 12px;
  letter-spacing: 0;
}

.col-contact {
  font-family: "ALight";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 25px;
}

.notable {
  margin-top: 55px;
  margin-bottom: 75px;
}

.notable p {
  margin-top: 25px;
}

.notable-customer img {
  height: 235px;
  width: 235px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.notable-customer p {
  margin-bottom: 40px;
}

.collections .col-md-4 {
  margin-bottom: 40px;
}

.collections.contacts {
  margin-bottom: 100px;
}

.padding-home {
  padding: 0 25px;
}

.hr-light {
  border: none;
  border-bottom: 3px solid #fff;
  margin-left: 0;
  width: 30px;
}

.hr-dark {
  border: none;
  border-bottom: 3px solid #000;
  width: 30px;
}

.navbar-default {
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0;
  background: none;
}

.top-nav-collapse {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-1 {
  background: url("../slice/1b_Home_MaterialSelection2.jpg") no-repeat center
    center;
  background-size: cover;
  height: 500px;
}

.bg-2 {
  background: url("../slice/1b_Home_MaterialSelection3.jpg") no-repeat center
    center;
  background-size: cover;
  height: 500px;
}

.bg-3 {
  background: url("../slice/1b_Home_MaterialSelection1.jpg") no-repeat center
    center;
  background-size: cover;
  height: 850px;
}

.bg-4 {
  background: url("../slice/1c_Home_DesignMeas1.jpg") no-repeat center center;
  background-size: cover;
  height: 850px;
}

.bg-5 {
  background: url("../slice/1c_Home_DesignMeas2.jpg") no-repeat center center;
  background-size: cover;
  height: 500px;
}

.bg-6 {
  background: url("../slice/1d_Home_Cuttingprod.jpg") no-repeat center center;
  background-size: cover;
  height: 900px;
}

.bg-7 {
  background: url("../slice/1e_Home_FittingFinish2.jpg") no-repeat center center;
  background-size: cover;
  height: 400px;
}

.bg-8 {
  background: url("../slice/1e_Home_FittingFinish3.jpg") no-repeat center center;
  background-size: cover;
  height: 400px;
}

.bg-9 {
  background: url("../slice/1ed_Home_FittingFinish1.jpg") no-repeat center
    center;
  background-size: cover;
  height: 800px;
}

.bg-10 {
  background: url("../slice/1f_Home_Finish.jpg") no-repeat center center;
  background-size: cover;
  height: 800px;
}

.bg-11 {
  background: url("../slice/1g_Home_Ourdesigner.jpg") no-repeat center center;
  background-size: cover;
  height: 600px;
}

.bg-designer {
  padding-left: 0;
  padding-right: 0;
}

.products-section {
  background: url("../slice/6a_Product_header.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding-top: 120px;
}

.batik-section {
  background: url("../slice/Batik.jpg") no-repeat center center;
  background-size: cover;
  height: 600px;
  margin-top: 70px;
}

.batik-section h1 {
  color: #ffffff;
  margin-top: 60%;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 45px;
}

.batik-section p {
  font-family: "ALight";
  color: #fff;
  font-size: 16px;
}

.designer-sections {
  background: url("../slice/designer-bg.jpg") no-repeat top center;
  background-size: cover;
  height: 100vh;
}

.designer-section {
  margin-top: 20px;
}

.designer-section h4 {
  font-family: "ALight";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.designer-section h6 {
  font-family: "ALight";
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}

.designer-section h1 {
  margin-top: 65px !important;
  letter-spacing: 1px;
  font-size: 35px;
}

.designer-section .row.text-center {
  margin-bottom: 35px;
}

.designer-section hr {
  border: none;
  border-bottom: 7px solid #000;
  width: 45px;
  margin-left: auto;
  margin-top: 5px;
}

.designer-para {
  font-size: 14px;
  line-height: 30px;
  margin-top: 25px;
}

.product-para {
  font-size: 17px;
  line-height: 25px;
  margin-top: 15px;
}

span {
  font-family: "ALight";
  margin-right: 6px;
}

.icon-bar {
  margin-right: 0;
  background-color: #ffffff !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
  cursor: pointer;
}

section {
  clear: both;
}

.text-content {
  font-family: "ALight";
  margin-top: 70px;
  margin-bottom: 60px;
}

.home-para {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  margin-top: 10%;
  font-family: "ALight";
}

.home-bottom-para {
  font-size: 14px;
  text-align: right;
  line-height: 25px;
  font-family: "ALight";
}

.home-bottom-para-left {
  font-size: 15px;
  text-align: left;
  line-height: 25px;
  font-family: "ALight";
  margin-top: 30px;
}

.home-para-2 {
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-family: "ALight";
}

.home-para-3 {
  font-size: 15px;
  line-height: 27px;
  color: #fff;
  font-family: "ALight";
  margin-top: 30px;
  font-family: "ALight";
}

.home-about {
  color: #fff;
  font-family: "ALight";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.contact-para {
  color: #000;
  font-family: "ALight";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.social-media {
  font-family: "ALight";
  font-size: 14px;
  line-height: 35px;
}

.social-media i {
  font-size: 19px;
  vertical-align: middle;
  margin-right: 10px;
}

.why-bespoke {
  height: 100vh;
  padding-top: 150px;
  text-align: left;
  background: url("../slice/8a_Whybespoke_Header.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.unique-experience {
  height: 100vh;
  padding-top: 150px;
  text-align: left;
  background: url("../slice/8a_Whybespoke1 copy.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.private-session {
  height: 100vh;
  padding-top: 20%;
  text-align: left;
  background: url("../slice/8a_Whybespoke2.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.professional-craftsmen .bg-01 {
  height: 800px;
  padding-top: 20%;
  text-align: left;
  background: url("../slice/8a_Whybespoke4.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.reliable-partnership .bg-01 {
  height: 800px;
  padding-top: 20%;
  text-align: left;
  background: url("../slice/8a_Whybespoke5.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.detailing .bg-01 {
  height: 800px;
  padding-top: 20%;
  text-align: left;
  background: url("../slice/8a_Whybespoke3.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.intro-section {
  position: relative;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  background: url("../slice/1a_Home_Slider.jpg") no-repeat top center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.collections-section {
  height: 100%;
  padding-top: 120px;
  text-align: left;
  background: url("../slice/3a_Collection_header.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.history-section {
  height: 100%;
  padding-top: 150px;
  text-align: left;
  background: url("../slice/2a_History_Pic.jpg") no-repeat center right;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.notable-section {
  height: 100%;
  padding-top: 150px;
  text-align: left;
  background: url("../slice/4a_noteable_header.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.contact-section {
  height: 100%;
  padding-top: 150px;
  text-align: left;
  background: url("../slice/Contact Us.jpg") no-repeat center;

  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

.copyright {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 9px;
  font-family: "ALight";
  letter-spacing: 1px;
  text-transform: uppercase;
}

.copyright .text-grey {
  color: #666;
}

.copyright i {
  vertical-align: bottom;
  font-size: 17px;
}

.history {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
}
.history h2 {
  font-size: 20px;
}
.history p {
  font-family: "ALight";
  font-size: 14px;
}
.history .left-side {
  text-align: left;
}
.history .left-side hr {
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 45px;
  border: none;
  border-bottom: 4px solid #ffffff;
}
.history .left-side h2 {
  font-size: 28px;
  color: #fff;
}
.history .left-side p {
  padding-left: 80px;
  font-size: 15px;
}

.history .right-side {
  text-align: right;
}
.history .right-side h2 {
  font-size: 28px;
  color: #fff;
}
.history .right-side p {
  padding-right: 80px;
  font-size: 15px;
}
.history .right-side hr {
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 45px;
  border: none;
  border-bottom: 4px solid #ffffff;
}

.top-widget a {
  font-family: "ABook";
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}

.top-widget a:hover {
  color: #cccccc;
  transition: 0.5s;
  text-decoration: none;
}

.copyright a {
  color: #777777 !important;
}

.copyright a:hover {
  color: #000000 !important;
  transition: 0.5s;
  text-decoration: none;
}

.mobile-widget {
  margin-top: 30px;
}
.mobile-widget a {
  color: #fff;
  font-size: 10px;
  margin: 0 10px;
}

.top-widget {
  position: relative;
  z-index: 10;
}

@media (max-width: 992px) {
  .accessories {
    margin-top: 40px !important;
  }

  .history {
    padding-top: 0;
  }

  .designer-section h6 {
    margin-top: 50px;
  }

  .designer-section h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .top-widget {
    display: none;
  }

  .divider-blue {
    display: none;
  }

  .history .right-side {
    text-align: center;
    background: #222b3c;
    padding: 20px 0;
  }
  .history .right-side h2 {
    color: #ffffff;
  }
  .history .right-side hr {
    border-bottom: 4px solid #eeeeee;
    margin: auto;
  }
  .history .right-side p {
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #fff;
    padding: 0 20px;
  }

  .history .left-side {
    text-align: center;
  }
  .history .left-side h2 {
    color: #222b3c;
  }
  .history .left-side hr {
    border-bottom: 4px solid #222b3c;
    margin: auto;
  }
  .history .left-side p {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }

  .navbar {
    padding: 20px 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

  .links {
    font-family: "ABook";
    background: none !important;
    /* padding-left: 17px !important;
    padding-right: 17px !important; */
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10.5px;
    letter-spacing: 1px;
  }

  .links:hover {
  }

  .active > .links {
    font-family: "ABook";
  }

  .link_wrp {
    margin-top: 28px;
  }
}

@media (max-width: 768px) {
  h1.top {
    font-size: 50px;
    letter-spacing: 3px;
    padding-top: 150px;
  }

  h1.middle {
    font-size: 45px !important;
    letter-spacing: 3px;
  }

  h1.bottom {
    font-size: 50px;
    letter-spacing: 3px;
  }

  h1.designer {
    font-size: 45px;
    letter-spacing: 3px;
  }

  .designer-section {
    margin-top: 0 !important;
  }

  .designer-section h6 {
    margin-top: 25px;
  }

  .designer-section hr {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
