
.button-nav-toggle {
  font-size: 20px;
  float: left;
  border: 0;
  background: 0 0;
  color: #000;
  outline: 0;
  cursor: pointer;
  margin-top: 10px;
}

.nav-main {
  transition: left .25s ease-in-out;
  background: #fff;
  position: fixed;
/*  overflow-x: hidden;*/
  width: 280px;
  left: -280px;
  top: 0;
  bottom: 0
}

.nav-main .nav-container {
  transition: left .25s ease-in-out;
  position: relative;
  left: 0
  background: #fff;
}

.shrink .nav-main .nav-container {
  background: #fff;
}

.nav-main .nav-container.show-sub { left: -280px }

.nav-main .nav-container ul {
  margin: 0;
  padding: 0 20px;
  height: 1000px;
}

.nav-main .nav-container ul li {
  list-style: none;
  border-bottom: 1px solid #d5d7da
}

.nav-main .nav-container ul li a {
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  color: #000;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
}

.nav-main .nav-container ul li a:hover { color: #4d5152 }

.nav-main .nav-container ul li ul {
  display: none;
  width: 280px;
  position: absolute;
  left: 280px;
  top: 0
}

.nav-main .nav-container ul li ul li { border: 0 }

.nav-main .nav-container ul li ul li.nav-label {
  border-top: 1px solid #d5d7da;
  padding: 25px 0 10px
}

.nav-main .nav-container ul li ul li a {
  padding: 7px 0 15px;
  font-size: 14px
}

.nav-main .nav-container ul li ul li a.back {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 25px;
  background: url(..//img/arrow-left.png) left center no-repeat
}

.nav-main .nav-container ul li.has-sub-nav a { background: url(..//img/arrow-right.png) right center no-repeat }

.nav-main .nav-container ul li.has-sub-nav ul a { background: 0 0 }

.nav-main .nav-container ul li.active ul { display: block }

.open .nav-main { left: 0 }

*,
:after,
:before { box-sizing: border-box }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  line-height: 1.6em;
  color: #222;
  margin: 0
}

.page-wrapper {
  max-width: 1040px;
  margin: 0 auto
}

.header-main {
  overflow: hidden;
  padding: 20px 0
}

.section-stage {
  background: #202020;
  width: 100%;
  height: 500px
}

.main {
  transition: left .25s ease-in-out;
  position: relative;
  left: 0
}

/*.main.open { right: 280px }*/


.open .nav-main {
  height: 1000px;
}

.close .nav-main {
  height: 1000px;
}

.header-main .icon {
  margin: 15px;
}
.note{
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  font-style: italic;
}

.carousel-control.left,.carousel-control.right{
  background: none !important;
  margin-top: 11em;
}
.about p{
  color: #222;
  font-size: 20px;
}
.copyft p{
  color: #fff;
  font-size: 18px;
}
.location{
  margin-top: 30px;
}
.location ul li{
  padding-bottom: 10px;
}
.location ul li a{
  font-size: 22px;
  font-family: 'Quicksand', sans-serif;
  color: #222;
} 
.hm-quality h4{
  font-weight: 500;
}
.note p a{
  color: #fff;
}

.modal-content{
  box-shadow: 0px 0px 5px #777;
}
.modal-header{
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #777;
}
.modal-body{
  background-color: #000;
  color: #fff;
  border:none;
}
.about1 p{
  font-size: 18px;
  margin-bottom: 10px;
}
p.text-up{
    text-transform:uppercase;
}