/* 
	font-family: 'Raleway', sans-serif;
*/

/* ======= BASE ==========*/
*
{
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

textarea{
	resize: none;
}

a, a:hover, a:focus, a:visited, a:active
{
	text-decoration: none;
}

ul
{
	list-style: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}

.wa-link {
    color: #00c42d;
}

/* =================
		FONTS
====================*/
body
{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #202020;
}

.bold
{
	font-weight: 700;
}

.light
{
	font-weight: 300;
}

::selection
{
	background: #111416 ;
	color: #ffffff;
}

::-webkit-selection
{
	background: #111416 ;
	color: #ffffff;
}

::-moz-selection
{
	background: #111416 ;
	color: #ffffff;
}

/* ==================
		COLORS
===================== */
/*
	
*/

/* ===================
		GENERAL
======================*/
/* titles */
.title
{
	overflow: hidden;
}

.title > .text
{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.title > .text.big
{
	font-size: 40px;
}

/* general fancy */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid black;
  top: 47%;
  width: 20px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

/* wrappers */
.wrapper
{
	padding-top: 50px;
	padding-bottom: 50px;
}

.wrapper.first
{
	padding-top: 75px;
}

.wrapper-bottom
{
	padding-top: 0px;
	padding-bottom: 50px;
}

/* backgrounds */
.bg-white
{
	background-color: #fff;
}

.bg-gray
{
	background-color: #f1f2f5;
}

.bg-green
{
	background-color: #d8fae3;
}

.bg-furniture
{
	background-image: url('../img/sala-img.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px 0px;
}

/* covers */
.cover img
{
	/* height: 420px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat; */
	width: 100%;
	height: auto;
}

/* display flex*/
.flex
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
}

.flex-center
{
	align-self: center;
}

/* botones */
.btn-white
{
	color: #2b2b2b;
	background-color: #fff;
	border-color: #2b2b2b;  
	border-radius: 0px;
	padding: 15px 40px;
	font-size: 12px;
	font-weight: 400;
	transition: background-color .3s ease-in, border-color .3s ease-in;
}

.btn-white:hover, .btn-white:active, .btn-white:focus
{
	color: #2b2b2b;
	background-color: #cacaca;
	border-color: #cacaca;  
}

/* custom linsks */
.link-gray
{
	color: #6e7c7c;
}

.link-gray:hover, .link-gray:focus, .link-gray:active
{
	color: #6e7c7c;
	border-bottom: 1px solid #777;
}

/* mapa */
#map
{
	width: 100%;
	height: 420px;
}

/* FORM */
label
{
	font-weight: 400;
}

.form-control
{
	border-radius: 0px;
	display: block;
	height: 45px;
	padding: 6px 12px;
	background-color: transparent;
	border-color: #202020;
}

.form-control:focus
{
	border-color: #202020;
	box-shadow: 0 0 8px rgba(33,33,33,.6);
}

.form-control.spinner
{
	border-radius: 0px;
	height: 52px;
	padding: 6px 12px;
	background-color: #fff;
	border: 2px solid #969696;
	border-left: 0px;
	border-right: 0px;
	text-align: center
}

/* PAGINATION */
.pagination>ul>li
{
	display: inline-block;
}

.pagination>ul>.active>a, .pagination>ul>.active>a:focus, .pagination>ul>.active>a:hover, .pagination>ul>.active>span, .pagination>ul>.active>span:focus, .pagination>ul>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #dc2f2c;
}

.pagination>ul>li>a{
	color: #6e7c7c;
	background-color: transparent;
	border: 0px;
	padding: 4px 8px;
}

.pagination>ul>li>a:focus, .pagination>ul>li>a:hover, .pagination>ul>li>span:focus, .pagination>ul>li>span:hover {
	z-index: 2;
	color: #616365;
	background-color: transparent;
	border: 0px;
}

.pagination>ul>li:last-child>a, .pagination>ul>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination>ul>li:first-child>a, .pagination>ul>li:first-child>span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #fff; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	}

	.carousel-fade .next.left,
	.carousel-fade .prev.right,
	.carousel-fade .item.active { opacity: 1; }

	.carousel-fade .active.left,
	.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
	}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
}

