
body {
}

a {
    color: #3d6530;
}

    a:hover {
        color: #b8000e;
    }

i {
    font-family: FontAwesome;
}

p {
    line-height: 1.4em;
}

.noTopMarg {
    margin-top: 0;
}

.mainContent {
    margin-bottom: 20px;
}

    .mainContent h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .mainContent h2 {
        font-size: 22px;
        line-height: 24px;
        margin: 10px 0 0;
    }

    .mainContent h3 {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0 0;
    }

    .mainContent h4 {
        font-size: 16px;
        line-height: 18px;
        margin: 10px 0 0;
    }

.logo a {
    background: url("../images/logo.png") no-repeat left top transparent;
    display: block;
    height: 56px;
    text-indent: -9999px;
    width: 160px;
}

.service {
    margin-top: 25px;
}

.topLogin {
    padding: 11px 0 0 45px;
}

    .topLogin span {
        padding-left: 10px;
    }

.navbar-search .search-query {
    border-color: rgba(99, 116, 82, 0.8);
}

.tabbable {
    float: left;
}

.tabs-below > .nav-tabs {
    border-top: medium none;
    color: #333333;
    font-size: 0.9em;
    margin: 2px 0 0;
}

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > li.active a:hover {
        border-radius: 4px;
        border-top: 1px solid #dddddd;
    }

    .tabs-below > .nav-tabs li a:hover {
        border-radius: 4px;
        border-top: 1px solid #eeeeee;
    }

.nav-tabs > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(99, 116, 82, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(99, 116, 82, 0.6);
    outline: 0 none;
}

.navbar {
    margin-bottom: 0;
}

    .navbar .nav {
        margin-right: 0;
    }
/*.navbar .container {
    width: 940px;
}*/
.navbar-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, rgba(57, 87, 37, 0.9) 0%, rgba(28, 50, 13, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5NTcyNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzIwZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(57,87,37,0.9) 0%, rgba(28,50,13,0.9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,87,37,0.9)), color-stop(100%,rgba(28,50,13,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6395725', endColorstr='#e61c320d',GradientType=0 ); /* IE6-8 */
    border-color: #404d3c -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none;
    border-width: 1px medium;
    min-height: 32px;
}

.navbar .nav:first-child {
    border-left: 1px solid #70835a;
}

.navbar .nav > li > a {
    border-right: 1px solid #70835a;
    color: #ffffff;
    font-size: 1em;
    padding: 7px 14px;
    text-shadow: 0 1px 0 #000000;
    transition: background 0.35s ease 0s, transform 0.35s ease 0s;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: none repeat scroll 0 0 #1c320d;
    color: #ffffff;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background: none repeat scroll 0 0 #1c320d;
    color: #ffffff;
    text-decoration: none;
}

.content {
    padding-top: 20px;
}

hr {
    border-bottom: medium none;
    border-top-color: #cccccc;
}

.carousel {
    border: 1px solid #404d3c;
    border-radius: 4px;
    box-shadow: 1px 2px 6px rgba(99, 116, 82, 0.4);
}

.carousel-inner {
    background-clip: padding-box;
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    width: auto;
}

.carousel-caption {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.85);
}

hr.frontPageSeparator {
    margin: 0 0 10px;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0 0 8px;
}

.printIcon {
    float: right;
    padding-bottom: 8px;
}

.nav-header {
    border-bottom: 1px solid #cad8b7;
    color: #333333;
    font-size: 14px;
    padding: 5px 15px 5px 0;
    margin-bottom: 0;
}

    .nav-header .toggleNav {
        display: none;
    }

.nav > li > a:hover {
    background-color: #e8f0dd;
}

.leftMenu .nav ul {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}

    .leftMenu .nav ul li a {
        display: block;
        padding: 3px 10px 3px 15px;
    }

        .leftMenu .nav ul li a:hover {
            background-color: #e8f0dd;
            text-decoration: none;
        }

    .leftMenu .nav ul li ul li a {
        display: block;
        padding: 3px 10px 3px 30px;
    }

.leftMenu .nav li.active a, .leftMenu .nav li.active a:hover {
    background-color: #4f6440;
    color: #ffffff;
}

