/*
GREY - color: #DFDFDF;
ORANGE light - #F58D38;
ORANGE dark - #eca500;

font-family: 'Josefin Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Hind', sans-serif;

*/

@import url('https://fonts.googleapis.com/css?family=Hind|Josefin+Sans|Montserrat:700');

body {
	font-family: 'Hind', sans-serif;
	height: 100%;
	background: rgba(252,234,187,1);
	background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
	background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
.wrapper{
	position: relative;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:180px;
	z-index:0;
}
.wrapper h1{
	color: #931a1d;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

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

h1,
h2,
h3,
h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #931a1d;
}
  
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:11px;
    right:22px;
    display:none;
	z-index:2;
}
/* Cookie Law
----------------------------------------------------- */
#cookielaw{
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  min-height:40px;
  height:auto;
  z-index:1000;
  margin:0;
  padding:15px;
  display:block;
  background:#333;
  color: #fff;
  cursor:pointer;
}
.closecookie {
  float: right;
  margin-top:8px;
  font-size:1.8em;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
  opacity: 1;
}
.closecookie:hover,
.closecookie:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.closecookie {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* HOMEPAGE
----------------------------------------------------------------------------- */
header{
	position: relative;
	width:100%;
	height:450px;
	overflow:hidden;
	background-color:transparent;
	margin-top: 0px;
	margin-bottom: 0px;
}
#owl-single .item{
    display: block;
    width: 100%;
	height:450px;
	overflow:hidden;
	position: relative;
	margin-top: 150px;
	margin-bottom: 0px;
}
#owl-single img{
    display: block;
    width: 100%;
	position: relative;
}
#frontboxes{
	margin-top:40px;
	margin-bottom:-20px;
}
#frontboxes h4{
	text-transform: uppercase;
}
#frontboxes img:hover,
#frontboxes img:focus{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6);
}

/* ELEMENTS
----------------------------------------------------------------------------- */
.divider20{
	height:20px;
}
.divider40{
	height:40px;
}
.divider60{
	height:60px;
}
/* mapa */
#map-canvas {
   width:100%;
   height: 350px;
   margin-top:-30px;
   margin-bottom:10px;
}
/* breadcrumbs */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
}
.breadcrumb > .active {
  color: #eca500;
}

/* botão link */
.btn-link,
.btn-link:visited{
  color: #931a1d;
}
.btn-link:hover,
.btn-link:focus{
  color: #333;
  text-decoration:none;
}
/* botão default */
.btn-default,
.btn-default:visited{
  color: #fff;
  background-color: #931a1d;
  border-color: #931a1d;
  border-radius:0px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #931a1d;
  background-color: #fbdf93;
  border-color: #931a1d;
}

/* botão primary */
.btn-primary,
.btn-primary:visited{
  color: #fff;
  background-color: #eca500;
  border-color: #eca500;
  border-radius:0px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #eca500;
  background-color: #fff;
  border-color: #eca500;
}

/* well */
.well {
  min-height: 20px;
  padding: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fbdf93;
  border: 1px solid #eca500;
  border-radius: 0px;
  -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,
.well h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #931a1d;
}
.well .btn-default,
.well .btn-default:visited{
  color: #fff;
}
.well .btn-default:hover,
.well .btn-default:active{
  color: #931a1d;
}
/* Montra */
#montra .item{
	margin-bottom: 20px;
}

#montra .img-responsive{
  opacity: 0.9;	
}
#montra .img-responsive:hover,
#montra .img-responsive:focus{
  opacity: 1;	
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.6);
}

#montra  a:link,
#montra  a:visited{
  color: #fff;
}
#montra a:hover,
#montra a:focus,
#montra a.focus,
#montra a:active {
  color: #eca500;
  background-color: #fff;
  border-color: #eca500;
  font-family: 'Montserrat', sans-serif;
}

