/*
BORDEAX - color: #8a1d20;
GOLD - color: #ffaa0b;
BROWN - color:#845730;
font-family: 'Poiret One', cursive;
font-family: 'Open Sans', sans-serif;
*/

@import 'https://fonts.googleapis.com/css?family=Poiret+One|Open+Sans';

html{
	width:100%;
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;	
}

.wrapper{
	position:relative;
	padding-top:200px;
	/*min-height:700px;*/
	margin-bottom:40px;
	text-align:justify;
	z-index:1;
}

a:link {color: #000;text-decoration: none;}
a:visited {text-decoration: none;color: #000;}
a:hover {text-decoration: underline;color: #845730;}
a:active {text-decoration: none;color: #000;}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:11px;
    right:22px;
    display:none;
	z-index:2;
}
/* HEADER
----------------------------------------------------------------------------- */
header{
	position:absolute;
	width:100%;
	height:auto;
	/*max-height:750px;
	overflow:hidden;*/
	background-color:#fff;
	margin-top:155px;
	padding-bottom:3px;
}
.manchete{
	position:absolute;
	top:60%;
	left:0;
	display:block;
	z-index:5;
	width:100%;
	background-color:#845730;
	/*background:rgba(123,18,19,.8);
	background:rgba(132,87,48,.8);*/
	background:rgba(31,31,31,.8);
	padding: 15px 25px 15px 90px;	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	text-align:left;	
	font-size:2.2em;
	color:#fff;
	line-height:1.0em;
	z-index:1;
}
.manchete small{
	text-transform:uppercase;
	font-size:90%;
	font-family: 'Poiret One', cursive;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
	position:relative;
}
/* ELEMENTS
----------------------------------------------------------------------------- */
.divider20{
	height:20px;
}
.divider40{
	height:40px;
}
.divider60{
	height:60px;
}
h1,h2,h3,h4{
  font-family: 'Poiret One', cursive;	
}
h2,h3,h4{
  font-weight:700;
  color:#8a1d20;	
}
/* mapa */
#map-canvas {
   height: 450px;
   padding: 0px;
   margin-top:-45px;
   margin-bottom:10px;
}

/* botão default */
.btn-default,
.btn-default:visited{
  color: #fff;
  background-color: #8a1d20;
  border-color: #8a1d20;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #8a1d20;
  background-color: #fff;
  border-color: #8a1d20;
}
/* botão primary */
.btn-primary,
.btn-primary:visited{
  color: #845730;
  background-color: #fff;
  border-color: #845730;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #845730;
  border-color: #845730;
}
/* well */
.well {
  min-height: 20px;
  padding: 19px;
  margin-top:60px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #845730;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well h1,
.well h2{
  font-weight: 700;
  text-transform:uppercase;
  color: #845730;
}
.well .lead{
	color: #8a1d20;
	font-weight: 600;
}
.well .btn-default,
.well .btn-default:visited{
  color: #845730;
  background-color:#fff;
  border-color:#845730;
}
.well .btn-default:hover,
.well .btn-default:active{
  color: #fff;
  background-color:#8a1d20;
}
/* Panel Default */
.panel .btn-default,
.panel .btn-default:visited{
  color: #fff;
}
.panel .btn-default:hover,
.panel .btn-default:active{
  color: #d52c29;
}
/* Titulo Pagina */
.titCat{
	text-align:left;
	color:#845730;
	font-family: 'Poiret One', cursive;
	font-size:3.6em;
}
/* imagens produtos */
.img-portfolio{
	margin-bottom:60px;
	border-bottom:1px solid #cc3333;
	height:350px;
	overflow:hidden;
}
.img-responsive2 {
  display: block;
  width: 100%;
  max-height: 180px;
  overflow:hidden;
}
.img-hover:hover{
  opacity:0.65;
}
/* icones circulares */
.bckbordeaux{
  /*background-color: #8a1d20;*/
  background-color:#845730;
  width:120px;
  height:120px;
  padding:25px;
  border-radius: 50%;
  margin-top:20px;
}
/* NAVBAR
----------------------------------------------------------------------------- */
.topnavbar-wrapper{
	position:fixed;
	width:100%;
	top:0;
	margin-bottom:0px;
	background-color:#FFFFFF;
	z-index:2;
}
.topnavbar-wrapper img{
	margin-top:5px;
	margin-bottom:5px;
}
#logocenter{
	margin-top:20px;
	height:80px;
}
#callme{
	position:absolute;
	top:15px;
	right:5%;
	width:180px;
	height:30px;
	font-size:1.4em;
	font-weight:700;
	color:#8a1d20;
	border-radius:4px;
	text-align:right;
	z-index:3;
}
#callme small{
	font-size:0.7em;
	color:#845730;
	font-weight:400;
	float:right;
}
/* Center navbar */
.navbar-center {
	text-align:center;
	background-color:#fff;
	color:#000;
	border-radius:0px;
	border-bottom:1px solid #845730;
	border-top:0px;
	margin-bottom:0px;
}
.navbar-center .nav {
	float:none;	
}
.navbar-center .nav li{
	height:30px;
	margin-top:-35px;
	padding-top:0px;
}
.navbar-center .nav li {
	display:inline-block;
	float:none;
	margin:0px;
	padding:0 auto;
	vertical-align:middle;
	text-align:center;
}
.navbar-center .navbar-nav > li > a {
	color: #845730;
	font-size: 12px;
	font-weight: 300;
	text-transform:uppercase;
}
.navbar-center .navbar-nav > li.active > a {
	background-color: transparent;
	color: #ef6938;
}
.navbar-center .navbar-nav > li > a:hover,
.navbar-center .navbar-nav > li.active > a:hover {
	color: #8a1d20;
	font-weight:700;
	background-color:transparent;
}
/* Menu Tablet Vertical */
@media (min-width:767px) and (max-width:980px) {
	.navbar-center .navbar-nav > li > a {
	font-size: 1.4vw;
	}
}
/* Menu sandwish */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 0px;
  background-color:#000;
}
.navbar-toggle:hover .icon-bar {
  background-color:#845730;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* Portfolio CSS ********************************/
#portfolio {
  margin-top: 20px;
  padding-bottom: 0;
}
/* botoes categorias portfolio */ 
.portfolio-filter {
  margin:0;
  padding: 0;
}
.portfolio-filter > li {
  display: inline-block;
  list-style: none outside none;
  
}
.portfolio-filter > li a,
.portfolio-filter > li a:visited{
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color:#8a1d20;
  margin-right: 20px;
  margin-bottom:10px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #8a1d20;
  outline: none;
  border-radius: 3px;
}
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #8a1d20;
  border: 1px solid #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.portfolio-items{
  list-style: none outside none;
  margin: 20px 0 0 0;
  padding: 0;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-item {
  margin: 0;
  padding:0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}
