@font-face {
  font-family: 'Titillium Web-Regular', sans-serif;
  src: url(../fonts/TitilliumWeb-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'Titillium Web-Bold', sans-serif;
  src: url(../fonts/TitilliumWeb-Bold.ttf) format("truetype");
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  background: #f0f0f0;
}

body a, input[type="button"], input[type="submit"] {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}

a {
  color: #4f4f4f;
  cursor: pointer;
}
a:hover, a:focus {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.no-products {
  padding: 10px 15px;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ds-none {
  display: none !important;
}

.over-hide {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  color: #4f4f4f;
}
.navbar-default h4{
  color: #fafafa;;
}

p, ul, label {
  margin: 0;
  padding: 0;
}

.margin-nav {
  margin-top: 100px;
}

.nopadding {
  padding: 0 !important;
}

.noScroll {
  overflow: hidden;
}

.bold {
  font-weight: 600;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.navbar .container {
  position: relative;
  height: 75px;
}

@media screen and (max-device-width: 320px) and (orientation: portrait){
  /* some CSS here */
    .navbar-brand img {
     content:url("../images/main/logo_empresa_small.png");
     padding: 10px;
   
    }
  
}

.navbar-nav h4 {
  padding: 7.5px 0;
  font-size: 14px;
  line-height: 1.4em;
}
.navbar-nav > li > a {
  padding: 23px;
}
.navbar-nav .input-search {
  width: 150px;
  margin: 0px auto;
  padding: 23px 5px;
}
.navbar-nav .list-products h1, .navbar-nav .list-search h1{
  color: #4f4f4f;
}
.navbar-nav .list-products .hidden-small, .navbar-nav .list-search .hidden-small {
  display: none;
}
.navbar-nav .list-products h1, .navbar-nav .list-search h1 {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 3px 20px;
}
.navbar-nav .list-products h1 hr, .navbar-nav .list-search h1 hr {
  margin: 0;
  border-top-color: #cecece;
}
.navbar-nav .list-products h2, .navbar-nav .list-search h2 {
  font-size: 1em;
  line-height: 1.2;
  padding: 3px 20px;
}
.navbar-nav .list-products h2 hr, .navbar-nav .list-search h2 hr {
  margin: 0;
  border-top-color: #cecece;
}
.navbar-nav .list-products .notfound, .navbar-nav .list-search .notfound {
  padding: 3px 20px;
}
@media (min-width: 996px) {
  .navbar-nav .list-products .hidden-small, .navbar-nav .list-search .hidden-small {
    display: list-item;
  }
  .navbar-nav .list-products h1, .navbar-nav .list-search h1 {
    height: 36px;
  }
}
.navbar-nav .list-products li a, .navbar-nav .list-search li a {
  font-size: 1em;
  line-height: 1;
  padding: 2px 20px;
}
.navbar-nav .list-products {
  position: absolute;
  left: 0;
  padding: 20px 5px;
}
.navbar-nav .list-products h1 {
  color: #B3B3B3;
}
.navbar-nav .list-products h1 hr {
  border-top: 1px solid #B3B3B3;
}
.navbar-nav .list-account, .navbar-nav .list-search {
  width: 715px;
  padding: 20px 5px;
}
.navbar-nav .list-search {
  width: 500px;
}
.navbar-nav .list-account .tab-content {
  border-right: 1px solid #c3c3c3;
}
.navbar-nav .list-account .tab-content hr {
  margin: 5px 0px;
  border-top: 1px solid #c3c3c3;
}
.navbar-nav .list-account .tab-content h1 {
  font-size: 1.6em;
  line-height: 2;
  font-weight: 600;
}
.navbar-nav .list-account .tab-content table {
  width: 100%;
  font-size: 0.9em;
  margin: 20px 0;
}
.navbar-nav .list-account .tab-content table td:nth-of-type(2n+1) {
  vertical-align: top;
}
.navbar-nav .list-account .tab-content .form-horizontal {
  margin: 20px 0;
}
.navbar-nav .list-account .tab-content h2 {
  font-size: 1.2em;
  line-height: 2;
  font-weight: 600;
  border-bottom: 1px solid #c3c3c3;
}
.navbar-nav .list-account .nav-tabs {
  border-bottom: none;
}
.navbar-nav .list-account .nav-tabs > li, .navbar-nav .list-account .nav-tabs > li > a, .navbar-nav .list-account .nav-tabs > li > a:focus, .navbar-nav .list-account .nav-tabs > li > a:hover {
  float: none;
  background-color: transparent;
  border-color: transparent;
}
.navbar-nav .list-account .nav-tabs a {
  line-height: 1.1;
}
.navbar-nav .list-account .nav-tabs a span {
  font-size: 0.8em;
}
.navbar-nav .dropdown-full {
  position: inherit;
}

.navbar-default .navbar-toggle {
  margin: 23px 15px;
}
.navbar-default .navbar-brand {
  height: 80px;
}
.navbar-brand{
    padding: 15px 0px  !important;
}
.hide-full {
  display: none;
}
.navbar-default {
  background-color: #4f4f4f ;
  color:  #fafafa;
}

.navbar-default body{
  background-color: #4f4f4f ;
  color:  #fafafa;
}


@media (max-width: 995px) {
  .hide-full {
    display: inline-block;
  }

  html {
    min-height: 100%;
  }

  .navbar-header {
    float: none;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 80px;
    width: 100%;
  }

  .navbar-nav {
    background: #fafafa;
    margin: 0px -15px;
  }
  .navbar-nav > li > a {
    padding: 0 23px;
  }
  .navbar-nav > li > .input-search {
    padding: 2px 23px;
    width: 100%;
  }

  .navbar-toggle {
    display: block;
  }

  .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-content > .active {
    overflow: hidden;
  }
}
@media (min-width: 996px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }

  .navbar-toggle {
    display: none;
  }
}
.img-product {
  position: relative;
  padding: 0 15px 30px 15px;
}
.img-product a, .img-product a:hover {
  text-decoration: none;
}
.img-product a p, .img-product a:hover p {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #333;
  font-weight: 600;
}

.img-catalog {
  padding: 0 15px 30px 15px;
}
.img-catalog a, .img-catalog a:hover {
  text-decoration: none;
}
.img-catalog a p, .img-catalog a:hover p {
  text-align: center;
  color: #333;
}
.img-catalog a:hover p {
  text-decoration: none;
}
.img-catalog img {
  height: 100%;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #cccccc;
  opacity: 0.5;
  margin: 0 1px;
  border: none;
}
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  background-color: #4f4f4f;
  opacity: 0.8;
  margin: 0 1px;
  border: none;
}

.carousel-caption {
  bottom: auto;
  top: 10px;
}
.carousel-caption h2 {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  color: #000 !important;
  margin: 0px !important;
  padding: 0px !important;
}

.width20 {
  float: left;
  width: 20%;
}

.width20 > img {
  width: 80%;
  margin: 13.4% 0;
}

.width20 > img:first-child {
  margin-top: 0;
}

.width20 > img:last-child {
  margin-bottom: 0;
}

.width80 {
  float: left;
  width: 80%;
}

.ratio {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}

.ratio > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

.al-center {
  text-align: center;
}

.fl-right {
  float: right;
}

.thumbnail {
  border: none;
  border-radius: 0;
  width: 90%;
  height: auto;
  padding: 0;
  margin: 0px auto 5px auto;
}
.thumbnail:hover {
  opacity: 0.5;
}

.img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
.img-thumbnail:hover {
  opacity: 0.5;
}

.img-responsive:hover {
  opacity: 0.5;
}

.dress-name h1, .dress-name h2, .dress-name h3 {
  padding: 0;
}
.dress-name h3 {
  font-size: 1.2em;
  font-weight: 700;
}
.dress-name h1 {
  font-size: 4em;
  font-weight: 100;
  line-height: 2;
}
.dress-name h2 {
  font-size: 1.8em;
  font-weight: 600;
}
.dress-name p {
  margin: 20px 0;
  color: #9a9a9a;
  height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.dress-name .price {
  float: right;
  padding: 50px 0 0 0;
  color: #CAC9C9;
  cursor: pointer;
}
.dress-name .price:hover {
  text-decoration: none;
}
.dress-name .price:hover p {
  text-decoration: none;
}
.dress-name .price h3, .dress-name .price h2, .dress-name .price p {
  display: inline-block;
  clear: both;
  color: #333;
}
.dress-name .price h3 {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
}
.dress-name .price h2 {
  display: block;
  font-weight: 400;
  text-align: center;
}
.dress-name .price p {
  overflow: hidden;
  display: block;
  margin: 0;
  height: auto;
  font-size: 0.8em;
  text-align: center;
  color: #CAC9C9;
}
.dress-name .price p:hover {
  text-decoration: none;
}

.dress-stock {
  display: block;
  margin: 20px 0;
}
.dress-stock p {
  font-weight: 600;
}
.dress-stock p span {
  width: 20px;
  display: inline-block;
}

.dress-social .group-img {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.dress-social .group-img a {
  margin: auto;
}
.dress-social img {
  margin: 0 5px;
}
.dress-social p {
  font-size: 0.8em;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.dress-social ul li {
  display: inline-block;
}

.dress-buy {
  float: right;
}

.btn-highlight, .dress-buy .btn-shop {
  color: #3C3038;
  background: #e7e7e7;
}

.btn-highlight:hover, .dress-buy .btn-shop:hover {
  color: #3C3038;
  background: #cccccc;
}

.table-available {
  margin: 20px 0;
  height: 0;
  overflow: hidden;
}
.table-available.open {
  height: 425px;
}
.table-available table th {
  text-align: center;
}
.table-available table th:first-child {
  text-align: left;
  vertical-align: middle;
}
.table-available table th:first-child .smalltext {
  font-size: .8em;
  font-weight: 300;
  color: #9E9C9C;
}
.table-available table .input-quant {
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

.btns-actions {
  margin: 10px 0;
  text-align: right;
}

@media (max-width: 995px) {
  .imagezoom-cursor, .imagezoom-view {
    display: none;
  }
}
#flexiselDemo3, #flexiselDemo4 {
  display: none;
}

.related-products h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
}
.related-products span {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px;
  background-color: #000000;
  width: 30px;
  height: 1px;
}
.related-products .related li {
  display: inline-block;
}
.related-products .related li p {
  text-align: center;
  color: #000;
  display: block;
}
.related-products .related img {
  margin: auto;
}
.related-products .related a:hover {
  text-decoration: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
  margin: 1.5em 0;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-table {
  position: relative;
  max-width: 100%;
  height: 346px;
  margin: auto;
  overflow: auto;
}
.container-table img {
  width: 35px;
  position: absolute;
  top: 9px;
}
.container-table table {
  margin: auto;
  position: relative;
  margin-top: 24px;
  margin-left: 175px;
  border-collapse: collapse;
}
.container-table table tr {
  border-bottom: 1px solid #cecece;
}
.container-table table tbody tr:last-child {
  border-bottom: none;
}
.container-table table tbody tr:last-child th {
  border-bottom: none;
}
.container-table table td, .container-table table th {
  padding: 0;
}
.container-table table th {
  position: absolute;
}
.container-table table th p {
  display: inline-block;
  margin-left: 40px;
}
.container-table table th p span {
  display: block;
}
.container-table table thead {
  position: absolute;
  margin-top: -24px;
  z-index: 2;
}
.container-table table thead tr {
  width: 100%;
  height: 24px;
}
.container-table table thead tr td, .container-table table thead tr th {
  width: 173px;
  height: 24px;
  text-align: center;
  background-color: #fafafa;
}
.container-table table thead tr td:first-child, .container-table table thead tr th:first-child {
  height: 25px;
  width: 175px;
  left: -175px;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.container-table table tbody {
  border-top: 1px solid #cecece;
}
.container-table table tbody tr {
  position: relative;
  margin-left: -175px;
}
.container-table table tbody tr td {
  height: 52px;
}
.container-table table tbody tr td input {
  text-align: center;
}
.container-table table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.container-table table tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}
.container-table table tbody tr:nth-child(even) {
  background-color: #e7e7e7;
}
.container-table table tbody tr:nth-child(even) th {
  background-color: #e7e7e7;
}
.container-table table tbody tr th {
  left: -175px;
  width: 175px;
  height: 52px;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  display: table;
}
.container-table table tbody tr th div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

#prices, #description {
  height: 200px;
}

.breadcrumb {
  padding: 20px 0;
  margin-bottom: 0px;
  background-color: #e7e7e7;
  border-radius: 4px;
  text-align: center;
}
.breadcrumb a {
  text-transform: uppercase;
  color: #333;
  padding: 0 10px;
}
.breadcrumb a.selected, .breadcrumb a:hover {
  text-decoration: none;
  font-weight: 600;
}

.list-add {
  margin: 20px 0;
}
.list-add .item-add {
  margin: 0 0 5px 0;
  cursor: pointer;
  padding: 0 5px;
}
.list-add .item-add p {
  display: inline-block;
  line-height: 1.2;
  font-size: 1em;
  margin-left: 10px;
}
.list-add .item-add .star {
  display: inline-block;
  font-size: 2em;
  line-height: 1.15;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.list-add .item-add.favorite {
  background-color: #e7e7e7;
}

.info {
  font-size: 0.8em;
}
.info a {
  cursor: pointer;
}

.details-enc h2 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
}
.details-enc textarea {
  resize: none;
  width: 90%;
  margin: auto;
}
.details-enc .radio, .details-enc .checkbox {
  margin-left: 15px;
  margin-right: 15px;
}
.details-enc .address-enc {
  height: 100px;
  overflow: hidden;
  padding: 10px 15px;
}
.details-enc .address-enc.active {
  background-color: #e7e7e7;
}
.details-enc .address-enc.active button {
  display: none;
}
.details-enc .address-enc .title {
  font-weight: 600;
}
.details-enc .address-enc p {
  font-size: 0.9em;
}
.details-enc .address-enc .btn {
  float: right;
}

.table-right {
  width: auto;
  float: right;
}

.table-resume thead tr {
  background-color: #4f4f4f;
}
.table-resume thead tr th {
  color: #e7e7e7;
  padding: 8px 15px;
}
.table-resume tbody tr th {
  text-transform: uppercase;
}
.table-resume tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.table-resume tbody tr:nth-child(even) {
  background-color: #e7e7e7;
}
.table-resume tbody tr th, .table-resume tbody tr td {
  padding: 8px 15px;
}
.table-resume input {
  text-align: center;
  width: 80px;
}
.table-resume .delete {
  background-color: #ff0033;
  color: #fafafa;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: relative;
}
.table-resume .delete i {
  position: absolute;
  left: 4.5px;
  top: 2.2px;
}

.company hr {
  margin: 5px 0;
}
.company h3 {
  margin: 15px 0;
}
.company table tr td {
  vertical-align: top;
  padding-bottom: 10px;
}
.company table tr td:nth-of-type(2n+0) {
  padding-left: 10px;
}

.services hr {
  margin: 5px 0;
}
.services h3 {
  margin: 15px 0;
}
.services h4 {
  margin: 10px 0;
}
.services .col-xs-4 {
  margin-bottom: 20px;
}
.services .col-xs-4 .img-service {
  height: 90px;
}
.services .col-xs-4 img {
  display: block;
  margin: auto;
}

.contacts .geral p {
  margin-bottom: 30px;
}
.contacts .contact .email {
  font-size: 0.8em;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  background-color: #e7e7e7;
}
footer .copyright {
  padding: 15px 0;
  background-color: #4f4f4f ;
  color:  #fafafa;
}
footer .copyright p {
  display: inline-block;
  float: left;
}
footer .copyright a {
  color: #fafafa;
}
footer .copyright .langs {
  display: inline-block;
  float: right;
}
footer .copyright span {
  display: inline-block;
}
@media (min-width: 768px) {
  footer .copyright span {
    display: none;
  }
}
footer h4 {
  margin: 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #B3B3B3;
}
footer h4 hr {
  margin: 5px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #B3B3B3;
}
footer .links {
  display: none;
  padding: 20px 0 15px 0;
  background-color: #e7e7e7;
}
@media (min-width: 768px) {
  footer .links {
    display: block;
  }
}

.modal-body .email_header {
  width: 100%;
}

.all-brands {
  position: relative;
}
.all-brands.open .marca {
  width: 0%;
  height: 0%;
  padding: 0;
}
.all-brands .marca {
  height: auto;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  overflow: hidden;
}
.all-brands .marca .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
}
.all-brands .marca img {
  float: left;
  margin: 10px 25%;
  width: 80px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.all-brands .marca h4, .all-brands .marca .text-desc {
  float: left;
  margin: 0 auto;
  width: 100%;
}
.all-brands .marca.open img {
  float: left;
  margin: 10px;
}
.all-brands .marca.open h4, .all-brands .marca.open .text-desc {
  width: 80%;
  margin: 10px auto;
  padding-left: 10px;
}
.all-brands .marca.open .close {
  opacity: 0.2;
}
.all-brands .marca.open .close:hover {
  opacity: 0.5;
}
.all-brands .text-desc {
  display: none;
}
.all-brands .marca.open {
  opacity: 1;
  width: 100%;
  background-color: #e7e7e7;
}
.all-brands .marca.open .text-desc {
  display: block;
}
