.button {/*vocÃª pode alterar largura usando width*/
  padding:15px 30px 20px 30px;
  background:#0056a8;
  font-size: 20px;
  color: #fff;
  position:fixed;
  top:690px;/*altura da classe*/
  right:0px;
  width: 300px;
  bottom: 0px;
text-align: center;
z-index: 99999;
}

  .button a {
    color: #fff;
  }

.navbar-brand {
  padding-top: 0;
}

.navbar {
  padding-top: 0;
  -moz-box-shadow: 0 1px 3px rgba(142, 42, 42, 0.12), 0 1px 2px rgba(142, 42, 42, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(142, 42, 42, 0.12), 0 1px 2px rgba(142, 42, 42, 0.24);
  box-shadow: 0 1px 3px rgba(142, 42, 42, 0.12), 0 1px 2px rgba(142, 42, 42, 0.24);
  background: #9a211f;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-default {
	background: #9a211f;
}

.navbar.navbar-default {
  min-height: 100px;
}

.navbar-collapse {
  margin-top: 5px;
}

#headerwrap {
  background: transparent;
  min-height: 500px;
}
#headerwrap .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#headerwrap .row .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.home #portfoliowrap .row {
  margin-bottom: 4px;
}
.home #portfoliowrap .row .col-md-4 {
  padding-right: 2px;
  padding-left: 2px;
}

#portfoliowrap.noslide h2 {
  margin-bottom: 80px;
}
#portfoliowrap.contato .mid-size {
  width: 740px;
  margin: 0 auto;
}
#portfoliowrap.contato .mid-size label {
  text-align: left;
  width: 100%;
}
#portfoliowrap.contato .mid-size input {
  width: 100%;
}
#portfoliowrap.roupas h2 small, #portfoliowrap.enxoval h2 small {
  text-transform: uppercase;
}
#portfoliowrap.roupas .row, #portfoliowrap.enxoval .row {
  margin-bottom: 30px;
}
#portfoliowrap .box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#portfoliowrap .box img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#portfoliowrap .box .caption {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #384452;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 4px;
  padding-left: 10px;
  padding-top: 15px;
  border-top: 1px solid #FFF;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#portfoliowrap .box:hover img {
  -moz-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}
#portfoliowrap .box:hover .caption {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.topbar {
  background: #a94442;
  height: 30px;
  padding-top: 5px;
  color: #FFF;
  font-size: 10px;
  margin-bottom: 8px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.topbar .social-media {
  margin-right: 10px;
}
.topbar .social-media a {
  color: #fff;
}

#footerwrap {
  padding-bottom: 10px;
  background: #9a211f;
}
#footerwrap address {
  color: #FFF;
  margin-top: 30px;
}

.noslide {
  margin-top: 110px;
}
