/* =============================================================================
   Imports
   ========================================================================== */


/* =============================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'Neo Sans Std';
    src: url('themes/regular/fonts/NeoSansStd-Regular.ttf') format('truetype'),
         url('themes/regular/fonts/NeoSansStd-Regular.svg') format('svg'),
         url('themes/regular/fonts/NeoSansStd-Regular.eot') format('eot'),
         url('themes/regular/fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype');
}

/*
 * HTML5 Boilerplate
 */
/* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height:100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background:#e4e4e4;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }*/
/*::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
/*a:visited { color: #551a8b; }*/
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin:0 }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author:
   ========================================================================== */
body.home{
    background-color:#e4e4e4;
}
body.portfolio, body.product {
    background-color:#fff;
}
/*------------------
| Fundos pages      |
-------------------*/
body.home #main_bg, body.portfolio #main_bg, body.produtos #main_bg, body.produto #main_bg, body.empresa #main_bg, body.new #main_bg, body.news #main_bg, body.contacts #main_bg, body.produtos_passport #main_bg{
    top:0px;
    position:absolute;
    width:100%;
    z-index:0;
}

.portfolio_bg{
    background-image:url(images/yellow-bg.jpg);
    
    background-repeat:no-repeat;
    background-color:#fff;
}

.projecto_bg{
    background-image:url(images/yellow-bg.jpg);
    background-repeat:no-repeat;
    background-color:#fff;
}

.produtos_bg{
    background-image:url(images/yellow-bg.jpg);
    background-repeat:no-repeat;
    background-color:#fff;
}

.produtos_passport_bg{
    background-image:url(images/yellow-bg.jpg);
    background-repeat:no-repeat;
    background-color:#fff;
}
.produto_bg{
    background-image:url(images/yellow-bg.jpg);
    background-repeat:no-repeat;
    background-color:#fff;
}

.empresa_bg{
    background-image:url(images/fundo_empresa.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#fff;
}
.news_bg{
    background-image:url(images/fundo_news.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#fff;
}

.new_bg{
    background-image:url(images/fundo_news.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#fff;
}

.contacts_bg{
    background-image:url(images/fundo_contactos.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    background-color:#fff;
}
/*------------------
| BASE             |
-------------------*/
iframe{
    border-top:1px solid black;
}
#main_logo{
    position:absolute;
    right:50px;
    z-index:99;
}
#main_logo a{
    background: url(images/logotipo.png) no-repeat;
    display:block;
    width:283px;
    height:88px;
}
#main_content{
    /*    background-color: #FFF;*/
    margin-left:198px;
    height:100%;
    min-height:850px;
}
#main_menu{
    display:block;
    position:absolute;
    left:0;
    width:215px;
    z-index:1000;
    height:100%;
    background-image: url(images/menu_bg.png);
    background-repeat:repeat-y;
    background-position:left top;
}

#menu_m {
    float:left;
    margin-top:25px;
}


#menu_m ul,
#menu_m ul li{
    list-style:none;
    padding:0;
    margin:0;
}

#menu_m ul li:first-child{
padding-bottom: 8px;
}
#menu_m ul li{
    width:160px;
    border-bottom: 1px solid #333;
    text-align:left;
    padding:8px 0 0 0;
    margin-left:12px;

}
#menu_m ul li a{
    text-decoration:none;
    font-size:24px;
    font-family:"Neo Sans Std";
    color:#fff;
    font-weight:regular;
}

#menu_m ul li p{
    font-size:12px;
    font-family:"Neo Sans Std";
    color:#6b6969;
    margin-top:3px;
}

#menu_m ul li a:hover, .m-sel{
    color:#fdb504 !important;
}
#main_container{
    position:relative;
    /*height:100%;*/
    height:100%;
    min-height: 950px;
    /*background-color:#e4e4e4;*/
    z-index:0;
}

#bem-vindo {
    width:171px;
    height:212px;
    float:left;
    margin-top:40px;
    background-image:url(images/textohome.png);
    background-repeat:no-repeat;
    margin-left:10px;
}

#numero {
    width:171px;
    height:70px;
    float:left;
    margin-top:35px;
    background-image:url(images/numero.png);
    background-repeat:no-repeat;
    margin-left:10px;
    cursor:pointer;
}

