/**********************************
CANINE COMPANY

1. Defaults
2. Typography
3. Header / Navigation
4. Global Structure
5. Page Specific Styles
6. Media Queries
7. CSS Animations
8. Plugin CSS 

**********************************/

/*********************************
1. Defaults
*********************************/
body { padding-bottom: 20px; }

/*********************************
2. Typography
*********************************/
p                 { font-family: 'Questrial', sans-serif; font-size: 16px; letter-spacing: -0.1px; }
li  { font-family: 'Questrial', sans-serif; }
a                 { color: #41b7e9; }
textarea          { resize: none; }
hr                { border-color: #40b7e8; }
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto Slab', serif; color: #98002e;}
.h3,h3            { font-size: 23px; margin-bottom: 20px; }
.h4,h4            { font-size: 20px; }
.h5,h5            { font-size: 18px; margin: 0; }
.h6,h6            { font-size: 16px; margin: 0;}
.small            { font-size: .75em !important; }

.red {
  color: #98002e;
}

.blue {
  color: #40b7e8;
}

.gray {
  color: #5a5c5c;
}

.white {
  color: #fff;
}

/*********************************
3. Header / Navigation
*********************************/
.navbar { background-color: white; border: none; min-height: 16px; }
.navbar-subnav li a:hover { color: rgb(152, 0, 46) !important; }

/*********************************
3. Global Structure
*********************************/
.page-row { position: relative; }
.full { width: 100%; }

/*********************************
5. Page Specific Styles
*********************************/

/*****************
Manners Page
*****************/
.mobileOnly { display: none; padding: 15px; }

#trainersContainer button            { background: none; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none;-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#trainersContainer .slick-prev       { top: 0px; left: 0px; position: absolute; width: 91px; height: 261px; text-indent: -9999px; background: url('/App_Themes/Skin_3/images/trainers-leftbtn.png'); outline: 0;}
#trainersContainer .slick-prev:hover { opacity: .7; }
#trainersContainer .slick-next       { top: 0px; right: 0px; position: absolute; width: 91px; height: 261px; text-indent: -9999px; background: url('/App_Themes/Skin_3/images/trainers-rightbtn.png'); outline: 0;}
#trainersContainer .slick-next:hover { opacity: .7; }
#trainersContainer .slick-slider     { height: 270px; }

#trainersContainer .trainers .trainer img { cursor: pointer; margin: 0 auto; opacity: .7; transform: scale(0.90); -webkit-transform: scale(0.90); -moz-transform: scale(0.90); }
#trainersContainer .trainers .trainer img.active { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); transition: 200ms ease-in-out; opacity: 1; }
#trainersContainer .trainers .trainer img:hover { opacity: 1; }

#trainersContainer .trainerBios { background: #e3f4fc; border-top: 2px solid #40b7e8; border-bottom: 2px solid #40b7e8; padding: 25px 75px;}
#trainersContainer .trainerBios div { display: none; }
#trainersContainer .trainerBios div:first-child { display: block; }
#trainersContainer .trainerBios p strong {font-weight: bold; color: #98012e;}

/*****************
Contact Us Page
*****************/
.customerCareBox h5,.customerCareBox h6, .customerCareBox ul { margin-bottom:10px; }
.contactCareCenter { margin-bottom: 100px; position:relative; }

.contact-form       { margin-bottom: 50px; }
.contact-form input { padding: 5px; }

/*****************
Login Page
*****************/

.RememberMe {
	position: relative;
	maring-left: 0;
} 

.signin-page{
	font-family: 'Questrial', sans-serif;
	color: #5a5c5c;
}

/*****************
Store
*****************/

.store-home-slider {
	margin-bottom: 20px;
	  border-bottom-color: #98002e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.store-home-slider .carousel-control.right, .store-home-slider .carousel-control.left {
	background: none;
	width: 5%;
	text-shadow: none;
}

.store-home-slider .carousel-control .glyphicon-triangle-left, .store-home-slider .carousel-control .glyphicon-triangle-right, .store-home-slider .carousel-control .icon-next, .store-home-slider .carousel-control .icon-prev {
  position: absolute;
  top: 60%;
  z-index: 5;
  display: inline-block;
  right: 50%;
  font-size: 30px;
}

.store-sidebar {
  background: -webkit-radial-gradient( 100% 50%, 8% 75%, rgba(0,0,0,.1) 0%, rgba(0,0,0,0.00) 70% );
  background: -moz-radial-gradient( 100% 50%, 8% 75%, rgba(0,0,0,.1) 0%, rgba(0,0,0,0.00) 70% );
  background: transparent radial-gradient( 100% 50%, 8% 75%, rgba(0,0,0,.1) 0%, rgba(0,0,0,0.00) 70% );
}

	.store-sidebar ul li ul {
		list-style: none;
	}

.store-sidebar-main {
  min-height: 1200px;
  background: url('/App_Themes/Skin_3/images/pup_sidebar3.jpg') no-repeat top right;
}

.product-page-header {
  font-size: 55px;
  font-weight: bold;
}

.product-info {
  padding-left: 40px;
  border-left: 1px solid #c2c2c2;  
}
.category .overlay {
  height: 25px;
}

.img.category .bar {
  bottom: 28px;
  border: 1px #40b7e8 solid
}

.category .overlay .expand {
  font-size: 14px;
}

.product-landing-page .price-wrap { 
  font-family: 'Roboto Slab', serif;  
  font-size: 17px;  
  line-height: 20px;  
  font-weight: 600;
  margin-bottom: 24px;
}

.add-to-wishlist { width: 100%; margin-top: 5px; }
.rating-link-wrap:nth-of-type(1) { display: none; }

.form-group label { margin-left: 5px; }

.addToCartContainer select { width: 100%; }

.add-to-cart-group label { margin-left: 0px; }

.add-to-cart { background-color: #872436 !important; border-color: #872436 !important; margin: 10px 0 !important; width: 100%;}

/*****************
Blog
*****************/

.blog-header { width: 100%;  background-color: #d9f1fa; background-image: url('/App_Themes/Skin_3/images/blog_header.jpg'); background-position: bottom center; background-repeat: no-repeat; height: 300px; background-size: 1437px; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;  }

.blog-sidebar         { }
.blog-sidebar h2      { font-family: 'Roboto Slab', serif; color: #404041; font-size: 14px; line-height: 18px; }
.blog-sidebar .widget { display: block;  }

.blog-sidebar .search-blog               { padding: 13px 0 13px 0; border-bottom: 1px solid #9fdbf3; display: block; }
.blog-sidebar .search-blog .searchFld    { float: left; height: 22px; }
.blog-sidebar .search-blog .searchSubmit { width: 28px; height: 22px; background: url('/App_Themes/Skin_3/images/blogSearch.png') no-repeat 0 0; border: none; padding: 0; margin: 0 0 0 5px; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;}
.blog-sidebar .search-blog .searchSubmit:hover { opacity: .7; }

.blog-sidebar .social-media     { padding-bottom: 13px; border-bottom: 1px solid #9fdbf3; display: block; float: none; }
.blog-sidebar .social-media .fa {   border-radius: 50%; width: 32px; height: 32px; padding-top: 7px; text-align: center; color: #fff; font-size: 19px; }

.blog-sidebar .subscribe-box            { padding-bottom: 13px; border-bottom: 1px solid #9fdbf3; display: block; }
.blog-sidebar .subscribe-box .subField  { float: left; height: 22px; }
.blog-sidebar .subscribe-box .subSubmit { width: 28px; height: 22px; background: url('/App_Themes/Skin_3/images/emailSub.png') no-repeat 0 0; border: none; padding: 0; margin: 0 0 0 5px; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; }
.blog-sidebar .subscribe-box .subSubmit:hover { opacity: .7; }


.blog-preview {
  max-height: 85px;
  overflow: hidden;
  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-block;
  text-overflow: ellipsis;
}

.blog-content { background: url('/App_Themes/Skin_3/images/shadow_right.jpg') no-repeat top right; background-size: contain; }
.blog-content .news-page-articles img { width: 100%; }


.blog-header .header-row {
  padding-top: 5px;
}

.news-page-articles {
  margin-top: 20px;
}

/*****************
Address Book
*****************/

.order-history-table {
  font-size: 11px;
  text-align: center;
  width: 100%;
  font-family: 'Roboto Slab', serif;
  color: #818285;
}

  .order-history-table .table-header {
    background-color: #d8f1fa !important;
  }
  
    .order-history-table .table-header th {
      border-top: none;
      border-bottom: 1px solid #fff;
      text-align: center;
    }
    
      .order-history-table .table-header th:nth-child(n+2) {
        border-left: 3px solid #fff;
      }
  .order-history-table .table-spacer {
    background-color: #ebf8fd;
    font-size: 1px;
    border-bottom: 3px solid #fff;
  }
  
    .order-history-table .table-spacer td:nth-child(n+2) {
      border-left: 3px solid #fff;
    }
  
/*****************
IFB Page
*****************/

.comparison-table {
  border-collapse: collapse;
  font-family: 'Roboto Slab', serif;
}

  .comparison-table td {
    width: 20%;
  }

  .comparison-table thead tr {
    height: 45px;
    font-size: 18px;
  }
  
    .comparison-table thead tr td {
      background-color: #d8f1fa;
      border-bottom: 3px solid #fff;
    }
    
    .comparison-table thead tr td:nth-child(2) {
      background-color: #fff;
      color: #6fcaee;
      border: 1px solid #e7e7e8;
      border-bottom: 2px solid #d1d2d4;
    }
    
  .comparison-table tbody tr {
    height: 55px;
    color: #bcbdc0;
    font-size: 16px;
  }
    
  .comparison-table tbody tr:nth-child(n+2) {
    border-top: 2px solid #d1d2d4;
  }
  
  .comparison-table tr td:first-child {
    padding-left: 20px;   
    
  }
  
  .comparison-table tbody tr td:first-child {
    color: #818285;
  }
  
  .comparison-table tr td:nth-child(n+2) {
    text-align: center;
  }
  
  .comparison-table tbody tr td:nth-child(odd) {
    background-color: #eeefef;
  }
  
  .comparison-table tbody tr td:nth-child(even) {
    background-color: #fafafb;
  }
  
  .comparison-table tbody tr td:nth-child(2) {
    background-color: #fafafb;
    border-left: 2px solid #e7e7e8;
    border-right: 2px solid #e7e7e8;
    border-bottom: 2px solid #e7e7e8;
    color: #8b2131;
  }
  
  .comparison-table .glyphicon {
    font-size: 30px;
  }

/*****************
Account Page
*****************/

@media (min-width: 768px) {
  .acct-sidebar {
    min-height: 700px;
    background: url('/App_Themes/Skin_3/images/pup_sidebar.jpg') no-repeat top right;
  }
}

.acct-sidebar ul li a , .store-sidebar ul li a, .store-sidebar-main ul li a{
  color: #4d4546;
}


  .acct-sidebar ul li a.active, .store-sidebar ul li a.active, .store-sidebar-main ul li a.active {
   color: #40b7e8;
  }

  .acct-sidebar ul li a:hover, .store-sidebar ul li a:hover, .store-sidebar-main ul li a:hover {
    text-decoration: none;
  color: #8b2131;
  }
  
.address-new {
  margin-top: 50px;
}

.account-home-list {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-top: 30px;
}

  .account-home-list li {
    display: inline-block;
    width: 25%;
    font-size: 14px;
	line-height: 14px;
    text-align: center;
    color: #40b7e8;
	font-family: 'Roboto Slab', serif;
  }
  
    .account-home-list li img {
      display: block;
      margin: 0 auto;
      padding-bottom: 20px;
    }

/*****************
Consultation Form
*****************/


.radioLabel {
  display: inline-block;
  margin-left: 15px;
  /*margin-bottom: 10px;*/
  font-size: 16px;
  margin-top:10px;
}

.consultation input, .consultation textarea, .consultation select {
  width: 100%;
}


.styled-select {
     padding: 1px 0;
  height: 26px;
   }

.form-bread {
  margin-bottom: 10px;
  display: flex;
}


.rr > div { text-align: center; }

/*Construct the rectangles*/
.rr {
  position: relative;
  height: 30px;
  background: #d7d7d7;  
  color: #fff;
  
}


  .rr p {
    font-family: 'Roboto Slab', serif;
  }
  
  .service-form .rr p {
    font-size: 12px;
    padding: 5px;
  }
  
  .rr.rr-left {
    z-index: 1;
    float: left;
    width: 20%; /* + 5% adjustment for slant offset */
  }
    .service-form .rr.rr-left {
      width: 17%;
    }
  
  .rr.rr-right {
    z-index: 2;
    float: left;
    width: 20%; /* - 5% adjustment for slant offset */
    margin-left: 0.2%;
  }
    .service-form .rr.rr-right {
      width: 17%;
    }
  
  .rr.rr-middle {
    width: 19.73333333%;
  }
  
    .service-form .rr.rr-middle {
      width: 16.2%;
    }

  #ctl00_ctl00_PageContent_PageContent_addNewCC {
    display: block;
    margin: 10px 0;
    height: 50px;
    line-height: 42px;
    font-size: 20px !important;
  }

  #ctl00_ctl00_PageContent_PageContent_addNewCC:hover { background-color: #666 !important; }

.rr:after,
.rr:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.rr-left:after {
  right: 0;
  border-left: 16px solid #d7d7d7;
  border-bottom: 30px solid #fff;
}
.rr-right:before {
  left: -16px;
  border-right: 16px solid #d7d7d7;
  border-top: 30px solid rgba(0, 0, 0, 0); /* overlaps .rr-left */
}

 /*Add padding around inner content*/
.rr-left > div {
  margin-right: 16px;
  /*margin-left: 8px;*/
}
.rr-right > div {
  /*margin-right: 8px;
  margin-left: 4px;*/
}

.rr.visited {
  background: #40b7e8;
}

  .rr.visited.rr-left:after {
    border-left-color: #40b7e8;
  }
  
  .rr.visited.rr-right:before {
    border-right-color: #40b7e8;
  }

/* Hover styles 
.rr.visited:hover { background: #318fb6; }
.rr-left.visited:hover:after { border-left-color: #318fb6; }
.rr-right.visited:hover:before { border-right-color: #318fb6; } */

.rr.complete {
  background: #98002e;
}

  .rr.complete.rr-right:before {
    border-right-color: #98002e;
  }
  
.schedule-table {
    font-family: 'Roboto Slab', serif;
    text-align:center; 
    width: 100%;
    color: #6d6e71;
}

  .schedule-table td {
    width: 12.5%;
  }

  .schedule-table thead tr {
    border-bottom: 2px solid #fff;
  }
  
  .schedule-table thead .day-of-week {
    background-color:#d8f1fa;
  }
  
    .schedule-table thead tr td:nth-child(n+1) {
      border-left: 3px solid #fff;
    }
  
  .schedule-table thead .day-date {
    background-color: #ebf8fd;
    font-size: 10px;
  }
  
  /* Base for label styling */
  .schedule-table [type="checkbox"]:not(:checked),
  .schedule-table  [type="checkbox"]:checked,
  .schedule-legend [type="checkbox"]:not(:checked),
  .schedule-legend  [type="checkbox"]:checked  
  {
    position: absolute;
    left: -9999px;
  }
  .schedule-table [type="checkbox"]:not(:checked) + label,
  .schedule-table [type="checkbox"]:checked + label,
  .schedule-legend [type="checkbox"]:not(:checked) + label,
  .schedule-legend [type="checkbox"]:checked + label  
  {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline;
    line-height: 22px;
  }

  /* checkbox aspect */
  .schedule-table [type="checkbox"]:not(:checked) + label:before,
  .schedule-table [type="checkbox"]:checked + label:before, 
  .schedule-legend [type="checkbox"]:not(:checked) + label:before,
  .schedule-legend [type="checkbox"]:checked + label:before
  {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 22px; height: 17px;
    /*border: 1px solid #d1d1d1;*/
    border: 2px solid #50B5D8;
    background: #f8f8f8;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2)
  }
  /* checked mark aspect */
  .schedule-table [type="checkbox"]:not(:checked) + label:after,
  .schedule-table [type="checkbox"]:checked + label:after, 
  .schedule-legend [type="checkbox"]:not(:checked) + label:after,
  .schedule-legend [type="checkbox"]:checked + label:after   
  {
      content: "\e013";
      font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -4px; left: 4px;
    font-size: 22px;
    color: #09ad7e;
    transition: all .2s;
    color: #98002e;
  }
  /* checked mark aspect changes */
  .schedule-table [type="checkbox"]:not(:checked) + label:after,
  .schedule-legend [type="checkbox"]:not(:checked) + label:after  
  {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .schedule-table [type="checkbox"]:checked + label:after,
  .schedule-legend [type="checkbox"]:checked + label:after  
  {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  /* disabled checkbox */
  .schedule-table [type="checkbox"]:disabled:not(:checked) + label:before,
  .schedule-table [type="checkbox"]:disabled:checked + label:before,
  .schedule-legend [type="checkbox"]:disabled:not(:checked) + label:before,
  .schedule-legend [type="checkbox"]:disabled:checked + label:before 
  {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
  }
  .schedule-table [type="checkbox"]:disabled:checked + label:after,
  .schedule-legend [type="checkbox"]:disabled:checked + label:after  
  {
    color: #999;
  }
  .schedule-table [type="checkbox"]:disabled + label,
  .schedule-legend [type="checkbox"]:disabled + label  
  {
    color: #aaa;
  }
  /* accessibility */
  .schedule-table [type="checkbox"]:checked:focus + label:before,
  .schedule-table [type="checkbox"]:not(:checked):focus + label:before, 
  .schedule-legend [type="checkbox"]:checked:focus + label:before,
  .schedule-legend [type="checkbox"]:not(:checked):focus + label:before{
    border: 1px dotted blue;
  }

  /* hover style just for information */
  .schedule-table label:hover:before,
  .schedule-legend label:hover:before{
    border: 1px solid #4778d9!important;
  }
  
  
tr.time-row {
background-color: #eeefef;
  border-top: 1px solid #d1d2d4;
}

  .time-row:first-child {
    border-top: 3px solid #fff;
  }

  .time-row td {
    padding: 5px;
  }
  
  .time-row td:first-child {
    font-size: 12px;
  }

  .time-row td:nth-child(even){
    background-color: #fafafb;
  }
  
.schedule-week-control {
  text-decoration: none;
    font-family: 'Questrial', sans-serif;
  font-size: 16px;
  letter-spacing: -0.1px;
    margin: 0;
  padding: 5px;
  color: #6d6e71;
  display: block;
}

  .schedule-week-control:hover {
    text-decoration: none;
    color:#6d6e71;
  }

/* END Consultation Form */



#top-nav-collapse {
  padding: 0;
  width: 100%;
  text-align: center;
}

#top-nav-collapse .nav-wrapper {
  width: auto;
  display: inline-block;
}

#top-nav-collapse .nav-wrapper > ul >li > a {
  display: block;
  -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;
}

#top-nav-collapse .nav-wrapper >ul > li {
  z-index: 999;
}

#top-nav-collapse .nav-wrapper li {
  display: inline-block;
}

#top-nav-collapse .nav-wrapper ul li > div {
  position: absolute;
  width: 100%;
  left: -9999px;
  background-color: white;
  z-index: 998;
  text-align: left;
  line-height: 40px;
  margin-top: 10px;
}

#top-nav-collapse .nav-wrapper ul li > div > div {
  width: 100%;
  max-width: 1440px;
  border-bottom: 5px solid;
border-color: #42b7e8;
margin: 0 auto;
/*-webkit-box-shadow: 0px -4px 2px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -4px 2px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -4px 2px rgba(50, 50, 50, 0.75);*/
}

#top-nav-collapse .nav-wrapper ul ul {
    list-style: none;
    margin: 0 auto;
    width: 992px;
    padding-left: 0;
}

#top-nav-collapse .nav-wrapper ul ul li a {
  color: #424143;
  font-family: 'Roboto Slab', serif;
  border-right: 1px solid #43b7e8;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  padding: 0 10px;
  -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;
}

#top-nav-collapse .nav-wrapper ul ul li a:hover {
  text-decoration: none;
}
#top-nav-collapse .nav-wrapper ul ul li:first-child a {
  padding-left: 0;
}

