body {background-color:#d1842e}
a {color: #d1842e}
a:focus, a:active {color: #d1a95e}
a:hover {color: #CC4E27}
h1, h2 {color: #d1842e;}
h2::after {border-bottom-color: #d1842e !important}

.registro {background-color: #d1842e;}
.registro h2 {color: #fff}
.registro .btn {border: 0; margin-top: 15px}

/*MODAL*/
.modal-md {width: 500px;}
.modal-header {border-bottom: 0;}
.modal .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td,
.modal .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {padding: 0}
.modal .producto-img {text-align: center; width: 100px; height: 140px}
.modal .producto-nombre {
	padding: 0 20px !important;
	line-height: 140px;
	font-weight: normal;
	font-size: 15px;
	width: 250px;
}
.modal .producto-cantidad {text-align: center; width: 70px; line-height: 140px;font-weight: bold;}
.modal .producto-eliminar {text-align: center; line-height: 140px;}

/*NAVBAR*/
.adymat .navbar-default {background-color: #fff;border: none; font-weight: normal;}
.adymat .navbar-default .navbar-nav>li>a {color: #666;text-transform: uppercase;}
.adymat .navbar-default .navbar-nav>li>a:hover {color: #999;}
.navbar {margin: 0;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {background-color: #d1842e;color: #FFF;}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {color: #d1842e;background-color: transparent;border-bottom: 5px solid #d1842e;}

/*FOOTER*/
footer {color: #fff;}
footer a, footer a:hover {color: #fff;}

.btn-primary {background-color: #d1842e;border-color: #d1842e;}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, 
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
	background-color: #d1a95e;
	border-color: #d1a95e;
}

.search-bar {
	background-color: #fff;
	padding: 35px 0;
	font-size: 25px;
	border-top: 1px solid #f1f1f1;
}
.search-bar .fa {color: #828282;}
.search-bar input {border: none;font-weight: normal;}
.search-bar input:focus {outline: none;box-shadow: none;}

.inner {padding: 20px;}

.search-bar input::-webkit-input-placeholder { color:    #d9d9d9;}
.search-bar input:-moz-placeholder { color:    #d9d9d9;   opacity:  1;}
.search-bar input::-moz-placeholder { color:    #d9d9d9;opacity:  1;}
.search-bar input:-ms-input-placeholder { color:    #d9d9d9;}

.product {
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.product .image {
	background-color: #dadada;
	overflow: hidden;
}
.product .image a {
	display: block;
	height: 100%;
	background-size: cover;
	transition: all .2s linear;
}
.product .image a:hover {opacity: .5}
.product .caption {
	background-color: #fff;
	padding: 20px;
	font-size: 14px;
	color: #646464;
	height: 150px;
}
.product .caption .title {
    height: 43px;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 17px
}
.product .caption div.resumen {display: block;height: 60px;overflow: hidden;}
.product .caption div.tags {height: 90px; overflow: hidden;}
.product .caption div.tags a {
	font-size: 14px;
	color: #999999;
}

.intro {background-image: url(/assets/img/bg-adymat-intro.jpg);}

.product .image a img {transition: all .2s linear;}
.product .image a:hover img {transform: scale(1.1);}

.notification {background-color: #d1842e; color: #fff;}

.similar-products {padding-bottom: 70px !important}
.similar-products .product {margin-bottom: 0}

.rsDefault .rsThumb.rsNavSelected {background: #d1842e;}

.phrase {background-color: #d1842e; font-size: 25px; font-weight: 300; color: #fff; font-style: italic;}

.supply h3 {color: #bd955b}

.sectoruno .sector {height: 680px;}
.sector a {color: #333;}

/*BREADCRUMB*/
.breadcrumb {background-color: #fff; color: #333;}
.breadcrumb .active {background-color: #da5a2a; color: #fff;}
.breadcrumb li.active {border-bottom-color: #D75928;}

.marcas {background-color: #fff;}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #d1842e;
	border-color: #d1842e;
}

.fa-search {color: #d1842e;}

.title {color: #d1842e}

.country {background: #d1842e url('../img/mapa-adymat.png') no-repeat center; color: #fff; padding: 120px 0;}

.que h2:after {margin: 0;}