﻿/*
  World Wide Website

  i-Quantum Solutions
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    color: #333;
    height: auto;
    background-color: #fff;
}

a {
    color: #337ab7;
    text-decoration: underline;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

/* `Layout
----------------------------------------------------------------------------------------------------*/

.intro-full-width-div {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.intro-img {
    height: 500px;
    /*padding-top: 70px;*/
    background: url("../images/reduce-operating-cost.png");
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 30%;
}

.intro-layer {
    background-color: rgba(255, 255, 255, 0.8);
    height: 500px;
    width: 100%;
}

.intro {
    display: table-cell;
    width: 100%;
    height: 500px;
    vertical-align: middle;
    /*color: #fff;*/
}

#divNavbar {
    position: fixed;
    background-color: #000;
    height: 70px;
    border: 1px solid transparent;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 3px 5px #777;
    /*opacity: 0.8;*/
}

#divNavLogo {
    float: left;
    height: 70px;
    display: inline-block;
}

.navbar-container {
    height: 70px;
}

.navbar-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

    ul.navbar-menu li {
        float: left;
    }

        ul.navbar-menu li a {
            display: block;
            color: white;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
            padding: 24px 16px;
            /*padding: 0px 16px;*/
            text-decoration: none;
        }

            ul.navbar-menu li a:hover:not(.active) {
                color: #5bc0de;
            }

            ul.navbar-menu li a.active {
                color: #5bc0de;
            }

        ul.navbar-menu li.right {
            float: right;
        }

.active {
    background-color: #333;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #333;
    margin-top: 20px;
    font-size: 0.88em;
    line-height: 1.25em;
}

    .footer ul, li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .footer li a {
        /*text-decoration: none;*/
        color: #fff;
        line-height: 1.5em;
    }

        .footer li a:hover {
            /*text-decoration: underline;*/
            color: #5bc0de;
        }

    .footer address {
        color: #fff;
        font-style: normal;
    }

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #5bc0de;
        }

.footer-extra {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background-color: #222;
    /*font-size: 0.88em;
    line-height: 1.25em;*/
}

    .footer-extra a {
        /*text-decoration: underline;*/
        color: #fff;
    }

        .footer-extra a:hover {
            /*text-decoration: underline;*/
            color: #5bc0de;
        }

.sitemap {
    font-size: 0.79em;
    color: #777;
}

    .sitemap a {
        color: #777;
    }

.jumbotron {
    padding-top: 70px; /*Required for sticky nav*/
    /*padding-bottom: 30px;*/
    margin-bottom: 20px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron p {
        margin-bottom: 15px;
    }

    .jumbotron h1 {
        font-weight: 900;
    }

.block-left {
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
}

.latestnews-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
}

    .latestnews-container a {
        text-decoration: none;
        color: #333;
    }

        .latestnews-container a:hover {
            text-decoration: underline;
        }

.responsive-img {
    width: 100%;
    height: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    padding-top: 60px;
    text-align: left;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 1.5em;
        color: #fff;
        display: block;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

        .sidenav a:hover {
            color: #5bc0de;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 12px;
        right: 25px;
        font-size: 2em;
        color: #fff;
        margin-left: 50px;
        cursor: pointer;
    }

.hamburger-icon {
    cursor: pointer;
    color: #fff;
}

    .hamburger-icon:hover {
        color: #5bc0de;
    }

/* `Form Elements
----------------------------------------------------------------------------------------------------*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 0.889em;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    text-decoration: none;
    -webkit-appearance: none;
}

    .btn:hover {
        color: #333;
        text-decoration: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-defaultoutline-green {
    color: #fff;
    border-color: #fff;
    font-size: 0.889em;
    line-height: 22px;
    background-color: #5cb85c;
}

    .btn-defaultoutline-green:hover {
        color: #5cb85c;
        background-color: #fff;
        border-color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 0.889em;
    line-height: 22px;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.btn-primary-outline {
    color: #337ab7;
    background-color: #fff;
    border-color: #337ab7;
    font-size: 0.889em;
    line-height: 22px;
}

    .btn-primary-outline:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.btn-primaryoutline-jumbotron {
    color: #337ab7;
    background-color: #eee;
    border-color: #337ab7;
}

    .btn-primaryoutline-jumbotron:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 0.889em;
    line-height: 22px;
}

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.btn-lg {
    padding: 10px 16px;
    font-size: 1.25em;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-control {
    display: block;
    height: 30px;
    padding: 5px;
    font-size: 1em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin-right: 10px;
}

.form-control-textbox-multiline {
    display: block;
    font: 1em "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; /* Base scale 16px */
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin-right: 10px;
}

