/*
    orange: #DC6E1C
    red: #E43C1C
    green: #507136
    lightblue: #0F6E99
    darkblue: #042A4D
*/

BODY {
    font-family:  -apple-system, BlinkMacSystemFont, "Roboto", "helvetica neue", "helvetica", arial, sans-serif;
    font-size: 19px;
    font-weight: normal;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.body-white {
    background: white;
}

P {
    line-height: 1.6em;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}

H1, H2, H3, H4, H5, H6 {
    text-align: left;
    font-weight: 400;
    color: #0F6E99;
}


H1 {
    color: #0F6E99;
    font-size: 60px;
    padding-bottom: 25px;
    font-weight: 100;
}

H2 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}

H3 {
    padding-bottom: 15px;
    font-weight: 300;
}

.header-border {
    padding-top: 20px;
    border-top: solid 1px lightgray;
}

.banner-title {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 100;
}

.page-title {
    margin-top: 160px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 100;
}

.page-title2 {
    margin-top: 100px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 100;
}

H2 {
    padding-bottom: 5px;
}

IMG.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

ADDRESS {
    padding: 20px;
}

.address-divider ~ ADDRESS {
    padding-top: 10px;
    padding-bottom: 0px;
}

/* navigation */
.navbar-container {
    position: fixed;
    background: #000000;
    display: flex;
    width: 100%;
    margin: 0px;
    padding:0px;
    justify-content: center;
    box-shadow: 0px 0px 10px black;
    z-index: 9999999;
    min-height: 70px;
}

.navbar-placeholder {
    height: 70px;
}

.navbar {
    /*height: 60px;*/
    background: #000000;
    padding-top: 15px;
    padding-left: 40px;
    color: inherit;
    min-width: 270px;
}

.navbar-brand {
    margin:0px;
    padding:0px;
    padding-top:5px;
}

.navbar-brand-logo {
    padding-top: 0px;
    padding-right: 30px;
    height: 20px;
    width: auto;
}

.dropdown-menu {
    background: #e0e0e0;
    border: none;
    box-shadow: 1px 1px 3px gray;
}

.navbar-inverse .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    margin-left: 7px;
}

.dropdown-menu {
    background: lightgray;
}

.dropdown-item {
    color: black;
    font-size: 16px;
}

.full-width-image {
    width: 100%;
}

.container {
}

