/*ESTA ES LA REGLA GENERAL QUE VENIA EN LOS ESTILOS PARA LAS CAJAS 
DE LOS PRODUCTOS EN EL HOME PAGE: CAPTION HOVER EFFECTS 
******************************************************************/
/*
Estilos de la caja de busqueda
***********************************/
.searchart-blockcontent input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea
{
width: 142px;
padding: 4px 0;
color: #3D3D3D !important;
font-size: 14px;
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
letter-spacing: 1px;
text-transform: none;
text-shadow: none;
margin-top: 11px;
}

.productdetails-view  h1{
color: #fd2517;
}


/* 
Estilos para los servicios
*****************************************/

/*Estilos comunes****************************/

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%; 
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
	padding: 20px;
}

/*Estilos del Diseno***************************************/
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	background: #FD2517;
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(/images/diseno.jpg);
}

.ch-img-2 { 
	background-image: url(/images/instalaciones.jpg);
}

.ch-img-3 { 
	background-image: url(/images/proyectos.jpg);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info h3 a {
	color: #fff;
	text-decoration: none;
}

.ch-info p a {
	display: block;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration: none;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}


/* Float Shadow 
*****************************************************/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 15px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*INSTALACIONES 2
******************************************************/
.ch-item2 {
	width: 100%;
	/* height: 100%; */
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap2{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 10%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	/*
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
	*/
	box-shadow: 0 0 9px 1px black;
}

.ch-info2{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info2 > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info2 .ch-info-back2 {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}

.ch-img-ontime { 
	background-image: url(/buildmart/images/articulos/ontime.jpg);
}

.ch-img-everytime { 
	background-image: url(/buildmart/images/articulos/everytime.jpg);
}

.ch-img-aspromised { 
	background-image: url(/buildmart/images/articulos/aspromised.jpg);
}

.ch-info2 h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	margin: 0 15px;
	padding: 30px 0 0 0;
	height: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info2 p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 0.8em;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info2 p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info2 p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item2:hover .ch-info-wrap2 {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item2:hover .ch-info2 {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
 
 /*
 ESTILOS PARA EL EFECTO DE LAS CAJAS DE LOS PRODUCTOS
 CAPTION HOVER EFFECTS
 *******************************************************/
 /*Estilos comun*/
 .grid {
	/* padding: 20px 20px 100px 20px; */
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	/* width: 440px;  */
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
	/* box-shadow: 0 0 12px 3px #000; */
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #FD2517;
	color: #fff;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.176em;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
/*	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e; */
	color: #fff;
	text-decoration: none;
}

/* Individual Caption Styles */
/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
/*
.cs-style-4 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
} */

/* Efecto de sombras en las cajas del homepage*/
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/*ESTILOS PARA HACER EL MENU FIXED Y TRANSPARENTE*/
.art-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.42);
    position: fixed;
    width: 100%;
   }
   
.responsive .art-nav{
background: #000000;
}   
   

/* ESTILOS PARA SEPARAR EL CONTENIDO DEL FIXED MENU*/   
.art-sheet {
    margin: 50px auto 0;
	}
	
	
/*ESTILO PARA HACER EL FONDO DE LOS ITEMS DEL MENU BLANCOS*/
	ul.art-hmenu li {
  background: #fff;
  }
  
  /*ESTILIZANDO EL LOGO codigo oricinal template.css 496*/
  .art-hmenu-extra1 {
  position: absolute;
  display: block;
  background-color: #fd2517;
  padding: 10px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 2px 6px black;
  color: white;
  }
  
  .responsive .art-hmenu-extra1
{
  position: relative;
  width: auto;
  height: auto;
  background-position: center;
  background-color: none;
  padding: none;
  border-radius: 0;
  }
   
   /*ESTILOS PARA LAS TABLAS DE CAMPOS PERSONALIZADOS*/
 .art-post .productdetails{
  background-image: url(/images/fondo_productos.jpg);
  padding: 18px 18px 50px 18px;
  border-radius: 15px;
  }

  .product-fields .product-field, .product-related-categories .product-field {
  margin-bottom: 0;}
  
  .product-fields-title-wrapper {
  padding: 0;}
  
  /*ESTILIZANDO LA BARRA DE NAVEGACION DE PRODUCTOS EN PRODUCTOS DETAILS*/
.product-neighbours {
  background:black;
  padding:0.6em;
}

.back-to-category {
  margin: 0.5em;
}

.lph-t {
  background-color: rgba(255, 255, 255, 0.54);
  padding: 1.2em;
  box-shadow: 2px 4px 6px black;
}

/*CUSTOMER REVIEWS*/

.customer-reviews{
  margin: 10px 0 0;}

/*ESTILIZANDO ADITIONAL IMAGES*/  
.additional-images {
  margin: 10px 0; 
  background: rgb(253, 37, 23);
  padding: 10px;
  box-shadow: 1px 2px 8px black;
}

/*ESTILIZANDO LAS IMAGENES DE PRODUCTOS EN PRODUCT DETAILS*/
.main-image img {
  border: 10px solid #fff;
  box-shadow: 2px 3px 14px #000;
}

/*	ESTILIZANDO EL LAYOUT DE LISTA DE PRODUCTOS */
div.product {
background: rgb(197, 197, 179);
min-width: none;
border-radius: 25px 25px 0 0;
}

div.vm-details-button a {
padding: 8px;
width: 7em;
margin-top: 30px;
margin-bottom: 13px;
}
.vm-product-media-container {
  margin-top: 15px;
}

/*NOMBRE DEL PRODUCTO*/
.vm-product-descr-container-0 {
    text-align: center;
}

div.vm-product-descr-container-0  h2 a{
  color: white !important;
  text-shadow: 1px 1px 2px #000;
}

/*BOTON PRODUCT DETAILS*/
.vm-details-button a:hover {
 text-decoration: none;
 color: #FFFFFF;
}

/*IMAGEN DE LA CAJA DE PRODUCTOS*/
.browse-view .row .product .spacer img {
  border: 10px solid #fff;
  box-shadow: 1px 1px 6px #000;}

  /* Bounce In */
.hvr-bounce-in {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  border-radius: 25px 25px 0 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FD2517;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*Estilos para las cajas de los Kitchen Cabinets
*****************************************************/
/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 5.882em;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
/*
.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
} */ 


/*
ESTILOS PARA LAS IMAGENES DEL MENU VERTICAL
*********************************************/
div.art-block img {
    box-shadow: 0 0 4px #000;
    margin: 10px;
    max-width: 140px;
    padding: 6px;
	}

	
/*
ESTILOS PARA LOS TABS
*********************************************/
.nn_tabs.oldschool > ul > li > a, .nn_tabs.oldschool > ul > li > a:hover {
    height: 37px;
}

/*
ESTILOS DE SOMBRA
**************************************/
	/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
} 

/*
ESTILOS PARA EL PORTFOLIO
****************************************/
#filters .btn-port.current, #filters .btn-port:hover, #filters .btn-port:focus 
{
    background: #fd2517 none repeat scroll 0 0 !important;}

#filters .btn-port {
    border: 1px solid #fd2517 !important;
    color: #fd2517 !important;
    }
.p-box .hover-wrapper i.fa {
    color: #fd2517 !important;
    font-size: 25px !important;
    }
.p-box .hover-wrapper h5 {
    font-size: 1.2em;
    }
	
	
/*SP PORTFOLIO
****************************/
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #d5d3d3 none repeat scroll 0 0;
    font-size: 1em;
    text-align: center;
    }
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: #fd2517 none repeat scroll 0 0;
    }
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
    background: #fd2517 none repeat scroll 0 0;
    }
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
    background: #fd2517 none repeat scroll 0 0;
    border-color: #fd2517;
}
.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
    color: #fd2517;
    font-family: Audiowide,Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-size: 1.5em;
    }
	
