/*
 * Globals
 */

 /* Links */
 a,
 a:focus,
 a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

 html,
 body {
  height: 100%;
  background-color: #F6F6F6;
  font-family: 'Titillium Web', sans-serif !important;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
 .masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

 .cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

 .mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

 #controlmenu{
  display:none;
  width:1px;
  height:1px;
  padding:0px;
  margin:0px;
  position:fixed;
  top:0px;
  left:0px;
 }

 @media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    z-index: 999;
    position: fixed;
    top: 0;
  }

  #controlmenu{
    display:inline-block;
  }

  .masthead.rolado{
    background-color: #697082;
    background-size:1px 1px;
    left:0px;
    width:100%;
  }
  .masthead.rolado .inner{
    padding: 16px;
  }
  .masthead.rolado ul li a{
    color:white;
  }


  .mastfoot {
    position: absolute;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 985px;
  }
}

.site-wrapper-inner{
  background-image:url('../img/original.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-6 {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-6 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* 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) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.container{
  color: #5a5a5a;
  text-shadow: none;
}

.masthead{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.masthead-brand{
  margin-top: 0px;
}

.masthead-brand img{
  max-width: 100%;
  width:260px;
  margin-top:-4px;
}


/* temas */
.horns{
  background-attachment: fixed;
  background-image: url('../img/eight_horns.png');
}

.sinfonia{
  background-attachment: fixed;
  background-image: url('../img/symphony.png');
}

.pink{
  background-attachment: fixed;
  background-image: url('../img/pink_rice.png');
}

.galera{
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/galera.jpg?2');
}

.praia{
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/praia.jpg');
}

.dark{
  background-attachment: fixed;
  background-image: url('../img/dark_embroidery.png');
}
.dark .title, .dark .title .span, .dark .title .small, .dark h3, .dark h2{
  color:#E5E5E5;
}
.dark h2:not(.title){
  line-height: 0.6;
}

footer{
  background-color: #697082;
}

footer p, footer{
  margin-bottom:0px;
}

.title{
  white-space: nowrap;
  font-size:50px;
  text-align:left;
  line-height: 1;
  border-bottom:3px solid silver;
  margin-bottom:0px;
}

.title > span{
  padding-right:30px;
  border-bottom:3px solid #9BE2EA;
  display: inline-block;
  position:relative;
  top:3px;
}

hr{
  border-top: 1px solid #D6D6D6;
}

@media (max-width: 600px) {.title{font-size:40px;}}
@media (max-width: 400px) {.title{font-size:35px;}}
@media (max-width: 300px) {.title{font-size:30px;}}

body .ct-label{
  font-size: 17px;
}

@media (max-width: 767px) {
  body .ct-label{
    font-size: 10px;
    color:black;
  }
}

.numero, .descricao{
  font-size:60px;
  display:block;
  margin:0 auto;
}
.descricao{
  font-size:30px;
}

.fadar{
  -webkit-transition: all 5000ms ease;
-moz-transition: all 5000ms ease;
-ms-transition: all 5000ms ease;
-o-transition: all 5000ms ease;
transition: all 5000ms ease;
  opacity:0;
}

.fadeinup{
  opacity:0;
}

.img-responsive{
  opacity:0;
}