/* Panel Default */
.panel .btn-default,
.panel .btn-default:visited{
  color: #fff;
}
.panel .btn-default:hover,
.panel .btn-default:active{
  color: #eca500;
}
/* Paginas Produtos
----------------------------------------------------------------------------- */
.titCat{
	text-align:left;
	color: #eca500;
	font-weight:700;
}
.panel-categoria{
	display:block;
	background: rgba(245,245,245,0.8);
	padding-top:20px;
}
.panel-categoria:hover {
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.55);

}
/* imagens */
.img-portfolio{
	margin-bottom:60px;
	border-bottom:1px solid #eca500;
	height:350px;
	overflow:hidden;
}
/* imagens produtos */
.img-responsive2 {
  display: block;
  width: 100%;
  max-height: 180px;
  overflow:hidden;
}
.img-hover:hover{
  opacity:0.65;
}
/* 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:#eca500;
  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 #eca500;
  outline: none;
  border-radius: 0px;
}
.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #eca500;
  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: #eca500;
  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;
}

/* NAVBAR
----------------------------------------------------------------------------- */
.topnavbar-wrapper{
	position:fixed;
	width:100%;
	height:100px;
	top:0;
	margin-bottom:0px;
	background-color:#FFF;
	z-index:1;
}
.topnavbar-wrapper img{
	margin-top:0px;
	margin-bottom:5px;
	display:inline;
}
#callme{
	margin-top:15px;
	float:right;
	display:inline;
	width:180px;
	height:30px;
	font-size:1.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	border-radius:4px;
	text-align:right;
}
#callme small{
	font-size:0.5em;
	color:#d52c29;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	float:right;
}
/* Center navbar */
.navbar-center {
	position:fixed;
	width:100%;
	margin-top:100px;
	text-align:center;
	/*background-color:#000;*/
	color:#fff;
	border-radius:0px;
	border-bottom:0px;
	border-top:0px;
	margin-bottom:0px;
	z-index:1;
	background: rgba(236,168,32,1);
	background: -moz-linear-gradient(top, rgba(236,168,32,1) 0%, rgba(147,26,29,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,168,32,1)), color-stop(100%, rgba(147,26,29,1)));
	background: -webkit-linear-gradient(top, rgba(236,168,32,1) 0%, rgba(147,26,29,1) 100%);
	background: -o-linear-gradient(top, rgba(236,168,32,1) 0%, rgba(147,26,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,168,32,1) 0%, rgba(147,26,29,1) 100%);
	background: linear-gradient(to bottom, rgba(236,168,32,1) 0%, rgba(147,26,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eca820', endColorstr='#931a1d', GradientType=0 );
}
.navbar-center .nav {
	float:left;	
}
.navbar-header {
	background-color: #FFF;	
}
.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: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	text-transform:uppercase;
}
.navbar-center .navbar-nav > li.active > a {
	background-color: transparent;
	color: #FFF;
}
.navbar-center .navbar-nav > li > a:hover,
.navbar-center .navbar-nav > li.active > a:hover{
	background-color: transparent;
	color: #f4a800;
}

.navbar-center .navbar-nav > li > a.selected {
	background-color: #000;
	color: #f4a800;
	background-position:bottom center;
	background-repeat:no-repeat;
}

/* 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:#eca500;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


/* FOOTER
----------------------------------------------------------------------------- */
footer {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.wbi{
  font-family: 'Josefin Sans', sans-serif;
  font-size:13px;
  color:#333;
  text-decoration:none;
}

.wbi a:link, a:visited, a:hover, a:active{
  color:#333;
  text-decoration:none;
}

/* Menu Tablet Vertical */
@media (min-width:767px) and (max-width:980px) {

}

/* Responsive: Portrait tablets */
@media screen and (min-width: 981px) and (max-width: 1200px) {
	
}

/* Responsive: Mobile 
----------------------------------------------------------------------------- */
@media (max-width:767px) {
    .navbar-center {
	margin-top:0px;
	background-color:#DFDFDF;
	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:none;
	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-collapse ul{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-center .navbar-collapse li {
	color:#000;
	border-top:1px solid #d5d5d5;
	width:100%;
	margin-bottom:0px;
	}
	.navbar-center .navbar-collapse li:hover {
		background-color:#eca500;
		text-align:center;
	}
	.navbar-center .navbar-collapse li:hover a:link,
	.navbar-center .navbar-collapse li:hover a:visited {
		color:#FFFFFF;
		text-align:center;
	}
	/* Homepage */
	header{
	position: relative;
	width:100%;
	height:450px;
	overflow:hidden;
	background-color:transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#owl-single .item{
		display: block;
		width: auto;
		height:100%;
		overflow:hidden;
		position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#owl-single img{
		display: block;
		width: 100%;
		position: relative;
	}
	#frontboxes{
		margin-top:10px;
		margin-bottom:-20px;
	}	
	
	/* Pages */
	.wrapper{
	position:relative;
	padding-top:80px;
	}
	footer {
	margin-top:80px;
    padding-right: 0;
    padding-left: 0;
  	}
	/* back top */
	.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:15px;
    right:15px;
    display:none;
	z-index:2;
	}
}