/*// Large devices (desktops, 992px and up)*/
@media  (min-width: 991px) and (max-width: 1199px) {
	/*body*/
}

/*=============================================================================================================================================================================*/
/*=============================================================================================================================================================================*/

/*// Medium devices (tablets, 768px and up)*/
@media  (min-width:100px) and (max-width: 991px)  {

.navbar-collapse{padding: 20px;}
}

/*=============================================================================================================================================================================*/
/*=============================================================================================================================================================================*/

/*// Small devices (landscape phones, 576px and up)*/
@media  (min-width: 100px) and (max-width: 767px)  {


}


/*// Small devices (landscape phones, 576px and up)*/
@media  (min-width: 100px) and (max-width: 360px)  {
	/*body*/


	
}

