/* ==========================================================================
   GENERAL & BASIC STYLES
   ========================================================================== */

#content_wrapper {
	margin-top: 20px;
	width: 900px;
    margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 900px;
    margin: 0 auto;
}

body {
	background-color: #F1ECEF;
}

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999; 
	background-color: #fff;
}

#status{
	position:absolute;
	top:50%; 
	left:50%; 
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image: url(../img/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
}    
   
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#call_to_action { 
	background-image: url(../img/parallax/call-to-action.jpg); 
}

#video { 
	background-image: url(../img/parallax/video_banner.jpg); 
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Section Titlebar Settings
/*------------------------------------------*/

.titlebar {
	margin-bottom: 40px;
	text-align: center;
}

.titlebar h2 {
	color: #222;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 5px;
}

.titlebar p {
	color: #444;
	font-size: 18px;
	font-family: 'Corben', cursive;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 5%;
} 

.tag-1 {
	background-color: #33bbff;
    padding: 1px;
    width: 860px;
    display: inline-block;
    margin: 40px 20px 35px;
}

.tag-2 {
	background-color: #33bbff;
    padding: 1px;
    width: 860px;
    display: inline-block;
    margin: 40px 20px;
}

.tag-3 {
	background-color: #33bbff;
    padding: 1px;
    width: 860px;
    display: inline-block;
    margin: 60px 20px 40px;
}

.tag-4 {
	background-color: #ddd;
    padding: 1px;
    width: 860px;
    display: inline-block;
    margin: 40px 20px;
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 0;
	margin: 30px 0 40px 0;
}

/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-nav > li > a {
	color: #222;
	font-size: 16px;
	font-family: 'Corben', cursive;
	line-height: 60px;
	font-weight: 400;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #FFF;
	background-color: #F36131;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #fff;
	border: 2px solid #f1ecef;
}

.navbar-toggle .icon-bar {
	background-color: #00bfff;
}

/* ==========================================================================
   INTRO
   ========================================================================== */

#intro { 
    background-image: url(../img/background/intro.jpg); 
	color: #222;
	padding-top: 150px;
	padding-bottom: 150px;
}

/* ==========================================================================
   HOME	
   ========================================================================== */

#home {
	background-color: #fff;
}

#home h2 {
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #33bbff;
	padding-left: 20px;
	margin: 0 0 25px;
}

#home h3 {
	font-family: 'Corben', cursive;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #33bbff;
	padding-left: 20px;
	margin: 0 0 25px;
}

#home h4 {
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #444;
	padding: 5px 20px;
	margin: 0;
}

#home p {
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #444;
	text-align: justify;
	padding: 10px 20px;
	margin: 0;
}

#home span {
	font-family: 'Corben', cursive;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #3333ff;
	margin: 0 0 25px;
}

.imagem-cell {display: none; visibility: hidden;}

/* ==========================================================================
   BANNER
   ========================================================================== */

#banner { 
    background-image: url(../img/background/banner.jpg); 
	color: #222;
	padding-top: 150px;
	padding-bottom: 150px;
}

/* ==========================================================================
   SERVIÇOS
   ========================================================================== */

#servicos {
	background-color: #fff;
}

#servicos h2 {
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #444;
	padding-left: 20px;
	margin: 40px 0 25px;
}

#servicos p {
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #444;
	text-align: justify;
	padding: 10px 20px;
	margin: 0;
}

#servicos a {
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #33bbff;
	padding: 20px 20px 10px;
	margin: 0;
	display: block;
}

#servicos a:hover {
	color: #2397d1;
}

/* ==========================================================================
   SUSTENTABILIDADE
   ========================================================================== */

#sustentabilidade {
	background-color: #fff;
}

#sustentabilidade h2 {
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #444;
	margin: 40px 0 25px;
}

#sustentabilidade p {
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #444;
	text-align: justify;
	padding: 10px 20px 10px 0;
	margin: 0;
}

/* ==========================================================================
   INSTALAÇÂO
   ========================================================================== */

#instalacao {
	background-color: #fff;
}

#instalacao h2 {
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #444;
	padding-left: 20px;
	margin: 40px 0 25px;
}

#instalacao p {
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #444;
	text-align: justify;
	padding: 10px 20px;
	margin: 0;
}

/* ==========================================================================
   GALERIA
   ========================================================================== */

#portfolio {
	background-color: #fff;
	padding-top: 20px;
}

/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

.portfolio-item {
	position: relative;	
	text-align: center;
	margin-bottom: 30px;
}

.hover-overlay {
	width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 1px 5px;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.overlay-content h4 {
	font-family: 'Tahoma', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	opacity: 0; 
	-moz-opacity: 0; 
	filter: alpha(opacity=100);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.85);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}

.portfolio-item:hover .overlay-content {
	bottom: 35%;
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}

/* ==========================================================================
   CONTATO
   ========================================================================== */

#contato {
	background-color: #fff;
}

#contato h2 {
	font-family: 'Corben', cursive;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	color: #F36131;
	padding-left: 20px;
	margin: 20px 0 25px;
}

#contato h3 {
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #444;
	padding-left: 20px;
	margin: 40px 0 25px;
}

#contato span {
	font-size: 32px;
	font-weight: 400;
}

#contato p {
	font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #444;
    padding: 5px 20px;
    margin: 0;
}

.map iframe {
	width: 400px;
	height: 400px;
	margin-top: 20px;
}

/*------------------------------------------*/
/*	 Intro Register Form  
/*------------------------------------------*/

.form_register form {	
	background-color: none;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: 30px 0;
	margin: 0;
}

.form_register h4 {
	font-family: 'Tahoma', sans-serif;
	color: #fff;
    line-height: 30px;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.form_register p {
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	line-height: 20px;
    margin-bottom: 30px;
	padding: 0 10px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	width: 250px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea[type="text"] {
	background-color: #fff;
	color: #444;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	font-family: 'Tahoma', sans-serif;
	color: #F36131;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

/* ==========================================================================
   CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
	font-size: 40px; 
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-family: 'Tahoma', sans-serif;
	font-size: 18px; 
	font-weight: 400;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Theme Button
/*------------------------------------------*/

.btn-theme {
	background-color: #F36131;
	color: #fff;
	font-size: 14px;
	font-family: 'Tahoma', sans-serif;
	font-weight: 600;
	padding: 5px 10px;
	margin: 20px 0 0 35px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-theme:hover {
	background-color: #00bfff;
	color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
	outline: none;
} 

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer {
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer_copy p {
	color: #666;
	font-size: 16px;
	font-family: 'Corben', cursive;
	text-align: center
}

/* ==========================================================================
   SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.65);	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(25, 172, 202, 0.95);
}

nav a#pull {  
    display: none;  
}

/* ==========================================================================
   QMAIS LINK
   ========================================================================== */

.qmais {
	color: #e4473c;
	font-weight: 400;
}

.qmais:hover {
	color: #ce3535;
	font-weight: 500;
}
