.btn-wish{
	width: 103px !important;
}
.badge-cart{
	z-index: 2;
}

.masony {
    -webkit-column-width: 18em;
    -moz-column-width: 18em;
    column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;
    column-gap:1em;
    -moz-column-fill: balance;
}
.masony-item {
    display: inline-block;
    padding:  .25rem;
    width:  100%;
}

#top {
  background: transparent;
  color: #eeeeee;
  padding: 8px 0 0 0;
  /* border-bottom: 1px solid #eeeeee; */
  height: 53px;
}

.brand-img{
  height: 90px;
}
/* .sizes .brand-img{
  margin:0 auto;
} */
.sc-circle{
    border: 1px solid #cecece;
    border-radius: 1em;
    margin-left: 2px;
}
.sc-circle:first-child{
    margin-left: 10px;
}

.no-padding{
  padding:  0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.small-yamm-content {
    padding: 20px !important;
}
.small-yamm-dropdown-menu {
    background: #B41D1D !important;
    min-width: 215px !important;
}
.small-yamm-content h5 {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.btn-copyaddress{
    font-size: 12px;
    float: right;
    padding: 2px 8px;
    margin-top: 5px;
}

.dropdown i.lnr-header{
  font-size: 2em;
}

/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */

.badge-cart {
  position: relative;
  padding: 2px 5px;
  /* top: 29px; */
  left: 427px;
  background: #B41D1D;
  z-index: 999;
  color: #ffffff;
  font-size: 12px;
}

.site-color{
    color: #eecf5b;
}

.contact{
  /*top: 24px;*/
  float: right;
}

.contact .list-inline{
  float: right;
}

.navbar {
    position: relative;
    min-height: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;    
}
.navbar-nav {
  width: 100%;
  text-align: right;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-header{
/*  height: 71px;
  bottom: 63px;
  position: relative;*/
}
.navbar-default .navbar-nav > li > a {
    color: #b41d1d;
    font-size: 15px;
}

.navbar ul.nav > li > a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-top: solid 5px transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
    background-color: #c5a325;
    text-decoration: none;
    font-size: 15px;
}

.navbar ul.nav > li > a:hover {
    border-top: solid 5px #eecf5b;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #870000;
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #c5a325;
    color: #ffffff;
}

.navbar ul.nav > li.active > a, .navbar ul.nav > li.open > a {
    text-decoration: none !important;
    border-top: solid 5px #eecf5b;
}

.navbar ul.dropdown-menu li {
    border-bottom: none;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  background: #ffffff !important;
  box-shadow: 0 5px 21px rgba(0,0,0,0.09);
  -moz-box-shadow: 0 5px 21px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0 5px 21px rgba(0,0,0,0.09);
}

.yamm .yamm-content {
    padding: 20px 30px 53px 30px;
}

.navbar .yamm-content h4 {
  color: #c5a325 !important;
    text-transform: capitalize;
    font-size: 15px;
    margin: 6px 0;
}

.btn-for-header {
    background: transparent;
    border: none;
    padding: 5px 4px;
    color: #222;
}
.fa-cart-back {
    color: #b41d1d;
}

/*
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.media-image {
    display: block;
    width: 100%;
}

.media-body {
  background: rgba(180, 29, 29, 0.7);
  width: 100%;
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media-body:hover { opacity: 1; }

.media-body:after,
.media-body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media-body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media-body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media-body:hover:after,
.media-body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media-body h2 {
    margin-top: 0;
    color: #ffffff;
    line-height: 1.5em;
}
.media-body p { margin-bottom: 1.5em; } */

.btn-for-header:hover, .btn-for-header:focus {
    color: #222;
}

#form-newsletter label{
  background: none;
  filter: progid:none;
  padding: 0;
  border: 0;
  margin: 25px 30px 0 0;
  float: left;
  max-width: 150px;
  font-size: 14px;
}
#form-newsletter input{
  float: left;
  padding: 6px;
  color: #999999;
  background: #fff;
  border: none;
  box-shadow: none;
  width: 260px;
  border: 1px solid;
  margin-top: 18px;
}
#sub-footer {
  padding: 55px 0 30px;
  color: #999999;
  text-align: center;
  min-height:350px;
}
#sub-footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
    margin-bottom: 30px;
}
#subsub-footer{
  padding-bottom: 25px;
  padding-top: 25px;

}
#subsub-footer p{
  color: #999999;
}
#sub-footer .media .media-object{
  width: 80px;
  height: 57px;

}
#sub-footer .media .media-body {
  font-size: 12px;
  text-align: left;
}
#sub-footer .media .media-body a {
    float: right;
    color: #999999;
}
#sub-footer .media .media-body p{
  margin-bottom: 0;
}
#sub-footer .btn-newsletter{
  color: #b41d1d;
  border: 1px solid #999999;
  margin-top: 17px;
  padding: 6px 12px;
}
.box .box-footer {
    background: #f7f7f7;
    margin: 30px 0 -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
    text-align: center;
}
#footer {
    background: #ffffff;
    padding: 50px 0;
    color: #999999;
    border-top: 1px solid #b41d1d;
}
#footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
}
#footer a{
    color: #999999;
}
#copyright {
    background: #ffffff;
    color: #999999;
    padding: 15px 0;
    font-size: 12px;
    line-height: 28px;
    border-top: 1px solid #e5e5e5;
}
.footer-phone{
    color: #b41d1d;
    font-size: 18px;
}
#footer .email-link:hover{
    color: #b41d1d;
}

