@font-face {
  font-family: 'regular';
  src: url('../_fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'light';
  src: url('../_fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../_fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html, body
{
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clearfix:before,

.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}

.link_idiomas
{
	font-family: 'regular';
	font-size:11px;
	font-weight:normal;
	line-height:20px;	
	color:#ffffff !important;
}
.link_idiomas:hover
{
	color:#555555 !important;
}
.link_idiomas:visited
{
	color:#777777;
}
.link_idiomas:active
{
	color:#777777;
}

.links_footer
{
	font-family: 'regular';
	font-weight:normal;
	font-size:10px;
	line-height:16px;	
	color:#000000 !important;
}
.links_footer:visited
{
	color:#000000;
}
.links_footer:active
{
	color:#000000;
}
.links_footer:hover
{
	color:#f36f21 !important;
}


a:link
{
	font-family: 'regular';	
	text-decoration:none;
	color: #f36f21;
	font-weight:200;
	font-size:12px;
}
a:active
{
	color: #f36f21;
}
a:visited
{
	color: #f36f21;
}
a:hover
{
	color: #000000;
}

.links_menu
{
	font-family: 'regular';
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:40px;	
	color:#000000;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
}
.links_menu:visited
{
	color:#000000;
}
.links_menu:active
{
	color:#000000;
}
.links_menu:hover
{
	color:#f36f21;
}

.links_slider
{
	font-family: 'regular';
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:40px;	
	color:#ffffff !important;
	text-transform:uppercase;
}
.links_slider:hover
{
	color:#f36f21 !important;
}
.links_slider:visited
{
	color:#ffffff;
}
.links_slider:active
{
	color:#ffffff;
}


.button
{
	display:inline-block;	
	background-color:#f36f21;
	font-family: 'regular', sans-serif;
	font-weight: normal;
	font-size:14px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:2px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button:hover
{
	background-color:#231F20 !important;
	border:0px #2CA736 solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'regular', sans-serif;
	color: #777777;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_transparent:hover
{
	background-color:#cccccc !important;
	border:1px #cccccc solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}



.button_grey
{
	background-color:#bbbbbb;
	font-family: 'regular', sans-serif;
	font-weight: normal;
	font-size:12px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 6px 20px 6px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;	
	border-radius:0px;
	border:2px #bbbbbb solid;
}
.button_grey:hover
{
	background-color:#cccccc !important;
	border:2px #555555 solid;
	color:#ffffff;
}

.button_social_networks
{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	color: #ffffff;
	border-radius:35px;
	text-align:center;	
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
	background-color:#f36f21;
	border:0px #000000 solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_social_networks:hover
{
	background-color:#231F20;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.button_green
{
	display:inline-block;	
	background-color:<? echo $account['header_color1']; ?>;
	font-family:'regular', sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding:7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button_green:hover
{
	background-color:#aaaaaa !important;
	border:0px #2CA736 solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

#top-link
{ 
	display:none;
	position:fixed; 
	right:30px; 
	bottom:70px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#777777; 
	padding:10px; 
	border-radius:0px;
	z-index:1999999999;
}

h1
{
	margin:0;
	padding:0;
	font-family:'regular', sans-serif;
	font-size:30px;
	font-weight:200;
	color:#000000;
	letter-spacing:-1px;
	line-height:40px;
	text-transform:uppercase;
}

h2
{
	margin:0;
	padding:0;
	font-family:'regular';
	font-size:25px;
	font-weight: normal;
	line-height:30px;
	color:#333333;
	letter-spacing:0px;
}

h3
{
	margin: 0;
	padding: 0;
	color:#333333;
	font-family: 'regular';
	font-size:14px;
	font-weight:200;
	letter-spacing:0px;
	text-decoration:none;
	line-height:20px;	
}

.input[type="text"]
{
	font-family: 'regular';
	border: 1px solid #cccccc;
	font-size:14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 5px;
	font-weight: normal;
	line-height:28px;
	border-radius:2px;
}

.input[type="password"]
{
	font-family: 'regular';
	border: 1px solid #cccccc;
	font-size:14px;
	color: #333333;
	height: 30px;
	background: #fff;
	padding-left: 5px;
	font-weight: normal;
	line-height:28px;
}

.datepicker {
	font-family: 'regular';
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.select
{
	margin: 0;
	padding: 0;
	font-family: 'regular';
	font-size:14px;
	font-weight: normal;
	color: #000000;
	letter-spacing:0px;
	width: auto;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	padding-left: 1%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px #c5c1bf;
	-moz-box-shadow: inset 0 0px 0px #c5c1;
}

.textarea
{
	font-family: 'regular';
	font-size:14px;
	color: #333333;
	height: 33px;
	background: #fffffff;
	font-weight: none;
	min-height: 80px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #dddddd;
}

.display_box
{
width:100%;
background-color:#ff3300;
}

.error
{
color:red;	
}


/* TABS*/
 
 #nav_tabs .menu
{   
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: 'regular';
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-family: 'regular';
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:visited
{   
	font-family: 'regular';
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#3b3f49;
	/*background-color:#fec524;*/
	font-family: 'regular';
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#3b3f49;
	font-family: 'regular';
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.greydout {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.greydout:hover {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}





@media screen and (min-width: 1001px)
{			
	.box_breadcrumb
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:20px;
		margin-top:20px;
		margin-bottom:20px;
		font-size:15px;
		color:#F36F21;
		text-decoration:none;
		float:left;
		text-align:left;
	}
	.box_breadcrumb a
	{
		font-size:15px;
	}
	.box_breadcrumb a:hover
	{
		text-decoration:underline !important;
	}	
	
	nav
	{
		width:100%;
		font-family:'regular',Arial, sans-serif;
		font-size:12px;
		z-index:1999;
		text-transform: uppercase;
		border:0px #ff3300 solid;
		padding-top:0px;
	}

	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
	}

	nav li
	{
		display: inline;
		float: center;
	}

	nav a
	{
		background-color:#ffffff;
		color:#ffffff;
		display:inline-block;
		text-decoration:none;
		line-height:40px;
		padding-left:12px;
		padding-right:12px;
		padding-top:2px;
		margin-right:0px;
	}
	nav a:hover
	{
		font-weight:normal;
	}

	nav li a
	{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	nav li:last-child a
	{
		border-right:0;
	}

	nav a#pull
	{
		display:none;
	}

	.header_phone
	{
		position:relative;
		float:left;
		width:400px;
		border:0px #ffffff solid;
		text-align:left;
		margin-top:8px;
	}
	.header_phone_left
	{
		position:relative;
		float:left;
		width:170px;
		border:0px #ffffff solid;
		text-align:left;
	}
	.header_phone_left img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:20px;
	}
	.header_phone_left h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:146px;
	}
	.header_phone_right
	{
		position:relative;
		float:left;
		width:170px;
		border:0px #ffffff solid;
		text-align:left;
	}
	
	.header_search
	{
	position:relative;
	float:right;
	width:250px;
	height:40px;
	border:0px #ffffff solid;
	text-align:right;
	}

	.header_logo
	{
	position:relative;
	float:left;
	width:400px;
	height:50px;
	border:0px #000000 solid;
	text-align:left;
	margin-top:25px;
	}
	
	.header_contacts
	{
	position:relative;	
	float:right;
	width:450px;
	height:50px;
	border:0px #000000 solid;
	text-align:right;
	margin-top:25px;
	}
		
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:40px;
		border:0px #4488ee solid;
		z-index:99;
		margin-top:0px;
	}
	
	.box_content
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		border:0px #ff0000 solid;
		text-align:left;
		margin-bottom:40px;
	}

	.box_categories_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:left;
	}
	.box_categories
	{
		position:relative;
		display:inline-block;
		width:260px;
		height:150px;
		margin-left:0px;
		margin-right:1px;
		margin-bottom:1px;
		vertical-align:top;
		border:0px #eeeeee solid;
		text-align:center;
		z-index:8;
		
		-moz-box-shadow:    0px 0px 0px #cccccc;
		-webkit-box-shadow: 0px 0px 0px #cccccc;
		box-shadow:         0px 0px 0px #cccccc;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_categories:hover
	{
		border:0px #aaaaaa solid;
		z-index:9;
		
		-moz-box-shadow:    0px 0px 15px #000000;
		-webkit-box-shadow: 0px 0px 15px #000000;
		box-shadow:         0px 0px 15px #000000;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.box_projects
	{
		position:relative;
		display:inline-block;
		width:300px;
		height:200px;
		margin-left:0px;
		margin-right:1px;
		margin-bottom:1px;
		vertical-align:top;
		border:0px #eeeeee solid;
		text-align:center;
		z-index:8;
		
		-moz-box-shadow:    0px 0px 0px #cccccc;
		-webkit-box-shadow: 0px 0px 0px #cccccc;
		box-shadow:         0px 0px 0px #cccccc;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_projects:hover
	{
		border:0px #aaaaaa solid;
		z-index:9;
		
		-moz-box-shadow:    0px 0px 15px #000000;
		-webkit-box-shadow: 0px 0px 15px #000000;
		box-shadow:         0px 0px 15px #000000;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #aaaaaa solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	
	.box_partners
	{
		position:relative;
		display:inline-block;
		width:245px;
		height:245px;
		margin-left:7px;
		margin-right:7px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;
		z-index:8;
		
		-moz-box-shadow:    0px 0px 0px #cccccc;
		-webkit-box-shadow: 0px 0px 0px #cccccc;
		box-shadow:         0px 0px 0px #cccccc;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_partners:hover
	{
		border:1px #ffffff solid;
		z-index:9;
		
		-moz-box-shadow:    0px 0px 15px #000000;
		-webkit-box-shadow: 0px 0px 15px #000000;
		box-shadow:         0px 0px 15px #000000;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
		
	.footer_newsletter_title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:690px;
		min-height:30px;
		padding-top:10px;
		border:0px #ffffff solid;
		text-align:left;
	}
	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		min-width:220px;
		height:50px;
		margin-right:10px;
		padding-top:0px;
		border:0px #ffffff solid;
		text-align:left;
	}
	
	.footer_category
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:200px;
		height:200px;
		margin-top:30px;
		border:0px #000000 solid;
		text-align:left;
	}
	
	.footer_social_networks
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:200px;
		height:200px;
		margin-top:30px;		
		border:0px #ff0000 solid;
		text-align:left;
	}
	
	.footer_logo
	{
		position:relative;
		display:inline-block;
		width:300px;
		height:100px;	
		margin-right:20px;
		margin-bottom:10px;
		padding-top:0px;
		border:0px #ffffff solid;
		float:left;
	}
		
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		float:left;
		width:140px;
		height:220px;
		margin-right:20px;
		border:0px #ffffff solid;
		text-align:left;
	}

	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		float:left;
		width:250px;
		height:220px;
		margin-right:20px;
		border:0px #ffffff solid;
		text-align:left;
	}
	
	.footer_contacts
	{
		position:relative;
		display:inline-block;
		float:left;
		width:240px;
		height:220px;
		margin-right:20px;
		border:0px #ffffff solid;
		text-align:left;
	}

	.footer_copyright
	{
		position:relative;
		display:inline-block;		
		max-width:400px;
		height:30px;
		margin-top:10px;
		text-align:left;
		border:0px #000000 solid;
		float:left;
	}

	.footer_disclaimer
	{
		position:relative;
		display:inline-block;		
		max-width:400px;
		height:30px;
		margin-top:10px;
		border:0px #000000 solid;
		text-align:center;
		text-transform:uppercase;
		float:center;
	}	

	.footer_powered_by
	{
		position:relative;
		display:inline-block;		
		max-width:400px;
		height:30px;
		margin-top:10px;
		border:0px #000000 solid;
		text-align:right;
		text-transform:uppercase;
		float:right;
	}	
		
	.slider_homepage_caixa
	{
		position: relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:399px;
		border:0px #000000 solid;		
		overflow:hidden;
		z-index:1;	
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	
	.slider_homepage
	{
		position:relative; 
		width:100%;
		height:400px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:-17px;
		padding:0px;
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:100%;
		height:400px;
		padding:0px;
		margin:0px;
	}
}











@media screen and (max-width:1000px)
{	
	#back-top a
	{
		width:40px !important;
	}
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		/* width:90%; */
		/* margin-left:5%; */
	}
	.caixa_texto div
	{
		max-width:100%;
	}
	.links_footer
	{
		font-size:14px !important;
		line-height:16px !important;
	}

	.box_breadcrumb
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		text-align:center;
	}
	
	.header_phone
	{
		position:relative;
		max-width:250px;
		height:40px;
		border:0px #ffffff solid;
		text-align:center;
		padding:5px 0;
	}
	.header_phone_left
	{
		position:relative;
		width:100%;
		border:0px #ffffff solid;
		text-align:center;
	}
	.header_phone_left img
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:20px;
	}
	.header_phone_left h3
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.header_phone_right
	{
		position:relative;
		width:100%;
		border:0px #ffffff solid;
		text-align:center;
	}
	
	.header_search
	{
		position:relative;
		width:250px;
		height:40px;
		border:0px #ffffff solid;
		text-align:right;
	}

	.header_logo
	{
		position:relative;
		float:center;
		max-width:250px;
		height:50px;
		border:0px #000000 solid;
		text-align:left;
		margin-top:25px;
	}
	
	.header_contacts
	{
		position:relative;	
		max-width:250px;
		min-height:50px;
		border:0px #000000 solid;
		text-align:center;
		margin-top:20px;
		margin-bottom:20px;
	}
	.header_contacts h3
	{
		font-size:14px !important;
		line-height:16px !important;
	}
		
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:40px;
		border:0px #4488ee solid;
		z-index:99;
		margin-top:0px;
	}

	nav
	{	
		position:absolute;
		padding:0px;
		margin:0px;
		width:100%;
		height:50px;
		z-index:9;
  	}	
  	nav ul
	{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		height: 50px;		
		display: none;
		height: auto;
  	}
  	nav li
	{
		position:relative;
		display:inline-block;
		background-color:#000000;
		width:100%;
		height:50px;
		float:left;
		color:#ffffff !important;
		text-align:center;
		border:0px solid;
		text-transform:uppercase;
		vertical-align:middle;	
  	}	
  	nav li a, li a:link, li a:active, li a:visited
	{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width:100%;		
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		height: 100%;
		line-height:40px;
		padding-left:0px;
		padding-right:0px;
		color:#ffffff !important;		
		border-bottom: 1px solid #bbbbbb;
		text-decoration:none;
	}
  	nav li a:hover
	{
		background-color: #333333;
		color:#ffffff !important;
	}
	nav li:last-child a
	{
		border-right: 0;
	}	
	nav a#pull
	{
		position: relative;
		display: block;
		background-color:#000000;
		width: 100%;
		height: 50px;
		vertical-align:middle;
		text-align:center;
		color:white !important;
		line-height:50px;
	}
	nav a#pull:after
	{		
		content:"";	
		color:white !important;
		background: url('../_images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.slider_homepage_caixa
	{
		position:relative;
		width:100%;
		min-height:330px;
		border:0px #ff0000 solid;
		margin-top:-10px;	
		padding:0px;				
		overflow:hidden;
		z-index:1;
	}	
	.slider_homepage
	{
		position: relative; 
		width:100%;
		min-height:330px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #aaEE00 solid;
		background-color: #eeeeee;
		margin-top:0px;
		z-index:1;
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:100%;
		min-height:330px;
		border:0px #ff0000 solid;
		z-index:1;
	}
	.slider_background h3
	{
		font-size:14px !important;
		line-height:16px !important;
	}

	.headline
	{
		position:relative;
		width:100%;
		min-height:30px;	
		border:0px solid;
		margin-bottom:10px;
	}
	
	.box_categories_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		text-align:center;
	}
	.box_categories
	{
		position:relative;
		display:inline-block;
		max-width:260px;
		height:150px;
		margin-left:0px;
		margin-right:1px;
		margin-bottom:1px;
		vertical-align:top;
		border:0px #eeeeee solid;
		text-align:center;
		z-index:8;
	}
	
	.box_projects
	{
		position:relative;
		display:inline-block;
		max-width:250px;
		height:250px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:1px;
		vertical-align:top;
		border:0px #eeeeee solid;
		text-align:center;
	}
	
	.footer_newsletter_title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:50px;
		border:0px #ffffff solid;
		text-align:center;
	}
	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;
		padding-top:0px;
		border:0px #ffffff solid;
		text-align:center;
	}
	
	.footer_category
	{
		position:relative;
		display:inline-block;
		vertical-align:top;	
		width:100%;
		height:200px;
		margin-top:30px;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.footer_social_networks
	{
		position:relative;
		width:100%;
		min-height:40px;
		border:0px solid;
		text-align:center;
		margin-bottom:20px;
	}

	.footer_newsletter
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:40px;
	}	
	
	.footer_contacts
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:20px;
	}		
	
	.footer_copyright
	{
		position:relative;
		display:inline-block;		
		width:100%;
		min-height:40px;
		margin-top:20px;
		margin-bottom:10px;
		text-align:center;
		border:0px #ffffff solid;
	}
	.footer_copyright h3
	{
		font-size:14px !important;
		line-height:16px !important;
	}

	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:40px;
		margin-top:20px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		text-align:center;
		text-transform:uppercase;
	}	

	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:40px;
		margin-top:20px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		text-align:center;
		text-transform:uppercase;
	}	
		
	
	.caixa_contactos_morada
	{
		position:relative;
		width:90%;
		min-height:200px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-bottom:20px;
		
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}
	
	.caixa_contactos_form
	{
		position:relative;
		width:90%;
		min-height:400px;
		border:0px #ff0000 solid;
		margin-bottom:20px;
		text-align:center;
		background-color:#ffffff;
		
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}	
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #cccccc solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}		
}