#webcomum{
    float:right;
    width:87px;
    height:33px;
    margin-right:40px;
    margin-top:20px;
}




footer#main{
    position:relative;
    /*position:absolute;
    bottom:0;*/
    width:100%;
    height:107px;
    margin:0 auto;
    background-image: url(images/footer_bg.jpg);
    background-repeat:repeat-x;
    /*margin-bottom:-107px;*/
}
footer#main .footer_menu{
    width:750px;
    margin:0 auto;
}
footer#main .footer_menu aside{
    float:right;
}

footer#main .footer_menu aside ul,
footer#main .footer_menu aside ul li{
    list-style:none;
    padding:0;
    margin:0;
}
footer#main .footer_menu aside ul{
    margin:20px 0 0 0;
}
footer#main .footer_menu aside ul li{
    float:left;
    margin-right:12px;
}
footer#main .footer_menu aside li a{
    opacity:0.3;
    filter: Alpha(Opacity=30); /*IE*/
    transition:opacity 0.5s;
    -moz-transition:opacity 0.5s; /* Firefox 4 */
    -webkit-transition:opacity 0.5s; /* Safari and Chrome */
}
footer#main .footer_menu aside li a:hover{
    opacity:100;
    filter: Alpha(Opacity=100); /*IE*/
}

/*------------------
| HOMEPAGE         |
-------------------*/
section#home_container{
    background:#fff;
    margin:0 auto;
    width:740px;
}

#home_slide{
    overflow:hidden;
    width: 1920px;
    height:343px;
}
#home_slide ul,
#home_slide ul li{
    list-style:none;
    padding:0;
    margin:0;
}
#home_slide ul li{
    display:none;
}
#home_slide ul li:first-child{
    display:block;
}

#menu_highlights{
    margin:0;
    width:100%;
    height:105px;
    background-image:url(images/servicos_bg.jpg);
    background-repeat:repeat-x;
}

#menu_highlights .center{
    margin:0 auto;
    width:750px;
    height:70px;
    padding-top:20px;
}

#menu_highlights .center ul,
#menu_highlights .center ul li{
    list-style:none;
    padding:0;
    margin:0;
}
#menu_highlights .center ul li{
    /*display:none;*/
    float:left;
    background-image:url(images/barra_lat.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    padding-right:50px;
    cursor:pointer;
}
#menu_highlights .center ul li:last-child{
     background-image:none !important;
     padding-right:0px !important;
     width:200px !important;
}

#menu_highlights .center ul li a{
    text-decoration:none;
}

#menu_highlights .center ul li:hover{
    color:#000;
    /*opacity:0.4;
    filter: Alpha(Opacity=40); /*IE*/
    /*transition:opacity 0.3s;*/
    /*-moz-transition:opacity 0.3s; /* Firefox 4 */
    /*-webkit-transition:opacity 0.3s; /* Safari and Chrome */
}
#menu_highlights .center ul li a img{
    float:left;
    margin-right:10px;
}

#menu_highlights .center ul li p{
    font-family:"Neo Sans Std";
    color:#000;
    text-decoration:none;
    font-size:14.5px;
    float:left;
    margin-top:8px;
}
#menu_highlights .center ul li.title{
    font-family:"Neo Sans Std";
    color:#323231;
    text-decoration:none;
    font-size:18px!important;
    float:left;
    margin-right:40px;
}
#menu_highlights .center ul li .less{
    font-family:"Neo Sans Std";
    color:#323231;
    text-decoration:none;
    font-size:13px;
    /*float:left;*/
    margin-top:0px;
    line-height:14px;
}

#menu_highlights .center ul li .text{
    font-family:"Neo Sans Std";
    color: #333;
    text-decoration:none;
    font-size:11px;
}





/* highlights prods */
#home_highlights{
    margin:0 auto;
    width:750px;
    margin-bottom:60px;
    margin-top:0px;
}
#home_highlights .projetos{
    float:left;
    width:800px;
    height:auto;
}