#top-nav-collapse .nav-wrapper ul ul li:last-child a {
  border-right: none;
}

#top-nav-collapse .nav-wrapper > ul > li {
  position: static;
}

#top-nav-collapse .nav-wrapper > ul > li:hover > a {
  color: #981a31;
}

#top-nav-collapse .nav-wrapper > ul > li:hover > div {
  left: 0;
}


#top-nav-collapse ul > li > ul > li {
  margin-bottom: 10px;
  padding-right: 10px;
  float: left;
}

.error {
  padding-top: 80px;
}

.error p {
  font-family: 'Roboto Slab', serif;
  color: #6d6e71;
  font-size: 25px;
  font-weight: 300;
}

.error a {
  color: rgb(152, 0, 46);
  font-weight: 400;
}

.error p.heading {
  font-size: 40px;
  font-weight: 600;
  color: rgb(152, 0, 46);
  margin-bottom: 0;
}

.error p.subheading {
  font-size: 35px;
  color: rgb(152, 0, 46);
  padding-bottom: 50px;
}

.page-row.imgs {
  margin: 0;
}

.outer-container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.container > .navbar-collapse {
  /*margin-right: -15px;
margin-left: -15px;*/
}

.grid-item-inner {
	text-align: left;
}

.grid-item-inner a {
	font-family: 'Roboto Slab', serif;
	color: #98012e;
}



