/* Small devices (tablets, 768px and up) */
@media screen and (min-width:768px) {
  .slider-btn {
    display: none;
  }
  .slider-content {
    display: initial;
  }
  /*.medallion {
    height: 70px;
    margin: 0 2%;
  }*/
  .banner-img {
    height: 500px;
  }
  .banner-text h1 {
    top: 38%;
    left: 10%;
    font-size: 3em;
  }
  #asi-banner-logo {
    max-width: 250px;
  }
  .product-circles {
    position: absolute;
    bottom: 1%;
    left: 25%;
    width: 50%;
  }
  .homepage-text.panel {
    background: #023f7e url("/Shared/background-triangle-reverse.svg") no-repeat center;
    background-size: 100%;
    height: 100px;
  }
  .homepage-text h3 {
    color: #fff;
    font-size: 1.5em;
  }
  .homepage-text .vert-center {
    top: 50%;
    transform: translateY(-50%);
  }
  .slant-pad {
    padding-left: 65px;
  }
  .f-col-1,
  .f-col-2,
  .f-col-3,
  .f-col-4,
  #cat-nav-mobile {
    display: block;
    padding-bottom: 0;
    overflow: visible;
  }
  .f-col-1 .collapsing,
  .f-col-2 .collapsing,
  .f-col-3 .collapsing,
  .f-col-4 .collapsing {
    -webkit-transition: none;
    transition: none;
  }
  .collapse {
    display: block;
  }
  .f-title,
  .cat-nav-mobile-head {
    pointer-events: none;
    cursor: default;
  }
  .cat-nav-mobile-head {
    border-radius: 4px 4px 0 0;
  }
  a[data-toggle=collapse]:after {
    content: "";
  }
  /*span[data-toggle=collapse]:after {
  content: ""!important;
}*/
  .f-title {
    cursor: default!important;
  }
  .f-title::after { 
    content: "";
  }
  .category-panel .CategoryCategoryName {
    font-size: 40px;
    margin: 20px 20px 25px;
    line-height: 1.2;
  }
  .theme-highlight {
    padding: 0 8px;
  }
  .cat-sort {
    font-size: 16px;
  }
  .navbar-right ul.dropdown-menu {
    width: 400px;
  }
  td.ShoppingCart.ShoppingCart_23489 {
    width: 300px!important
  }
  .homepage-img {
    display: inline!important;
  }
  ul[id^=filter] {
    max-height: 205px;
    overflow-y: scroll;
  }
  #cat-filter-mobile .ControlHeader {
    font-weight: 700
  }
  a.cat-nav-mobile-head:after {
    display: none;
  }
  #dvProductGroupGrid {
    max-height: 350px;
    overflow: auto;
  }
  .tab-content {
    max-height: 500px;
    overflow: auto;
  }
  .panel-heading.pic-heading h1.page-heading {
    font-size: 40px
  }
  .navbar-brand {
    float: none;
    margin: 0 auto;
  }
  .navbar>.container-fluid .navbar-brand {
    margin-left: auto;
  }
  .navbar-header {
    float: none;
  }
  .checkout-header.angled-background  {
    background: #023e7e url(/Shared/background-triangle.svg) no-repeat top left;
    background-size: contain;
  }
  .attr-heading:after {
    margin-right: 3px;
    margin-top: -18px;
  }

  .attr-heading.collapsed:after {
    margin-right: 2px;
  }

  .last-breadcrumb { 
    display: inline-block;
    white-space: nowrap;
  }
}

