/*
 * Author: DCV
 * URL: #
 *
 * Project Name: Secret Brands
 * Version: 1.0
 * Date: 15/07/2014
 */

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none;
}

::selection {
  background: #807141;
  color: #fff;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
  height: 100%;
}

body {
  font-family: "Dax-Regular";
  font-weight: 300;
  font-size: 16px;
  color: #555;
  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: Dax-Light;
  src: url("../fonts/Dax-Light.otf");
  font-weight: lighter;
}

@font-face {
  font-family: Dax-Medium;
  src: url("../fonts/Dax-Medium.otf");
  font-weight: medium;
}

@font-face {
  font-family: Dax-Regular;
  src: url("../fonts/Dax-Regular.otf");
  font-weight: medium;
}

.col-md-4 {
  padding-bottom: 20px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.modal-header {
  background: #3498db;
}

.modal-header h4 {
  color: white;
}

.modal-footer {
  background: #2b2b2b;
}

.navbar-default {
  border-color: transparent;
  background-color: #dadada;
}

.navbar-collapse.collapse {
  width: 80%;
  margin: 0 auto;
}

.navbar-collapse.collapse .navbar-nav {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    width: 20%;
  }
  .navbar-nav > div {
    width: 20%;
  }
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.form-group .btn-block {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  float: left;
}

#social-btn {
  display: block;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

#social-btn button.btn.btn-default.btn-sm.btn-block {
  width: 12%;
  float: left;
  margin-left: 1%;
  padding: 2px;
  margin-top: 0;
  margin-bottom: 10px;
}

.navbar-toggle {
  border-color: transparent;
  border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #16a085;
  color: white;
}

hr {
  position: relative;
  border: none;
}

hr:before {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}

a img {
  /*background: white;*/
}

.odd a img {
  background: #f5f5f5;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dax-Medium";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

.contact-center {
  margin-left: 40px;
}

.paragraph-lead {
  font-size: 20px;
  color: #3498db;
}

.center {
  margin-left: 66px;
}

strong {
  font-weight: 700;
}

em {
  font-weight: 300;
}

pre {
  background: #ebebeb;
  border: none;
  font-family: "Dax-Light";
  font-size: 16px;
  color: #666;
  padding: 20px;
  line-height: 28px;
}

small {
  font-size: 12px;
}

blockquote,
blockquote p {
  line-height: 28px;
  color: #999;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #3498db;
}

blockquote cite {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-size: 12px;
  font-style: italic;
  color: #333;
  font-weight: 300;
}

blockquote cite:before {
  content: "-- ";
}

/* Images */
.overflow-image {
  margin-top: -65px;
}

/* Links */
a {
  color: #3498db;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #c0392b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
SINGLE PAGE
   ========================================================================== */

.description {
  margin-bottom: 30px;
  margin-left: 14px;
}

.description h2 {
  font-size: 16px;
  text-transform: uppercase;
}

#share-single-page {
  margin-top: 16px;
  display: block;
  width: 95%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-right: 14px;
}

#share-single-page button.btn.btn-default.btn-sm.btn-block {
  width: 32%;
  float: left;
  margin-left: 1%;
  padding: 2px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.page-wrap {
  display: block;
  overflow: visible;
  max-width: 100%;
}

.headerwrap {
  padding-top: 69px;
  text-align: center;
  background-attachment: initial;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.headerwrap h1 {
  color: #ffffff;
  margin-top: 90px;
  padding-bottom: 30px;
  letter-spacing: 8px;
  font-size: 100px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

.headerwrap p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  letter-spacing: 3px;
  margin-left: 15px;
  text-shadow: 1px 1px 1px #000;
}

.greywrap {
  background: #fff;
  margin-top: 32px;
  margin-bottom: 38px;
}

#parte1 {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-right: 14px;
}

#parte2 {
  margin-right: 14px;
  margin-top: 15px;
}

#parte3 {
  margin-right: 14px;
}

#parte4 {
  margin-right: 14px;
}

.product {
  position: relative;
  width: 100%;
}

.product-description {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 31px;
  background-color: rgba(128, 113, 65, 0.9);
}

