﻿/*.IBgColor {
    background-color: rgba(0, 0, 0, 1);
}

.IMarquee {
    z-index: 9;
    position: relative;
}*/

.parallax {
    background: url("../../css/images/lock.jpg") repeat fixed 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

/**********************/
.control-label1 {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.0;
    pointer-events: none;
    transform-origin: left top;
    transition: 240ms;
}
/*************************/

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-row {
    margin-bottom: 20px;
    padding: 4px 0;
    position: relative;
}

.form-block {
    border: 1px solid #cccccc;
    margin-bottom: 8px;
    padding: 8px 12px;
}

.input-text {
    background-color: white;
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    padding: 8px 4px;
    position: relative;
    width: 100%;
    z-index: 3;
}

    .input-text:focus {
        box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);
        background-color: #fafafa;
    }

.label-helper {
    position: absolute;
    opacity: 0;
    transition: .2s bottom, .2s opacity;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.input-text:focus + .label-helper, .input-text:invalid + .label-helper {
    bottom: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    padding: 4px;
}

.input-text:invalid {
    border-left: 10px solid #f00;
}

    .input-text:invalid + .label-helper::after {
        color: #f00;
        content: "X";
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1;
        padding-left: 12px;
    }

.p {
    text-align: center;
    padding-top: 50px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.1em;
    color: white;
}

.navbar-default {
    background: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    color: orange !important;
}

.navBarButton:hover, .navBarButto:active, .navBarButto:focus, .navBarButto:visited {
    background-color: rgba(0,0,0,.6) !important;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


.bsRowOverRide {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
}

.topNavDiv {
    margin-bottom: 0px; /*Added to fix the gap between banner and top nav*/
}

a.skippy {
    position: absolute;
    top: 200px;
    left: 200px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    background-color: #333;
}

    a.skippy:active, a.skippy:focus, a.skippy:hover {
        top: 0;
        left: 0;
        font-size: 1em;
        font-weight: 700;
        color: #fff;
        background-color: #075290;
        height: auto;
        overflow: auto;
        width: 99%;
        padding: 5px;
        z-index: 100;
        text-align: center;
    }

.magic {
    display: none !important;
}