/*
ESTILOS PARA EL BOTON KITCHEN CABINETS
*************************************************/
.boton-lph1 a{
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    color: white;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 15%;
    padding: 0.3em 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 0 rgb(56, 55, 55);
    transition: all 400ms ease 0s;}
	
.boton-lph1 a:hover{
	background: #fd2517 none repeat scroll 0 0;
    border: 1px solid #fd2517;
    box-shadow: 0 0 2px #000;
	}

/*ALINEACION DEL TOP MENU
*******************************/
ul.art-hmenu {
    padding-left: 19%;
}

.responsive ul.art-hmenu {
    padding-left: 5PX;
 }

/*QUITAR LOS PUNTOS DEL PORTOFOLIO EN LOADPOSITION DENTRO DE ARTICULO
*******************************/
.sin-puntos .art-postcontent ul > li::before, .art-post ul > li::before, .art-textblock ul > li::before {
    content: none;
}

/*Estilizando los tabs del Portfolio
***************************************************/
.sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-bottom: 12px;
    margin-top: 20px;
    }
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
    margin: 0;
}

/* TARJETA 1
********************************************/
.tarjeta1 {
	background-color: #8e7575;
    border-radius: 10px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.71);
    max-width: 370px;
    }
.tarjeta1 .caja{
	overflow: hidden;
	width: 100%;
}

