/* 
*/

/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #373435;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #1dc6df;
}
p {
    color: #737373;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Noto Sans', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}


/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;	
	font-size: 28px;
}
.slog {
	font-size: 16px;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../_img/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
	background-color: #FEFEFE;
	margin-bottom: 0px;
	z-index: 1000;
	border: none;
	color: #333;
	position: fixed;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}
.navbar-custom .navbar-brand {
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	letter-spacing: 0.15em;
	margin: 15px 0 0;
	font-family: 'Roboto Slab', serif;
}
.navbar-custom .navbar-brand:hover {
	color: #ffffff;
}
.navbar-custom .nav {
	padding: 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #604f34;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
	padding: 10px 10px;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}
.small .navbar-brand,.small .navbar-brand:hover{
	color: #f1f1f1;
}
nav.small {
   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
   box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

/* 6 Home
----------------------------------------------------------------------------- */
#home {
	padding: 190px 0 0;
	position: relative;
	z-index: 1;
	position: relative;
	font-size: 13px;
	color: #fff;
	min-height: 506px;
}
/* ======= Homepage Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: -999;
  background: #595959;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 545px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: url('../_img/banner/1.jpg') no-repeat center top;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
	background: url('../_img/banner/4.jpg') no-repeat center top;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: url('../_img/banner/5.jpg') no-repeat center top;

}

.bg-slider-wrapper .flexslider .slide.slide-4 {
  background: url('../_img/banner/6.png') no-repeat center top;

}

.bg-slider-wrapper .flexslider .slide.slide-5 {
  background: url('../_img/banner/7.jpg') no-repeat center top;

}

.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 20;
  bottom: 45px;
  position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.3);
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.8);
}
.intro-title {
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	font-size: 40px;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;
	margin: 0px;
	cursor: default;
}



.intro-title.principal {
	height: 155px;
    margin-bottom: 10px;
}
.intro-text {
	font-size: 24px;
	color: #fefefe;
	font-family: 'Roboto Slab',sans-serif;
	margin: 0;
	cursor: default;
}

.intro-text-gold {
	font-weight: 900;
	color: #FFC125;
	text-transform: uppercase;
	font-size: 25px;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;
	margin: 0px;
	cursor: default;
}

.intro-text.normal {
	font-size: 14px;
	color: #fefefe;
	font-family: 'Noto Sans',sans-serif;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}

.texto {
      color: #FFF;
      text-shadow: 
               -1px -1px 1px #000, 
               -1px 1px 1px #000,                    
                1px -1px 1px #000,                  
                1px 0px 1px #000;
}

.texto1 {
     color: #FFF;
     -webkit-text-stroke: 1px #000;
      text-stroke: 1px #000;
}

.textogold {
     color: #d0ad6c;
     -webkit-text-stroke: 1px #000;
      text-stroke: 1px #000;
}

.navbar-brand {float:none;display: block;height: auto;margin-top: 0 !important;}

/* 7 Orçamento
----------------------------------------------------------------------------- */
#orcamento {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background: #727376;
	padding: 60px 0 40px;
	z-index: 1;
}
#orcamento:after {
	content: '';
	width: 45px;
	height: 20px;
	background:url(../_img/site/seta.png) no-repeat center;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 25%;
}
#orcamento input[type=text] {
	width: 19%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: #FEFEFE;
	border: 1px solid #bcbec0;
	color: #4B4B4D;
	float: left;
	margin-right: 1%;
}
#orcamento input[type=submit] {
	width: 20%;
	height: 40px;
	background: #604f34;
	border: 1px solid #604f34;
	color: #FFF;
	font-size: 20px;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
#about-us h4{
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	margin-top: 70px;
}
#about-us .title{
	background:url(../_img/site/bg-quemsomos.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
}


