/* 
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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

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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1.231; background:#d9d9d1; font-family: 'UbuntuRegular';}

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

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

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


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

a, a:visited { color: #786314; text-decoration:none; text-shadow:0 1px 0 #f5f5f5; }
a:hover { text-decoration:underline; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
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: h5bp.com/j */
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: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

@font-face {
    font-family: 'UbuntuRegular';
    src: url('Ubuntu-R-webfont.eot');
    src: url('Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-R-webfont.woff') format('woff'),
         url('Ubuntu-R-webfont.ttf') format('truetype'),
         url('Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('Ubuntu-RI-webfont.eot');
    src: url('Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-RI-webfont.woff') format('woff'),
         url('Ubuntu-RI-webfont.ttf') format('truetype'),
         url('Ubuntu-RI-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBold';
    src: url('Ubuntu-B-webfont.eot');
    src: url('Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-B-webfont.woff') format('woff'),
         url('Ubuntu-B-webfont.ttf') format('truetype'),
         url('Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('Ubuntu-BI-webfont.eot');
    src: url('Ubuntu-BI-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-BI-webfont.woff') format('woff'),
         url('Ubuntu-BI-webfont.ttf') format('truetype'),
         url('Ubuntu-BI-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuCondensedRegular';
    src: url('Ubuntu-C-webfont.eot');
    src: url('Ubuntu-C-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-C-webfont.woff') format('woff'),
         url('Ubuntu-C-webfont.ttf') format('truetype'),
         url('Ubuntu-C-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

ul, ol { margin: 0; padding: 0; list-style:none;}
ul li{background:url(../img/bullet.png) no-repeat 0 7px; padding:5px 0 5px 25px;}
ul li.noBullet{background:transparent; padding:5px 0 5px 25px;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

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

/*
 * Correct overflow not hidden in IE9 
 */

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


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

figure { margin: 0; }


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

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

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

/* 
 * 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; }

/*
 * 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; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 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; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

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

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

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


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Daniel Codrea
   ========================================================================== */

* {margin: 0;}
html, body {height: 100%;}
#wrapper {min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -130px; width:960px; padding:0;}
.logo{margin:0; padding:20px 0;}
nav{margin: 0; padding:59px 0 0; }
.col940{width:940px; margin:0 10px; padding:0;}
.col300{width:300px; margin:0 10px; padding:0;}
.col460{width:460px; margin:0 10px; padding:0;}
.col220{width:220px; margin:0 10px; padding:0;}
.col140{width:140px; margin:0 10px; padding:0;}
hr{margin:270px 0 20px 0; padding:0; height:0; border-top:2px solid #a6a39c;}
#cv, #cv1, #cv2, #cv3, #servicii{display:none; width:600px;}
.inlineForm .formField{float:left; padding:0 10px 0 0;}
.formField input, .formField textarea, .formField input#codCaptcha{height:30px; line-height:30px; color: #1B1C20; font-family: Cambria,'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif; font-size: 17px; font-style: italic; padding:0 5px; background: #F6F6F6; border-top:1px solid #BEBEBE; border-right:1px solid #F3F3F3; border-bottom:1px solid #F3F3F3; border-left:1px solid #BEBEBE; margin:5px 0; text-transform:lowercase; width:250px;}
.formField input#codCaptcha{width:150px;}
.formField textarea{height:150px; width:350px;}
.formField input.sendbutton{width:150px; background-color: #5e5a52; color: #FFFFFF; border: 0 none; font-family: 'UbuntuRegular'; height:30px; text-shadow: 1px 1px 1px #14222a ; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; text-transform:uppercase; padding:1px 10px; font-style:normal;}
.inlineForm label{line-height:40px;}
.formField input.sendbutton:hover{background:#786314;}
.licitatiiActive, .licitatiiInactive{padding:10px 0;}
#licitatiiInactive{float:right;}



footer, .push {height: 130px;}
footer{background:url(../img/footer.png) repeat-x top left;}
footer .container{margin: 0 auto; width:960px; padding:0; }
footer a{color:#fff !important; font-family:'UbuntuBoldItalic';}



/*text settings*/
p{margin:0; padding:10px 0;}
.col220 p{margin:0; padding:5px 0;}
h2{margin:0; padding:5px 0; font-size:20px; font-weight:normal; text-transform:uppercase; color:#000;}
nav li{float:left; display:block; padding:0; cursor:pointer; height:63px;}
nav li a{display:block; line-height:40px; font-family:'UbuntuRegular'; font-size:14px; color:#fff; text-shadow:0 1px 0 #000; text-transform: uppercase; text-decoration:none; padding: 0 10px; background:#524944; border:1px solid #3a3430; border-bottom:0 none; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; position:relative; z-index:20;}
nav li a span {opacity:0; filter: alpha(opacity=0); position:absolute; bottom:0; left:0;}
nav li a:visited{color:#fff;}
nav li a:hover, nav li.active a{color:#ededed; text-shadow:0 1px 0 #525252; background:#4dbeff; border:1px solid #4dbeff; padding:3px 10px 10px; margin-top:-3px; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px#000; box-shadow: 0 0 5px #000;}
nav li a:hover span, nav li.active a span{filter: alpha(opacity=100); opacity:1; margin-bottom:-11px; }
#nav1 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 32px 0 32px; border-color: #4dbeff transparent transparent transparent;}
#nav2 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 49px 0 49px; border-color: #4dbeff transparent transparent transparent;}
#nav3 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 47px 0 46px; border-color: #4dbeff transparent transparent transparent;}
#nav4 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 63px 0 63px; border-color: #4dbeff transparent transparent transparent;}
#nav5 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 38px 0 38px; border-color: #4dbeff transparent transparent transparent;}
#nav6 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 47px 0 47px; border-color: #4dbeff transparent transparent transparent;}
#nav7 span{ width: 0px; height: 0px; border-style: solid; border-width: 10px 44px 0 44px; border-color: #4dbeff transparent transparent transparent;}
footer p{color:#fff; padding:0; margin:0; line-height:60px; font-size:14px; }
footer a{color:#fff; text-shadow:none;}
#htmlcaption3 span{}
span.exec, span.exec1{display:block; float:left; height:129px; line-height:129px; background:url(../img/tip.png)no-repeat center left; margin:0; padding:10px 20px 10px 0;}
span.exec1{background:url(../img/tipa.png)no-repeat center left;}
span.exec a, span.exec1 a{font-size:18px; height:129px; display:block; line-height:129px; padding:0 0 0 135px; }
a.large, .licitatii p a{font-size:18px; padding:5px 0 20px;}
p.client{background:#fff; height:100px; text-align:center;}




/*generic settings */
.left{float:left;}
.right{float: right;}
.textRight{text-align:right;}
.spacer{font-size:20px; line-height:20px; margin:0; padding:0;}
.center{text-align:center;}
p.spacer{margin:0; padding:0; height:10px; line-height:10px; font-size:10px;}
.mL10{margin-left:10px;}
.rounded{-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -o-border-radius:3px; -khtml-border-radius:3px;}
.shadow{-webkit-box-shadow:0px 0px 4px #7c7c7c; -moz-box-shadow:0px 0px 4px #7c7c7c; -khtml-box-shadow:0px 0px 4px #7c7c7c; -o-box-shadow:0px 0px 4px #7c7c7c; box-shadow:0px 0px 4px #7c7c7c;}
.italic{font-family: 'UbuntuItalic';}
.ui-state-focus{border:1px solid #4dbeff; color:#4dbeff !important;}




/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#home .nivoSlider, .nivoSlider {position:relative; background:#fff url(../img/loading.gif) no-repeat 50% 50%; margin-bottom:50px; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; margin-top:-22px;}
.nivoSlider{margin-bottom:20px;}
.nivoSlider img { position:absolute; top:0px; left:0px; display:none;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none;}
/* The slices and boxes in the Slider */
.nivo-slice {display:block; position:absolute; z-index:5; height:100%;}
.nivo-box {display:block; position:absolute; z-index:5;}
/* Caption styles */
.nivo-caption {position:absolute; top:170; left:0; color:#fff; font-family:'UbuntuItalic'; color:#5e5a52; padding-top:270px; font-size:16px;}
.nivo-caption p.title, h2.title{font-family:'UbuntuRegular'; color:#000; font-size:22px; text-transform:uppercase;}
.nivo-caption p {padding:5px; margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute; top:45%; z-index:9; cursor:pointer; display:block; width:30px; height:30px; background:url(../img/arrows.png) no-repeat; text-indent:-9999px; border:0;}
.nivo-prevNav {left:15px;}
.nivo-nextNav {background-position:-30px 0; right:15px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; left:10%; bottom:-8px; margin-left:-40px; font-family: 'UbuntuBold'; text-shadow:0 1px 0 #000; z-index:9;}
.nivo-controlNav a {display:block; width:29px; height:44px; border:0; margin-right:3px; float:left; color:#fff; text-align:center; line-height:34px; cursor:pointer;}
.nivo-controlNav a.active {background:url(../img/controlNav.png) no-repeat top left;}
.nivo-controlNav a:hover{text-decoration:none;}


/* == nyro modal settings ==*/
div#nyroModalFull {font-size: 14px; color: #777;}
div#nyroModalLoading {border: 1px solid #303030; width: 150px; height: 150px; text-indent: -9999em; background: #060606 url(../img/loading.gif) no-repeat; background-position: center;}
div#nyroModalLoading.error {border: 1px solid #303030; line-height: 20px; padding: 20px; width: 300px; height: 100px; text-indent: 0;   background: #060606;}
div#nyroModalWrapper {background: #fff; border: 1px solid #303030;}
a#closeBut {position: absolute; display: block; top: -22px; right: 0px; width: 16px; height: 16px; text-indent: -9999em; background: url(../img/close.png) no-repeat; outline: 0;}
h1#nyroModalTitle {margin: 0; padding: 0; position: absolute; top: -22px; left: 0px; font-size: 12px; color: #fff; font-weight:200;}
div#nyroModalContent {overflow: auto;}
div.wrapper div#nyroModalContent {padding: 15px;}
div.wrapperImg div#nyroModalContent {position: relative; overflow: hidden; text-align: center;}
div.wrapperImg img {vertical-align: baseline;}
div.wrapperImg div#nyroModalContent div {position: absolute; bottom: 0; left: 0; background: black; padding: 10px; margin: 10px; border: 1px white dotted; overflow: hidden; opacity: 0.2; filter: alpha(opacity=20);}
div.wrapperImg div#nyroModalContent div:hover {opacity: 0.5; filter: alpha(opacity=50); cursor: help; }
a.nyroModalPrev, a.nyroModalNext {z-index: 105; outline: none; position: absolute; top: 0; height: 100%; width: 40%; cursor: pointer;   text-indent: -9999em; background: left 20% no-repeat; background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {height: 60%;  width: 20%;}
a.nyroModalPrev {left: 0;}
a.nyroModalPrev:hover { background-image: url(../img/previous.png);}
a.nyroModalNext {right: 0; background-position: right 20%;}
a.nyroModalNext:hover {background-image: url(../img/next.png);}



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

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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: h5bp.com/q */ 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after, .clearer { clear: both; }
.cf { zoom: 1; }



/* ==|== media queries ======================================================
   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 =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  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; }
}