#home_highlights .projetos .title{
    font-family:"Neo Sans Std";
    font-size:24px;
    color:#000;
    float:left;
    width:527px;
    height:40px;
    margin-top: 0px;
}
.prods_list ul,
.prods_list ul li{
    list-style:none;
    padding:0;
    margin:0;
}
.prods_list ul li{
    float:left;
    margin-left:0px;
}
.prods_list ul li.first{
    margin-right:23px;
}
.prods_list ul li a{
    color:#404040;
    text-decoration:none;
    font-size:12px;
}

.prods_list ul li a li.buy{
    color:#404040;
    text-decoration:none;
    font-size:12px;
}
.prods_list ul li a:hover li.buy{
    color:#000;
}
.prods_list ul li a img{
    border:none;
}
.prods_list ul li a:hover img{
    opacity:0.3;
    filter: Alpha(Opacity=30); /*IE*/
    transition:opacity 0.5s;
    -moz-transition:opacity 0.5s; /* Firefox 4 */
    -webkit-transition:opacity 0.5s; /* Safari and Chrome */
}
.prods_list ul li a:hover .prod_info{
    color:#F06;
    /*background: rgba(223,157,73,0.5);*/
}
.oldie .prods_list ul li a:hover .prod_info{ /* IE8 and older */
    /*background: rgb(223,157,73);*/
}
.prods_list .prod_img{
    position:relative;
}
.prods_list .prod_info{
    padding:5px 5px;
}
.prods_list .prod_info h2{
    display:block;
    float:left;
    margin:0;
    width:159px;

    font-size:14px;
    line-height:17px;
    color:#fab500;
}

.prods_list .prod_info p{
    font-size:12px;
    line-height:17px;
    color:#858584;
    margin-top:1px;
    margin-bottom:1px;
}
.prods_list .prod_info ul{
    float:right;
}
.prods_list .prod_info ul li{
    width:67px;
    height:24px;
    display:block;
    text-align:center;
    padding-top:6px;

    color:#404040;
    text-decoration:none;
    font-size:12px;
    background-image:url(images/btn.png);
    background-repeat:no-repeat;
}

.prods_list .prod_info ul li a{
    color:#FF0;
}

#home_news{
    width:185px;
    float:right;
}

#home_news .title{
    float:left;
    font-family:"Neo Sans Std";
    font-size:24px;
    color:#6d6d6d;
}

#home_news ul,
#home_news ul li{
    list-style:none;
    padding:0;
    margin:0;
}
#home_news ul li{
    border-bottom:1px solid #CCC;
    padding-bottom:10px;
    margin-top:10px;
}

#home_news ul li a{
    text-decoration:none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#6b6969;
}

#home_news ul li a:hover{
    color:#000;
}
/*------------------
| Portfolio       |
-------------------*/

#portfolio_container{
    margin:0 auto;
    width:800px;
    margin-top:65px;
    margin-bottom:50px;
}
#portfolio_container h1 , #portfolio_container h2{
    font-family:"Neo Sans Std";
    font-size:48px;
    color:#292929;
    margin:0px;
}
#portfolio_container #content{
    background:#fff;
    height:auto;
}
#portfolio_container #content .leftside{
    width:780px;
    float:left;
    padding:0px 20px;

    font-size:18px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
}

#portfolio_container #content .leftside-empresa{
    width:696px;
    float:left;
    padding:30px 51px;

    font-size:14px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
    line-height:22px;
}

#portfolio_container #content .leftside-contactos{
    width:500px;
    float:left;
    padding:0px 20px;

    font-size:14px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
    line-height:22px;
}
#portfolio_container #content .leftside .leftside_title p{
    font-size:18px;
    margin:0;
    padding:0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
}
/*
#portfolio_container #content .leftside p {
    float:left;
    font-size:18px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#000;
}

*/
#projects{
    width:495px;
    float:left;
    margin-top:30px;
}
#projects ul,
#projects ul li{
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:30px;
}
#projects li{
    width:238px;
    float:left;
    margin-left:0px;

}
#projects ul li a{
    text-decoration:none;
}

#projects ul li.first{
    margin-right:15px;
}
#projects img{
    float:left;
    margin-bottom:8px;
    border:4px solid #CCC;
}
#projects img:hover{
    opacity:0.3;
    filter: Alpha(Opacity=30); /*IE*/
    transition:opacity 0.5s;
    -moz-transition:opacity 0.5s; /* Firefox 4 */
    -webkit-transition:opacity 0.5s; /* Safari and Chrome */
}
#projects .title{
    float:left;
    font-size:14px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
    text-decoration:none;
    margin-top:4px;
}

