@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,300);


@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-il7ghw');
	src:url('fonts/icomoon.eot?#iefix-il7ghw') format('embedded-opentype'),
		url('fonts/icomoon.woff?-il7ghw') format('woff'),
		url('fonts/icomoon.ttf?-il7ghw') format('truetype'),
		url('fonts/icomoon.svg?-il7ghw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  	font-family: 'JaapokkiRegular';
	src: url('../fonts/jaapokki/jaapokki-regular.eot');
    src: url('../fonts/jaapokki/jaapokki-regulard41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jaapokki/jaapokki-regular.woff') format('woff'),
         url('../fonts/jaapokki/jaapokki-regular.ttf') format('truetype'),
         url('../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* 2 - General styles
------------------------------------------------------------------------*/
html,
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #1A1A1A;
	position: relative;
}

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background: #fff;
}



.no-padding{
	padding: 0;
}

a:focus{
	outline: 0;
}


a {
	color:#000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
a:focus {
	outline:none;
	outline-offset:0;
}
a:hover {
	color: #3cc0bf;
	text-decoration: none;
}

a:link,
a:visited{
    text-decoration: none;
}

p {
	color: #383838;
	font-weight: 400;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


img {
	max-width: 100%;
	height: auto;
}
iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}

.pattern {
	background-color: rgba(0,0,0,.5);
	background-image: url(../img/pattern.png);
}
.white-bg {
	background-color: #ffffff;
}
.gray-bg {
	background-color: #f1f2f7;
}

ul{
	list-style-type: none;
	padding: 0px;
}


/* 2.1 - Headings 
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #F48366;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 0.875em;
}

.right{
	float: right;
}


/*====================================================
	Main styles
 =======================================================*/


/*header 
=====================================*/
#top_bg{
	background: url(../img/bg_top.png) no-repeat center top;
	background-size:cover;
}
.page-top{
	
}

.pagetop .pagetop_inner {
    width: 100%;
    height: auto;
    max-width: 1170px;
    margin: 0px auto;
}
.f-left {
    float: left;
}
#pagetop .socials, #pagetop .texts {
    height: 30px;
}
.f-right {
    float: right;
}
 .f-right a {
    display: inline-block;
    margin: 0px;
    padding: 0px 8px;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 100%;
    line-height: 25px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.socials a {
    color: #F5886C;
    border-left: 1px solid #EFEFEF;
}
.socials a:hover {
    color: #F5886C;
}
.socials a:last-child{
	border-right: 1px solid#EFEFEF;
}


.f-left p {
    padding: 0px;
    margin: 13px 0px 12px;
    line-height: 17px;
    color: #666;
    letter-spacing: 1px;
	font-size: 13px;
}
.catalogo_bt{ margin-top:26px;}

/*main Nav 
=================================*/
.titulo_pagina{
	background: url(../img/linha.png) no-repeat center bottom;
	padding-bottom: 28px;
	padding-top: 0px;
	margin-bottom:35px;
}
.titulo_pagina h1{ text-align:center; padding-top:0; margin-top:0; font-size:25px;}
.breadcrumb{
	color: #FF9900 !important;
	background-color: #FFF9F2;
	border-radius: 0 0 5px  5px;
}
.breadcrumb>li+li:before{ color:#F5886C}
.breadcrumb a{
	color: #FF9900
}
#section-header{
	height: 110px;
	border-bottom: 3px solid #FCD1C9;
}
.navbar-nav li{}
.navbar-nav li a:before{
	content: "◆ ";
	position: relative;
	left: 0;
	color: #F9B5A4;
}
.navbar-nav li a{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	line-height: 27px;
	padding: 38px 10px 25px;
	color: #333;
	background: transparent!important;
	font-family: "jaapokkiregular";
	font-weight: normal;
	letter-spacing: 1px;
}
.navbar-nav li.active a{
	background: #FDD1A1!important;
	border-bottom: 4px solid#F5886C;
	z-index: 1;
	padding-bottom: 24px;
}

.navbar{
	border: 0px none;
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
	min-height: auto;
	padding-left: 20px;
	position: relative;
	z-index: 777;
	border-radius: 0px;
}

.navbar-brand {
	padding: 0px 18px;
	width: 100%;
	height: 92px;
	line-height: 82px;
	margin-left: 0px;
	margin-top: 0;
}

.sticky-wrapper.is-sticky #section-header {
    height: 90px;
    width: 100%;
    background: rgb(252, 252, 252) none repeat scroll 0% 0%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 2px #777;
}
.sticky-wrapper.is-sticky #section-header .navbar-brand img{ height: 72px; margin-top:10px;}