.tarjeta1 .caja  .div1{
	float: left;
    margin-top: 5px;
    width: 30%;
	}
	
.tarjeta1  .caja .div2{
	float: right;
    margin-top: 5px;
    width: 70%;
	}	
	
.tarjeta1 address{
	font-style: normal;
    text-shadow: 2px 3px 1px #000000;
	padding-bottom: 5px;}
	
.responsive .tarjeta1  .caja .div1{
	float: none;
    margin-top: 1px;
    text-align: center;
    width: 100%;
	}

.responsive .tarjeta1  .caja .div2{
	float: none;
    margin-top: 5px;
    padding-bottom: 6px;
    text-align: center;
    width: 100%;}



/* Estilos para el Ck image de la categoria Marble
********************************************************/

figure.imageeffectck figcaption {
    font-size: 0.9em !important;
}
.responsive figure.imageeffectck figcaption {
    font-size: 0.6em;
}
figure.imageeffectck .imageeffectck_desc {
    font-size: 0.9em !important;
}
.responsive figure.imageeffectck .imageeffectck_desc {
    font-size: 0.7em;
}
figure.effectck-oscar .imageeffectck_title {
    background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0;
    padding: 10px;
}
figure.effectck-oscar figcaption {
    background-color: rgba(58, 52, 42, 0) !important;
}
figure.effectck-oscar {
    background: rgba(0, 0, 0, 0.82) none repeat scroll 0 0 !important;
    box-shadow: 1px 2px 5px black;
}
figure.effectck-oscar:hover figcaption::before, figure.effectck-oscar:hover .imageeffectck_desc {
    padding-top: 10px;
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* AGREGA UNA LINEA BORDE A LAS IMAGENES DEL EFECTO FADECK*/
figure.fadeck {
    border: 1px solid #000000;
}

/*EDITANDO FADECK PARA LAS CATEGORIAS DE COUNTERTOPS*/
figure.imageeffectck.hvr-glow.fadeck {}

#countertop-cat figure.fadeck figcaption {
    background: #fd2517;
    color: #ffffff;
}

/*MODIFICANDO ESTILOS DE MIDCONTINENT*/

#lph-midcon figure.imageeffectck .imageeffectck_title {
	font-size: 1.12em;
	font-weight: bold;
}

#lph-midcon figure.imageeffectck .imageeffectck_desc {
    font-size: 0.7em !important;
}


/*EDITANDO LAS TABS DE MID CONTINENT*/
#lph-midcon-tab .nn_tabs.oldschool > ul > li {
    width: 33%;
	text-align: center;
}

#lph-midcon-tab .nn_tabs.oldschool>ul>li.active>a{
	background: #FD2517;
}

#lph-midcon-tab .nn_tabs.oldschool>ul>li>a:hover {
	background: black;
}

#lph-midcon-tab #set-nn_tabs-1 > li.nn_tabs-tab.active > a > span > h3{
	color: #fff;
}


/*EDITANDO STILOS DE CLEARANCE*/
#lph-clearance figure.imageeffectck figcaption {
    padding: 0.1em;
}

#lph-clearance figure.imageeffectck .imageeffectck_title {
    font-size: 1em;
    line-height: 16px;
}

#lph-clearance h4 {
    color: #fff;
    background: #fd2517;
    padding: 5px;
  	margin: 0;
}

#lph-clearance {
    background: #e0e0e0;
  	border: 1px solid #000;
}

#lph-clearance div.imageeffectck_desc{
	background: #fd2517;
	color: #fff;
  	font-family: 'open sans';
}

#lph-clearance div.imageeffectck_desc{
	background: #fd2517;
	color: #fff;
  	opacity: 1;
}


#lph-clearance div.imageeffectck_title {
    color: #000;
}

#lph-clearance figure.effectck-steve .imageeffectck_desc {
    margin-top: 0.4em;
    padding: 0.1em;
    font-size: 1.2em !important;
}

/*OCULTANDO PRIVACY & TERMS DEL FORMULARIO DE CONTACTO*/
#recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(3){
  display: none;
}

#recaptcha_whatsthis_btn{
	display: none;
}

#recaptcha_table > tbody > tr:nth-child(2) > td:nth-child(2){
	display: none;
}

/*************************************
GOOGLE FORM STYLES
*************************************/
.gform-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.gform-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}