body {
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}

span, a {
  display: inline-block;
  vertical-align: middle;
}

.text-red {
  color: #C5332B;
}

.main-nav {
  display: inline-block;
}
  .main-nav a {
    color: #333;
    border-bottom: 2px solid #333;
    padding: 10px 10px;
    width: 150px;
    text-align: center;
    font-size: 13px;
  }
  .main-nav a:hover, .main-nav a.active {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  .main-nav a.pull-right {
    background: rgba(0,0,0,.2);
  }

.btn {
  border-radius: 0;
  font-weight: 500;
}
  .btn-lg {
    padding: 13px 30px;
    font-size: 16px;
  }
.btn-red {
  background-color: #C76BAB;
  color: white;
}
  .btn-red:hover {
    color: white;
  }

.section {
  padding: 100px 0;
}

.section-title {
  position: relative;
  text-align: center;
  margin: 0 0 50px;
  padding-bottom: 20px;
}
.section-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #C5332B;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
}

#home-hero {
  background: url("../images/home-hero.jpg") no-repeat center center;
  height: 450px;
  padding: 0;
}
#home-hero .item,
.carousel-inner {
  height: 100% !important;
  background-size: auto 100%;
}
#carousel-example-generic {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #home-hero .item {
    padding-left: 50%;
  }
}
@media (max-width: 767px) {

  #home-hero h1 {
    color: white;
    text-shadow: #000 1px 1px 10px;
  }
}
  #home-hero h1 {
    font-size: 50px;
    margin: 0 0 15px;
    font-family: serif;
    font-weight: bold;
  }
  #home-hero p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 0 20px;
    font-weight: 400;
    opacity: 0.8;
  }

.collapsible-item {
  background: #383838;
  color: white;
  display: block;
  margin-bottom: 10px;
  text-decoration: none !important;
  color: white !important;
  cursor: pointer;
}
  .collapsible-item:hover,
  .collapsible-item:visited,
  .collapsible-item:active {
    text-decoration: none;
    color: white;
  }
.collapsible-btn {
  background: rgba(255,255,255,0.1);
  padding: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 55px;
}
.collapsible-btn .fa {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  background: #383838;
  line-height: 40px;
}
.collapsible-btn .fa-minus {
  display: none;
}
.collapse p {
  padding: 20px 30px;
  font-size: 13px;
}
.collapse {
  padding: 0;
  height: 0;
  overflow: hidden;
  display: block;
  transition: height 0.2s;
}
.collapsible-item.active .collapse {
  height: 170px;
}
.collapsible-item.active .collapsible-btn .fa-plus {
  display: none !important;
}
.collapsible-item.active .collapsible-btn .fa-minus {
  display: inline-block !important;
}
@media (max-width: 1020px) {
  .collapsible-item.active .collapse {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .collapsible-item.active .collapse {
    height: 200px;
  }
}

#aprove-group {
  background: #C5332B;
  color: white;
  text-align: center;
  padding: 60px;
}
.aprove-item {
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
  padding: 15px 30px;
  margin-bottom: 10px;
  min-height: 65px;
}

#our-people {
  background: #fafafa;
}
  #our-people .row {
    margin: 0;
  }
  #our-people .col-sm-6 {
    padding: 0;
  }
.people-item {
  padding: 60px 30px 30px;
  height: 400px;
}
  .people-item.odd {
    background: white;
  }
  .people-item h4 {
    margin: 0 0 10px;
  }
@media (max-width: 767px) {
  .people-item {
    height: auto;
    background: white;
    margin-bottom: 30px;
  }
}

#contact-us {
  background-color: #F3F1F3;
  text-align: center;
}
  #contact-us .form-holder {
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
  }

.form-holder input[type="text"],
.form-holder input[type="email"],
.form-holder textarea {
  display: block;
  background: white;
  border: 1px solid rgba(0,0,0,0.6);
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  color: #222 !important;
}
textarea {
  height: 200px;
}
.form-holder label {
  font-size: 13px;
}

footer {
  background: #444;
  color: white;
  padding: 100px 0;
  text-align: center;
}
  footer a:hover {
    color: white;
  }
  footer a,
  footer p {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    display: block;
  }
  .footer-nav h6 {
    font-size: 15px;
  }
  .footer-nav > a {
    line-height: 20px;
  }
  footer p {
    position: relative;
    padding-left: 30px;
  }
  footer p .fa {
    position: absolute;
    left: 0;
    top: 3px;
  }

.copyright {
  font-size: 12px;
  color: #999;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 60px;
  padding-top: 20px;
}

.service-item {
  display: block;
}

@media (max-width: 520px) {

  .service-item {
    margin-bottom: 1px !important;
  }
}