.banner {
  margin-bottom: 25px;
  /*display: none;*/
}


  .banner img {
    border-bottom: 5px solid;
    border-bottom-color: rgb(152, 0, 46);
    width: 100%;
  }

  .banner .item img {
    border-bottom: 5px solid;
    border-bottom-color: rgb(152, 0, 46);
    width: 100%;
  }

  .banner .banner-text {
    border-bottom: 2px solid;
    border-bottom-color: rgb(152, 0, 46);
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #6d6e71;
  }

  .banner .banner-text a {
    display: inline-block;
    background-color: rgb(152, 0, 46);
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
  }

    .banner .banner-text a span {
      font-size: 12px;
      top: 0;
    }
.carousel-indicators li {
  border: none;
  background-color: #cccccc;
  box-shadow: 0 0 5px #888888;
  margin-right: 10px;
}

.carousel-indicators .active {
  background-color: #40b7e8;
  margin-right: 10px;
}

.about-carousel {
  overflow:hidden;
  padding-bottom: 20px;
  padding-top: 20px;
}

.about-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 0;
  
}

.about-carousel .carousel-inner {
  overflow: visible;
  min-height: 290px;
}

.about-carousel .carousel-inner > .item > img, .about-carousel .carousel-inner > .item > a > img {
  margin: 0 auto;
}