.leftMenu .nav li.active ul li a, .leftMenu .nav li.active ul li a:hover {
    background-color: inherit;
    color: #3d6530;
}

    .leftMenu .nav li.active ul li a:hover {
        background-color: #e8f0dd;
        color: #b8000e;
    }

.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: #4f6440;
}

.contentImg {
    border: 1px solid #999999;
    float: left;
    margin: 0 10px 0 0;
    max-width: 99%;
    padding: 1px;
}

article.news {
    margin-bottom: 15px;
}

.news-date {
    font-size: 12px;
    display: block;
    float: none;
}

.rightCol .newsList.thumbnail h4, .leftMenu .newsList.thumbnail h4 {
    font-size: 14px;
    line-height: 16px;
}

.rightCol .newsList.thumbnail h3, .leftMenu .newsList.thumbnail h3 {
    font-size: 18px;
    line-height: 20px;
}

.rightCol .thumbnail, .leftMenu .thumbnail {
    border: 1px solid #cad8b7;
    box-shadow: none;
    margin-bottom: 20px;
}

    .rightCol .thumbnail.adds .add, .leftMenu .thumbnail.adds .add {
        margin-bottom: 6px;
    }

.thumbnails {
    margin-bottom: 0;
}

.thumbnail {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #3d6530;
    box-shadow: 1px 2px 6px rgba(99, 116, 82, 0.4);
    /*min-height: 261px;*/
}

    .thumbnail .caption h2 {
        color: #3d6530;
        font-size: 20px;
        font-weight: normal;
        line-height: 22px;
        margin-bottom: 3px;
    }

    .thumbnail .caption h3 {
        color: #3d6530;
        font-size: 18px;
        font-weight: normal;
        line-height: 20px;
    }

    .thumbnail .caption a.important {
        color: #b8000e;
        font-size: 12px;
        line-height: 14px !important;
    }

    .thumbnail.adds h2 {
        border-bottom: 1px solid #cccccc;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .thumbnail.adds p {
        margin-bottom: 0;
    }

    .thumbnail.adds .add {
        border-bottom: 1px solid #cccccc;
        color: inherit;
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .thumbnail.adds .add:hover {
            color: inherit;
            text-decoration: none;
        }

    .thumbnail.adds h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 5px;
    }

    .thumbnail.adds img {
        float: left;
        margin-bottom: 10px;
    }

    .thumbnail.adds .addsLink {
        border-top: medium none;
        display: block;
        margin-top: 0;
        padding-top: 0;
    }

    .thumbnail .addsLink {
        border-top: 1px solid #cccccc;
        display: block;
        margin-top: 20px;
        padding-top: 6px;
    }

    .thumbnail.events h4 {
        font-size: 14px;
        line-height: 16px;
    }

.rightCol .thumbnail.events h2 {
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
    padding-bottom: 10px;
}

.rightCol .thumbnail.events h3 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
}

.thumbnail.events .addsLink {
    margin-top: 0;
}

.thumbnails.small .thumbnail {
    border: medium none;
    box-shadow: none;
    padding: 0;
}

.thumbnails.small .caption {
    padding-top: 0;
}

.thumbnails.small .news {
    border-top: 1px solid #cccccc;
    padding-bottom: 8px;
}

    .thumbnails.small .news h4 {
        color: #3d6530;
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0 0;
    }

    .thumbnails.small .news span.date {
        font-size: 11px;
    }

.thumbnails.small img {
    margin-right: 7px;
    padding: 2px;
}

.thumbnails .map img {
    border: medium none;
    padding: 0;
}

.thumbnails.small .caption.alert, .caption.alert {
    color: #555555;
    display: block;
    margin-top: 10px;
    padding: 12px;
}

    .thumbnails.small .caption.alert span, .caption.alert span {
        display: block;
    }

        .thumbnails.small .caption.alert span.title, .caption.alert span.title {
            color: #3d6530;
            font-size: 18px;
        }

.thumbnail .alert {
    margin-bottom: 0;
}

    .thumbnail .alert p {
        margin-bottom: 0;
    }

.alert-success, .alert-info {
    color: #555555;
    background-color: #e8f0dd;
    border: 1px solid #97a97e;
    box-shadow: 1px 2px 6px rgba(99, 116, 82, 0.4);
}

    .alert-success:hover {
        background-color: #eff7e4;
        border: 1px solid #bcd29d;
    }

