article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background-image: url(../images/bg.jpg);
}

a {
    color: #0088cc;
    text-decoration: none;
}

a:hover {
    color: #005580;
    text-decoration: underline;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before, .row:after {
    display: table;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
}

.span1 {
    width: 60px;
}

.span2 {
    width: 140px;
}

.span12, .container {
    width: 990px;
}

.container {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    background-color: #FFFFFF;
}

.container:before, .container:after {
    display: table;
    content: "";
}

.container:after {
    clear: both;
}

p {
    margin: 0 0 9px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

p small {
    font-size: 11px;
    color: #999999;
}

.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    color: #00000;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h1 small {
    font-size: 18px;
}

h2 {
    font-size: 22px;
    line-height: 36px;
    font-family: arial;
    color: #5D3B1F;
}

h2 small {
    font-size: 18px;
}

h3 {
    line-height: 27px;
    font-size: 18px;
}

h3 small {
    font-size: 14px;
}

h4, h5, h6 {
    line-height: 18px;
}

h4 {
    font-size: 14px;
}

h4 small {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}

.page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
    line-height: 1;
}

ul, ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    line-height: 16px;
}

ul.unstyled {
    margin-left: 0;
    list-style: none;
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

form {
    margin: 0 0 18px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}

label,
input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

label input, label textarea, label select {
    display: block;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */

    line-height: normal;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="file"] {
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: #ffffff;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
    height: auto;
}

select, input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 28px;
}

select {
    width: 220px;
    background-color: #ffffff;
}

select[multiple], select[size] {
    height: auto;
}

input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    height: auto;
}

input[type="hidden"] {
    display: none;
}

.radio, .checkbox {
    padding-left: 18px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}

.controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child {
    padding-top: 0;
}

input[type="file"]:focus, input[type="checkbox"]:focus, select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

:-moz-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 0;
    color: #999999;
}

.help-inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-bottom: 9px;
    vertical-align: middle;
    padding-left: 5px;
}

.input-prepend, .input-append {
    margin-bottom: 5px;
    *zoom: 1;
}

.nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    font-size: 14px;
    font-family: arial;
}

.nav > li > a {
    display: block;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav-list {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
}

.nav-list > li > a, .nav-list .nav-header {
    display: block;
    padding: 3px 15px;
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list .nav-header {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-transform: uppercase;
}

.nav-list > li + .nav-header {
    margin-top: 9px;
}

.nav-list .active > a, .nav-list .active > a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}

.nav-list [class^="icon-"] {
    margin-right: 2px;
}

.navbar {
    overflow: visible;
}

.navbar-inner {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-collapse.collapse {
    height: auto;
}

.navbar .brand:hover {
    text-decoration: none;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 30px 20px 12px;
    margin-left: 20px;
}

.navbar .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #999999;
}

.navbar .navbar-text a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar .btn, .navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn {
    margin-top: 0;
}

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

.navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
}

.navbar-form:after {
    clear: both;
}

.navbar-form input, .navbar-form select {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-form .radio, .navbar-form .checkbox {
    margin-top: 5px;
}

.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
    margin-top: 3px;
}

.navbar-fixed-top {
    top: 0;
    right: 0;
    left: 0;
    height: 94px;

}

.navbar-fixed-top .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .nav {
    right: 0;
    display: block;
    float: right;
}

.navbar .nav.pull-right {
    float: right;
}

.navbar .nav > li {
    display: block;
    float: left;
}

.navbar .nav > li > a {
    float: none;
    padding: 10px 10px 11px;
    line-height: 19px;
    color: #5D3B1F;
    text-decoration: none;
}

.navbar .nav > li > a:hover {
    background-color: transparent;
    color: #729D30;
    text-decoration: none;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    color: #abc787;
    text-decoration: none;
}

.navbar .divider-vertical {
    height: 40px;
    width: 1px;
    margin: 0 9px;
    overflow: hidden;
    background-color: #222222;
    border-right: 1px solid #333333;
}

.navbar .nav.pull-right {
    margin-left: 10px;
    margin-right: 0;
}

.navbar .dropdown-menu {
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.navbar .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
    border-top-color: #ffffff;
}

.navbar .nav .active .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
    background-color: transparent;
}

.navbar .nav .active > .dropdown-toggle:hover {
    color: #ffffff;
}

.navbar .nav.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar .nav.pull-right .dropdown-menu:before {
    left: auto;
    right: 12px;
}

.navbar .nav.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}

.label {
    padding: 1px 3px 2px;
    font-size: 9.75px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label-important {
    background-color: #b94a48;
}

.label-warning {
    background-color: #f89406;
}

.label-success {
    background-color: #468847;
}

.label-info {
    background-color: #3a87ad;
}

.hero-unit {
    background-color: #F2F6EC;
    height: 300px;
    margin-left: 15px;
    padding: 30px 15px 0 15px;
    width: 930px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero-unit .hero-text {
    float: left;
}

.hero-unit .hero-form {
    border-left: 2px solid #567C07;
    float: right;
    width: 325px;
    height: 240px;
    padding-left: 25px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.hero-unit p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
}

.hero-unit p img {
    float: left;
    margin: 20px 30px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.menu {
    position: relative;
    float: right;
    text-align: right;
    margin: 30px 45px 10px 45px;
    right: 0;
}

.menu img {
    margin-left: 5px;
}

.span12 img {
    float: left;
    margin-right: 30px;
}

.span12 {
    vertical-align: middle;
    padding: 20px 20px 0px 20px;
}

footer {
    background-color: #000000;
    background-position: center top;
    height: 100%;
    background-repeat: no-repeat;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    line-height: 12px;
}

footer h5 {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
    margin-bottom: 10px;
    margin-top: 15px;
}

footer .span3 a, .span2 a {
    font-family: arial;
    font-size: 11px;
    color: #CCCCCC;
}

footer .span12 {
    font-family: arial;
    font-size: 11px;
    color: #707070;
    text-align: center;
}

.span12 p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 20px;
    font-family: arial;
    color: #303030;
    -webkit-font-smoothing: antialiased;
    type-rendering: optimizeLegibility;
}

.span12 h2 {
    margin-top: 30px;
}

.span_new {
    width: 308px;
    height: 306px;
    margin-top: 30px;
}

.chat a {
    font-size: 11px;
    color: #517A12;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
    margin-left: 150px;
    text-decoration: underline;
}

#grayline {
    height: 2px;
    background-color: #e8e8e8;
}

#greenline {
    background-color: #0a3113;
}

.contentul {
    list-style-image: url(../images/aero.gif);
    margin-top: 0px;
}

;

/* testimonials */
blockquote {
    padding: 5px 0 20px 0;
}

blockquote p.quote {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 30px 30px 40px 30px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

blockquote p.author {
    padding: 10px 0 0 28px;
    margin: -1px 0 0 15px;
    position: relative;
    left: 620px;
    top: 77px;
}

blockquote p.author em {
    color: #bebebe;
}

/* -- */
.marginbottom {
    margin-bottom: 10px;
}

h3 {
    font-size: 26px;
}

.popup {
    position: absolute;
    right: 100px;
    top: -70;
    width: 532px;
    border-style: solid;
    border-width: 4;
    border-color: #505050;
    background-color: #ffffff;
    padding: 5px;
    text-align: left;
    color: #303030;
    font-family: Arial;
    font-size: 10pt;
    z-index: 2;
    visibility: hidden;
}