/****** Navbar Expands Here ******/

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
  .blog-side-panel {
    width: 270px;
  }
  #acctl6438_txtEmailAddress {
    width: 155px;
  }
  .medallion {
    height: 88px;
    margin: 0 5%;
  }
  li.menu-link a {
    padding: 10px 15px;
  }
  .gsa-logo {
    width: 140px;
  }
  .vosb-logo {
    height: 50px;
    margin-left: 0;
  }
  .homepage-text h3 {
    color: #fff;
    font-size: 2em;
  }
  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
  }
  #asi-navbar-collapse .dropdown {
    font-size: 16px;
  }
  .category-list  {
    background: #023e7e url(/Shared/background-triangle.svg) no-repeat top left;
    background-size: contain;
    padding: 0 0 0 40px;
  }
  .category-list .navbar-nav>li>a {
    padding: 25px 14px;
  }
  .navbar-brand {
    height: 70px;
  }
  .navbar-default #asi-navbar-collapse .navbar-nav>li>a,
  .category-list .navbar-default .navbar-nav>li>a:hover {
    color: #fff
  }
  .nav>li.mobile-menu-link>a,
  .nav>li.mobile-menu-link>span,
  .nav>hr.mobile-menu-link {
    display: none;
  }
  .navbar-collapse {
    background-color: transparent;
    margin: 0 10px;
    box-shadow: none;
  }
  .checkout-header h1 {
    font-size: 32px;
    margin: 18px 17% 17px 0;
  }
  .ProductDetailsProductName {
    font-size: 2em; 
  }
}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
  .banner-text h1 {
    top: 15%;
    left: 6%;
    font-size: 4em;
  }
  .banner-text h1 span {
    font-size: 1.3em;
  }
  #asi-banner-logo {
    top: 5%;
    left: auto;
    right: 5%;
    max-width: 250px;
    opacity: .85;
  }
  .product-circles {
    bottom: 1%;
    left: 1%;
    width: 42%;
  }
  .homepage-text h3 {
    font-size: 2.5em
  }
  .homepage-text.panel {
    height: 120px;
  }
  .dropdown {
    margin: 0 5px;
  }
  homepage-text h3 {
    color: #fff;
    font-size: 2.5em;
  }
  /*#tabs li:nth-child(4)#reviewtab {
  display: block;
}*/
  .category-list {
    padding-left: 50px;
  }
  #asi-navbar-collapse .dropdown {
    font-size: 18px;
  }

  .category-list .navbar-nav>li>a {
    padding: 25px 15px;
  }
}

/* Large devices (x-large desktops, 1420 and up) */
@media(min-width:1420px) {
  .container {
    width: 1400px;
  }
  .gsa-logo {
    width: 180px;
  }
  .vosb-logo {
    height: 65px;
    margin-left: 20px;
  }
  #tabs li:nth-child(5)#reviewtab {
    display: block;
  }
}