.modal-list li{
  border: none;
}

.big-blocks .media{
  margin-top: 50px;
}

.info-blocks{
  border-radius: 5px;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
  border: 2px solid #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  height: 84px;
}
.info-block-text{
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 18px;
  padding-left: 5px;
}

.info-blocks .hidden-xs{
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 0;
  text-align: center;
  -moz-transition: all 1s 0s linear;
  -o-transition: all 1s 0s linear;
  -webkit-transition: all 1s 0s linear;
  overflow: hidden;
}

.info-blocks .fa-circle, .info-blocks .fa-circle-o{
  color: #4d4d4d;
}
.fa-circle-thinner {
    box-sizing: border-box;
    display: block;
    width: 46px;
    height: 45px;
    padding-top: 0.3em;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #4d4d4d;
    position: absolute;
    top: 5px;
    left: 5px;
}

.info-block-line{
  border-bottom: 5px solid #b41d1d;
  margin: 0 14px;
}
.info-block-line:hover {
    border-bottom: 5px solid transparent;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    -webkit-transition: all 0.5s 0s linear;
}
.text-before-foot{
  margin: 30px 0 40px 0;
}
.text-before-foot h3{
  color: #B41D1D;
}
.text-before-foot h5{
  line-height: 19px;
}

.contact ul li{
  color: #333;
}

.owl-prods .product,
.owl-prods-msell .product {
  background: #fff;
      border: solid 1px #b41d1d;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 60px;
      overflow: hidden;
      text-align: center;
}
.item-text{
  position: absolute;
  z-index: 9999999;
  margin: 120px 0 0 100px;
}
.item-text h1{
  color: #ffffff;
  margin: -20px 0 0 0;
  font-size: 34px;
}
.item-text h2{
  color: #B41D1D;
  margin: 0 0 15px 0;
  font-size: 25px;
  font-weight: 400;
}

.product {
  background: #fff none repeat scroll 0 0;
  border: none;
  box-sizing: border-box;
  margin-bottom: 60px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #b41d1d;
}

.sizes .list-group-item {
  position: relative;
  display: inline-block;
  padding: 0 110px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  width: 200px;
  text-align: center;
}
.sizes .selectize-input {
    border: none;
    padding: 8px 8px;
    display: inline-block;
    width: 64%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* .sizes .selectize-control {
    width: 100% !important;
} */

.product h3{
  margin-bottom: 5px;
}
.product button{
  margin-bottom: 10px;
}

.search-new{
  width: 100%;
  float: right;

}

.search-new input{
  outline: none;
  font-size: 12px;
  line-height: 18px;
  color: #818181;
  margin: 0px;
  border: none;
  background: none;
  padding: 6px 7px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 7px 0px;
}
.search-new input:focus{
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);

}

.search-new .input-group-btn:focus{
    position: relative;
    font-size: 0;
    white-space: nowrap;
    outline: 0
}
.search-new button{
  outline: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 7px 0px;
}
.search-new button:focus{
  outline: 0;
}
.search-new .btn.btn-default {
    color: #b41d1d;
    background-color: #fff;
    border-color: #ccc;
    width: 48px;
}

.box h3{
  margin-bottom: 23px !important;
  text-align: center;
  margin: 0;
}

.box .list-group{
  text-align: left;
}
.box .list-group li{
  padding-left: 0;
}
.box .list-group li h5{
  text-align: left;
  margin-left: 8px;
}

.box div{
  text-align: left;
}

.sizes .selectize-input{
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

#productMain {
    margin-bottom: 0;
    border: 1px #c0c0c0 solid;
}
#productMain .price {
  font-size: 40px;
      text-align: left;
      margin-top: 0;
      margin-bottom: 5px;
      color: #000;
}
#productMain .quantidade {
    text-align: left;
    margin-bottom: 15px;
}

.box .selectize-control {
  position: relative;
  margin-bottom: 10px;
  /* float: left; */
  width: 180px;
  display: inline-flex;
}

