/*Featured Image */
.fbt-resize img
{
	height : 100% !important;
}

/*Join Us Floating Button*/
.btn-group
{
    position: fixed !important;
    right: 2px;
    z-index: 999;
    top: 45%;
}

.btn1 
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px;
    font-size: 18px;
    line-height: 1.24;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: inset 0 0 10px #000000;
    font-weight: bold;
}

.slide .inner 
{
    position: absolute;
    left: 0;
    bottom: 0;
}


.avatar img
{
    max-width: 60px;
}


/*Join Us Form*/
.display-hide
{
	display: none;
}


/*Custom Colors*/
.cus-color-6 {background: #FE0000;}


/*nav Bar Color*/

.navbar-default
{
    background: #0246B1 !important;
}

.navbar-default .navbar-nav > li > a
{
    color: #FFF !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus
{
    color: #FE0000 !important;    
}

.headline-wrapper
{
    background: #0246B1 !important;
}

.img-thumb
{
    border-bottom: 1px solid #FFF;
}

.report blockquote
{
    min-height: 121px;
}

.social-insta, .social-counter .instagram
{
    background-color: #f09433;
}

@media (max-width: 767px)
{
    ul.navbar-nav 
    {
        background: #0246B1;
        border: 1px solid rgba(0,0,0,0.1);
        z-index: 9999999;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a 
    {
        color: #FFF;
    }

    .navbar-default
    {
        background: #FFF !important;
        height: 110px;
    }

    .navbar-brand img 
    {
        max-height: 100px;
    }

    .collapse.in 
    {
        margin-top: 35px;
    }

    .navbar-toggle
    {
        margin-top: 30px !important; 
    }


}