﻿body {
}

.BlackBar {
    background-color: black;
    color: white;
    height: 60px;
    width: auto;
    text-decoration-line: none;
    font: 12px,italic,bold;
    margin-left: 0px;
    margin-right: 0px;
}

.WhiteBar {
    background-color: White;
    color: Black;
    height: 100px;
    width: auto;
    text-decoration-line: none;
}

.WhiteBarBottom {
    background-color: White;
    color: Black;
    height: 300px;
    width: auto;
    text-decoration-line: none;
}

.GrayBar {
    background-color: #f2f2f2;
    color: Black;
    height: 60px;
    width: auto;
    text-decoration-line: none;
    font: 12px,italic,bold;
    margin-left: 0px;
    margin-right: 0px;
}

.RedBar {
    background-color: #970000;
    color: white;
    height: 100px;
    text-decoration-line: none;
    font: 12px,italic,bold;
}

.Base {
    font: 16px 'Roboto-Light';
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.Middle {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.fltleft {
    float: left;
}

.fltright {
    float: right;
}


.nounderline {
    text-decoration: none;
}

.WhiteTextNoUnderlineCenter {
    color: inherit;
    text-decoration: none;
    font: 18px;
    align-items: center;
}

.WhiteTextNoUnderline {
    color: inherit;
    text-decoration: none;
    font: 18px;
    height: inherit;
}

.ResponsiveLeft {
    float: left;
    position: relative;
    overflow: hidden;
}

.ResponsiveRight {
    float: right;
    position: relative;
    overflow: hidden;
}

.MarginRight20 {
    margin-right: 20px;
}

.MarginRight40 {
    margin-right: 40px;
}

.MarginLeftRight10 {
    margin-left: 10px;
    margin-right: 10px;
}

.MarginLeftRight80 {
    margin-left: 80px;
    margin-right: 80px;
}

.PaddingLeftRight0 {
    padding-left: 0px;
    padding-right: 0px;
}

.PaddingLeftRight10 {
    padding-left: 10px;
    padding-right: 10px;
}

.PaddingLeftRight20 {
    padding-left: 20px;
    padding-right: 20px;
}

.PaddingLeftRight30 {
    padding-left: 30px;
    padding-right: 30px;
}

.PaddingTopBottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.PaddingTopBottom50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.PaddingBottom50 {
    padding-bottom: 50px;
}

.PaddingBottom100 {
    padding-bottom: 100px;
}

.LeftRight10 {
    left: 10px;
    right: 10px;
}

.LeftRight30 {
    left: 30px;
    right: 30px;
}

.LeftRight40 {
    left: 40px;
    right: 40px;
}

.Left1Top70 {
    left: 1px;
    top: 70px;
}

.Left1Top120 {
    left: 1px;
    top: 120px;
}

.MinWidth100 {
    min-width: 100px;
}

.MinWidth200 {
    min-width: 200px;
}

.MinWidthHeight200 {
    min-width: 200px;
    min-height: 200px;
}

.Width10Percent {
    width: 10%;
    height: inherit;
}

.Width16Percent {
    width: 16%;
    height: inherit;
}

.Width20Percent {
    width: 20%;
}

.Width30Percent {
    width: 30%;
    height: inherit;
}

.Width40Percent {
    width: 40%;
    height: inherit;
}

.Width50Percent {
    width: 50%;
    height: inherit;
}

.Width60Percent {
    width: 60%;
}

.Width70Percent {
    width: 70%;
    height: inherit;
}

.Width80Percent {
    width: 80%;
    height: inherit;
}

.Width90Percent {
    width: 90%;
    height: inherit;
}

.Width100Percent {
    width: 100%;
    height: inherit;
}

.widthAuto {
    width: auto;
}

.FullWidth {
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
}

.FullWidthImage {
    width: 100%;
}

.AlignLeftRight {
    text-align: justify;
}

.VerticalMiddle {
    display: flex;
    align-items: center;
    /* align vertical */
}

.verticalLine {
    border-left: 1px solid #c3c3c3;
}

.darkgray {
    color: #414042;
}

.bg_gray {
    background-color: #f2f2f2;
}

.bg_orange {
    background-color: #f17d12;
    color: white;
}

.Transparent {
    background-color: Transparent;
}

.mainbody_row {
    padding: 0px 0px 0px 0px;
    text-align: center;
}

    .mainbody_row > * {
        vertical-align: top;
    }

.mainbody_row_inner {
    display: inline-block;
}

.title {
    font: 42px 'roboto',Arial,Helvetica,sans-serif;
    color: black;
}

.titleLarge {
    font: 72px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.page-title {
    font: 36px 'roboto light',Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #333;
}

.robotocondensed16px {
    font: 16px 'roboto condensed',Arial,Helvetica,sans-serif;
}

.robotocondensed24px {
    font: 24px 'roboto condensed',Arial,Helvetica,sans-serif;
}

.robotocondensed30px {
    font: 30px 'roboto condensed',Arial,Helvetica,sans-serif;
}

.robotolight11px {
    font: 11px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight14px {
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
}

.robotolight20px {
    font: 20px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 30px;
}

.robotolight24px {
    font: 24px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 30px;
}

.roboto10px {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
}

.roboto16px {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.roboto18px {
    font: 18px 'roboto',Arial,Helvetica,sans-serif;
    font-weight: 300;
}

.navBar1 {
    overflow: visible;
    padding-top: 15px;
}

.MenuItem {
    width: auto;
    padding: 37px 10px 41px 25px;
}
    /*.MenuItem{ width:200px;padding:37px 0px 41px 0px}*/
    .MenuItem:hover {
        background-color: red;
        color: white;
        opacity: 0.9;
    }

    .MenuItem a[selected] {
        background-color: red;
    }

/*---------------------------Products Page---------------------------------*/
.inlinedivs_platforms {
    display: inline-table;
    position: relative;
    width: 300px;
    height: 240px;
    background: #fff;
    text-align: center;
}

    .inlinedivs_platforms a {
        text-decoration: none;
        color: black;
    }

.line_height {
    line-height: 1.5em;
}

p.products {
    margin: 0px;
}

span.products {
    line-height: 22px;
    font-weight: bold;
}

span.products-bullet {
    line-height: 22px;
    font-weight: bold;
    color: #f48d31;
}

/*----------------------------Legal Page----------------------------------*/

p.privacy {
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
    /*line-height: 25px;*/
    margin: 0px;
}

span.privacy {
    font: 14px 'roboto light',Arial,Helvetica,sans-serif;
    line-height: 22px;
    font-weight: bold;
    font-style: italic;
}

/*----------------------------Contact Page----------------------------------*/

.btnOrangeContact {
    border-style: none;
    cursor: pointer;
    height: 36px;
    padding: 0 20px 2px 20px;
    background: #f17d12;
    color: white;
    font: 16px 'roboto',Arial,Helvetica,sans-serif;
    border: none;
    width: 140px;
}

.input-txt-contactform {
    display: block;
    width: 99%;
    height: 25px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}


.contact_inlinedivs {
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
}

@media (max-width: 1233px) {
    .contact_inlinedivs.col-6 {
        width: unset;
    }
}

.input-btn[type="button"] {
    display: block;
    height: 36px;
    padding: 0 20px 2px 20px;
    background: #970000;
    color: white;
    font: 16px 'roboto',Arial,Helvetica,sans-serif;
    border: none;
}

.textarea-contact {
    border: 1px solid #ddd;
    resize: none;
    max-height: 141px;
}

.col-1 {
    width: 8%;
}

.col-2 {
    width: 16%;
}

.col-3 {
    width: 24%;
}

.col-4 {
    width: 32%;
}

.col-5 {
    width: 40%;
}

.col-6 {
    width: 49.5%;
}

.col-7 {
    width: 56%;
}

.col-8 {
    width: 64%;
}

.col-9 {
    width: 72%;
}

.col-10 {
    width: 80%;
}

.col-11 {
    width: 88%;
}

.col-12 {
    width: 100%;
}