.service-item:after {
  content: "";
  display: table;
  clear: both;
}
.service-item img {
  width: 80%;
}
.service-item .img-col,
.service-item .text-col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .service-item .img-col,
  .service-item .text-col {
    float: left;
    width: 50%;
  }

  .service-item.odd .img-col {
    float: right;
  }
}

.topbar {
  padding: 10px 0;
}
.topbar-item {
  margin-right: 40px;
  margin-top: 5px;
  color: #999;
}
.topbar-item b {
  color: #333;
}

.topbar-socials a {
  color: #999;
  font-size: 20px;
  padding: 0 10px;
}

.bullet-nav {
  position: fixed;
  right: 30px;
  top: 150px;
  z-index: 900;
}
.bullet-nav .bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
}
.bullet-nav a {
  padding: 5px !important;
}
.bullet-nav .active a {
  background: none !important;
}
.bullet-nav .active .bullet {
  background: #C5332B;
}

#service, #retail-management {
  border-top: 4px solid #C76BAB;
  padding: 60px 0;
  text-align: center;
}
  #service .logo, #contact-us .logo, #retail-management .logo {
    height: 40px;
    margin-bottom: 20px;
  }

  #service h2, #contact-us h2, #retail-management h2, #our-clients h2, #latest-blog h2 {
    border-bottom: 2px solid #595757;
    width: 300px;
    margin: 0 auto 40px;
    padding-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #595757;
  }
  .service-item {
    height: 500px;
    background-color: #999;
    padding: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
    cursor: pointer;
  }
  .service-item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.11+0,0.77+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.11) 0%, rgba(0,0,0,0.77) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.11) 0%,rgba(0,0,0,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.11) 0%,rgba(0,0,0,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
  }
  .service-item:hover .overlay {
    background: rgba(0,0,0,0.8);
  }


.featured-service {
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  background-color: #ccc;
}
  .featured-service h2 {
    width: 300px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    font-size: 20px;
    text-transform: uppercase;
  }
  .featured-service h4 {
    margin: 30px 0 15px;
    text-transform: uppercase;
    font-size: 16px;
  }

.col-service-item,
.col-portfolio-item {
  float: left;
  width: 20%;
  transition: width 0.3s;
}
.col-portfolio-item {
  width: 25%;
}
@media (max-width: 520px) {

  .col-portfolio-item {
    width: 50%;
  }

  .portfolio .service-item {
    height: 360px;
  }
}
.col-service-item.expand {
  width: 60%;
}
.col-service-item.shrink {
  width: 10%;
}
  .service-item .caption {
    color: white;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
  }
  .service-item .caption .initial {
    color: #C76BAB;
    font-size: 40px;
    vertical-align: baseline;
    line-height: 30px;
  }
  .service-item .caption .word {
    vertical-align: bottom;
    line-height: 30px;
    width: 0;
    overflow: hidden;
    transition: width 0.2s;
  }
    .service-item:hover .caption .word {
      width: 140px;
    }
    .col-service-item.expand .service-item .word {
      width: auto !important;
    }
    .col-service-item.shrink .service-item .word {
      width: 0 !important;
    }
    .col-service-item.expand .service-item .overlay {
      background: rgba(0,0,0,0.7);
    }
