/*background blue   - #0f628f*/
/*blue              - #c2d82e*/
/*green             - #c2d82e*/
html {
    background-color: #0f628f;

}

#header {

    position: fixed;
    top: 0;
    width: 99.99%;
    z-index: 10;
    text-align: center;
}

body {

    color: #aeaeae;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Poppins", serif;

    width: 100vw;
    height: 100vh;
    background: url('/img/bg.jpg');
    background-size: cover;
}

.bg-image {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

a {
    color: #aeaeae;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #c2d82e;
}

#demo {
    position: relative;
    left: 0;
    top: 0;
    z-index: 20;
    height: 50px;
}

p {
    color: #ffffff;
}

.red {
    background-color: #f55442;
}

.green {
    background-color: #84f542;
}

.yellow {
    background-color: #f7f57e;
}

/*This hover effect is used for the Quick calc summary view when mousing over each row */
.tr3:hover {
    background: #aeaeae;
    color: #0f628f;
}

.tr3:hover a { color: #c2d82e; }

.link_white {
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    /*border-bottom: dotted 1px;*/
    color: #ffffff;
    outline: 0;
    text-decoration: none;
}

.tablec {
    margin: auto;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    border-radius: 10px;
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
}

.teammembers img, .blog-box, .cop-logo img, .service-box, a {
    outline: none;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

th, td {
    text-align: left;
    vertical-align: top;
    border: none;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #0f628f;
}

.tdr {
    text-align: right;
    border: none;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    width: 120px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.span3 {
    display: inline-block; /* This fixes it. */
    width: 600px;
}

.td1 {
    text-align: left;
    width: 100px;
    display: inline-block;
}

.td2 {
    text-align: left;
    width: 150px;
    display: inline-block;
}

.td4 {
    text-align: left;
    width: 250px;
    display: inline-block;
}

.th8 {
    width: 400px;
}

.tdr2 {
    width: 150px;
    text-align: right;   
}

.center-content {
    display: table-cell;
    vertical-align: middle;
}

.menu-search {
    padding: 0 15px;
}

.menu-search .form-control {
    border-radius: 0;
    background-color: transparent;
    height: 40px;
    border: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    box-shadow: none !important;
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
}

.menu-search .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#header {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.container {
    top: 100px;
    width: 100%;
    max-width: 1800px;
}

.content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 15;
}

.message {
    color: #ffffff;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.message p {
    font-size: 68px;
    color: #ffffff;
    padding: 10px 0 20px;
    margin: 0;
    font-weight: bold;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 10;
    color: #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    text-align: center;
    white-space: nowrap;
}

.progress-bar, .owl-theme-02 .owl-nav [class*="owl-"]:hover, .teammembers .visible-buttons, .custom-module mark, .pitem .golink, .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary {
    background-color: #c2d82e !important;
    border-color: #c2d82e !important;
    color: #ffffff !important;
}

.inputs {
    width: 40px;
}

.inputsm {
    width: 80px;
}

.inputm {
    width: 100px;
}

.inputml {
    width: 160px;
}

.inputl {
    width: 200px;
}

.inputxl {
    width: 260px;
}

.inputxxl {
    width: 520px;
}

.white_text {
    color: #ffffff;
}

img {
    max-width: 80%;
    height: auto;
}

.price-cell {
  text-align: right;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

/* Media queries */
@media screen and (max-width: 740px) {
    html * {
        overflow: hidden;
        overflow-y: scroll;
        /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
        font-size: 10pt;
    }

    /*This widens the usable area for use on a mobile device. */
    body {
        font-size: 12pt;
        margin: 0px;
    }

    .overlay {
        visibility: visible;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .table-like {
        font-size: 8pt;
        display: table;
        width: 95%;
        margin: 0 auto;
    }

    input, select, textarea, label, a {
        font-size: 10pt;
        text-align: left;
    }

    label, a {
        font-size: 10pt;
        text-align: left;
        padding-left: 20px;
    }

    input[type=radio] {
        font-size: 12pt;
        text-align: left;
        height: 2em;
    }

    .inputxxl {
        font-size: 12pt;
        width: 80%;
    }

    .reply_div2 {
        text-align: left;
        width: 90%;
        margin-left: 5%;
    }
}
