.bdvd { border: #0f0 1px solid; }
.bdaz { border: #00f 1px solid; }
.bdvm { border: #f00 1px solid; }
.bdam { border: #ff0 1px solid; }
.bdrx { border: #f0f 1px solid; }
.bdlr { border: #f57f00 1px solid; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

img {
	border: none;
	max-width: 100%;
}


/* Class */
.clear   { clear: both; }
.block 	 { display: block; }
.center  { text-align: center; }
.justify { text-align: justify; }
.upper 	 { text-transform: uppercase; }
.pointer { cursor: pointer; }
.left 	 { float: left; }
.right 	 { float: right; }
.textright 	{ text-align: right; }
.textleft 	{ text-align: left; }
.none 	 	{ display: none; }
.uppercase 	{ text-transform: uppercase; }
.relative 	{ position: relative; }

.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header {
	background: #4b5d76;
	/*height: 100px;*/
}

	.header .container {
		background: #fff;
	}

	.header .logo-container {
		padding: 0;
	}

		.header .logo-container .logo {
			width: 100%;
			height: 145px;
			background: url(../img/bg-logo.png) left bottom no-repeat;
			position: absolute;
		    z-index: 1001;
		    top: 0;
		}

#footer {
	background: #4b5d76;
	padding: 15px 0;
}

	#footer .address {
		text-align: center;
		color: #fff;
		font-family: swisslight, "Arial Narrow", Arial, sans-serif;
		font-size: 14px;
		letter-spacing: 1px;
	}

.nav {
	text-align: right;
}

	.nav ul {
		padding: 0;
		margin: 0 20px 0 0;
		list-style: none;
	}

		.nav ul li {
			font-size: 18px;
			color: #fff;
			display: inline-block;
		}

			.nav ul li a {
				display: block;
				color: #727277;
				text-decoration: none;
				text-transform: uppercase;
				font-family: swisslight, "Arial Narrow", Arial, sans-serif;
				padding: 40px 13px 40px 10px;
			}

				.nav ul li a.active,
				.nav ul li a:hover {
					color: #fff;
					background: #4b5d76;
				}
#wrapper {
	background: url(../img/bg-wrapper.jpg) center top no-repeat;
}

	#wrapper .container {
		padding-top: 80px;
		background: #fff;
	}

.galeria .row {
	margin: 0 -15px;
}

.galeria .galeria-thumb {
	padding: 0;
}

.page-title {
	color: #4b5d75;
	font-size: 42px;
	font-family: swiss, "Arial Narrow", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.page-subtitle {
	color: #5b5b5f;
	font-size: 28px;
	font-family: swiss, "Arial Narrow", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.page-text {
	color: #5b5b5f;
	line-height: 30px;
	text-align: center;
	padding: 0 90px;
	margin-top: 20px;
}

/* Home */

.home-text {
	color: #182c4b;
	line-height: 30px;
	text-align: center;
	padding: 0 90px;
	margin: 60px auto;
}

/* Serviços */

.servicos {
	margin: 60px 0 150px 0;
}

	.servicos li {
		color: #727277;
		margin-bottom: 15px;
	}


/* Produtos */

.produtos {
	margin: 50px 0 100px 0;
}

.sidebar {
	padding-left: 60px;
}

	.sidebar a {
		display: block;
		color: #666666;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 14px;
		margin-bottom: 15px;
		padding-left: 15px;
	}

	.sidebar a:hover {
		color:#4b5d76;
		font-weight: bold;
		text-decoration: none;
	}

	.sidebar a.active {
		color:#4b5d76;
		font-weight: bold;
		font-size: 18px;
		text-decoration: none;
		background: url(../img/produto-active.png) left center no-repeat;
	}

.produtos-content {
	background: url(../img/divisor.png) left top repeat-y;
}

	.produtos-content .pai {
		font-size: 24px;
		margin-bottom: 20px;
		color: #2295cd;
		text-transform: uppercase;
	}

	.produtos-content .produtos-thumb.panel {
		margin-bottom: 0!important;
		background: none;
	}

	.produtos-content .produtos-thumb {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: #ccc 1px solid;
		color: #666666;
	}

		.produtos-content .produtos-thumb .name {
			color: #666666;
			text-transform: uppercase;
			cursor: pointer;
			text-decoration: none;
			padding-right: 25px;
			background: url(../img/collapse-minus.png) right center no-repeat;
		}

		.produtos-content .produtos-thumb .name.collapsed {
			background: url(../img/collapse-plus.png) right center no-repeat;
		}

		.produtos-content .produtos-thumb .img {
			margin: 15px 0;
			text-align: center;
		}

			.produtos-content .produtos-thumb .img img {
				max-height: 500px;
			}

		.produtos-content .produtos-thumb .desc {
			margin: 8px 0;
		}

			.produtos-content .produtos-thumb .desc img {
				margin-right: 10px;
			}

.produtos-tabela {
	margin-top: 35px;
}

/* Contato */

#wrapper.cont .container {
	padding-top: 0px;
}

.form {
	margin-top: 50px;
}

.contato {
	margin-bottom: 100px;
}

	.contato p {
		font-size: 24px;
		color: #4b5d76;
		margin-bottom: 30px;
		text-align: right;
		padding-right: 0;
	}

		.contato p span {
			font-size: 15px;
			text-transform: uppercase;
			display: block;
		}

	.contato .lbl {
		text-align: right;
		color: #666666;
		text-transform: uppercase;
		font-size: 13px;
		padding-top: 3px;
		padding-right: 0;
	}

	.contato input,
	.contato select,
	.contato textarea {
		background: #f1f1f2;
		border: none;
		width: 100%;
		margin-bottom: 10px;
		padding: 5px 10px;
		outline: none;
		color: #333;
	}

	.contato select {
		padding: 8px 10px;
	}

	.contato input.error,
	.contato select.error,
	.contato textarea.error {
		margin-bottom: 0;
	}

	.contato textarea {
		resize: none;
		height: 150px;
	}

	.contato label.error {
		font-size: 12px;
		color: #c00;
		font-style: italic;
		margin-bottom: 10px;
    	font-weight: normal;
	}

	.contato button {
		float: right;
		background: #4b5d76;
		border: none;
		color: #fff;
		text-transform: uppercase;
		padding: 3px 15px 3px 15px;
		border-radius: 12px;
		outline: none;
		font-size: 14px;
		margin-bottom: 15px;
	}

.others {
	margin-top: 50px;
	color: #666666;
	font-size: 12px;
	background: url(../img/divisor.png) left top repeat-y;
	padding-left: 35px;
}

	.others .cont {
		margin-bottom: 20px;
	}

		.others .cont .icon {
			padding-right: 0;
		}

		.others .cont a {
			color: #666666;
		}

		.others .cont img {
			margin-right: 15px;
		}

	#map {
		border-radius: 30px;
		height: 250px;
		width: 100%;
		z-index: 1;
		border: #d8dade 1px solid;
	}

/* Large Devices, Wide Screens - LG */
@media only screen and (min-width : 1200px) {

	.container { width: 960px; }
	/*.container2 { width: 870px; }*/

}


/* Medium Devices, Desktops - MD */
@media only screen and (max-width : 1199px) {


}

/* Small Devices, Tablets - SM */
@media only screen and (max-width : 991px) {

 	.nav ul { margin: 0 0 0 0; }
	.header .logo-container .logo { background-position: left bottom 6px; background-size: 310px auto; }
	.home-text { padding: 0 15px; margin: 30px auto 60px; }

	.sidebar { padding-left: 15px; }

}

/* Extra Small Devices, Phones - XS */
@media only screen and (max-width : 767px) {


	.header { height: auto; }
		.header .logo-container .logo { position: relative; background: none; text-align: center; }

	.nav { text-align: center; }
		.nav ul { margin: 0 0 15px 0; }
			.nav ul li a { padding: 8px 13px 8px 10px; }

	.contato p { text-align: left; }
	.contato .lbl { text-align: left; }

	.page-text { padding: 0 15px; }

}

@media only screen and (max-width : 480px) {




}