.new_dropdn {
    padding: 5px;

}
.new_dropdn:hover {
    text-decoration: underline;
    cursor: pointer;
}
.help-block {
    display: block;
    font-size: 12px;
}
.m_t_20 {
    margin-top: 20px;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.navbar-brand {
    padding: 0;
}

li > .dropdown-menu {
    background-color: #0B0B0B;
    opacity: 0.7;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu>li>a {
    padding: 5px;
}

.jumbotron p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 200;
}

#portfolio .portfolio-item .portfolio-link {
    min-height: 280px;
    background: #ffffff;
}


li > .dropdown-menu {
    background-color: #563d7c;
    opacity: 0.9;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu>li>a {
    padding: 5px;
}

.jumbotron p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 200;
}

#portfolio .portfolio-item .portfolio-link {
    min-height: 280px;
    background: #ffffff;
}


.dropdown-menu>li>a:hover{
    color: #ffffff !important;
    text-decoration:none !important;
    background: #471C86 !important;
}
.dropdown-menu .divider {
    margin: 0 !important;
}

.btn-primary,.btn-xl,h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.text-muted {
    color: #777;
}
.text-bold{

    font-weight: bold;
}

.text-primary,a {
    color: #20A0FF;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}


.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eee;
}

.bg-darkest-gray {
    background-color: #222;
}




.navbar-custom {
    background-color: #563d7c !important;
    border-color: transparent;
}

.navbar-custom .navbar-brand {
    color: #20A0FF;

}

.navbar-custom .navbar-brand.active,.navbar-custom .navbar-brand:active,.navbar-custom .navbar-brand:focus,.navbar-custom .navbar-brand:hover {
    color: #ffffff;
    text-decoration: underline;

}

.navbar-custom .nav li a,.navbar-custom .navbar-toggle {

    color: #cbbde2;

}

.navbar-custom .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-custom .navbar-toggle {
    background-color: #563d7c;
    border-color: #563d7c;
    font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,.navbar-custom .navbar-toggle:hover {
    background-color: #563d7c;
}

.navbar-custom .nav li a {
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-custom .nav li a:focus,.navbar-custom .nav li a:hover {
    color: #fff;
    text-decoration: underline;
    outline: 0;
}

.navbar-custom .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #563d7c;
}

.navbar-custom .navbar-nav>.active>a:focus,.navbar-custom .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #563d7c;
}

.btn-primary {
    color: #fff;
    background-color: #563d7c;
    border-color: #5B27A6;
}

.btn-primary:hover {
    color: #fff;

    background-color: #5B27A6;
    border-color: #5B27A6;
}

@media (min-width:768px) {
    .navbar-custom {
        background-color: #563d7c !important;
        opacity: 1;
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none;
    }

    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-custom .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-custom.affix {
        background-color: #000;
        padding: 10px 0;
    }

    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}




footer {
    padding: 25px 0;

}

footer span.copyright {
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none;
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none;
}

