body, html {
  height: 100%;
  margin-top: 33px;
  font-size:16px !important;
}
a {
	color: #D4AF37;
}
a:hover {
	color: white;
}
.bgaboutus {
  /* The image used */
  background-image: url(../img/aboutus1351x700.jpg);

  /* Half height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgproducts {
  /* The image used */
  background-image: url(../img/products1351x700.jpg);

  /* Half height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgcasamonroy {
  /* The image used */
  background-image: url(../img/wine/casa-monroy1351x700.jpg);

  /* Half height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgcervezalamorena {
  /* The image used */
  background-image: url(../img/beer/cerveza-lamorena1500x498.jpg);

  /* Half height */
  height: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.errorbg {
/* The image used */
  background-image: url(../img/errorpage4k.jpg);
  /* Half height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* NAV */
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #D4AF37 !important;
}
/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #D4AF37 !important;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #D4AF37 !important;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Chapter Title*/
.chapter {
	background-image:url(../img/content.png);
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f000, #D4AF37, #f0f0f000);
  background-image: -moz-linear-gradient(left, #f0f0f000, #D4AF37, #f0f0f000);
  background-image: -ms-linear-gradient(left, #f0f0f000, #D4AF37, #f0f0f000);
  background-image: -o-linear-gradient(left, #f0f0f000, #D4AF37, #f0f0f000); 
}
/* Page Title
=================================================================== */

#page-title {
	margin: 0px;
}

#page-title-inner {
    padding-top: 30px;
    padding-bottom: 0px;
}

#page-title h2 {
	display: inline-block;
	color: #D4AF37;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

#page-title h2 span {
	padding: 0px 10px;
	position: relative;
	z-index: 2;
}
/* Body Background */
.whitebkg {
	background-image: url(../img/bkg.png);
}

/* Homepage Products Display */
.productdisplay {
	padding:0px;
}
.card-img-overlay {
	bottom: auto;
	text-align: center;
	color: #d4af37;
}
.card-img-overlay:hover {
	background-color: #d4af37 !important;
	color: #343a40 !important;
	
}
.card-title{
	margin-bottom:0px;
}
/* Animacion Hover Productos */
.contrast:hover {  
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	-webkit-animation-name: gradian; /* Safari 4.0 - 8.0 */
	animation-duration: 1s;
	animation-name: gradian;
	animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes gradian {
  from {}
  to {-webkit-filter: contrast(180%);filter: contrast(180%);}
}
/* Standard syntax */
@keyframes gradian {
  from {}
  to {-webkit-filter: contrast(180%);filter: contrast(180%);}
}
/* Contact Form */
label {
    color: #333;
}
.btn-send {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.btn-gold {
	background-color: #d4af37!important;
}
.btn-gold:hover {
	background-color:#343a40 !important;
	color:white !important;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.7)), to(rgba(29, 210, 177, 0.7)));
  background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
  background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}
.product-dropdown-menu li a {
	padding: 0px 0px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
	padding: 0.5em 0.5em;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
.dropdown-header {
    font-size: 1.2rem !important;
    font-weight: bold !important;
}
.thinpad {
	padding:1px;
}
.map-container {
	height: 400px;
}
.jvmap-smart {
	width: 100%;
	height: 100%;
}

.animalcutsmain path:hover {
	cursor:pointer;
	fill: #D4AF37 !important;
}
.animalcuts {

}
.animalcuts:hover {
	background-color: #D4AF3773;
	cursor: pointer;
}
.animalcuts svg{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10%;
}
.animalcutsmain svg{
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10%;
}
.cuttitle {
	margin: 0;
	padding: 1%;
	text-align: center;
}
.activecuts {
    fill: #D4AF37 !important;
	background-color: #D4AF37;
}
.whitepigbkg {
	background-color: #821C8738;
}
.ibericopigbkg {
	background-color: #5446165e;
}

@media screen and (max-width: 575px) {
.nav-link{
	padding:2rem 2rem !important;
	}
.multi-column-dropdown li a {
	padding: 2rem 2rem;
}
.dropdown-item {
    padding: 2rem 2rem;
}
footer ul li{
	padding: 2rem 2rem;
}
.footer-copyright{
	padding: 2rem 2rem !important;
}
body, html {
  font-size:18px !important;
}
}