.about-carousel .carousel-caption {
  position:relative;
  top: 25px;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  color: #5a5b5b;
  text-shadow: none;
  padding-top: 0;
  line-height: 22px;
  min-height:150px;
}

.about-carousel .carousel-control {
  color: rgb(152, 0, 46);
}

.about-carousel .carousel-control.left, .about-carousel .carousel-control.right {
  background-image: none;
  height: 250px;
  bottom: 25px;
  top: 180px;
}

.about-carousel .carousel-control .icon-prev, .about-carousel .carousel-control .icon-next, .about-carousel .carousel-control .glyphicon-triangle-left, .about-carousel .carousel-control .glyphicon-triangle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.about-carousel .carousel-control.left:before, .about-carousel .carousel-control.right:before {
  content: "";
    background: url('images/arrow_bg.png') no-repeat center left;
  background-position-y: 55%;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
   
}

.about-carousel .carousel-control.left:before {
  -webkit-transform: scaleX(-1); 
  transform: scaleX(-1);
}

.about-carousel .carousel-control.right:before {
  background-position-x: 20%;
}

.about-carousel .carousel-control .icon-prev, .carousel-control .glyphicon-triangle-left {
  left: 50%;
}

.about-carousel .carousel-indicators li {
  box-shadow: none;
  width: 8px;
  height: 8px;
  margin: 0 2px;
}