.product .image {
    overflow: hidden;
    height: 215px !important;
}

.product-img {
    width: 100%;
    height: 215px;
}
.product .text h3 {
  font-size: 15px;
  font-weight: 700;
  height: 35.6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.product button {
  margin-bottom: 10px;
  padding: 4px 12px;
  font-size: 12px;
  margin-top: 10px;
}
.owl-brand .product {
    border-bottom: none;
    margin-bottom: 0;
    border: none;
}
.ribbon .theribbon {
    position: relative;
    width: 96px;
    padding: 6px 20px 6px 20px;
    margin: 30px 10px 10px -71px;
    color: #fff;
    background-color: #c5a325!important;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#thumbs a {
    display: block;
    border: solid 1px transparent;
    margin-bottom: 10px;
}

#mainImage{
  margin-bottom: 40px;
}

.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
/*     margin: 10px 0 0 0;
    padding: 10px 0 0 0; */
}

.sizes .stock{
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 4px;
}

.btn-cart{
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #efefef;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  /* min-width: 200px; */
  padding: 12px 24px;
  font-weight: 400;
  height: 55px;
  margin-top: -8px;
}
.btn-cart:hover{
  background-color: #b41d1d;
  color: #ffffff;
}
.addToWish{
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #efefef;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  /* min-width: 200px; */
  padding: 12px 24px;
  font-weight: 400;
  height: 55px;
  margin-top: -8px;
}

.cat-box .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.08em;
    border-bottom: none;
    width: 300px;
}

.cat-box .panel-body {
    padding: 0;
    width: 300px;
}
.tab-content .box{
  margin-bottom: 0;
  padding-bottom: 0;
}
#product-social {
    text-align: center;
    margin-bottom: 10px;
}
#product-social p a.facebook {
  background: #b41d1d;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: none;
    padding: 3px 0 0 0;
}

.owl-brand .product .image {
      overflow: hidden;
      height: 108px !important;
}

.st-multi-color .st-icon-facebook:before, .st-multi-color.st-icon-facebook:before {
    text-shadow: none;
    content: "\e002";
    color: #3b5998 !important;
}

.owl-brand .owl-prev, .owl-brand .owl-next {
    position: absolute !important;
    top: 81% !important;
    margin-top: -10px !important;
}

.owl-brand {
  position: relative !important;
  max-height: 51px !important;
  margin: 15px 0 60px 0 !important;
}

.owl-brand .owl-stage-outer {
    height: 112px !important;
}

.owl-carousel .owl-stage-outer{
  height:auto!important;
}

.box .reviewtext{
  color: #b41d1d !important;
  margin-top: 20px !important;
  font-size: 18px !important;
  padding: 5px 15px;
}

.products-header h1{
  margin-top: 4px;
  margin-bottom: 0;
}
.products-header hr{
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.products-header .list-group li{
  position: relative;
  padding: 10px 0;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  display: inline-flex;
  width: 205px;
}
.products-header .selectize-control>.selectize-input input{
  font-size: 13px;
}
.products-header .list-group-item span{
  margin: 0 5px;
}
.products-header .selectize-control {
  position: relative;
  margin: 0 5px 0 5px;
  top: -7px;
}

#ordenar + .selectize-control>.selectize-input{
  width: 95px;
  height: 34px;
  padding: 5px 11px;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#showx + .selectize-control>.selectize-input{
  width: 70px;
  height: 34px;
  padding: 5px 11px;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#grid, #list{
  width: 32px;
  top: -5px;
  position: relative;
}

#showx + .selectize-control>.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 13px;
}
.products-header .selectize-control .selectize-dropdown [data-selectable] {
    padding: 5px 8px;
    font-size: 12px;
}
.products-header .list-group li:nth-child(1){
  width: 180px;
}
.products-header .list-group li:nth-child(2){
  width: 175px;
}
.products-header .list-group li:nth-child(3){
  width: 190px;
}
.products-header .list-group li:nth-child(4){
  width: 125px;
  float:right;
}


.prod-det{
  margin-bottom: 35px;
}

.img-pending{
  margin-top: 14px;
}
#mainImage .img-pending{
  border: 1px solid #B41D1D;
  margin-top: 14px;
}

.goToDescription {
    font-size: 12px;
    text-align: center;
    margin: 5px 0 10px 0;
}

.input-quantity{
  width: 65px;
  background-color: #efefef;
  background-color: #efefef;
  border-radius: 5px;
  color: black;
  font-size: 1.4em;
  height: 55px;
  text-align: center;
  width: 55px !important;
}
.input-quantity:focus{
  color: #333;
  border-color: #aaa;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
      box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
}

/* Products List Grid */
.products .list-products{
  margin-bottom: 30px;
}

