/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#session-out-sidebar{
		border-right: 1px solid #111;
		background-color: #191919;
		position: relative;
		width: auto;
		padding: 40px 20px;
		/*height: auto!important;*/
	}
	#main-container{
		margin-left: 0;
		padding: 20px;
	}
	#login-form-wrap{
		float: none;
		max-width: none;
		min-width: 100%;
		width: 100%;
		padding: 0;
	}
	.landing-page{
		padding-top: 50px;
	}
	#session-out-avatar{
		margin-top: 0;
	}
	.register-btn-wrap{
	  margin-top: 60px;
	}
	#session-out-sidebar .img-circle.session-out, .blk-bg .img-circle.session-out{
		width: 80px;
	}
	.ims-header{
		font-size: 30px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  
}