.product-description p {
  margin: 0;
  padding: 0;
  color: #fff;
  float: right;
  padding-right: 10px;
  padding-top: 2px !important;
}

.navbar {
  text-transform: uppercase;
}

.carousel-caption {
  position: absolute;
  right: 34%;
  bottom: 219px;
  left: 34%;
  height: 100px;
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: rgba(128, 113, 65, 0.9);
}

.carousel-caption h2 {
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
}

.carousel-caption p {
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  margin: 0;
  line-height: 14px;
}

/*#greywrap .callout {
    margin-bottom: 20px;
}*/

.greywrap h2 {
  font-size: 20px;
}

.greywrap p {
  font-size: 14px;
}

.greywrap .icon {
  font-size: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}

#footerwrap {
  background: #807141;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footerwrap h6 {
  color: white;
}

/**** ABOUT SECRET BRANDS  ***/

#about {
}

#logo-secret-about {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 90px;
}

#text-secret-about {
  position: relative;
  text-align: left;
  width: 100%;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
  padding-top: 35px;
}

.white p {
  padding-top: 25px;
}

/* Section Dividers */
.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 600px;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 65px;

  background-position: center center;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  background-attachment: relative;

  text-align: center;
}

.textdivider h1 {
  padding-top: 70px;
  color: white;
  font-size: 40px;
}

.textdivider p {
  color: white;
  font-size: 14px;
  line-height: 18px;
}

/* Section Dividers Backgrounds */

.divider1 {
  background-image: url("../img/bg/divider1.jpg");
}

.divider2 {
  background-image: url("../img/bg/divider2.jpg");
}

.divider3 {
  background-image: url("../img/bg/divider3.jpg");
  margin-top: 0px;
}

.divider4 {
  background-image: url("../img/bg/divider4.jpg");
}

.divider6 {
  background-image: url("../images/background-job.jpg");
}

/***** Imagens ambientes DL ****/

.content-images {
  width: 100%;
  background-color: rgba(214, 215, 215, 0.2);
}

.row .white {
  margin-right: 0;
  margin-left: 0;
}

/* CONTACT PART */
.contact {
  background-color: rgba(214, 215, 215, 0.2);
  width: 100%;
}

.partners {
  margin-bottom: 20px;
}

/* ==========================================================================
   SECTION DIVIDERS 6 | JOB FORM
   ========================================================================== */

.about {
}

#title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#title h2 {
  color: #fff;
  line-height: 18px;
}

#mission {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  margin-top: 26px;
}

#mission h4 {
  color: #fff;
}

#job-form {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}

#carear {
}

/* ==========================================================================
   SECTION | CONTACT 
   ========================================================================== */

.contact h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.numbercontact {
  margin-top: 46px;
  font-size: 14px;
  line-height: 28px;
}

.contact p {
  font-size: 14px;
  margin-bottom: 0;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
  margin: 0;
  position: relative;
}

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

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

.grid figcaption h5 {
  margin: 0;
  padding-top: 0px;
  padding-left: 20px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.grid figcaption a {
  text-align: left;
  padding: 5px 10px;
  margin-left: 20px;
  display: inline-block;
  background: #2f2f2f;
  color: #fff;
  font-size: 13px;
}

/* Caption Style */
.mask figure {
  overflow: hidden;
}

.mask figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

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

.mask figcaption {
  height: 50px;
  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 .mask figure:hover figcaption,
.mask 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;
}

.mask figcaption a {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 30px;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
  background: #2b2b2b;
  padding-right: 0px;
  padding-left: 0px;
}

.blog-bg h4 {
  color: #dadada;
  padding-top: 0px;
}

.blog-bg h5 {
  color: #dadada;
  font-size: 11px;
}

.blog-content {
  padding-top: 10px;
  background: #f2f2f2;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width: 1050px), screen and (max-device-width: 1050px) {
  body .header {
    background-attachment: scroll;
  }
}

/*ipad portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 769px) {
  .headerwrap h1 {
    font-size: 80px;
  }
  .headerwrap p {
    font-size: 30px;
    line-height: 38px;
  }
}
