/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    padding-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.navbar{ 
    margin-bottom: 0;
    opacity: 0.9;
    /*background: url("/img/nav-bg.png") repeat-x;*/
    border: none;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

hr {
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main-img{
    margin:0 10px 10px 0;
}

.page-header{
    background: #222222 url('/img/bgpageheader.png') repeat;
    color: #FFF;
}


/** formata elementos que tem backgrounds parallax **/
.bgParallax {
    color:#FFF;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    text-shadow:0 0 10px rgba(0,0,0,0.7);
 
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}
/** formata elementos que tem backgrounds parallax **/
.bgParallaxFooter {
    color:#FFF;
    /*margin: 0 auto;*/
    width: 100%;
    max-width: 1920px;
    position: relative;
    text-shadow:0 0 10px rgba(0,0,0,0.7);
 
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
}

/** formata elementos que tem backgrounds parallax **/
.bgParallaxContent {
    color:#FFF;
    width: 100%;
    max-width: 1920px;
    position: relative;
    text-shadow:0 0 10px rgba(0,0,0,0.7);

    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/** Formata o article que vai o texto **/
.bgParallax article {
  width: 70%;
  text-align: center;
  margin:0 auto;
  padding:20% 0 0;
}

/*************************************************
* GALERIAS DE IMAGENS DAS PÁGINAS
**************************************************/

.img-galeria{
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    height: 150px;
    margin: 5px;
}

/****************************************/


.navbar { border-bottom: 4px solid #FFF; }
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}


/* Footer Styles */
footer {
    margin: 50px 0 0 0;
    background: #222222 url('/img/bgpageheader.png') repeat;
    color: #FFF;
}
footer .adresses{
    font-size: 12px;

}
footer h5{
    border-bottom: 1px dotted #CCC;
}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}