.footer {
    background: #395725; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5NTcyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzMyMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #395725 0%, #1c320d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#395725), color-stop(100%,#1c320d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #395725 0%,#1c320d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #395725 0%,#1c320d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #395725 0%,#1c320d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #395725 0%,#1c320d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395725', endColorstr='#1c320d',GradientType=0 ); /* IE6-8 */
}
.footer a:hover{
    text-decoration:none;

}
    .footer p, .footer a, .footer h4 {
        color: #ffffff;
    }

    .footer h4 {
        font-size: 15px;
        margin: 10px 0 0;
    }

    .footer ul {
        font-size: 12px;
        list-style: none outside none;
        margin-left: 10px;
    }

    .footer .address {
        border-top: 1px solid #99a78f;
        margin-top: 5px;
        padding: 15px 0;
    }

        .footer .address p {
            font-size: 13px;
            margin: 0 10px;
            display: inline;
        }

        .footer .address span {
            float: right;
        }

            .footer .address span a {
                margin-left: 15px;
            }

p.abstract {
    font-weight: bold;
}

img.distImage {
    float: right;
    max-width: 200px;
}

.form input.error {
    border: 1px solid #ff0000;
}

.form-horizontal .control-label {
    float: none;
    text-align: left;
    width: auto;
    font-weight: bold;
}

.form-horizontal .controls {
    margin-left: 0px;
}

label {
    margin-bottom: 3px;
}

.employees {
    list-style-type: none;
}

    .employees img {
        margin-bottom: 20px;
        margin-right: 10px;
    }

.employee {
    float: left;
    font-size: 13px;
    min-height: 160px;
    width: 48%;
    margin-right: 2%;
}

.employee-single {
    margin: 8px 10px 8px 0;
}

.img-holder {
    float: left;
    margin-right: 8px;
    overflow: hidden;
    width: 35px;
}

    .img-holder img {
        margin: 1px;
        max-width: none;
    }

.content-image {
    margin: 0 0 8px 10px;
}

.smallEmp {
    border: 1px solid #cccccc;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 1px 2px 2px;
}

.projectLeaders a {
    white-space: nowrap;
}

.projectLeaders span {
    float: left;
    margin-right: 10px;
    white-space: nowrap;
}

.nav {
    margin-bottom: 20px;
}

.month {
    float: left;
    width: 116px;
}

    .month a {
        border: 1px dotted #ffffff;
        display: block;
        line-height: 20px;
        margin: 2px 0 0 2px;
        padding: 8px;
    }

        .month a.selected {
            background: none repeat scroll 0 0 #4f6440;
            color: #ffffff;
            border: 1px solid white;
        }

.months {
    background: none repeat scroll 0 0 #e5e5e5;
    height: auto;
    padding-left: 1px;
    padding-bottom: 2px;
}

.month .badge {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #666666;
}

.calnav i {
    font-size: 20px;
    margin-top: -20px;
}

.thumbnail a img {
    border: medium none;
}

.carousel-caption a {
    color: #ffffff;
}

ol.quiz {
    list-style-type: decimal;
}

    ol.quiz li {
        color: #cccccc;
        margin-left: 26px;
    }

        ol.quiz li.selected {
            color: #333333;
        }

    ol.quiz .nav-header {
        margin-bottom: 10px;
    }

.quiz-image {
    margin-bottom: 10px;
}

ul.search-results li {
    list-style-type: none;
}

ul.search-results {
    margin: 0;
    padding: 0;
}

.required.error {
    border: 1px solid #ff0000;
}

.contourField input, .contourField textarea {
    /*margin-left: -4px;*/
}

.contourField textarea {
    height: 100px;
    width: 96%;
}

.contourNavigation input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #bbbbbb #bbbbbb #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.rightCol .thumbnail h3 {
    margin-top: 0;
}

.rightCol .thumbnail p {
    margin: 0;
}

ul.chapters {
    float: left;
    width: 70%;
    max-width: 565px;
}

.manu-navi {
    padding: 0 15px;
}

    .manu-navi #tree {
        width: 100%;
    }