/*===============Dropdown menu ===========================*/

ul.navbar-nav > li.active.dropdown.open{
	background: rgba(255, 4, 4, 0.95);
}

ul.navbar-nav li.active > .dropdown-menu > li.active > a{
	color: #708AFF;

}


.navbar-nav .dropdown-menu{
	left: 0;
	right: auto;
}

.dropdown-menu * {
	width: 100%;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.navbar-nav .dropdown-menu{
	background: #fbfbfb;
	border: 0;
	box-shadow: none;
	min-width: 240px;
	display: block;
	opacity: 0;
	z-index:1;
	visibility:hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
	-ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
	transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}

.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility:visible;
	color: #777;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
 }

 .navbar-nav .dropdown-backdrop {
	visibility: hidden;
}

.navbar-nav .dropdown-menu li{
	padding: 10px 20px 0;
}

.navbar-nav .dropdown-menu li:first-child{
	border-radius: 2px 2px 0 0;
}

.dropdown-menu li:last-child{
	border-radius: 0 0 2px 2px;
}

.dropdown-menu>li>a{
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	background:transparent!important;
}
 .navbar-nav li.active a> ul.dropdown-menu>li>a{
 	color: #232323;
 	background: none !important;
 	border: 0px;
 	z-index: 2;
 }
.navbar-nav li.active> ul.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background: none !important;
	color: #708AFF !important;
}
.dropdown-menu>li>a:hover{
	color: #708AFF !important;
}


/*==================================================================
	Main slider
======================================================================*/
#section-slider{
	position: relative;
}


.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url(../img/overaly.png);
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
}
.overlay2{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


#slider-carousel .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;

}

#slider-carousel .item{
	-webkit-backface-visibility: hidden;
}

#slider-carousel .item .slider-content {
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#slider-carousel .item.active .slider-content {
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

.carousel-caption{
	top: 17%;
	text-shadow:none;
}
#slider-carousel .carousel-caption{
	right: 40px;
	text-align: right;
	width: 65%;
	z-index:1;
}
#slider-carousel .carousel-caption.mid{
	text-align: center;
	margin: 0px auto;
	left: 0px;
	top: 20%;
	width: 100%;
}
#slider-carousel .carousel-caption.left {
	left: 10%;
	text-align: left;
	width: 65%;
}

.carousel-caption h2{
	text-transform: uppercase;
	font-size: 60px;
	margin: 20px 0px;
	color: #fff;
}
.carousel-caption h4{
	font-weight:500;
	color: #fff;
}
.carousel-caption h4 span {
	color: #FDD1A1;
	font-weight: 700;
}


/*=================================================================
	Main slider
======================================================================*/
#section-slider3{
	position: relative;
}
.overlay3{
	position: relative;
}


.overlay3:before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/overaly.png);
}

#slider-carousel3 .item img{
	width: 100%;
	-webkit-backface-visibility: hidden;
}

#slider-carousel3 .item{
	-webkit-backface-visibility: hidden;
}

#slider-carousel3 .carousel-caption3{
	top: 30%;
	text-shadow:none;
	position: absolute;
	color: #fff!important;
	z-index: 2;
}

#slider-carousel3 .carousel-caption3{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	left: 5%;
}




/*======================================================
	 PORTFOLIO
===================================================*/

