body
{
    padding-top: 0 !important;
}

.card-in
{
    display: none;
}

.service:hover  .card-in
{
    display: block;
}

#preload-page
{
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #4b71fa, #924bfa);
    height: 100%;
    width: 100%;
    opacity: .95;
}

#preload-icon
{
    color: white;
    text-align: center;
    margin-top: 35vh;
}

#preload-icon > .fa
{
    font-size: 150px;
}

body.nav-collapsed .main-sidebar-nav.default-navigation
{
    position: fixed;
}

.sidebar-nav
{
    padding-top: 0 !important;
}

.main-content
{
    padding-top: 0;
}

.preloader
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    background: rgba( 200, 200, 200, 0.9 );
    z-index: 999;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    right: 0;

}

.fcard-title
{

    margin-bottom: 30px;
}

.metisMenu.nav > li > a i
{
    margin-left: -5px;
    font-size: 20px;
    margin-top: 0;
}

.top-bar.light-top-bar
{

     -webkit-box-shadow: none;
     box-shadow: none;
}

.fab
{
    position: fixed;
    bottom: 17px;
    right: 14px;
    z-index: 99;
    width: 60px !important;
    height: 60px !important;
}


#fab-menu
{
    position: fixed;
    bottom: 34px;
    right: 14px;
    z-index: 99;
}




.full-card
{
   /* position: fixed;
    bottom: -50px;
    left: 250px;
    right: 10px;*/
    height: 480px;
    width: 640px;
    z-index: 9999;
    position: absolute;
    top: 100px;
    left: 0;

    -webkit-box-shadow: 0px 0px 56px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 56px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 56px -16px rgba(0,0,0,0.75);
}

@media (max-width: 991px)
{
    .main-content
    {
        padding-top: 30px;
    }

    .full-card
    {
       /* position: fixed;
        bottom: -50px;
        left: 10px;
        right: 10px;*/
        height: 480px;
        width: 640px;

        overflow: scroll;
        -webkit-overflow-scrolling: touch;

    }

    .page-header
    {


        background: #fff;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    }

    .page-header .btn
    {
        display: block;
    }

    .content-header
    {
        margin-top: 35px;
    }


    .page-header
    {
        width: 100%;
        padding-right: 60px;
    }
}

@media (max-width: 767px)
{

    .main-content
    {
        padding-top: 30px;
        padding-left: 0 !important;
        margin-left: 20px !important;
    }

    .full-card
    {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .content-header
    {
        margin-top: 130px;
    }

    .page-header
    {
        width: 100%;
        padding-right: 0px;
        margin-left: 0 !important;
    }

}