.wrap {
    height: auto !important;
    margin: 0 auto -60px;
    min-height: 100%;
}

html, body {
    /*height: 100%;
    min-width: 960px;
	overflow-x:hidden;*/
}

.footer {
    min-height: 156px;
}

.wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
}

.prodLogo {
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
}

.astrx {
    font-size: 16px;
    font-weight: bold;
    margin-left: 1px;
}

label.error {
    display: none !important;
}

.news-heading-big {
    font-weight: bold;
}

.contourFieldSet {
    padding: 0 !important;
}

    .contourFieldSet .radiobuttonlist {
        clear: both;
        padding: 10px 3px !important;
    }

        .contourFieldSet .radiobuttonlist input[type="radio"] {
            margin: 0;
            width: auto;
        }

        .contourFieldSet .radiobuttonlist label {
            display: inline;
            float: none;
        }

#contour label.fieldLabel {
    padding-top: 15px;
    width: 100% !important;
}

#contour label {
    display: inline-block;
}

#contour span.checkboxlist {
    padding: 0 6px !important;
}

#contour input[type="checkbox"] {
    margin-left: 0 !important;
    margin-top: 4px !important;
}

#contour .checkbox label {
    display: inline !important;
    float: right !important;
    font-weight: normal !important;
    padding-top: 0 !important;
    width: 95% !important;
}

#contour .radio, #contour .checkbox {
    padding-left: 4px;
}

.contour label.fieldLabel {
    /*padding-top: 5px !important;*/
    width: 100%;
    font-weight: bold;
}

.mainContent h4.contourPageName {
    font-size: inherit !important;
    line-height: inherit !important;
}

#contour input.contourError, #contour textarea.contourError, #contour input.input-validation-error, #contour textarea.input-validation-error .contour input.contourError, .contour textarea.contourError, .contour input.input-validation-error, .contour textarea.input-validation-error {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 1px solid #ff0000 !important;
}

.contourField input, .contourField textarea {
    margin-left: 0 !important;
}

.contour input[type="checkbox"] {
    margin-right: 3px;
}