#projects .btn{
    width:67px;
    height:24px;
    float:right;
    background-image:url(images/btn.png);
    background-repeat:no-repeat;
    padding-top:6px;

    font-size:12px;
    text-align:center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
    text-decoration:none;
}

#projects .btn:hover{
    color:#ffb206;
}
#portfolio_container #content .rightside{
    width:215px;
    float:right;
}
.banner_orcamento{
    width: 186px;
    text-align: center;
    border: 5px solid transparent;
    margin-top: 76px;
    padding: 28px 0 26px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all  0.3s ease-in-out;
    -ms-transition: all  0.3s ease-in-out;
    -o-transition: all  0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
}
.banner_orcamento a{
    text-decoration: none;
}
.banner_orcamento:hover{
    background: #ededed;
}
.banner_orcamento .text{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "Neo Sans Std";
    font-weight: 300;
    margin-bottom: 5px;
}
.banner_orcamento .text span{
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
.banner_orcamento .btn img{
    width:90%;
    margin-top: 5px;
}

.banner_orcamento .icon{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fbc500;
    margin: 0 auto;
    margin-bottom: 15px;

}
.banner_orcamento .icon img{
    width: 45px;
    margin: 25px 30px;


}

.rightside a{
    color:inherit;
}

#portfolio_container #content .rightside p{
    font-size:12px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
}
#menu-p {
    float:left;
    margin-top:10px;
}
#menu-p ul,
#menu-p ul li{
    list-style:none;
    padding:0;
    margin:0;
}
#menu-p ul li{
    width:188px;
    /*border-bottom: 1px solid #d7d6d7;*/
    text-align:left;
    padding:3px 14px 14px 13px;

}
#menu-p ul li a{
    text-decoration:none;
    font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000 !important;
    text-transform:uppercase;
}

#menu-p ul li a:hover{
    color:#fab500 !important;
}

#menu-p ul li img{
    border:3px solid #CCC;
}


#menu {
    float:left;
    margin-top:10px;
}
#menu ul,
#menu ul li{
    list-style:none;
    padding:0;
    margin:0;
}
#menu ul li{
    width:188px;
    /*border-bottom: 1px solid #d7d6d7;*/
    text-align:left;
    padding:12px 14px 14px 13px;
    background-image:url(images/menu.jpg);
    background-repeat:no-repeat;
    margin-bottom:3px;

}
#menu ul li a{
    text-decoration:none;
    font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    /*color:#000 !important;*/
    text-transform:uppercase;
}

#menu ul li:hover{
    color:#fab500!important;
    background-image:url(images/menu_over.jpg);
    background-repeat:no-repeat;
}
/*#menu ul li a:hover{
        color:#fab500!important;
}*/



.video-icon{
    width:33px;
    height:34px;
    position:absolute;
    margin:7px 0 0 23px;
    background-image:url(images/video-icon.png);
}

.link_obras{
    text-decoration:none;
    font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#fab500 !important;
    text-transform:uppercase;
}
.link_obras{
    display:block;
    margin:10px 0 0 15px;
}

.link_obras:hover{
    color:#000 !important;
}

#menu ul li.menu_subcat{
    background-color:#FFF;
    background-image:none!important;
    border-bottom: 1px solid #d7d6d7;
    padding-top:10px;
}

#menu ul li a.menu_subcat{
    text-decoration:none!important;
    font-size:13px!important;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000!important;
    text-transform: lowercase!important;
}

#menu ul li.menu_subcat:hover{
    color: #fab500!important;
    background-image:none!important;
}


li.menu_selected,
li.menu_selected:visited,
li.menu_selected:active {
    font-weight:bold!important;
    background-image:url(images/menu_over.jpg)!important;
    background-repeat:no-repeat!important;
}

li.menu_selected a{
    color: #fab500!important;
    font-weight:bold!important;
}

li a.menu_selected{
    color: #fab500!important;
    font-weight:bold!important;
}

li.menu_subcat_selected,
li.menu_subcat_selected:visited,
li.menu_subcat_selected:active {
    color: #fab500!important;
    font-weight:bold!important;
    font-size:14px!important;
}