ul.red-list {
  list-style-type: none;
  position: relative;
  margin-left: 3em;
  padding-left: 0;
}

ul.red-list li:before {
  content: "\2022";
  position: absolute;
  left: -1em;
  color: #98002e;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}

ul.red-list li p {
  margin: 0;
}

.img {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  cursor: pointer;
}

.img-caption {
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  white-space: nowrap;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(152, 0, 46, 0.8);
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

.overlay {
  color: white;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 16pt;
  -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;
}

.img:hover .overlay {
  height: 100%;

}

.img:hover .overlay .expand {
position: inherit;
}

.overlay .expand {
  left: 0;
  right: 0;
  top: 35%;
  margin: 0 auto;
}

.img img {
display: block;
margin: 0;
padding: 0;

height: auto;
}

.img > img {
width: 100%;
}

.img .bar {
  border: 2px #40b7e8 solid;
position: absolute;
bottom: 45px;
width: 100%;
z-index: 25;
}

.overlay .expand img {
  width: initial;
  margin: 0 auto;
  padding-top: 10px;
}

.img-right {
  position: absolute;
  z-index: 99;
  right: 0;
  bottom: 0;
  width: 30%;
}

.img-left {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 30%;
}




.blue-header, .red-header {
  font-family: 'Roboto Slab', serif;
}

.blue-header {
  color: #225aa8;
  font-size: 18px;
  font-weight: bold;
}

  .blue-header sup {
    font-size: 10px;
  }

.red-header {
  color: #98012e;
  font-size: 28px;
  letter-spacing: .5px;
  line-height:1.0em;
}



ul.two-column {
  padding-left: 0;
  list-style: inside disc;
}

ul.two-column li {
    padding-left: 1em;
  text-indent: -1em;
}

.content {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 300;
}

.shadow-bg {
  padding-bottom: 20px;
  background: url('images/shadow.png') no-repeat center bottom;
  background-position-y: 110%;
}

.shadow-bg2 {
  background: url('images/shadow_bg.png') no-repeat center bottom;
  background-size: contain;
}

.red-box {
    padding: 5px 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #98012e;
  border: 0;
}

  .red-box:hover {
    text-decoration: none;
    color: #fff;
  }

.redBtn {
    padding: 5px 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #98012e;
  border: 0;
}

  .redBtn:link, .redBtn:visited, .redBtn:hover, .redBtn:active {
    text-decoration: none;
    color: #fff;
  }
  
  .redBtn .glyphicon {
    font-size: 14px;
  }

  .redBtn.dark {
    background-color: #403e3f;
  }
  
  .redBtn.light {
    background-color: #fff;
    border: 1px solid #a1a1a1; 
    color: #414142;
    padding: -1px;
  }
 




.about p {
  margin-bottom: 20px;
  display: inline-block;
}
.middle-links {
  background: url('images/bulldog.png') no-repeat center bottom;
  background-size: contain;
}

.middle-links div {
  padding-top: 15px;
  height: 100%;
}



.middle-links.fence {
  background: url('images/bulldog2.png') no-repeat center bottom;
  background-size: contain;
  
}

.faq-item {
  border-bottom: 1px solid #41b7e9; 
  padding: 10px;
  cursor: pointer;
}

.faq-item.active {
  background-color: #e3f4fc;
}

.faq-item .toggle, .faq-item strong, .news-item .glyphicon {
  color: #41b7e9;
}

.faq-item.active .toggle:before, .news-item.active .glyphicon:before {
  content: "\e252";
}

.faq-item > span:first-child , .news-item >span:first-child{
  font-family: 'Roboto Slab', serif; font-size: 24px;
}

.news-item >span:first-child {
  color: #98002e;
}

.faq-item p, .news-item p {
  display: none;
}

.faq-item.active  p, .news-item.active p {
  display: block;
}



.pkg-item {
  display: flex;
}

.pkg-item > div{
  position: absolute;
  width: 60%;
  display: none;
}

.pkg-item > p {
  width: 35%;
  cursor: pointer;
}

.pkg-item.active > div {
  display: inline-block;
}

.pkg-item  em{
  position: absolute;
  font-style: normal;
}

.pkg-item .glyphicon {
  color: #41b7e9;
  padding-right: 10px;
  font-size: 12px;
}


#services p {
  font-size: 15px;
  margin: 0;
  line-height: 22px;
  display: inline-block;
}

#news {
  border-bottom: 1px solid #40b7e8;
  padding: 0 10px 20px 10px;
}

#news a, #news a:hover {
  text-decoration:none;
}

.charities {
  list-style: none;
  padding: 0;
  margin-top: 60px;
  display: flex;
  
}

  .charities li {
      display: inline-block;
      border-right: 1px solid #acacac;
      width: 25%;
      text-align: center;
      float: left;
      margin: 0;
      height: 115px;
      position: relative;
  }
  
  .charities li:last-child {
    border: none;
  }
  
    /*.charities li img {
        left: 0;
        position: inherit;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0 auto;
        padding: 0 20px;
    }*/
  
  .charities li a {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      margin: 0 auto;
      padding: 0 20px;
      /* height: 100%; */
      width: 100%;
  }

.news-item {
  padding: 10px;
    border-bottom: 1px solid #40b7e8;
}

/* Header Search */

.search-go {
  vertical-align: middle;
  background-image: none;
  border-radius: 0;
  height: 18px;
  font-size: 12px;
  padding: 0 10px;
  margin: 0;
}

