/*==========  Desktop First Method  ==========*/
@media only screen and (min-width: 1170px) {
  .cd-secondary-nav ul {
    position: static;
    width: auto;
    max-width: 100%;
    visibility: visible;
    transform: scale(1);
  }

  .cd-secondary-nav-trigger {
    display: none;
  }
  .cd-secondary-nav.is-fixed {
    position: fixed;
    left: 0;
    top:39px;
    width: 100%;
    z-index: 100;
  }
  .cd-secondary-nav li a {
    padding: 0;
    transition: padding 0.2s;
  }

  .cd-secondary-nav.animate-children li a {
    padding: 26px 30px 0 30px;
  }
  .cd-secondary-nav.animate-children li a span {
    opacity: 0;
  }
}













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

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .article-block-content {
    height:auto;
  }
}

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

	/*Disable Animation on Mobile Devices*/



}

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

.header-top{
  margin-bottom: 1em;
}
 
.top-logo{
    max-width: 185px;
    display: block;
    margin: 0 auto;
}

  .top-logo img{
    margin:0 auto 15px;
  }

  .header-middle .text-center{
    text-align: left;
  }

  .header-middle .wrap-block-srv{
    float:none;
    margin:0 auto;
  }

  .header-middle .col-sm-3{
    margin-bottom: 10px;
  }

  .mid-block{
    line-height: 1.8em;
  }

  .top-block-1 {
    width: 220px;
    margin: 0 auto;
  }

  .top-block-2, .top-block-3{
    display: none;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

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

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/*  .active-block {

      display: none !important;

  }*/
}

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

}
