@media (min-width: 320px) and  (max-width: 768px) {
	.nav>li {
    position: relative;
    display: block;
    width: auto !important;
    text-align: left !important;
}
.img-inner {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .img-bg-inner {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-top: 10px;
    }
.inner-c {
    height: auto;
}
 .page-title {
    margin-top:35% !important;
}
	
	#ls-header{
           margin-top: 30%;
}
	.container-fluid {
    padding: 10px 20px;
}
	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}	
	.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
}
	.navbar-toggle{    margin-top: 15px;}
	.navbar-right {
    
    width: 100%;
}
	
.ml{margin-left:0 !important;}	
.mb{margin-bottom:0px;}
.effect-image-1 {    margin-bottom: 15px;}
    .dropdown-menu {
        background-color: rgba(255, 255, 255, .15);
        width: auto;
        margin-bottom: 15px;
        position: static !important;
        display: block !important;
        float: none;
        margin-left: 8%;
    }	
	.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: transparent !important;
}

a{ word-wrap: break-word;}
	
}