/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 36px;
}
.facts h1 {
	font-family: 'Roboto Slab', serif;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.work-desc{
    width: 100%;
    padding: 10px 20px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
/* Trabalhe conosco
----------------------------------------------------------------------------- */
#trabalhe {
	background: url(../_img/banner/3.jpg) center no-repeat;
	background-size: cover;
	cursor: default;
}
#trabalhe h5 {
	font-size: 18px;
	color: #604f34;
	margin: 40px 200px 20px;
	font-family: 'Roboto Slab', serif;
}
#trabalhe p {
	margin: 0 200px;
}
#trabalhe .title{
	background:url(../_img/site/bg-trabalhe.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
}
#trabalhe label{
	font-weight: 300;
	width: 100%;
}
#trabalhe label.half{
	width: 48%;
	float: left;
	position: relative;
}
#trabalhe input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: #FEFEFE;
	border: 1px solid #bcbec0;
	color: #4B4B4D;
	display: block;
}
#trabalhe label span{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: #FEFEFE;
	border: 1px solid #bcbec0;
	color: #4B4B4D;
	display: block;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap
}
#trabalhe label input[type=file]{
	position: absolute;
    top: 25px;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    position:absolute;
	width: 1px;
	height: 1px;
	cursor: pointer;
}
#trabalhe label span input[type=text]{
	cursor: pointer;
}
#trabalhe input[type=submit]{
	width: 48%;
	height: 40px;
	background: #604f34;
	border: 1px solid #604f34;
	color: #FFF;
	font-size: 20px;
	float:right;
	margin-top:20px;
	border-radius: 3px;
}
.intermediate-container .subheading h4{
	color: #ffffff;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
}
.intermediate-container .heading h2{
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h4,.skill h4 {
	font-family: 'Roboto Slab', serif;
}
.team h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: 'Roboto Slab', serif;
}
.service-item .service-detail p {
	color: #9aa7af;
}

/* 13 Serviços
----------------------------------------------------------------------------- */
#servicos {
	background: url(../_img/banner/2.jpg) center;
	color: #FEFEFE;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	font-weight: 600;
}

#servicos .title{
	background:url(../_img/site/bg-servicos.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
	color: #FEFEFE;
}
#servicos p {
	color: #FEFEFE !important;
	cursor: default;
	margin-top: 50px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
#servicos img {
	display: block;
	margin: 30px auto 10px;
}

/* Portaria
----------------------------------------------------------------------------- */

#portaria .title{
	background:url(../_img/site/bg-quemsomos.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
}
#portaria h5 {
	font-family: 'Roboto Slab', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin: 60px 0 30px;
}
#portaria img {
	display:block;
	margin: 10px auto 5px
}
#portaria .marginTop15 {
	margin-top: 15px
}

/* Contato
----------------------------------------------------------------------------- */

#contato .title {
	background:url(../_img/site/bg-quemsomos.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
#contato label {
	font-weight: 300;
	width: 100%;
	margin-bottom: 10px;
}
#contato input[type=text] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: #FEFEFE;
	border: 1px solid #bbbdbf;
	border-radius: 3px;
	color: #4B4B4D;
	display: block;
}
#contato textarea {
	width: 100%;
	height: 110px;
	padding: 10px;
	background: #FEFEFE;
	border: 1px solid #bbbdbf;
	border-radius: 3px;
	color: #4B4B4D;
	display: block;
}
#contato input[type=submit] {
	width: 100%;
	height: 40px;
	background: #604f34;
	border: 1px solid #604f34;
	color: #FFF;
	font-size: 20px;
	border-radius: 3px;
}
#mapa {
	width: 100%;
	height: 450px;
	display: block;
	position: relative;
	float: left;
	clear: both;
}
#mapa iframe {
	width: 100%;
	height: 450px;
	border: 0;
	display: block;
}
#mapa2 {
	width: 100%;
	height: 450px;
	display: block;
	position: relative;
	float: left;
	clear: both;
}
#mapa2 iframe {
	width: 100%;
	height: 450px;
	border: 0;
	display: block;
}

