			.user-nav{
				top: 13px!important;
    			right: 11px !important;
			}

			/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.show-hide-nav{
        display:none!important;
	}
		.show-mobile-nav{
        display:block;
	}
	
	}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {.show-hide-nav{
        display:none;
	}
	.show-mobile-nav{
        display:block;
	}
	.header_logo{
		width:100%;
		/*text-align:center;*/
	}
	}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		.show-hide-nav{
        display:block;
	}
	.show-mobile-nav{
        display:none;
	}
	.header_logo{
		width:100%;
		text-align:center;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {	.show-hide-nav{
        display:block;
	}
	.show-mobile-nav{
        display:none;
	}
	}

			.header_logo{
				width:100%;
			}
#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    /*background-color: rgba(192, 192, 192, 0.5);*/
    background-image: url("<?php echo DOMAIN  ?>/images/Ellipsis.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.navbar .userstylenav {
    display: flow-root !important;
}
			// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { 
	.header_logo{
		width:100%;
		text-align:center;
	}
}