.banner-container {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.banner {
    max-height: 60vh;
    max-width: 90%;
    margin-bottom: 30px;
}

.floating-icon {
    float: left;
    width: 45px;
    opacity: 0.2;
    margin-right: 15px;
    margin-bottom: 10px;
}

.title-icon {
    width: 60px;
    opacity: 0.3;
    display: inline-block;
    padding-bottom: 10px;
}

.title-text {
    font-size: 18px;
    color: gray;
    text-align: center;
    padding-bottom: 15px;
    padding-right: 15px;
    display: inline-block;
    float:left;
}

.cell {
    padding-bottom: 25px;
}

.functionality-cell {
    padding: 25px;
}

.border-right {
    border-right: solid 1px gray;
}
.border-left {
    border-left: solid 1px gray;
}


.mainbar {
    padding-right: 20px;
    padding-bottom: 20px;
}

.footnote {
    padding: 15px;
    border-top: solid 1px lightgray;
    color: gray;
    font-size: 14px;
}

.note {
    color: #0F6E99;
    position:relative;
    top: -6px;
    font-size: 14px;
    font-weight: bold;
    background: #f0f0f0;
    height: 1em;
    border-radius: 0.5em;
    padding-left: 7px;
    padding-right: 7px;

}

.sidebar {
    /*background: #f0f0f0;*/
    border-left: solid 1px lightgray;
    padding: 20px;
}

.sidebar IMG {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.facts {
}

.facts DT {
    display: block;
    font-weight: bold;
}

.facts DD {
    padding-left: 20px;
    display: block;
    margin-bottom: 25px;
}

.fact STRONG {
    font-size: 18px;
    display: block;
    position: relative;
    left: -10px;
}

.width-full {
    width: 100%;
}

.width-50 {
    width: 50px;
}
.width-100 {
    width: 100px;
}
.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-300 {
    width: 300px;
}

.image-caption {
    padding: 10px 15px 10px 15px;
    display: inline-block;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.image-caption IMG {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.image-caption span {
    color: gray;
    text-align: center;
    display:block;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.signature {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.date {
    font-size: 16px;
    color: gray;
    margin-bottom: 10px;
}

.author {
    font-weight: bold;
    letter-spacing: 1px;
}
.slogan {
    color: gray;
    letter-spacing: 1px;
    font-weight: 100;
}

/* page */

.page {
    background: white;
    background-position: top right;
    background-repeat: no-repeat;
}


.black-page {
    background: black;
}

.some-link {
    padding-left: 20px;
    padding-right: 20px;
}

.some-link > IMG {
    width: 50px;
}

.flag {
    width: 24px;
    margin-right: 10px;
}


.country-search {
    padding: 4px;
    background: white;
    margin:6px;
    display: block;
    background-image: url(/static/img/icon/icon-search.png);
    background-size: 20px 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#country-selector {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: none;
    padding: 10px;
    background: #f0f0f0;
    border: solid 1px lightgray;;
}

.country-selector {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 6px;
    min-height: 40px;
}
.country-selector:hover {
    text-decoration: none;
}

.partner-header, .engineer-header {
    padding-left: 20px;
}

.country-header {
    padding: 20px;
}

.partner-list, .engineer-list {
    border-left: solid 1px lightgray;
    min-height: 300px;
    padding: 0px;
    margin:0px;
}

.contact-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px lightgray;
}

.contact-divider:last-child {
    margin-bottom: 0;
}

.selector-item {
    margin-bottom: 3em;
}

.contact-sub {
    color: gray;
    font-size:16px;
}

.column-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}


/* footer */

.footer {
    padding: 20px;
    color: lightgray;
    font-size: 14px;
}

/* business card */

.card {
    position:relative;
    margin-top: 20px;
    margin-bottom: 0px;
    background: black;
    padding: 10px 25px 10px 25px;
    color: white;
    font-size: 17px;
}
.card:hover {
    text-decoration: none;
}
.card STRONG {
    font-size: 16px;
    padding-bottom: 7px;
    display: block;
}
.card I {
    display: block;
    font-style: normal;
    font-size: 13px;
    padding-bottom: 3px;
}


/* references */

.reference-grid {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
}

.reference {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
}
.reference IMG {
    max-width: 80px;
    max-height: 55px;
}

/* carousels */


#myCarousel {
    width: 100%;
    background: none;
}

.carousel-image {
    background-position: center;
    background-size: cover;
    height: 70vh;
    width: 100%;
}

#myCarousel .carousel-caption {
    top: 57vh;
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 1px 1px 2px black;
}

.carousel-control.left {
    background: none;
}
.carousel-control.right {
    background: none;
}


/* front page */

#intro-carousel {
    width: 100%;
}

#intro-carousel .carousel-inner {
    width: 100%;
}

#intro-carousel .item {
    width: 100%;
    height: 50vh;
}

.intro-carousel-image {
    background-size: cover;
    background-position: center;
    background-color: transparent;
    height: 50vh;
    width: 100%;
}

.intro-title {
    padding-top: 40px;
    font-size: 45px;
    text-align: center;
}

.intro-caption {
    font-size: 22px;
    text-align: center;
}



.newsletter-input {
    margin-bottom: 15px;
    border: solid 1px lightgray;
    padding: 8px;
    background: white;
    color: darkgray;
    font-size: 16px;
    width: 100%;
}

.newsletter-input:focus {
    border: solid 1px gray;
    color: black;
    outline: none;
}


.newsletter-button {
    margin-bottom: 10px;
    border: solid 1px #0F6E99;
    padding: 8px;
    color: #0F6E99;
    font-size: 16px;
    background: white;
    width: 100%;
    height: 40px;
    border-radius: 20px;
}

.newsletter-button:hover {
    background: #f0f0f0;
}

#subscribeMessage {
    width: 100%;
    position: absolute;
    margin-top: 40px;
    display: none;
    text-align: center;
    font-size: 24px;
    color: gray;
}


/* contacts */

.contact {
}

.contact H2 {
    border-bottom: solid 1px lightgray;
    margin-bottom: 30px;
}
.contact H3 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    color: black;
}
.contact UL {
    list-style-position: inside;
    list-style-type: none;
    padding-left: 40px;
}
.contact LI {
    color: black;
}
.contact LI > A {
}

.contact-partner-list {
    margin-bottom: 20px;
}

.contact-partner {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    background: #f0f0f0;
}

.contact-partner IMG {
    max-width: 150px;
    max-height: 80px;
    display: inline-block;
    border-radius: 5px;
}

.contact-partner A {
    padding-top: 10px;
    display: inline-block;
}

/* news */

.news-item {
    display: block;
    margin: 10px 10px 30px 10px;
    background: white;
    padding-bottom: 20px;
    border-radius: 0px;
    border: solid 1px white;
}

