body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

html {
	width: 100%;
    height: 100%;
}

img {
  max-width: 100%
}


a {
    color: #92805c;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #60543c;
}


/*NAVBAR */

.navbar-custom {
	margin-bottom: 0;
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-custom .navbar-collapse{
	border-color:#e7e7e7;
}

.navbar-custom .navbar-nav>li>a{
    	color:#777;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height:340px;
}

.navbar-custom {
	height: 80px;
	padding-right: 25px;
	padding-left: 25px;
	opacity: 0.8;
    letter-spacing: 1px;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

#navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	line-height: 20px;
}

.navbar-nav li a{
	line-height: 50px;
}

img.logo{
	width: 80%;
}

.navbar-custom .nav li.active a{
	background-color: #dbdbdb;/*#eee*/
}

@media(min-width:768px) {
    .navbar-custom.top-nav-collapse {
        padding: 0;
        /*background: #000;*/
        background-color: #f8f8f8;
        height: 40px;
        padding-right: 25px;
		padding-left: 25px;
		opacity: 1;
    }

    .navbar-custom.top-nav-collapse .navbar-nav>li>a{
    	line-height: 16px;
    }

    .navbar-custom.top-nav-collapse a#navbar-brand{
    	padding-top: 5px;
    }

    .navbar-custom.top-nav-collapse img.logo{
    	width: 60%;
    }
    
}

@media(max-width:768px) {
    button.navbar-toggle {
    	padding-right: 20px;
    	padding-top: 17px;
    }

    ul.nav.navbar-nav {
    	background-color: #f8f8f8;
    }

    .navbar-custom.top-nav-collapse .navbar-nav>li>a{
    	line-height: 16px;
    }

    .navbar-custom.top-nav-collapse a#navbar-brand{
    	padding-top: 5px;
    }

    .navbar-custom.top-nav-collapse img.logo{
    	width: 60%;
    }

    .navbar-custom.top-nav-collapse {
        height: 40px;
		opacity: 1;
    }

    .top-nav-collapse button.navbar-toggle  {
    	padding-top: 0px;
    	padding-bottom: 0px;
    }

    .navbar-nav {
    	margin: 0px 0px;
    }

    .navbar-right li>ul>li>a>img {
    	width: 20px;
    }
}


/* Intro Header */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000;
    background: url(../images/wall5.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    padding-top: 140px;

    /*vertical-align: middle;*/
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    text-shadow: -2px 2px 3px #9f9a94;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    color: #FFF;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


/* ABOUT */

#about {
	vertical-align: middle;
	padding-top: 60px;
}

#about_txt {
	background-color: transparent;
	vertical-align: middle;
}

#jbtron {
	opacity: 0.7;
	background-color: transparent;
	color: black;
	vertical-align: middle;
	margin-bottom: 0;
}

.chamine {
  top: 0;
  left: 0;
}


/* PRODUCTS */
div#painel {
	background-color: rgba(194, 200, 195, 0.24);
	overflow:auto;
}

/*#products {
	padding-top: 61px;
	padding-bottom: 61px;
}*/

.peopleCarouselImg img {
	width: auto;
	height: 650px;
	max-height: 650px;
}

@media(max-width:768px) {
	.peopleCarouselImg img {
		width: auto;
		height: 450px;
		max-height: 450px;
	}
}

#products-description{
	color: black;
}

/* CONTACTS */
div#painel2 {
	background-color: white;
	overflow:auto;
}

#contacts {
	padding-top: 150px;
	padding-bottom: 150px;
}

#table-div{
	vertical-align: middle;
}

#contacts td{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vcenter {
    vertical-align: middle;
}

#googleMap{
	width: auto;
	height: 450px;
}


hr#newsection{
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}

footer{
	background-color: rgba(194, 200, 195, 0.24);
	vertical-align: center;
}