#section-portfolio{
	padding-top: 60px;
}
.grid {
	position: relative;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid.col-md-3{
	margin: 0px;
	overflow: hidden;
	float: left;
	padding: 0px;
	position: relative;
}

.grid figure img {
	width: 100%;
	-webkit-transition: all 0.17s ease-in-out 0s;
	-o-transition: all 0.17s ease-in-out 0s;
	transition: all 0.17s ease-in-out 0s;
}

.grid figure  {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
	text-align: center;
	left: 0px;
	overflow: hidden;
	-webkit-transition:  all 0.35s ease-in-out 0s;
	-o-transition:  all 0.35s ease-in-out 0s;
	transition:  all 0.35s ease-in-out 0s;
	top: -100%;
	/*opacity: 0;*/
}
.grid:hover figure {
	top: 0px;
} 

figure.effect-zoe figcaption {
	position: absolute;
	display: block;
	left: 0px;
	z-index: 2;
	width: 100%;
	padding: 30px;
	bottom: 0px;

}

.hover-meta{
	float: left;
}
.icon-links{
	float: right;
	clear: both;
	margin: 5px 0px;
}

figure.effect-zoe h5 {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0px 0px 2px;
	position: relative;
	text-align: center;
	right:0;
	left:0;
}
figure.effect-zoe p{
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #696969;
	margin: 0px;
}


figure.effect-zoe figcaption .icon-links a i{
	padding: 8px;
	color: #696969;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

figure.effect-zoe figcaption .icon-links a {
    display: inline-block;
    margin: 0px;
    width: 35px;
    height: 35px;
    border: 1px solid #696969;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-align: center;
}
figure.effect-zoe figcaption .icon-links a:hover{
   	background: #F5886C;
    border-color: #F5886C;
    text-decoration: none;
}
figure.effect-zoe figcaption .icon-links a:hover i{
	color: #fff;
}

/*========================================================
	Section Footer
=========================================================*/
#section-footer{
	background: #2E2E2E;
	background: url("../img/footer-bg.jpg") fixed 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.footer-inner{
	border-right: 1px solid#434343;
	padding: 80px 0px;
}
.footer-inner.location{
	border-right: 0px;
}
.footer-inner p{}
.footer-inner h4{
	color: #fff;
	margin-bottom: 30px;
	font-weight: 600;
}
.footer-inner p,.footer-link a,.footer-inner a{
	color: #ccc;
}
.footer-inner.footer-service{
	/*padding: 20px;*/
}

.footer-about{
	padding: 70px 30px;
}
.footer-about p{
	margin-bottom: 30px;
	clear: both;
}
.footer-inner.footer-service .btn-default{
	background: #FDD1A1;
	border-color: #FDD1A1;
}
.footer-inner ul{
	/*margin-left: -40px;*/
}
.location{
	padding-bottom: 30px;
}
.footer-inner.location ul{
	margin-top: 20px;
}
.footer-inner.location li{
	clear: both;
	margin-bottom: 18px;
}
.footer-inner.location li h5{
	color: #fff;
	font-weight: 600;
	line-height: 25px;
}
.footer-inner.location li h5 span{
	color: #FDD1A1;
	margin-left: 0px;
}
.footer-inner  .menu-social-profile-links {
	margin-left: 0px;
	/*margin-top: 15px;*/
}
.menu-social-profile-links li a i{
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
	background: #232323;
	background: #FEE1C2;
	color: #F5886C;
}


.footer-link{}
.footer-link li{
	margin-bottom: 18px;
	position: relative;
}
.footer-link li:before{
	position: absolute;
	content:"";
	font-family: fontAwesome;
	font-size: 15px;
	color: #FDD1A1;
}
.footer-link li a{
	padding-left: 20px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.footer-link li a:hover{
	color: #FDD1A1;
	padding-left: 40px;
}

#section-btm{
	background: #fff;
	padding: 20px 0px;
}
.footer-btm{}
.footer-btm p{
	color: #232323;
	text-transform: capitalize;
}
.footer-btm p.white,.footer-btm p span{
	font-weight: 700;
}

/*===================================================
 section COUNTER
=======================================================*/
#section-counter{
	background: #F5886C;
	padding: 50px 0px;
	
}
.counter-inner{
	
}
.counter-box{
	text-align: center;
}
.counter-box i{
	font-size: 30px;
	float: left;
	margin-top: 22px;
	margin-right: 40px;
}
.counter-box .count{
	font-size: 50px;
	font-weight: 700;
	text-align: left;
	margin-left:40px;
}
.counter-box  span{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.counter-box i,.counter-box .count,.counter-box  span{
	color: #fff;
}

.service-sec{
	margin: 40px 0px;
}

.sec-line{
	width: 100%;
	height: 40px;
	background:url(../img/linha.png) no-repeat center top;
}


/*======================================================
	section-intro
============================================================*/


#slider{
	padding: 80px 0px;
}

.welcome-text{
	padding: 50px 0px 90px;
}

.slider-title2{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	margin-bottom:25px;
}


.btn-slide{
	border: 1px solid#fff;
	padding: 7px 40px;
	color: #232323;
	text-align: center;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	background: #fff;
}
.btn-slide:hover{
	background: #F5886C;
	color: #fff;
	border-color: #F5886C;
}

.titulo_separador{ padding-top:70px; padding-bottom:50px;}
/*================================
	SECTION INTRO
================================================*/
.home_bg{background: url(../img/bg_top.png) no-repeat center top;}
#section-intro{
	
}
.section-wrap{
	background: #fff;
	margin-top: -50px;
	z-index: 1;
}
.intro-box{
	text-align: center;
	padding: 30px 15px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.intro-box i{
	font-size: 38px;
	border: 2px solid #F5886C;
	border-radius: 100%;
	line-height: 60px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding:13px;
	color: #F5886C;
}
.intro-box h4{
	margin: 10px 0px;
	font-size: 17px;	
}
.intro-box p{
	/*padding: 0px 10px;*/
	font-size: 13px;
	line-height:19px;
	
}
.intro-box:hover ,.intro-box.active{
	border-color: #FFFCF9;
	background: #FFFCF9;
	color: #F5886C;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.intro-box.active i{
	border: 3px solid #F5886C;
	}
.intro-box:hover i ,.intro-box:hover h4, .intro-box.active i, .intro-box.active h4{
	border-color: #F5886C;
	color: #F5886C;
	
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.intro-box:hover p,.intro-box.active p{
	color: #F5886C;
}
/* End: Recommended Isotope styles */



/*BAck to TOP
=====================*/
#back-to-top {
	right: 40px;
	top: auto;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	bottom: 60px;
}

#back-to-top .btn.btn-primary{
	padding: 0;
	font-size: 18px;
	width: 41px !important;
	height: 36px !important;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	border: 2px solid transparent;
	color: #FFF;
	padding: 0px !important;
	opacity: .5;
}