/* Carousel Control custom */
.carousel-control .control-icon {
	font-size: 48px;
	height: 30px;
	margin-top: -15px;
	width: 30px;
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}

.carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
.carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;   
	/* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
	/* Assigning animation to indicator li will make slides flicker */
}


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
	background: #666;
	margin: 0 3px;
	width: 12px;
	height: 12px;
}

.carousel-indicators li.active {
	background: #fff;
	margin: 0 3px;
}

/* GLASSCASE */
#glasscase
{
	margin: 0 auto;
}

/* MODAL */
.modal
{
	z-index: 1600;
}

.modal-backdrop
{
	z-index: 1550;
}

/* producto */
.product > a > .image
{
	margin-bottom: 10px;
}

.product > a > .name
{
	font-size: 13px;
	color: #202020;
	padding-bottom: 50px;
}

.product > .overlay
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(240, 241, 245, 0.75)
}

.product > .overlay.flex > .btn
{
	margin: 0 auto;
}

.product > .overlay
{
	opacity: 0;
	transition: all .3s ease;
}

.product:hover > .overlay
{
	opacity: 1;
}
/* =====================
		TEMPLATE
======================*/
header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1500;
}

.navbar
{
	border: 0px;
	border-radius: 0px;
}

.navbar-default .container
{
	position: relative;
}

.navbar-brand
{
	position: absolute;
	padding: 5px 15px;
}

.navbar-brand > img
{
	width: 350px;
}

.navbar-default {
	background-color: transparent;
	transition: all .3s ease;
}

.navbar.colored
{
	background-color: #fff;
}

/* menu clickeable */
.menu-clickeable
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.95);
	display: none;
}

.menu.wrapper
{
	padding-top: 125px;
}

.menu-clickeable .menu-list-left li a, .menu-clickeable .menu-list-right li a
{
	color: #202020;
}

.menu-clickeable .menu-list-left
{
	text-align: right;
	font-size: 18px;
}

.menu-clickeable .menu-list-right
{
	text-align: left;
}

ul.footer-categories li a
{
	color: #202020;
}

.footer-legal a
{
	color: #202020;
}

/* ===================
		INICIO
======================*/
.in-our-catalog p
{
	font-size: 36px;
	font-weight: 200;
}

.wrapper.in-mosaic
{
	padding-top: 50px;
	padding-bottom: 20px;
}

.in-category-mosaic
{
	position: relative;
	background-color: #f2f3f5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.in-category-mosaic.small
{
	padding-top: 9px;
}

.in-category-mosaic > .overlay
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75)
}

.in-category-mosaic > .overlay.flex > .btn
{
	margin: 0 auto;
}

.in-category-mosaic > .overlay
{
	opacity: 0;
	transition: all .3s ease;
}

.in-category-mosaic:hover > .overlay
{
	opacity: 1;
}

.in-features .space
{
	margin-bottom: 50px;
}

.in-features .space.longer
{
	margin-bottom: 100px;
}

.bg-furniture.wrapper
{
	padding-top: 50px;
	padding-bottom: 250px;
}

/* ===============
	EMPRESA
================ */
.comp-features .space
{
	margin-bottom: 50px;
}

.comp-features .space.longer
{
	margin-bottom: 100px;
}

/* ========================
	INTERIOR DE PRODUCTO
========================= */
.pro-info
{
	padding-bottom: 45px;
}

.pro-info:last-child
{
	padding-bottom: 0px;
}

.pro-info .name
{
	font-size: 24px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 50px;
}

.pro-info .price
{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 50px;
}

/* ==============
	CONTACTO
================ */
.con-info
{
	margin-top: 15px;
}

.con-worker
{
	margin-left: 15px;
	margin-bottom: 50px;
}

.con-worker > .name
{
	border-left: 1px solid #202020;
	font-size: 13px;
	padding-left: 15px;
	margin-left: -15px;
}