@media(min-width:1921px) {
  header {
    width: 1920px;
    margin: 0 auto
  }
  .headerBg {
    height: 70px;
    top: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    background: -webkit-linear-gradient(left, #fff 0%, #fff 49.99%, #023F7E 50%);
  }
}

/**************************************************************************************/

@media(min-width:768px) and (max-width:991px) {
  .CompGridProduct-list>div div.category-product {
    width: 33%;
  }
  .CompGridProduct-list>div div.category-product:first-of-type,
  .CompGridProduct-list>div div.category-product:nth-of-type(2) {
    width: 50%;
  }
  .CompGridProduct-list>div div.category-product:first-of-type a,
  .CompGridProduct-list>div div.category-product:nth-of-type(2) a {
    max-height: inherit;
    height: 400px;
    line-height: 400px;
  }
  .CompGridProduct-list .category-product .thumbnail {
    min-height: inherit;
    height: 205px;
    line-height: inherit;
    margin-bottom: 0;
  }
  .CompGridProduct-list>div div.category-product:first-of-type .thumbnail:hover .quick-view {
    top: 100px;
  }
  .fixed-row-right {
    position: relative;
    top: 0;
    right: 0;
    float: right!important;
    padding-right: 15px;
    color: #fff;
  }
  .nav-pills>li>a {
    padding: 5px;
  }
  .desc-height {
    margin: auto;
    padding-right: 0;
    width: 50%;
  }
  .thumbnail {
    padding: 0;
  }
  .footer-column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .f-third-col {
    float: right;
  }
  .f-col-1 {
    margin-bottom: 40px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  #btnAddToCart,
  #ibtnAddToWishlist {
    padding: 7px 6px;
    font-size: 13px;
  }
  .pull-left.cat-nav { 
    padding-right: 0; 
  }
  .Category .LayoutContent { 
    padding-left: 5px; padding-right: 5px; 
  }
}

@media(max-width:991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none!important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .collapse.in {
    display: block!important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    padding: 10px 35px 10px;
  }
}

/*@media(max-width:910px) {}

@media(min-width:768px) and (max-width:910px) {}*/

@media(max-width:768px) {
  .hidden-xs2 {
    display: none;
  }
}

@media(max-width:767px) {
  /*.visible-xs {
  display: inline!important;
}
  .fixed-row-right {
  display: none;
}*/
  .pagination li:nth-of-type(7),
  .pagination li:nth-of-type(8) {
    display: none;
  }
  footer {
    padding-top: 0;
  }
  .blog-side-panel {
    margin: 0 auto;
  }
  .footer-column {
    padding-left: 0;
    padding-right: 0;
  }
  .f-col-1,
  .f-col-2,
  .f-col-3,
  .f-col-4 {
    padding-bottom: 0;
  }
  .f-first-col {
    padding-top: 10px;
  }
  footer .col-xs-6,
  footer .col-sm-6 {
    margin-bottom: 0!important;
  }
  .cat-nav-mobile-head {
    text-align: left;
  }
  .LayoutTop .logo-area .Control {
    text-align: center;
  }
  .top-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .seo-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .PhotoBgThumbnails {
    float: none;
  }
  .CompGridProduct-list>div div.category-product {
    width: 50%;
  }
  .CompGridProduct-list>div:nth-of-type(2n+1) div.category-product:first-of-type,
  .CompGridProduct-list>div:nth-of-type(1n+1) div.category-product:first-of-type {
    width: 100%;
  }
  .CompGridProduct-list>div:nth-of-type(2n+1) div.category-product:first-of-type,
  .CompGridProduct-list>div:nth-of-type(1n+1) div.category-product:first-of-type a {
    height: inherit;
  }
  .CompGridProduct-list>div div.category-product:first-of-type a,
  .CompGridProduct-list>div div.category-product:nth-of-type(2) a {
    max-height: inherit;
    height: 300px;
    line-height: 300px;
  }
  .CompGridProduct-list .category-product .thumbnail {
    min-height: inherit;
    height: 300px;
    line-height: inherit;
    margin-bottom: 0;
  }
  .CompGridProduct-list>div:nth-of-type(1n+1) div.category-product {
    float: left;
  }
  .CompGridProduct-list>div div.category-product:first-of-type .thumbnail:hover .quick-view {
    top: 100px;
  }
  .table-responsive>.table>tbody>tr>td {
    white-space: initial;
  }
  .desc-height {
    padding: 0!important;
    width: 100%!important;
    margin: 0;
  }
  .desc-pad {
    padding: 0
  }
  .product-photo-panel .product-flag, .toggle-caret:after, .Control_18043,
  .Control_6428 {
    display: none;
  }
  .ShoppingCart_23443 {
    width: 100%;
  }
  .ProductInfo .ItemName {
    padding-top: 25px;
  }
  li.menu-link a {
    padding: 10px 6px;
  }
}

@media(min-width:480px) and (max-width:600px) {
  .cat-sort-by {
    margin-left: -5px;
  }
}

@media(max-width:480px) {
  .col-xxs {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .CompGridProduct-list>div div.category-product {
    width: 100%;
  }
  .CompGridProduct-list>div div.category-product:first-of-type a,
  .CompGridProduct-list>div div.category-product:nth-of-type(2) a {
    max-height: inherit;
    height: inherit;
    line-height: inherit;
  }
  .CompGridProduct-list .category-product .thumbnail {
    min-height: inherit;
    height: inherit;
    line-height: inherit;
    margin-bottom: 0;
  }
  .cat-sort2 div {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .LayoutContentInner>.no-pad-sort {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .pagination>li>a,
  .pagination>li>span {
    padding: 6px 10px;
  }
  .pagination>li:nth-of-type(10) {
    display: none
  }
  ul.pagination li:nth-of-type(6),
  ul.pagination li:nth-of-type(7),
  ul.pagination li:nth-of-type(8),
  ul.pagination li:nth-of-type(10) {
    display: none;
  }
  .blog-header-text {
    font-size: 75%;
    padding-left: 1%;
    width: 95%;
  }
  .search-field-grouping {
    display: inline-block;
    clear: both;
    padding-top: 5px;
  }
  .gsa-logo {
    width: 180px;
  }
  .vosb-logo {
    height: 65px;
    margin-left: 20px;
  }
}

@media all and (-ms-high-contrast:none),
  (-ms-high-contrast:active) {
    #cat-nav-mobile a,
    #cat-nav-mobile a:focus,
    #cat-nav-mobile a:visited {
      color: #333;
    }
  }