.products .list-products .image {
    overflow: hidden;
    height: 215px !important;
    width: 35%;
    margin: 15px 0 15px 30px;
}

.products .list-products .img-pending {
    margin-top: 0;
}

.products .list-products .text {
  padding: 25px;
  width: 50%;
  left: 375px;
  top: 0;
  position: absolute;
}

.products .list-products .text h3 {
    font-size: 19px;
    font-weight: 700;
    height: 35.6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.products .list-products  button {
    margin-bottom: 25px;
    padding: 4px 12px;
    font-size: 12px;
    margin-top: 10px;
}

.products .list-products a{
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.desc-border{
  border: 1px solid #c0c0c0;
  padding: 5px 15px;
  height: 205px;
  border-bottom: none;
}
.desc-border1{
  border: 1px solid #c0c0c0;
  padding: 5px 15px;
  height: 111px;
  border-top: none;
}

.gridlist{
  float: right;
  width: 100%;
  position: relative;
  display: inline-flex;
}

@media only screen and (max-width : 1600px) {
  .navbar ul.nav > li > a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 0.08em;
      border-top: solid 5px transparent;
      padding-top: 8px;
      padding-bottom: 10px;
  }
}
@media only screen and (max-width : 1400px) {
  .navbar-default .navbar-nav > li > a {
      color: #b41d1d;
      font-size: 13px;
  }
  .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff;
      font-size: 13px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .info-block-line {
      border-bottom: 5px solid #b41d1d;
      margin: 0;
  }
  .info-block-text {
      float: right;
      text-transform: uppercase;
      font-size: 16px;
      color: #4d4d4d;
      line-height: 43px;
      padding-left: 5px;
  }
  .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff;
      font-size: 13px;
  }
}


@media only screen and (max-width : 992px) {
  #productMain .price {
      font-size: 40px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 5px;
      color: #000;
  }
  .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff;
      font-size: 13px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.white{
    background:#fff!important;
}

.owl-mini .owl-prev, .owl-mini .owl-next{
    position: absolute;
    top: 24%;
    margin-top: -10px;
}

.owl-mini .product {border-bottom: none;margin-bottom:0;}
.owl-mini {
    position: relative;
/*    height: 154px !important;*/
    margin: 15px 0 60px 0;
}
.owl-mini .owl-prev,
.owl-mini .owl-next {
    position: absolute;
    top: 25%;
    margin-top: -10px;
}
.owl-mini .owl-prev { left: -16px;}
.owl-mini .owl-next { right: -16px;}
.owl-mini .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: block;}

.owl-theme .owl-nav [class*='owl-']{
    background:#222;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background:#c5a325;
}

.caracteristicas h4{
    line-height: 25px;
}

.caracteristicas{
    background:#fff;
    padding:10px 20px;
}

/*#all, body{
    background:#f3f3f3;
}*/

.tabbable-panel{
    background:#fff;
    padding:20px 0;
}

.property-contacto{
    /*margin-top:40px;*/
}

.property-contacto input,
.property-contacto textarea{
    margin:10px 10px;
}

.property-contacto h4{
    font-size:20px;
    margin-top:10px;
}

.property-contacto input[type='submit']{
    width:100%;
    background-color:#222;
    border:none;
}

.property-contacto input[type='submit']:active{
    width:100%;
    background-color:#222;
}

.no-padding{
  padding-left:0px!important;
  padding-right:0px!important;
}



/* define a fixed width for the entire menu */
.navigation {
  width: 300px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #CCC;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #C5C5C5;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

.nav>li>a>img{
  width:65px;
  margin-right:5px;
}

/* DROPDOWN VERTICAL */

/*VERTICAL MENU*/
div.vertical{
  position:relative;
  width:270px;
  z-index:999999;
}

/* ALL UL */
div.vertical ul{
  list-style: none;
}
/* ALL LI */
div.vertical li{
  position:relative;
}
/* ALL A */
div.vertical a{
  display:block;
  color:#eee;
  text-decoration:none;
  padding:10px 15px;
  background:#222;
  transition:0.2s;
}
/* ALL A HOVER */
div.vertical li:hover > a{
  background:#778;
}

div.vertical ul{
  margin:0!important;
  padding:0!important;
}

/* INNER UL HIDE */
div.vertical ul ul{
  position:absolute;
  left:0%;
  top:0;
  width:100%;
  visibility:hidden;
  opacity:0;
  transition: transform 0.2s;
  transform: translateX(50px);
}
/* INNER UL SHOW */
div.vertical li:hover > ul{
  left:100%;
  visibility:visible;
  opacity:1;
  transform: translateX(0px);
}

#prod-info .panel-heading {
  color: #fff;
  background-color:#b41d1d;
}