@media (max-width: 1200px) {
}

@media (max-width: 990px) {

}

@media (max-width: 770px) {

  .slideInLeft {
    animation-name: none !important;
}

.fadeInDown {
  animation-name: none !important;
}

.fadeInRight {
  animation-name: none !important;
}

.fadeInLeft {
  animation-name: none !important;
}

  .navbar-default {
    border-bottom: 1px solid #dddddd73;
  }

  ul.nav.navbar-nav.navbar-right.hide_750 li a {
    background: #ddd;
}

ul.nav.navbar-nav.navbar-right.hide_750 li {
  margin-right: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

  .sec11 img {
    margin-bottom: 23px;
}

  header {
    background: inherit;
  }

  .navbar-header {
    float: inherit;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
  }

  .dow_app li {
    display: table-cell;
    padding-left: 15px;
}

  .navbar-brand {
    margin-bottom: 20px;
  }

  .navbar-nav > li > .dropdown-menu:before {
    position: inherit;
    content: inherit;
  }
  .navbar-nav .open .dropdown-menu {
    background: #424141;
    background-color: #424141;
  }

  /* General styles for all menus */
  .cbp-spmenu {
    background: #424141;
    position: fixed;
    padding: 20px 30px;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
    display: block;
  }
  .cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
  }
  .cbp-spmenu a {
    display: block;
  }
  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
  }
  .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
  }
  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-left {
    left: -260px;
  }
  .cbp-spmenu-right {
    right: -260px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
  }
  /* Horizontal menu that slides from the top or bottom */
  .cbp-spmenu-top {
    top: -150px;
  }
  .cbp-spmenu-bottom {
    bottom: -150px;
  }
  .cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
  }
  .cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
  }
  /* Push classes applied to the body */
  .cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
  }
  .cbp-spmenu-push-toright {
    left: 260px;
  }
  .cbp-spmenu-push-toleft {
    left: -260px;
  }
  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .navbar-default .navbar-nav > li > a {
    color: #f6f6f6;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 0;
    text-align: right;
    padding-right: 20px;
  }

  .navbar-right li a span.numb {
    right: 19px;
  }

  nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    color: #dda54e;
    background-color: #eacea200;
  }

  .navbar-nav > li > .dropdown-menu {
    padding: 2px 0;
  }

  
}

@media (max-width: 500px) {
 
}

@media (max-width: 400px) {

}

@media (min-width: 770px) and (max-width: 990px) {

  ul.nav.navbar-nav {
    padding-top: 10px;
    float: right !important;
}
  
}

@media (min-width: 770px) and (max-width: 990px) {
  
}