#recent-works{
    padding-bottom: 70px;
}
.recent-work-wrap {
  position: relative;
}
.recent-work-wrap img{
  width: 100%;
}
.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #8a1d20;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}
.recent-work-wrap .overlay a {
  color: #fff;
}
.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.recent-work-wrap:hover .overlay {
  opacity: 0.8;
}

/* FOOTER
----------------------------------------------------------------------------- */
footer {
  position:relative;
  width:100%;
  max-height:80px;
  margin-top:10px;
  margin-bottom:-11px;
  padding-top: 20px;
  padding-bottom:15px;
  /*border-top: 1px solid #845730;*/
  background-color:#FFF;
}
.footer{
	position:absolute;
	width:100%;
	bottom:0;
	margin-bottom:0;
}
.wbi{
  font-family: 'Josefin Sans', sans-serif;
  font-size:13px;
  color:#333;
  text-decoration:none;
}
a:link, a:visited .wbi {
  color:#333;
  text-decoration:none;
}
a:hover, a:active .wbi {
  color:#845730;
  text-decoration:none;
}
/* Responsive: Mobile */
@media (max-width:767px) {
    .topnavbar-wrapper img{
	margin-left:15px;
	margin-right:15px;
	}
	.navbar-center {
	background-color:#fff;
	color:#000;
	border-radius:0px;
	border-bottom:0px;
	border-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:1px #000 solid;
	}
	.navbar-center .nav {
	/*float:left;*/
	padding-bottom:0px;
	}
	.navbar-center .nav li {
	display:block;
	float:none;
	text-align:center;
	height:auto;
	width:100%;
	}
	/* Menu Mobile */
	.navbar-center .navbar-nav > li > a {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	text-transform:uppercase;
	}
	.navbar-center .navbar-collapse li {
	color:#000;
	border-top:1px solid #ddd;
	width:100%;
	margin-bottom:0px;
	}
	.navbar-center .navbar-collapse li:hover {
		background-color:#8a1d20;
		text-align:center;
	}
	.navbar-center .navbar-collapse li:hover a:link,
	.navbar-center .navbar-collapse li:hover a:visited {
		color:#FFFFFF;
		text-align:center;
	}
	/* HEADER */
	header{
		position:absolute;
		height:100%;
		min-height:750px;
		overflow:visible;
		background-color:#fff;
		margin-top:50px;
		padding-bottom:3px;
	}
	.manchete{
		position:absolute;
		top:45%;
		left:0;
		display:block;
		z-index:5;
		width:100%;
		height:auto;
		background:rgba(31,31,31,.8);
		padding: 15px 25px 15px 25px;	
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;	
		font-size:1.8em;
		color:#fff;
		line-height:1.0em;
	}
	.manchete small{
		text-transform:uppercase;
		font-size:80%;
		line-height:1.3em;
		font-family: 'Poiret One', cursive;
		display:block;
		margin-top:15px;
		margin-bottom:15px;
	}
	#owl-demo .item img{
		display: block;
		width: auto;
		height: 100%;
	}
	/* */
	.wrapper{
	position:relative;
	padding-top:80px;
	}
	.titCat{
	font-size:2.4em;
	text-align:left;
	color: #845730;
	padding-top:8px;
	}
	/* back top */
	.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:15px;
    right:15px;
    display:none;
	z-index:2;
	}
	.footer {
    padding-right: 0;
    padding-left: 0;
  	}
}