.contourField.textfield, .contourField.textarea {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.contourField input, .contourField textarea {
    margin-left: 0 !important;
    margin-bottom: 0;
    float: left;
}

    .contourField input[type="checkbox"] {
        margin-bottom: 0;
    }

.contourField.checkbox {
    padding-left: 0;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

    .contourField.checkbox label {
        width: 97%;
        float: right;
    }

    .contourField.checkbox input {
        margin-right: 0;
    }

.field-validation-error {
    color: red;
    float: left;
    margin-left: 5px;
}


table {
    width: 100% !important;
    overflow: none !important;
}

.publication-date {
    padding: 10px 0;
}

embed {
    max-width: 100%;
}

.form-horizontal .control-label {
    display: inline-block;
}

/* RESPONSIVE 2014 start */
@media (max-width: 991px) {
    .form-inline label {
        display: block;
        font-weight: bold;
        margin-bottom: 3px;
    }

    select#type-select {
        margin-bottom: 15px;
    }

    .publication .img-polaroid {
        width: 18%;
    }

        .publication .img-polaroid img {
            width: 100%;
            height: auto;
        }

    .publication ul.chapters {
        width: 70%;
        margin-left: 6%;
    }

    .month {
        width: 16.5%;
    }
}

@media (max-width: 767px) {
    .tabs-below > .nav-tabs > li > a, .tabs-below > .nav-tabs > li > a:hover {
        border: none !important;
        border-right: 1px solid white;
        border-radius: 0 !important;
        padding: 5px 7px 5px 5px;
        background: none;
        color: #fff;
    }

    .tabs-below > .nav-tabs > li:last-child > a {
        border-right: none;
    }

    .navbar {
        margin: 0 -20px;
    }

    .nav-header .toggleNav {
        display: block;
        float: right;
        font-size: 24px;
    }

    .toggleNav:hover {
        text-decoration: none;
    }

    .toggleNav .icon-chevron-down {
        display: none;
    }

    .toggleNav.collapsed .icon-chevron-up {
        display: none;
    }

    .toggleNav.collapsed .icon-chevron-down {
        display: block;
    }

    .breadcrumb li.printIcon {
        display: none;
    }

    .month {
        width: 33%;
    }

    .footer {
        height: auto;
        margin: 0 -20px;
        padding-top: 15px;
    }

    .footerLinkList {
        margin-bottom: 20px;
    }

    .footer h4 {
        margin-left: 20px !important;
    }

    .footer ul {
        margin-left: 20px;
    }

    .footer .address {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .footer .address p {
            margin: 0 20px;
        }

    .service {
        margin-top: 10px !important;
    }

    /*** navbar ***/
    .navbar .btn-navbar {
        background-color: transparent !important;
        background-image: none;
        border: 0 none;
        box-shadow: none;
        margin-top: 0;
    }

        .navbar .btn-navbar .icon-bar {
            background-color: #fff;
            border-radius: 0;
            height: 3px;
            width: 26px;
            margin-top: 4px;
        }

            .navbar .btn-navbar .icon-bar:first-child {
                margin-top: 0;
            }

    .nav-collapse {
        margin: 0 -20px;
    }

    .navbar .nav {
        margin: 2px 0 0 0;
        border-top: 1px solid #182212;
    }

        .navbar .nav:first-child {
            border-left-width: 0;
        }

        .navbar .nav > li > a {
            border-right-width: 0;
            padding-left: 0;
            padding-right: 0;
        }

    .nav-collapse .nav > li {
        border-top: 1px solid #6e7f62;
        border-bottom: 1px solid #182212;
    }

        .nav-collapse .nav > li a {
            margin-bottom: 0;
            border-radius: 0;
            padding-left: 20px;
            padding-right: 20px;
        }

    .navbar-search {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block !important;
        background-color: #70835a;
        margin-top: 0;
        min-height: 37px;
        background: linear-gradient(to bottom, rgba(57, 87, 37, 0.9) 0%, rgba(28, 50, 13, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5NTcyNSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjMzIwZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, rgba(57,87,37,0.9) 0%, rgba(28,50,13,0.9) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,87,37,0.9)), color-stop(100%,rgba(28,50,13,0.9))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(57,87,37,0.9) 0%,rgba(28,50,13,0.9) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6395725', endColorstr='#e61c320d',GradientType=0 ); /* IE6-8 */
        border-color: #404d3c -moz-use-text-color;
    }

        .navbar-search .search-query {
            float: right;
            margin-top: 4px;
            border: none;
        }

    .logo {
        margin-top: 48px;
    }

    .service {
        margin-top: 75px;
    }

    .navbar-search .search-query {
        margin-right: 20px;
    }
    /** language ***/
    .tabbable {
        position: absolute;
        top: 3px;
        z-index: 1;
    }

    .topLogin {
        display: none;
    }

    .employee {
        float: none;
        width: 100%;
        min-height: 0;
        clear: both;
    }

    #map_canvas {
        display: none;
        height: auto;
    }

    table {
        font-size: 12px;
    }

    td {
        width: auto;
        padding: 2px !important;
        line-height: 16px !important;
    }

    .pagination {
        height: auto;
    }

        .pagination ul > li > a, .pagination ul > li > span {
            margin-left: -1px;
            border: 1px solid #ddd;
        }

    .mainContent h1 {
        word-wrap: break-word;
        font-size: 26px;
    }

    img.distImage {
        float: none;
        margin-bottom: 10px;
    }

    .contourField.checkbox label {
        width: 96%;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > table {
            margin-bottom: 0;
        }

            .table-responsive > table td {
                width: auto !important;
            }

            .table-responsive > table > thead > tr > th,
            .table-responsive > table > tbody > tr > th,
            .table-responsive > table > tfoot > tr > th,
            .table-responsive > table > thead > tr > td,
            .table-responsive > table > tbody > tr > td,
            .table-responsive > table > tfoot > tr > td {
                white-space: nowrap;
            }
}

@media (max-width: 480px) {
    body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer {
        height: auto;
        margin: 0 -15px !important;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .footerLinkList {
        margin-bottom: 15px !important;
    }

    .footer h4 {
        margin-left: 15px !important;
    }

    .footer ul {
        margin-left: 15px;
    }

    .footer .address {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .footer .address p {
            margin: 0 15px;
        }

    .navbar-inner {
        padding: 0 15px !important;
    }

    .navbar-search .search-query {
        margin-right: 15px !important;
    }

    .navbar {
        margin: 0 -15px;
    }
    /*** language ***/
    .nav-tabs {
        margin-top: 2px !important;
    }

        .nav-tabs > li a {
            padding: 0;
        }

        .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
            background-color: transparent;
            border-width: 0;
        }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > li.active a:hover {
        border-top: 0;
    }

    .contourField.checkbox label {
        width: 94%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service {
        margin-left: 0;
        width: 476px;
    }

    .navbar-search .search-query {
        width: 155px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 724px !important;
    }
}

@media (min-width: 992px) {
    .product {
        height: 468px !important;
        margin-left: 0px !important;
        margin-right: 9px !important;
    }

    .product-image {
        height: 324px !important;
    }

    .container {
        width: 940px;
    }

    .row {
        margin-left: -20px;
    }

    .thumbnails {
        margin-left: -20px;
    }

        .thumbnails > li {
            margin-left: 20px;
        }

    [class*="span"] {
        float: left;
        margin-left: 20px;
        min-height: 1px;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 940px;
    }

    .span12 {
        width: 940px;
    }

    .span11 {
        width: 860px;
    }

    .span10 {
        width: 780px;
    }

    .span9 {
        width: 700px;
    }

    .span8 {
        width: 620px;
    }

    .span7 {
        width: 540px;
    }

    .span6 {
        width: 460px;
    }

    .span5 {
        width: 380px;
    }

    .span4 {
        width: 300px;
    }

    .span3 {
        width: 220px;
    }

    .span2 {
        width: 140px;
    }

    .span1 {
        width: 60px;
    }

    .offset12 {
        margin-left: 980px;
    }

    .offset11 {
        margin-left: 900px;
    }

    .offset10 {
        margin-left: 820px;
    }

    .offset9 {
        margin-left: 740px;
    }

    .offset8 {
        margin-left: 660px;
    }

    .offset7 {
        margin-left: 580px;
    }

    .offset6 {
        margin-left: 500px;
    }

    .offset5 {
        margin-left: 420px;
    }

    .offset4 {
        margin-left: 340px;
    }

    .offset3 {
        margin-left: 260px;
    }

    .offset2 {
        margin-left: 180px;
    }

    .offset1 {
        margin-left: 100px;
    }

    .navbar .container {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 940px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-collapse.collapse {
        height: auto !important;
    }

    .product {
        height: 468px !important;
        margin-left: 0px !important;
        margin-right: 9px !important;
    }

    .product-image {
        height: 248px !important;
    }
}

/* RESPONSIVE 2014 end */

/* uCommerce start */
.basketStatus {
    text-align: right;
    margin-bottom: 7px;
}

    .basketStatus a {
        font-weight: bold;
    }

    .basketStatus i {
        font-size: 22px;
        margin-left: 7px;
    }

    .basketStatus:hover i, #mini-cart:hover i {
        text-decoration: none;
    }

.product {
    margin-bottom: 40px;
}

.item-name {
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
}

#product-details .span6 {
    margin-bottom: 40px;
}

.btn-success, .alert-info .btn {
    background: #58833b;
}

    .btn-success:hover, .alert-info .btn:hover {
        background-color: #6ea04d;
    }

.webshop .span9 {
    margin-bottom: 40px;
}

.webshop .hero-unit {
    padding: 0;
    background: 0;
}

input.qty {
    width: 50px;
    border-radius: 0;
}

#cart button.line-remove {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

#cart .line-remove {
    color: #da4f49;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.4;
    text-shadow: 0 1px 0 #ffffff;
}

    #cart .line-remove:hover {
        opacity: 1;
    }

.icon-arrow-right {
    margin-left: 7px;
}

#facets-nav label {
    line-height: 16px;
}

#facets-nav input {
    margin-top: 0;
}

.item-price {
    color: #58833b;
    font-size: 40px;
    font-weight: bold;
}

/* uCommerce end */

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.table {
}

.table-bordered {
}

h2 {
}

h3 {
}

Heading 4 {
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.table {
}

.table-bordered {
}

h2 {
}

h3 {
}

Heading 4 {
}

.grid-section .container .row {
    margin: 0 !important;
}