.search-box {
  width: 145px;
  display: inline-block;
  border-radius: 0;
  height: 18px;
  line-height: 10px;
  
  font-size: 10px;
  
  vertical-align: initial;
  
}

/* buttons */


.button {
  display: inline-block;
  margin: 2px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  /*
  background-color: #f0f0f0;
  color: #000;
  */
  background-color: #910028;
  color: #ffffff;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

  .button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .button:hover,
  .button:focus {
    /*color: #333333;*/
    text-decoration: none;
  }

  .button:active,
  .button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

  .button.disabled,
  .button[disabled],
  fieldset[disabled] .button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

a.button {
  text-decoration: none;
}

.call-to-action {
  /*
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  */
  color: #ffffff;
  background-color: #910028;
  border-color: #910028;
}

  .call-to-action:hover,
  .call-to-action:focus,
  .call-to-action:active,
  .call-to-action.active,
  .open .dropdown-toggle.call-to-action {
    /*
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
    */
    background-color: #770122;
    border-color: #770122;
    color: #ffffff;
  }

  .call-to-action:active,
  .call-to-action.active,
  .open .dropdown-toggle.call-to-action {
    background-image: none;
  }

  .call-to-action.disabled,
  .call-to-action[disabled],
  fieldset[disabled] .call-to-action,
  .call-to-action.disabled:hover,
  .call-to-action[disabled]:hover,
  fieldset[disabled] .call-to-action:hover,
  .call-to-action.disabled:focus,
  .call-to-action[disabled]:focus,
  fieldset[disabled] .call-to-action:focus,
  .call-to-action.disabled:active,
  .call-to-action[disabled]:active,
  fieldset[disabled] .call-to-action:active,
  .call-to-action.disabled.active,
  .call-to-action[disabled].active,
  fieldset[disabled] .call-to-action.active {
    /*
    background-color: #428bca;
    border-color: #357ebd;
    */
  }

  .call-to-action .badge {
    /*
    color: #428bca;
    background-color: #fff;
    */
  }

/* header elements */
.header-cart {
  margin: 5px 0 0 0;
}

.header-cart a {
    font-family: 'Roboto Slab', serif;
    color: #424243;

}

.logo-wrap img {
  max-width: 100%;
  margin-top:15px;
}

.breadcrumb, .breadcrumb a {
	background: none;
	margin: 0;
	padding: 0;
	color: #939598;
	font-family: 'Questrial', sans-serif;
}

 .breadcrumb span {
 	font-size: 50%;
 	padding: 0 10px;
	line-height: 14px;
	top: 50%;
 }


/* horizontal navigation */

.topnav {
  margin: 8px 0;
}

.topnav-shadow {
  -webkit-box-shadow: 0 8px 6px -6px rgb(124,112,112);
  -moz-box-shadow: 0 8px 6px -6px rgb(124,112,112);
  box-shadow: 0 8px 6px -6px rgb(124,112,112);
}

.footernav {
  margin: 20px 0 8px;
  text-align: center;
}

  .footernav .navbar-nav {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
font-weight: 300;
  margin-top: 10px;
  }
  
  .social-media {
    display: inline-block;
  }
  
  .social-media .fa {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      padding-top: 7px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;
  }

  .social-media .fa:hover{
      opacity: .6;
    }
  
    .social-media .fa-twitter {
      background: #28aae1;
    }
    
    .social-media .fa-facebook {
      background: #3460a1;
    }
    
    .social-media .fa-youtube {
      background: #ee3138;
    }
    
    .social-media .fa-instagram {
      background: #136d9d;
    }
    
    .social-media .fa-pinterest-p {
      background: #cc2127;
    }
  .social-media a:nth-child(n+1) {
    padding-left: 3px;
  }
  
  .footernav .legal {
  float: right; 
  width: 100%; 
  padding-top: 20px;
  font-size:75%;
  }


.nav-input-pad {
  padding: 9px 15px 0 15px;
}

.nav-button-pad {
  padding: 5px 15px 0 15px;
}


.opc-wrap .opc-page-left-column {
  width: 60%;
}

.opc-wrap .opc-page-right-column {
  width: 38%;
}

.opc-wrap .shipping-methods-wrap {
  width: 100% !important;
}

#shippingMethodListWrap label {
  display: inline;
}

/* product page */
.variant-options-label {
  font-weight: bold;
}

.product-image-wrap .product-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
}


/* kit product */
.kit_group img[id$='_imgFile'] {
  display: block;
  max-width: 100%;
  height: auto;
}

.kit-sidebar {
  position: static;
  z-index: 0;
  width: 190px;
  background-color: #fff;
  text-align: left;
}

.kit-sidebar {
  width: 100%;
}

.product-description-wrap .nav-tabs {
	border-bottom: 3px solid #40b7e8;
	padding-bottom: 10px;
}


.product-description-wrap .nav-tabs>li>a {
	border-radius: 0;
	color: #fff;
	background-color: #98012e;
	margin-right: 1px;
}

.product-description-wrap .nav-tabs>li>a:hover {
	background: #fff;
	color: #98012e;
}

.product-description-wrap .nav-tabs>li.active {
	
}

.product-description-wrap .nav-tabs>li.active>a,
.product-description-wrap .nav-tabs>li.active>a:focus,
.product-description-wrap .nav-tabs>li.active>a:hover {
	border: 1px solid transparent;
	background-color: #98012e;
	color: #fff;
	
}

ul.tabbitTabs 
{
	border-bottom: 3px solid #40b7e8;
	padding-bottom: 10px;
}

/*
ul.tabbitTabs li:nth-child(n+2) 
{
  margin-left: -2px;
}
*/

ul.tabbitTabs li
{
  margin-right:-2px;
}

ul.tabbitTabs li a 
{
	border: 1px solid transparent;
	background-color: #98012e;
	color: #fff;	
	border-radius: 0;
	padding: 10px 20px;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 16px;
}

ul.tabbitTabs li a:hover 
{
	color: #000;
}

ul.tabbitTabs a.state-active, 
ul.tabbitTabs a.state-active:hover 
{
	background: #98012e;
	cursor: default;
	border: 1px solid transparent;
	color: #fff;
}