#menu ul li img{
    border:3px solid #CCC;
}


#menucat {
    float:left;
    margin-top:10px;
}
#menucat ul,
#menucat ul li{
    list-style:none;
    padding:0;
    margin:0;
}
#menucat ul li{
    width:188px;
    border-bottom: 1px solid #d7d6d7 ;
    text-align:left;
    padding:10px;

}
#menucat ul li a{
    text-decoration:none;
    font-size:11px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#333;
}

#menucat ul li a:hover{
    color:#000;
}


#orcamentos {
    float:left;
    margin-top:65px;
    width:215px;
    height:150px;
}

#catalogos {
    float:left;
    margin-top:28px;
    width:215px;
    height:auto;
    background-image:url(images/catalogos.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    padding-top:40px;
}

#documentos {
    float:left;
    margin-top:65px;
    width:215px;
    height:auto;
    background-image:url(images/documentos.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    padding-top:40px;
}

#obras {
    float:left;
    margin-top:65px;
    width:215px;
    height:auto;
    background-image:url(images/obras.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    padding-top:40px;
}


/*------------------
| Projecto       |
-------------------*/
#project{
    /*    width:495px;*/
    float:left;
    margin-bottom: 40px;
}
#project ul,
#project ul li{
    /*list-style:none;*/
    list-style:disc;
    padding:0;
    margin:0;
    margin-left: 12px;
}
#project li{
    width:505px;
    float:left;
    margin-left:0px;

}
#project ul li a{
    text-decoration:none;
}

#project ul li.first{
    margin-right:15px;
}
#project img{
    float:left;
    margin-bottom:8px;
}
#project #nav{
    margin-left: 0px;
}
#project #nav img{
    width: 73px;
}
.img-prod-thumb{
    border:2px solid white;
    float: left;
    margin:0 !important;
}

.activeSlide a img{
    border:2px solid #FDB504;
}

#project .title{
    float:left;
    /*font-size:13px!important;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    color:#000;
}

#project .title ul li {
    width:470px;
    float:left;
    /*padding:30px 10px;*/
    padding: 10px 30px 0px 0px;

    font-size:13px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
    list-style:circle;
}
.voltar{
    float:left;
    margin-top:15px;
    background-image:url(images/voltar_bg.jpg);
    background-repeat:no-repeat;
    width:183px;
    height:38px;
    text-align:center;
    padding-top:6px;
}

.voltar a{
    font-size:14px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#000;
    text-decoration:none;
    display:block;
    height:36px;
    padding-top:4px;
    width:180px;
}

.voltar a:hover{
    color:#fff;
}

/*------------------
| Portfolio       |
-------------------*/

#news_container{
    margin:0 auto;
    width:740px;
    margin-top:65px;
    margin-bottom:50px;
}
#news_container h1 ,#news_container h2,#news_container h3,#news_container h4,#news_container h5{
    font-family:"Neo Sans Std";
    font-size:48px;
    color:#292929;
    margin:0px;
}
#news_container #content{
    background:#fff;
    height:auto;
    padding:30px 30px;
}

#news_container #content #noticiasbox{
    width:600px;
    height:auto;
    float:left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom:20px;
}

#news_container #content #noticiasbox img{
    float:left;
    margin-right:10px;
}

#news_container #content #noticiasbox .data{
    font-size:12px;
    color:#292929;
}

#news_container #content #noticiasbox .text{
    font-size:14px;
    color:#000;

}
#news_container #content .text{
    float: left;
    width: 265px;
}

#news_container #content .wrap_news{
    float: left;
    width: 415px;
    padding-top: 10px;
}

#news_container #content #noticiasbox .text p{
    font-size:12px;
    color:#0F0;

}

#news_container #content #noticiasbox .text a{
    font-size:12px;
    color: #FC0;
}




#contactosform {
    width:495px;
    float:left;
    margin-top:30px;
}

#contactosform input{
    padding:5px;
    float:left;
    margin-bottom:20px;
    background-color:#eeecec;
    border:0;
    margin-right:10px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}

#contactosform textarea{
    padding:5px;
    float:left;
    margin-bottom:20px;
    background-color:#eeecec;
    border:0;
    margin-right:10px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}