.news-item:hover {
    text-decoration: none;
}


.news-item-text DIV {
    /*padding: 0px 0px 0px 20px;*/
}
.news-item-text P {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    color: darkgray;
}
.news-item-image {
    width: 100%;
    height: 200px;
    background: lightgray;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.news-date {
    color: gray;
    padding-right: 5px;
    display:inline-block;
}
.news-item H3 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 20px;
}

/* blog */

.articles {
    margin-bottom: 5px;
}

.article-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: white;
    border-radius: 0px;
    border: solid 1px white;
}

.article-item:hover {
    text-decoration: none;
}

.article-item DIV {
}

.article-item P {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
}

.article-item-image {
    width: 100%;
    height: 200px;
    background: lightgray;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.article-date {
    color: gray;
    padding-right: 5px;
    margin-right: 5px;
    display:inline-block;
}
.article-item H3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
}

.article-list {
    border-left: solid 1px lightgray;
    padding: 10px;
    padding-left: 20px;
}

.article-list-item {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.article-list-item A {
    display: block;
}

.article-list-item SPAN {
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

.article-footer {
    border-top: solid 1px lightgray;
    padding: 20px;
}

.article-footer-title {
    padding-top: 10px;
    font-size: 14px;
    color: gray;
}

/* product page */

.products {
}

.product-cell {
    display: flex;
    padding: 0px 10px 50px 10px;
    align-items: center;
}

.product-cell:hover {
    text-decoration: none;
}

.product-image-title {
    width: 160px;
    vertical-align: center;
}

.product-image {
    display: block;
    background-size: 100px;
    background-position: center center;
    background-color: white;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    border: solid 1px lightgray;
    overflow: hidden;
}

.product-model {
    display: block;
    color: gray;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.product-text {
    padding-left: 20px;
    width: 100%;
}

.product-text p {
    font-size: 17px;
    color: #606060;
}

.product-vendor {
    display: block;
    color: #0F6E99;
    font-size: 20px;
    
    font-weight: normal;
    text-align: left;
    padding-bottom: 10px;
}



.product-category {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.product-partners {
    margin-top: 50px;
    padding-top: 20px;
    border-top: solid 1px lightgray;
}

.store-badge-container {
    display:flex;
    justify-content: center;
    padding: 20px;
    wrap-option: wrap;
}

.store-badge {
    display:inline-block;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 5px;
    height: 40px;
}

.store-badge > IMG {
    height: 40px;
    margin: 0 0;
}



.product2-cell {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 20px 10px;
    align-items: stretch;
    justify-content: center;
}

.product2-cell:hover {
    text-decoration: none;
}

.product2-image {
    background-size: 100px;
    background-position: center center;
    background-color: white;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    overflow: hidden;
}


.product2-model {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    color: #0F6E99;
    font-size: 18px;
    text-align: center;
}

.product2-vendor {
    width: 100%;
    color: #0F6E99;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 5px;
}

.product2-text {
    padding-top: 10px;
    display: block;
    font-size: 12px;
    color: #606060;
}

.product2-category {
    border-top: solid 1px lightgray;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.product2-partners {
    margin-top: 50px;
    padding-top: 20px;
    border-top: solid 1px lightgray;
}

.button-row {
    border-top: solid 1px lightgray;
}


/* customers */

.customers {

}

.customer {
    background: white;
    border: solid 1px white;
}

.customer DIV {
    padding-bottom: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.customer A {
    font-size: 12px;
    text-align: center;
    display: block;
}

/* references */

.reference-category {
    height: 160px;
    padding-top: 70px;
    margin-bottom: 20px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
    background-color: #c0c0c0;
    overflow: hidden;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.reference-category > A  {
    display: block;
    height: 90px;
    padding: 40px 20px 10px 20px;
    text-align: left;
    font-size: 30px;
    /*background: rgba(255,255,255,0.7);*/
    background: linear-gradient(180deg, rgba(255,255,255,0.0) 0%, white 100%);
 }

.reference-category > A:hover  {
    text-decoration: none;
}

.reference-project {
    display: block;
    height: 300px;
    border-radius: 0px;
    margin-bottom: 25px;
}

.reference-project:hover  {
    text-decoration: none;
}


.reference-project DIV {
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.reference-project H3 {
    display: block;
    font-size: 28px;
    margin: 0;
    font-weight: normal;
    padding: 10px 10px 0px 10px;
}

.reference-project > STRONG {
    display: block;
    color: gray;
    font-weight: 200;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
}

.reference-project A:hover {
    text-decoration: none;
}

/* downloads */

.download-cell {
    padding: 20px;
    display: flex;
    min-height: 150px;
    align-items: flex-start;
    border-radius: 20px;
}

.download-icon {
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100px;
    height: 142px;
}

.download-text-container {
    padding-left: 10px;
    width: 75%;
    display: block;
}

.download-title {
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
    color: black;
    text-decoration: none;
}

.download-cell:hover {
    text-decoration: none;
    background: #f0f0f0;
}

.download-info {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    color: gray;
}


.new {
    font-variant: small-caps;
    font-size: smaller;
    font-weight: bold;
    color: red;
    padding-left: 5px;
    position: relative;
    top: -5px;
}

.grid-text-cell {
    background: white;
}

.grid-image-cell {
    background: lightgray;
}


.grid-cell {
    padding: 20px 30px 20px 30px;
}


.icon-button {
    margin-top: 10px;
    display: inline-block;
    background: white url('/static/img/icon/icon-plus.png') 10px center no-repeat;
    background-size: 20px 20px;
    height: 36px;
    font-size: 18px;
    color: #16385D;
    font-weight: 400;
    border-radius: 18px;
    padding-left: 40px;
    padding-right:30px;
    padding-top: 3px;
    white-space: nowrap;
    text-align: center;
}

.icon-button:hover {
    color: #16385D;
    text-decoration: none;
    background-color: #f0f0f0;
}

.prev-button {
    background-image: url('/static/img/icon/icon-previous.png')
}

.next-button {
    background-image: url('/static/img/icon/icon-next.png')
}

.less-button {
    background-image: url('/static/img/icon/icon-minus.png')
}

.more-button {
    background-image: url('/static/img/icon/icon-plus.png')
}

.down-button {
    background-image: url('/static/img/icon/icon-down.png')
}


#load-more {
    margin-top: 20px;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.thumbnail {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 10px;
    background: white;
    border-radius: 20px;
    border: solid 1px white;
}

.thumbnail IMG {
    max-width: 120px;
    max-height: 120px;
}
.thumbnail:hover {
    border: solid 1px lightgray;
}

.errors {
    color: darkred;
    padding: 5px 10px 5px 10px;
    background: lightpink;
    margin: 10px 0px 10px 0px;
}

.errors ul {
    margin: 1em;
}

.tender-field {
    padding: 10px;
}

.tender-field INPUT {
    width: 100%;
}
.tender-field TEXTAREA {
    width: 100%;
}

.tender-error {
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.tender-category {
    padding: 0px 0px 20px 20px;
}

.tender-chapter {
    padding: 10px 0px 15px 0px;
}

.tender-field DIV {
    color:gray;
}

.courses {
    background: white;
    width: 100%;
    border-bottom: solid 1px #f0f0f0;
}

.courses TH {
    white-space: nowrap;
    color: darkslategray;
}

.courses TH:nth-child(4) {
    text-align:right;
}

.courses TD {
    padding: 10px;
}

.courses TD:first-child {
    white-space: nowrap;
}

.courses TD:nth-child(2) {
    width: 50%;
}

.courses TD:nth-child(3) {
    white-space: nowrap;
}

.courses TD:nth-child(4) {
    white-space: nowrap;
    text-align:right;
}

.course-details {
    color: gray;
    font-size: 14px;
    padding-top: 0px;
}

.courses TR:nth-child(even) TD {
    border-top: solid 1px #f0f0f0;
}

.courses TR:nth-child(1) {
    background: #f0f0f0;
}

.courses TH {
    padding: 10px;
}

.tender-documents {
    width: 100%;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.tender-documents TD {
    padding: 10px;
}

.tender-documents TR:nth-child(even) {
    background: #f0f0f0;
}

@media screen and (max-width: 1000px) {
    H1 {
        font-size: 60px;
    }
    H2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 700px) {
    H1 {
        font-size: 45px;
    }
    H2 {
        font-size: 35px;
    }
    .product-image {
        width: 130px;
        height: 130px;
        background-size: 85px;
    }

}

@media screen and (max-width: 400px) {
    H1 {
        font-size: 40px;
    }
    H2 {
        font-size: 30px;
    }
    .product-image {
        width: 100px;
        height: 100px;
        background-size: 65px;
    }
}


@media screen and (max-width: 320px) {
    H1 {
        font-size: 35px;
    }
    H2 {
        font-size: 25px;
    }
    .product-image {
        width: 80px;
        height: 80px;
        background-size: 55px;
    }
}
