/**
* Project: < Expocar - Programari >;
* Author: < Dobre Sorin >;
* Company: Expocar;
**/


/*====================================================
#   BREAKPOINTS ~ Mobile First Method                #
====================================================*/  

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

	.btn-app-custom {
	    padding: 4px 12px;
	    margin: 5px 0px 0px 0px;
	    height: 28px;
	    width: 100%;
	}
	.select2-aligner {
	    margin-left: 0px;
	    margin-top: 5px;
	    padding: 0px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

	.register-googleplus {
	    margin-left: 0;
	    width: 100%;
	}
	.register-facebook {
	    margin-bottom: 10px;
	    width: 100%;
	}
	.register-wrapper {
	    padding: 30px 20px;
	    width: 100%;
	}
	.advanced-filters-wrapper > div{
	    margin: 4px 0px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}


