/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
    height: 100%;
}

html, body {
    min-height: 100%;
}

body {
  color: black;
  background-color: white;
  position: relative;
}

.please_wait {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.please_wait_text {
    color: white;
    font-size: 30px;
}

.d-i-b {
    display: inline-block;
}

.t-a-r {
    text-align: right;
}

.lang-btn {
    color: white;
    background-color: gray;
    border-radius: 2px;
    font-size: 0.8em;
    padding: 1px;
    margin: 0px;
}

.lang-btn-selected, .lang-btn:hover {
    color: black;
    background-color: white;
}

.lang-row {
    text-align: right;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 0px;
}
@media (max-width: 768px) {
    .lang-row {
	margin-right: 20px;
    }
}

.footer {
    border-width: 0px;
    border-radius: 4px;
    max-width: 1200px;
    height: 50px;

    background-color: white;
    padding: 10px;

    font-size: 14px;
}
.footer-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;

    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-spacer {
    height: 70px; /* 10 padding top + 50 height + 10 padding bottom */
}
@media (max-width: 768px) {
    .footer {
	border-radius: 0px;
	font-size: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
    }
    .footer-wrapper {
	padding: 0px;
    }
}

.img-footer {
    height: 20px;
}
@media (min-width: 768px) {
    .img-footer {
	height: 30px;
    }
}

.container {
    max-width: 1200px;
}

.main-content {
    padding-top: 115px;

    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* right: 0px; */
    /* bottom: 0px; */
    /* vertical-align: middle; */
    /* oveflow: auto; */
}
@media (max-width: 768px) {
    .main-content {
	padding-top: 95px;
    }
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar {
    margin-bottom: 0px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
/* .navbar-wrapper .navbar { */
/*   padding-right: 15px; */
/*   padding-left: 15px; */
/* } */
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse {
    background-color: #bd9f70;
    border-width: 0px;
}

.navbar-inverse .navbar-nav > li > .active {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: black;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #666;
}

.navbar-inverse .navbar-toggle {
    background-color: #333;
}

.controls-section {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

/* Dark indicators */

.carousel-dark-indicators > li {
    border-color: #5A5A5A;
    background-color: #5A5A5A;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing p {
  margin-right: 10px;
  margin-left: 10px;
}

/* The bootstrap sets a negative margin on rows which cause an horizontal scroll on the page */
.marketing-row {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
}

.marketing-caption {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (min-width: 768px) {
    .marketing-caption {
	margin-top: 120px;
	margin-bottom: 120px;
    }
}

.marketing-carousel {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* @media (min-width: 768px) { */
/*     .marketing-carousel { */
/* 	margin-top: 50px; */
/* 	margin-bottom: 50px; */
/*     } */
/* } */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 30%; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Bubble container */

.bubble-col-h2 {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bubble-col-text {
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.bubble-col-caption {
    height: 120px;
}

/* Texts */

.t-a-c {
    text-align: center;
}

.t-a-l {
    text-align: left;
}

.h1-text {
    font-size: 3em;
    /* font-weight: bold; */
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.h2-text {
    font-size: 2em;
}

.h3-text {
    font-size: 1.5em;
}

/* Background Colors */

.bg-section {
	background: #bd9f70;
}

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: black;
}

.bg-color-1 {
    background-color: #A2774D;
}

.bg-color-2 {
    background-color: #4D90A2;
}

.bg-color-pele {
    background-color: #6C4315;
}

.bg-color-gl {
    background-color: #594736;
}

/* Background Images */

.full-bg, .cork-bg, .leather-bg, .customization-bg, .contacts-bg, .studio-bg, img-product {
    /*background: url(images/bg.jpg) no-repeat center center fixed;*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.cortica-banner-bg {
	background-color: white;
}

.cortica-malas-banner-bg {
	background-color: white;
}

.second-slide-bg {
	background-color: white;
}

.third-slide-bg {
	background-color: white;
}

.cork-bg {
	background-color: white;
}

.leather-bg {
	background-color: white;
}

.customization-bg {
	background-color: white;
}

.contacts-bg {
	background-color: white;
}

.studio-bg {
	background-color: white;
}

/* Colors */

.c-white {
    color: white;
}

.c-gray-aa {
    color: #AAAAAA;
}

.c-gray-55 {
    color: #555555;
}

/* PRODUCT */

.img-circle {
	border-radius: 10% !important;
}

.img-product {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.img-product {
    max-height: 500px;
    border-radius: 10%;
}
.img-product-item {
    padding-bottom: 30px;
}
.img-product-indicators {
    bottom: -10px;
}

.product-ref-label, .product-desc-label, .product-dim-label, .product-specs-label {
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}

.product-ref, .product-desc, .product-dim, .product-specs {
    color: white;
    font-size: 1.1em;
}

.product-specs-line {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-mng-img > img {
    height: 150px;
    width: 150px;
}
@media (max-width: 768px) {
    .product-mng-img > img {
	height: 100px;
	width: 100px;
    }
}

.product-mng-label {
    padding-top: 20px;
}

/* LOGIN */
.login-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 25em;
    text-align: center;
}

/* GENERIC ITEM ENTRY */

.bk-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Section */
.bk-section, .bk-slim-section {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    border-radius: 10px;
}

.bk-slim-section {
    padding: 5px;
}

.bk-section-title {
    font-size: 2em;
}

.bk-form {
    text-align: left;
}

.bk-section-divider {
    height: 20px;
}

/* Carousel entry */

.bk-carousel-entry {
    padding: 15px;
    /* padding-bottom: 10px; */
}

.bk-carousel-entry-row, .bk-carousel-entry-controls-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bk-carousel-entry-controls-row {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* @media (min-width: 768px) { */
/*     .bk-carousel-entry-controls-row { */
/* 	width: 150px; */
/*     } */
/* } */

.bk-carousel-control-spacer {
    height: 34px;
}

.bk-carousel-entry-imgs {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bk-carousel-entry-title {
    font-size: 20px;
}

.bk-carousel-entry-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

/* Catalogs navbar */

.catalog-breadcrumb {
    text-align: left;
}

.breadcrumb > li > a {
    color: black;
}

.breadcrumb > li.active > a {
    color: gray;
}
