@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .co-main-menu.minified {
      background-color: #ffffff;
      padding: 20px 0 0;
      position: fixed;
  }

  .navbar-header {
      float: none;
      text-align: center;
  }

  .navbar-brand {
      float: none;
      font-size: 18px;
      line-height: 20px;
      padding: 15px;
  }

  .navbar-collapse {
  	  text-align: center;
  }

    .co-main-menu .navbar-nav {
      display: inline-block;
      float: none;
  }

  .navbar-nav > li {
      display: inline-block;
      float: none;
      margin-bottom: 5px;
  }

    .co-team-slides .co-member-img-wrapper {
      width: 35%;
      margin-right: 5%;
  }

    .co-member-details {
      display: inline-block;
      float: left;
      width: 60%;
  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .co-main-menu.minified {
      padding: 20px 0 0;
      position: fixed;
  }

  .navbar-header {
      float: none;
      text-align: center;
  }

  .navbar-brand {
      float: none;
      font-size: 18px;
      line-height: 20px;
      padding: 15px;
  }

  .navbar-collapse {
  	  text-align: center;
  }

    .co-main-menu .navbar-nav {
      display: inline-block;
      float: none;
  }

  .navbar-nav > li {
      display: inline-block;
      float: none;
      margin-bottom: 5px;
  }

    .co-icones .co-icon {
      height: 50px;
      width: 50px;
      margin-right: 20px;
  }

    .co-icones .co-blurb-text {
      float: left;
      width: 140px;
  }

    .co-icones .co-icon i {
      font-size: 24px;
      line-height: 50px;
  }

    .co-team-slides .co-member-img-wrapper {
      width: 35%;
      margin-right: 5%;
  }

    .co-member-details {
      display: inline-block;
      float: left;
      width: 60%;
  }

}



@media only screen and (max-width: 767px) {
    .co-section-header {
      margin-bottom: 60px;
      text-align: center;
  }

  .navbar-toggle {
      border: 1px solid #fff;
      background-color: #818181;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .navbar-toggle .icon-bar {
      border-radius: 1px;
      display: block;
      height: 2px;
      width: 22px;
      background-color: #fff;
  }

  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset;
      max-height: auto;
  }

    .co-main-menu .navbar-nav {
      float: none;
      padding: 10px 0;
  }

    .co-main-menu .navbar-nav li {
      margin-bottom: 10px;
  }

    .co-main-menu .navbar-nav li:last-child {
  	 margin-bottom: 0;
  }

    .co-blurb-icon-only {
      margin-bottom: 50px;
  }

    .co-blurb-icon-only:last-child {
  	 margin-bottom: 0;
  }

    .co-icones .co-blurb-text {
      float: left;
      width: 61%;
  }

    .co-blurb-round-icon {
      margin-bottom: 50px;
  }

    .co-blurb-round-icon:last-child {
      margin-bottom: 0;
  }

    .co-process-item {
      text-align: center;
      margin-bottom: 50px;
  }

    .co-process-item:last-child {
  	  margin-bottom: 0;
  }

    .co-cta-1 h2 {
      text-align: center;
      margin-bottom: 30px;
  }

    .co-cta-1 p {
    	text-align: center;
    	margin-bottom: 20px;
  }

    .co-cta-1 .co-cta-btn {
  	  text-align: center;
  }

    .co-cta-1 .co-cta-btn a {
  	  float: none;
  }

    .co-main-slides h1.co-slider-text-big {
        color: #CC6600;
      font-size: 24px;
      margin-bottom: 25px;
      margin-top: 0;
      text-transform: uppercase;
      white-space: normal !important;
      text-align: center;
      width: 100% !important;
  }

    .co-main-slides p {
        color: #CC6600;
      font-family: "Raleway",sans-serif;
      font-size: 18px !important;
      font-weight: 400;
      margin-bottom: 0;
      white-space: normal !important;
      text-align: center;
      margin-top: 20px;
      width: 100% !important;
  }

    .co-team-slides .co-member-img-wrapper {
      float: none;
      height: auto;
      width: 100%;
  }

    .co-member-details {
      float: none;
      width: 100%;
      text-align: center;
  }

    .co-member-details ul {
  	  display: inline-block; 
  }

    .co-counter-item {
      margin-bottom: 50px;
  }

    .co-counter-item:last-child {
  	  margin-bottom: 0;
  }

    .co-section-wrapper .co-custom-sec-img {
      margin-bottom: 20px;
  }

    .co-contact-section .co-contact-address {
      margin-bottom: 50px;
  }

}