.datatable {
    width: 100%;
    border: 1px solid #d6dde6;
    border-collapse: collapse;
}

    .datatable td {
        border: 1px solid #d6dde6;
        padding: 0.3em;
    }

    .datatable th {
        border: 1px solid #828282;
        background-color: #bcbcbc;
        font-weight: bold;
        text-align: left;
        padding: 0.3em;
    }

    .datatable caption {
        color: #428bca;
        text-align: left;
        padding: 0.4em 0 0.8em 0;
    }

    .datatable tr:nth-child(odd) {
        background-color: #dfe7f2;
        color: #000000;
    }

    .datatable a {
        color: #333;
    }

a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #f0ad4e url("../Images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top {
    background-color: #000;
}

/* `Misc
----------------------------------------------------------------------------------------------------*/

hr.shadow {
    height: 3px;
    border: 0;
    box-shadow: inset 0 3px 3px -3px rgba(0,0,0,0.3);
    width: 100%;
}

.brand-blue-background {
    background: #337ab7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#337ab7, #5bc0de); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#337ab7, #5bc0de); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#337ab7, #5bc0de); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#337ab7, #5bc0de); /* Standard syntax (must be last) */
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

    .brand-blue-background a {
        /*color: #fff;*/
        text-decoration: none;
    }

        .brand-blue-background a:hover {
            /*color: #fff;*/
        }

.brand-green-background {
    background-color: #5cb85c;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.text-align-center {
    text-align: center;
}

.text-white {
    color: #fff;
}

.text-sml {
    font-size: 0.88em;
    line-height: 1.25em;
}

.text-blue-primary {
    color: #428bca;
}

.padding-right {
    padding-right: 10px;
}

.client-logo {
    padding: 10px;
}

    .client-logo:hover {
        transition: 0.6s ease-in;
        -webkit-transition: 0.6s ease-in;
        opacity: 0.2;
    }

.google-maps {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.div-hidden {
    display: none;
}

.error-control {
    color: #d9534f;
    font-weight: normal;
    display: block;
}

.success-control {
    color: #5cb85c;
    font-weight: normal;
    display: block;
}

ul li.square {
    list-style-type: square;
    margin-left: 20px;
}

ul li.white {
    color: #fff;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.img-yellow {
    border-top-color: #f0ad4e;
    border-top-style: solid;
    border-top-width: 15px;
}

.img-green {
    border-top-color: #5cb85c;
    border-top-style: solid;
    border-top-width: 15px;
}

.img-lightblue {
    border-top-color: #5bc0de;
    border-top-style: solid;
    border-top-width: 15px;
}

.img-darkblue {
    border-top-color: #337ab7;
    border-top-style: solid;
    border-top-width: 15px;
}

.caption {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.caption-media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*padding: 20px;*/
    padding-top: 45%;
    text-align: center;
    color: white;
    transform: translateY(100%);
    transition: transform .35s ease-out;
}

.caption:hover .caption-overlay {
    transform: translateY(0);
    /*cursor: pointer;*/
}

.caption-overlay-title {
    margin: 0;
    padding: 0 0 10px;
    transform: translateY( calc(-100% - 10) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
}

.caption:hover .caption-overlay-title {
    transform: translateY(0);
}

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.img a {
    text-decoration: none;
}

.anchor-before {
    display: block;
    content: " ";
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
}
