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

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

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

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

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

}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
  .hide-for-mobile {
    display: none;
  }
  .mb-xs-1{
    margin-bottom: 1em !important;
  }
  .content-header>.breadcrumb{
    font-size: 15px;
    left: 0;
  }
  .skin-blue .content-header{
    padding-right: 15px;
  }

}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {

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

}
@media only screen and (width: 667px) {

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

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

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

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

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

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

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

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

}