.service-item .service-description {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 200px;
  color: white;
  display: none;
  z-index: 3;
  text-align: left;
}
.expand .service-item .service-description {
  display: block;
}
@media (max-width: 767px) {

  .col-service-item {
    width: 100% !important;
    float: none;
  }
  .col-service-item .service-item {
    height: auto !important;
    padding: 30px;
    margin: 0;
  }
  .col-service-item .service-item .overlay {
    background: rgba(0,0,0,0.8);
  }
  .col-service-item .service-item .service-description,
  .col-service-item .service-item .caption {
    display: block !important;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .col-service-item .service-item .service-description {
    height: 0;
    overflow: hidden;
  }
  .col-service-item.expand .service-item .service-description {
    height: auto;
  }
  .col-service-item .service-item .caption .word {
    width: auto !important;
  }
}

.social-links a {
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  background: rgba(255,255,255,0.3);
  color: #444;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.social-links a:hover {
  background: rgba(255,255,255,0.7);
}

.contact-info {
  margin: 30px 0;
  color: #666;
}
.contact-info .fa {
  color: #999;
  margin-right: 6px;
}

.portfolio-caption {
  color: rgba(255,255,255,0.7);
  text-align: center;
  font-size: 20px;
  padding: 40px 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
}

.portfolio-modal,
.project-modal {
  background: white;
}
.portfolio-hero {
  height: 600px;
  background: red;
  text-align: center;
  position: relative;
  background: url("../images/portfolio/hero.jpg") no-repeat center center;
  background-size: cover;
}
.portfolio-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
}
.portfolio-hero .caption {
  max-width: 600px;
  padding-top: 10%;
  margin: 0 auto 0;
  color: white;
}
.portfolio-hero h1 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 40px !important;
  text-transform: uppercase;
  color: #B26B9F;
  text-shadow: #ffffff 0 0 30px;
}
.portfolio-hero h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 20px;
}
.portfolio-hero h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.portfolio-hero p {
  font-size: 40px;
  font-weight: bold;
}
.portfolio-logo-item {
  text-align: center;
  height: 200px;
  cursor: pointer;
}
.portfolio-logo-item:hover img {
  opacity: 0.5;
}
.portfolio-logo-item img {
  width: 50% !important;
  max-width: 300px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.portfolio-mode {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body.portfolio-mode .portfolio-modal {
  top: 0;
}
.close-modal-btn,
.close-project-btn {
  position: absolute;
  z-index: 200;
  color: white;
  font-size: 20px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.close-project-btn {
  right: auto;
  left: 15px;
  color: #666;
}
.close-project-btn .fa {
  font-size: 14px;
}

.project-modal.active {
  top: 0;
}
.project-modal .modal-content {
  padding: 30px;
  box-shadow: none;
  border: none;
  text-align: center;
}
.project-deco {
  width: 100px;
  height: 2px;
  background: #C76BAB;
  margin: 20px auto;
}

.client-table {
  max-width: 100%;
  text-align: left;
  margin: 60px auto;
}
.client-table th {
  width: 150px;
  font-weight: bold;
}
.project-modal h3 {
  max-width: 700px;
  margin: 60px auto 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
}
.project-modal {
  max-width: 700px !important;
  margin: 10px auto;
}
.noscroll {
  overflow: hidden !important;
}

.col-portfolio-item .service-item .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+97 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.portfolio-caption {
  padding: 30px;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  transition: padding-bottom 0.2s;
}
.col-portfolio-item:hover .portfolio-caption {
  padding-bottom: 60px;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-logo-item {
  display: block;
}

img, div {
  max-width: 100% !important;
}

  #service .row {
    margin: 0 !important;
  }

.portfolio-nav {
  border: none;
  text-align: center;
  margin: 0 0 20px;
}
.portfolio-nav li {
  float: none;
  display: inline-block;
}
.portfolio-nav li a {
  border: none !important;
  color: #999;
}
.portfolio-nav li.active a {
  border: none !important;
  color: #C76BAB !important;
  font-weight: bold !important;
}
.portfolio-nav li.active:hover a {
  border: none !important;
}
.portfolio-nav li:hover a {
  border: none !important;
  background: none !important;
  color: #C76BAB !important;
}

.portfolio-grid:after {
  display: table;
  content: "";
  clear: both;
}
.portfolio-grid .portfolio-grid {
  margin-right: -10px;
}
.portfolio-grid .col-sm-6,
.portfolio-grid .col-xs-6,
.portfolio-grid .col-xs-12 {
  padding: 0 10px !important;
}
.portfolio-grid-item {
  width: 100%;
  background-color: #eee;
  height: 250px;
  margin-bottom: 20px;
  background-size: 120%;
  background-position: center center;
  transition: all 0.3s;
}
.portfolio-grid-item:hover {
  background-size: 140%;
}
.portfolio-grid-item.lg {
  height: 520px;
}

.btn-primary {
  background-color: #C76BAB;
  border: none !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #C76BAB !important;
}

#header-holder {
  height: 70px;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.blog-item {
  border: 1px solid #eee;
  padding: 15px 15px 20px;
  border-radius: 4px;
  display: block;
  color: #444;
  margin-bottom: 10px;
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item .img-holder {
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
.blog-item h3 {
  font-size: 20px;
}
.blog-item p {
  font-size: 14px;
  color: #888;
}
.blog-item .text-holder {
  height: 180px;
  overflow: hidden;
}

.portfolio-pane {
  display: none;
}

.toggle-btn {
  cursor: pointer;
}

@media (max-width: 767px) {

  .banner-logo {
    display: none !important;
  }

  .item.item-rc {
    background-image: url('../images/banner/mobile-rc.jpg') !important;
    background-position: left top !important;
  }

  .item.item-bb {
    background-image: url('../images/banner/mobile-bb.jpg') !important;
    background-position: left top !important;
  }

  .item.item-hm {
    background-image: url('../images/banner/mobile-hm.jpg') !important;
    background-position: left top !important;
  }
}