#localizacao .title {
	background:url(../_img/site/bg-quemsomos.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
#localizacao label {
	font-weight: 300;
	width: 100%;
	margin-bottom: 10px;
}
/* FAQ
----------------------------------------------------------------------------- */
#faq {
	background: #4B4B4D;
	color: #FEFEFE;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	font-weight: 600;
	cursor: default
}
#faq .title{
	background:url(../_img/site/bg-servicos.png) no-repeat bottom center;
	cursor: default;
	padding-bottom: 20px;
	margin-bottom: 50px;
	color: #FEFEFE;
}
#faq h4{
	font-size: 16px;
	font-weight: 300;
	margin: 0 130px 0;
}
#faq p{
	font-size: 14px;
	font-weight: 300;
	color: #fefefe;
	margin: 20px 130px 0;
}
#faq .owl-prev{
	width: 91px;
	height: 90px;
	background: url(../_img/site/seta-esq.png) no-repeat center;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -45px;
	left: 0;
}
#faq .owl-next{
	width: 91px;
	height: 90px;
	background: url(../_img/site/seta-dir.png) no-repeat center;
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -45px;
	right: 0;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: 'Roboto Slab', serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto Slab', serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
	background: #383838;
	padding: 30px;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.footer p {
	margin-bottom: 0px;
	font-size: 12px;
	cursor: default;
	width: 50%;
	float: left;
}
.footer p:first-child +p{
	text-align: right;
}


/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* Personalização
----------------------------------------------------------------------------- */
.cinza {
	color: #58595b;
	font-weight: 300;
	margin-bottom: 0;
}
.bullets {
	text-align: right;
	margin: 15px 0 0;
}
.bullets li {
	display: inline-block;
	list-style: none;	
}
.bullets li a {
	float: left
}
.bullets li a.link {
	color:#fff;
	font-size: 13px;
	background: #604f34;
	padding: 2px 5px;
	border-radius: 8px
}
.navbar-custom .navbar-nav>li>a:hover {
	text-decoration:underline !important
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-toggle { margin-top: 30px; }
	.navbar-brand>img{max-width:80%}
	.intro-title,.intermediate-container .heading h2{ font-size: 30px; }
	.bg-slider-wrapper .flexslider .slide { height: 500px; }
	.features-box .col-sm-4{ text-align: center !important; }
	.advanced-about .col-sm-6:first-of-type,.skill{ margin-bottom: 30px; }
	.facts { margin-bottom: 50px; }
	#trabalhe label.half{width:100%}
	#orcamento input[type=text],#orcamento input[type=submit]{width:100%;margin-bottom:10px}
	#contato input[type=submit]{	margin-top:20px;
	margin-bottom:30px;
}
	#trabalhe h5,#trabalhe p,#faq h4,#faq p{margin:10px 0}
	#faq .owl-prev,#faq .owl-next{top:100%;margin-top:-10px}	
	.bg-slider-wrapper .flexslider .slide.slide-1,
	.bg-slider-wrapper .flexslider .slide.slide-2,
	.bg-slider-wrapper .flexslider .slide.slide-3 {background-position: left top}
}

@media only screen and (max-width: 460px) {
	.navbar-toggle { margin-top: 20px; }
}

@media(min-width:768px){
	.navbar-right{float:none !important;display:block;margin:auto;clear:both;text-align:center}
	.navbar-right li{float:none;display:inline-block}
	.navbar-custom .navbar-nav>li>a {font-size:11px}
	.bullets{margin-top:30px}
	.bullets li a.link{font-size:10px}
	#contato input[type=submit]{	margin-top:20px;
	margin-bottom:30px;
}
}

@media(min-width:992px){
	.navbar-right{float:right !important;clear:none;text-align:left}
	.navbar-right li{float:left}
	.navbar-custom .navbar-nav>li>a {font-size:9px}
	.bullets{margin-top:15px}
	.bullets li a.link{font-size:13px}
	#contato input[type=submit]{margin-top:20px;margin-bottom:30px;}
}

@media(min-width:1200px){
	.navbar-custom .navbar-nav>li>a {font-size:13px}
}
