/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {

.navbar-toggle{background: #3366cc; margin: 0; margin-bottom: -10px; display: block; margin-top: 20px;}
.navbar-toggle .icon-bar{background: #fff;}
.navbar-nav{float: none;text-align: center;}
.navbar-nav>li{padding: 0;}
.navbar-nav>li>a{padding: 10px 15px;}
li.dropdown span{display: inline-block;}
.navbar-nav>li:last-child>a{padding-right: 15px;}
.navbar-nav .open .dropdown-menu{background: #3366cc;}

}

/* Landscape Mobile */
@media only screen and (min-width : 480px) and (max-width : 767px) {
	


}


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


	
}


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



}


/* Large devices (large desktops, 1200px and up) */
@media (min-width : 1200px) and (max-width : 1280px) {
	


}