#custom-bootstrap-menu.navbar-default .navbar-brand
{
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    font-weight: bold;
}

#custom-bootstrap-menu.navbar-default
{
    font-size: 14px;
    border-width: 1px;
    border-radius: 0px;
    background: #333;
    background: rgba(51, 51, 51, 0.1);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a
    {
        background-color: rgba(248, 248, 248, 0);
        color: #FFFFFF;
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover, #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus
        {
            color: rgb(153, 255, 204);
            background-color: rgba(248, 248, 248, 0);
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus
    {
        color: rgba(85, 85, 85, 1);
        background-color: rgba(231, 231, 231, 1);
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle
    {
        border-color: #ddd;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus
        {
            background-color: #ddd;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar
        {
            background-color: #888;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar
        {
            background-color: #888;
        }

#banner
{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/clk2.png') no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 120px 0 90px 0;
    text-align: center;
    vertical-align: middle;
}

    #banner h1
    {
        color: #FFFFFF;
        font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
        font-weight: lighter;
        font-size: 33px;
        word-spacing: 5px;
        line-height: 1.5em;
    }

    #banner h5
    {
        margin: 50px 0px 0px 0px;
        color: #ffffff;
        text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
        font-weight: lighter;
        padding-top: 150px;
    }


img
{
    background: #333;
    background: rgba(51, 51, 51, 0.1);
}

.registrationform
{
    padding: 30px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 3px 5px 10px 5px rgba(50, 50, 50, 0.52);
    color: #FFF !important;
}

.registrationform-wide
{
    margin-top:20px;
    margin-left:-15px;
    padding: 1px;
    width:110%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF !important;
}

input, textarea
{
    color: #333;
}

.control-label
{
    color: #FFFFFF;
}

.checkbox
{
    padding: 0px 1px 0px 0px;
    margin: 0px;
    color: #F7F7F7;
}

label
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.radio
{
    color: #F7F7F7;
}

legend
{
    text-align: left;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 26px;
}

.ddl
{
    background: #333;
    background: rgba(51, 51, 51, 0.2);
    color: #FFFFFF;
}

textarea.form-control
{
    border-style: none none dotted none;
    border-width: 1px;
    border-color: #FFFFFF !important;
    color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display : inline;
    margin : 1px;
}

textarea,
textarea.form-control
{
    padding-top: 2px;
    padding-bottom: 1px;
    line-height: 30px;
    color: #fff;
    display : inline;
}

    input[type="text"]:focus,
    textarea:focus,
    textarea.form-control:focus
    {
        outline: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display : inline;
    }

    input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder
    {
        color: #999999;
        display : inline;
    }

    input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder
    {
        color: #999999;
        display : inline;
    }

    input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder
    {
        color: #999999;
        display : inline;
    }

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.menu {
    list-style: none;
    width: 100%;
    margin: 2px auto 0px auto;
    height: 100%;
    font-size:12px;
    padding: 0px 5px 0px 5px;
    /* Rounded Corners */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* Background color and gradients */
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    /* Borders */
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
    box-shadow: inset 0px 0px 1px #edf9ff;
}

    .menu li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        padding: 4px 5px 4px 5px;
        margin-right: 10px;
        margin-top: 7px;
        border: none;
    }

        .menu li:hover {
            border: 1px solid #777777;
            padding: 4px 9px 4px 9px;
            /* Background color and gradients */
            background: #F4F4F4;
            background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
            /* Rounded corners */
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        }

        .menu li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #EEEEEE;
            display: block;
            outline: 0;
            text-decoration: none;
            text-shadow: 1px 1px 1px #000;
        }

        .menu li:hover a {
            color: #161616;
            text-shadow: 1px 1px 1px #FFFFFF;
        }

        .menu li .drop {
            padding-right: 21px;
            background: #014260 right 8px;
        }

        .menu li:hover .drop {
            background: #014260 right 7px;
        }