.tabbitTabWrap {
	border: none;
}

.add-to-cart-buttons .button {
  border-radius: 0;
  padding: 5px 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  border: 0;
}
.product-info .add-to-cart-row .add-to-cart-form .add-to-cart-group .quantity-label {
	display: none;
}

.add-to-cart-group .quantity-field {
	border-radius: 0;
}

.price.regular-price {
	font-size: 12px;
	text-decoration: line-through;
}

.price.regular-price span {
	text-decoration: none !important;
}



/*grid item styles for entity pages, related, upsell etc. */

.grid-item {
  padding-bottom: 16px;
  text-align: center;
}

.grid-item-image {
  margin: 0 auto;
  max-height: 100px;
  
}

.grid-item-image-wrap {
  padding-bottom: 8px;
  border: 2px solid #ceecf9;
  text-align: center;
}

/* entity page */

.entity-image {
  margin: 0 8px 8px 0;
}

.entity-page-description {
  margin-bottom: 8px;
}

.sub-entity-list {
  margin-bottom: 16px;
}

/* account page and create account page */

.okay-to-email input {
  margin: 2px;
}

.okay-to-email label {
  margin-right: 4px;
}

.over-thirteen input {
  margin-right: 4px;
}

/* product ratings */
.rating-form .one-fifth {
  width: 20%;
  display: inline;
}

/* Add To Cart Form Styles */
.table-order {
  text-align: right;
}

.category-header {
	padding-bottom: 10px;
  padding-left: 10px;
	border-bottom: 3px solid #40b7e8;
}



.related-products, .home-featured-products {
	width: 80%;
	margin: 0 auto;
}


.featured-item, .related-item {
	position: relative;
}

.related-item-name-wrap a {
	color: #98012e;
	font-family: 'Roboto Slab', serif;
}

.featured-item .grid-item-inner, 
.related-item .grid-item-inner {
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	position: absolute;
	text-align: center;
	width: 100%;
	height: 200px;
}

.featured-item .grid-item-name-wrap, .related-item .grid-item-name-wrap {
	padding-top: 10px;
}