#form_orc {
    width:600px;
    margin-left:30px;
    padding-bottom:25px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}

#form_orc h2 , #form_orc h5 ,#form_orc h3 , #form_orc h4{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000;
    text-align:left;
}


#form_orc ul,
#form_orc ul li{
    list-style:none;
    padding:0;
    margin:0;
}

#form_orc li{
    display:inline-block;
    padding:5px;
    float:left;
}

#form_orc li input{
    background-color:#eeecec;
    border:0;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}

#form_orc input{
    padding:5px;
    /*margin-bottom:20px;*/
    background-color:#eeecec;
    border:0;
    margin-right:10px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}

#form_orc input[type="checkbox"], #form_orc input[type="radio"]{
    margin-right: 0px !important;
}
#form_orc textarea{
    padding:5px;
    float:left;
    margin-bottom:20px;
    background-color:#eeecec;
    border:0;
    margin-right:10px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}

#form_orc a{
    padding:6px;
    margin-bottom:20px;
    background-color:#000;
    border:0;
    margin-right:10px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#fff;
    text-decoration:none;
}

#form_orc a:hover{
    background-color: #999;
    color: #000;
}




#form_nl {
    float:left;
}

#form_nl h2 {
    margin-top:22px;
    font-family:"Neo Sans Std";
    font-size:16px;
    color:#666;
}

#form_nl input{
    padding:4px;
    background-color:#a2a1a1;
    border:0;
    margin-right:5px;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #CCC;
}

#form_nl input[type='submit']{
    padding:4px;
    background-color:#000;
    border:0;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #fdd31a;
}

#form_nl .form_nl_msg{
    padding-top:18px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #900;
}

#banner-nav {
    position: absolute;
    float: right;
    right: 20px;
    top: 150px;
    z-index:30;
}

#banner-nav .right a {
    width: 56px;
    height: 56px;
    float: left;
    background-image: url(images/seta_slide.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-indent: -9999px;
}
#banner-nav .right a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.left-side ul{
    list-style:circle !important;
}

#nav{
    margin:8px 0 0 10px;
}
#sub_menu{
    height:110px;
}

#imp_sub_menu{
    height:40px;
    display:none;
    position:absolute;
    background-color: #a09e9e;
    width: 100%;

}
#imp_sub_menu li.spacer{
    float:left !important;
    width:35%;
}
#imp_sub_menu li{
    float:left !important;
    line-height:20px;
    padding:10px!important;
    background-image:none!important;
}

#imp_sub_menu li a{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    color: #fff;
}

#imp_sub_menu li a:hover{
    color: #FC0;
}

.clear{
    clear:both;
    font-size:0px;
}

.tooltip, .tooltip2{
    position:absolute;
    display:none;
    width:193px;
    height:59px;
    background-image:url(images/tooltip.png);
    z-index:10;
}
.tooltip2{
    background-image:url(images/tooltip2.png);
}
.tooltip p, .tooltip2 p{
    margin: 0 !important;
    padding:12px 12px !important;
    color:white !important;
    font-size:14px !important;
    font-weight:normal;
}
.bot_mais{
    display:block;
    position:absolute;
    height:46px;
    width:46px;
    background-image:url(images/mais.png);
}


/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}



/*****
MENU LATERAL


li a.menu_selected,
li a.menu_selected:visited,
li a.menu_selected:active {
        color: blue !important;
}*/
.titulo-home-menu {
    font-family: "Neo Sans Std";
    font-size: 14.5px;
    color: #000;
    margin-bottom: 5px;
}

#tooltip_6 {
    margin: 140px 0px 0px 580px!important;
}

#menu_highlights ul li:nth-child(2) {
    width: 218px;
}

.house-wrapper .tooltip p, .house-wrapper .tooltip2 p {
    padding: 0px 30px 0px 8px !important;
}

#portfolio_container #content .leftside {
    width: 765px;
    float: left;
    padding: 0px 20px;
    font-size: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
}

.random-text-class h2 , .random-text-class h1{
    font-size:14px; 
    color:#fdb504; 
    font-family: "Neo Sans Std"; 
    padding-left: 3px;
    padding-top: 60px;
    text-transform: uppercase;
    font-weight: 400;
}