#back-to-top .btn.btn-primary:hover{
	color: #fff;
	opacity: 1;
	background: #F5886C;
}
.btn-carmelia{
	background: #F5886C;
	border: 1px solid #F47D60;
	text-transform: uppercase;
	border-radius:3px;
}
.btn-carmelia:hover{
	background: #F8A08B;
	border: 1px solid #F47D60;
}
.list_produtos .info{ min-height:60px;}
.form_orcamento{ position:relative}
.form_orcamento .form-control{ margin-top:2px; margin-bottom:9px;}
.loading_send_form{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.7) url(../img/ajax-loader.gif) no-repeat center center;
	display:none;
}
.img_prod_list{ position:relative}
.img_prod_list form{ display:none; position:absolute; background-color:#eee; top: 0;
	bottom: 0;
	left: 0;
	right: 0; padding-top:15px; z-index:3; }
.box-add-prod-orcamento{ margin-bottom:15px; margin-top:15px; display:table}
.btn-add-orcamento{
	position: absolute;
	bottom: 50%;
	right: 50%;
	padding: 0px 4px;
	font-size: 11px;
	width: 100px;
	margin-right: -50px;
	margin-left: -50px;
	bottom:3px;
}

div.required label:after{content:' * ';color:#F00;font-weight:bold;}