.featured-item .grid-item-price-wrap .price-wrap {
	color: #40b7e8;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}


.related-products .slick-list, .related-products .slick-track, .home-featured-products .slick-list, .home-featured-products .slick-track { height: 100%;}

.related-products button            { background: none; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none;-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.related-products .slick-prev       { top: 0px; left: -10%; position: absolute; width: 91px; height: 261px; text-indent: -9999px; background: url('/App_Themes/Skin_3/images/trainers-leftbtn.png'); outline: 0;}
.related-products  .slick-prev:hover { opacity: .7; }
.related-products .slick-next       { top: 0px; right: -10%; position: absolute; width: 91px; height: 261px; text-indent: -9999px; background: url('/App_Themes/Skin_3/images/trainers-rightbtn.png'); outline: 0;}
.related-products .slick-next:hover { opacity: .7; }
.related-products .slick-slider     { height: 270px; }

.home-featured-products button            { background: none; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none;-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.home-featured-products .slick-prev       { top: 0px; left: -10%; position: absolute; width: 91px; height: 261px; text-indent: -9999px; background: url('/App_Themes/Skin_3/images/trainers-leftbtn.png'); outline: 0;}
.home-featured-products .slick-prev:hover { opacity: .7; }
.home-featured-products .slick-next       { top: 0px; right: -10%; position: absolute; width: 91px; height: 261px; text-indent: -9999px; background: url('/App_Themes/Skin_3/images/trainers-rightbtn.png'); outline: 0;}
.home-featured-products .slick-next:hover { opacity: .7; }
.home-featured-products .slick-slider     { height: 270px; }

.pagination {
	border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  color: #000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: rgba(152, 0, 46, 0.8);
  border-color: rgba(152, 0, 46, 1);
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}






/*********************************
7. Media Queries
*********************************/


/* min-height for larger screens */
@media (min-width: 768px) {

  .two-column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
      -moz-column-count: 2; /* Firefox */
      column-count: 2;
  }
  .about {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-fill: auto;
    column-fill: auto;
    columns: 2 auto;
    column-gap: normal;
    -moz-column-fill: auto;
  }
  

  #top-nav-collapse .nav-wrapper ul li div ul {
      width: 694px;
  }

  .outer-container {
    min-height: 500px;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: 0;
  }

  .navbar-form.search-wrap {
    padding-top: 8px;
    margin-top: 0;
  }

  .footernav .navbar-nav li a {
    padding: 0 10px;
    border-right: solid 1px;
    border-right-color: rgb(152, 0, 46);
    line-height: 1em;
  }

  .footernav .navbar-nav li:last-child a {
    border-right: none;
  }
  
  .footernav .legal {
  text-align: left; 
  padding-top: 15px;
  }

  .navbar-nav > li:first-child a {
    padding-left: 0;
  }

  .topnav .nav > li {
    padding: 10px 0;
  }
    .topnav .nav > li > a {
      padding: 0 15px;
      line-height: 12px;
      font-size: 12px;
      font-family: 'Roboto Slab', serif;
      color: #000;
      border-right: 2px solid;
      border-right-color: rgb(152, 0, 46);
    }

    .topnav .nav > li:first-child > a {
      padding-left: 0;
    }

    .topnav .nav > li:last-child > a {
      padding-right: 0;
      border-right: none;
    }

    .banner {
      display: block;
    }
    
    
    .middle-links {
      min-height: 250px;
    }
    
    .middle-links div:last-child {
      /*text-align: right;*/
      text-align:left;
    }
	
	.account-home-list li:not(:last-child) div {
		border-right: 1px solid #838283;
	}
}

@media (max-width: 991px) {

  /* Schedule Service */

  .service-form .rr p { font-size: 10px; padding: 7px 0 0 0; }

  /* Pet Shop */
  .store-sidebar-main {
    min-height: initial;
    background: none;
  }

 

  .product-info {
    padding-left: 0px;
    border-left: none;
  }

  .outer-container { overflow: hidden; }
  .product-grid-item { /*min-height: 250px;*/ width: 98%; display: inline-block;}

  /* Blog */
  .blog-sidebar .social-media .fa {border-radius: 50%; width: 23px; height: 23px; padding-top: 4px; text-align: center; color: #fff; font-size: 16px;}
  .blog-sidebar .search-blog .searchFld { width: 117px; }
  .blog-sidebar .subscribe-box .subField { width: 117px; }
  .blog-header { background-size: 1200px; }

  /* Footer */
  .footernav .nav {
    text-align: center;
  }

  .social-media {
    margin-top: 10px;
  }

  .checkout-tabs {
    border: none 0;
  }

  .checkout-steps-wrap ul li {
    display: block;
  }

  .checkout-tabs > li > a {
    border-radius: 4px;
    padding: 2px 4px;
    display: block;
  }

  .checkout-tabs > li.active > a,
  .checkout-tabs > li.active > a:hover,
  .checkout-tabs > li.active > a:focus {
    color: #555555;
    background-color: #eee;
    border: 1px solid #dddddd;
    cursor: default;
    text-decoration: none;
  }

  .about {
    background: none;
  }

  .grid-item-name-wrap
  {
    border-bottom:solid 1px #910028;
  }

}

@media (max-width: 767px) {

  /* Shop */
  .store-sidebar ul li { padding: 5px 0; line-height: 40px; border-bottom: 1px solid #efefef;}
  .store-sidebar ul li p { margin: 0; }
  .store-sidebar ul li p a { display: block; width: 100%; height: 100%; }
  .store-sidebar ul li p a::after { content: " >"; float: right; color: #efefef; }
  .store-sidebar ul li:last-child { border-bottom: none; }

  /* Tablet / Mobile subnav fixing */
  .navbar-nav { margin: 0; }
  .navbar-nav li { display: block; width: 100%; text-align: left; padding: 10px; border-bottom: 1px solid #efefef;}
  .navbar-nav li:last-child { border-bottom: none; }
  .navbar-nav li a { font-size: 18px; }

  /* Schedule Service */
  .service-form .rr p { font-size: 10px; padding: 7px 0 0 0; }

  /* Contact Us */
  .contactCareCenter { margin-bottom: 20px; position:relative; }

  /* Manners */
  #trainersContainer .slick-slider, .home-featured-products .slick-slider, .related-products .slick-slider { height: 230px; }
  .mobileOnly { display: block !important; font-weight: bold !important; }
  .slick-prev { display: none !important; }
  .slick-next { display: none !important; }
  .trainer img { width: 100px !important; }

  /* Blog */
  /*.blog-header { background-size: 900px !important; }*/

  .rr p { padding-top: 5px; font-size: 11px;}
  
  .acct-sidebar {
    height: 100%;
    min-height: initial;
    background: none;
  }
  
  .middle-links, .middle-links.fence {
    background: none;
  }
  
   .blog-header  {
  background-image: none;
  height: 100%;
   }
   
   .blog-header .header-row {
  padding-top: 10px;
  padding-bottom: 20px;
   }
   
   .blog-header .logo-wrap {
  text-align: center;
   }


  .one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
  }
  
  .about-carousel .carousel-caption {
    min-height: 200px;
  }

  .cart-title {
    clear: both;
  }

  .opc-wrap .opc-page-left-column {
    width: 100%;
    float: none;
  }

  .opc-wrap .opc-page-right-column {
    width: 100%;
    float: none;
  }

  .kit-group-content select {
    width: 90%;
  }

  .kit-group-content input[type='text'] {
    width: 90%;
  }

  .kit-groups .kit-column-content {
    width: auto;
    display: block;
  }

  .kit-groups .kit-column-sidebar {
    display: block;
    width: auto;
    padding-left: 0;
  }

  .kit-group-item-image {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .kit-groups {
    width: 100%;
  }

  /* narrow forms */
  .payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
    width: 100%;
  }
  
  .middle-links {
    background: none;
  }
  
  .center-xs {
    text-align:center;
  }
  
  .about-carousel .carousel-caption {
    left: 0;
    right: 0;
  }
  
   .store-sidebar {
    min-height: initial;
    background: none;
  }

}

/* MOBILE */
@media screen and (max-width : 400px){

  /* Blog */
  .blog-header { background-size: 500px !important; height: 160px;}
  .blog-content { background: none; }

  /* Schedule Service Form */
  .service-form .rr p { font-size: 8px; padding: 7px 0 0 0; }

}


@media (min-width: 992px) {
  .social-media {
    float: right;
  }
  
  .pull-right-sm {
  float: right !important;
  }

  .overlay {
    font-size: 24px;
  }

  #top-nav-collapse .nav-wrapper ul li div ul {
      width: 872px;
  }

  .topnav .nav > li > a {
    padding: 0 15px;
    line-height: 16px;
    font-size: 16px;
  }
  
  .about {
  /*background: url('images/dogbg.jpg') no-repeat right bottom;*/
  margin-bottom:0;
  /*height: 700px;*/
}
}

/* Get those blue arrows "floating to the right" inside of the red bars @ 1056px */
@media (max-width: 1056px) {
  .glyphicon.glyphicon-triangle-top { right: 7px !important; }
}

@media (min-width: 1200px) {
  
  .container {
    width: 922px;
  }

}

/*********************************
7. CSS Animations
*********************************/
@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}

@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}

/*********************************
8. Plugin CSS
*********************************/
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:0;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#872436;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#872436),color-stop(90%,#781326));background-image:-webkit-linear-gradient(#872436 20%,#781326 90%);background-image:-moz-linear-gradient(#872436 20%,#781326 90%);background-image:-o-linear-gradient(#872436 20%,#781326 90%);background-image:linear-gradient(#872436 20%,#781326 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

/* Checkout */
.row-checkout-controls
{
}
  
.row-checkout-controls .one-half
{
  padding:6px 0px 6px 0px;
}

.facebook
{
  color:#3b5999;
  font-size:1.10em;
}