* {
  margin: 0;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; 
}
body {
  margin: 0;
  height: 100%;
}
.media-checker {
  position: absolute;
  top: -10000px;
  left: -10000px;
  z-index: 1920;
}
input,
textarea {
  outline: none;
}
a {
  outline: none;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.image-wrapper {
  width: 200px;
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.image-wrapper:after {
  padding-top: 50%;
  display: block;
  content: '';
}
.chart-horiz p {
    font-size: 14px !important;
}
.image-wrapper .image-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: deepskyblue;
  color: white;
}
.image-wrapper .image-content img {
  width: 100%;
  height: auto;
}
.change-color{
	color: black !important;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .media-checker {
    z-index: 1200;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .media-checker {
    z-index: 992;
  }
}
/*Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .media-checker {
    z-index: 1024;
  }
}
/*Ipad Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .media-checker {
    z-index: 768;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .media-checker {
    z-index: 767;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .media-checker {
    z-index: 480;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .media-checker {
    z-index: 479;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .media-checker {
    z-index: 320;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.dark-header {
  background-color: #173775;
}
.dark-header .header-block {
  height: 115px;
}
.dark-header .header-block .logo-container {
  height: 65px;
  width: 100px;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dark-header .header-block .logo-container img {
  height: 100%;
  width: auto;
}
.dark-header .header-block .menu {
  float: right;
  height: 50px;
  line-height: 50px;
  margin-right: 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dark-header .header-block .menu a {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.dark-header .header-block .menu a i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.dark-header .header-block .menu a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.bordered {
  border: 1px solid #e6e9e9;
}
.cart-pages-content h2 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #177dc9;
  margin: 25px 0 15px 0 !important;
}
.cart-pages-content .checkout-products-table-container {
  overflow: hidden;
}
.cart-pages-content .checkout-products-table-container table {
  width: 100%;
}
.cart-pages-content .checkout-products-table-container table thead {
  background-color: #177dc9;
}
.cart-pages-content .checkout-products-table-container table thead th {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;;
  height: 65px;
  vertical-align: middle;
  text-align: center;
}
.cart-pages-content .checkout-products-table-container table thead th:nth-child(2) {
  text-align: left;
  padding-left: 60px;
}
.cart-pages-content .checkout-products-table-container table tbody tr {
  border-bottom: 1px solid #e6e9e9;
}
.cart-pages-content .checkout-products-table-container table tbody td {
  height: 60px; /*140px;*/
}
.cart-pages-content .checkout-products-table-container table tbody td:first-child {
  width: 10%;
}
.cart-pages-content .checkout-products-table-container table tbody td:nth-child(2) {
  width: 70%;
}
.cart-pages-content .checkout-products-table-container table tbody td:nth-child(3) {
  width: 10%;
}
.cart-pages-content .checkout-products-table-container table tbody td:last-child {
  width: 10%;
}
.cart-pages-content .checkout-products-table-container table .remove {
  text-align: center;
}
.cart-pages-content .checkout-products-table-container table .remove a {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e6e9e9;
}
.cart-pages-content .checkout-products-table-container table .remove a:link,
.cart-pages-content .checkout-products-table-container table .remove a:hover {
  color: #c11613;
}
.cart-pages-content .checkout-products-table-container table .remove a:hover,
.cart-pages-content .checkout-products-table-container table .remove a:focus,
.cart-pages-content .checkout-products-table-container table .remove a:active {
  color: #c91714;
  background-color: #e6e9e9;
}
.cart-pages-content .checkout-products-table-container table .product .product-image {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: 30px;
}

.thanks-page-content .order-products-table-container table .product-image {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.cart-pages-content .checkout-products-table-container table .product .product-image img,
.thanks-page-content .order-products-table-container table .product-image img {
  width: 100%;
  height: auto;
}
.cart-pages-content .checkout-products-table-container table .product .product-name {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner {
  position: relative;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner input[type=text] {
  border: none; /*1px solid #ededed;*/
  width: 83px;
  padding: 10px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;;
  color: #505050;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a {
  position: absolute;
  right: 25px;
  font-size: 12px;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:link,
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:visited {
  color: #bbbbbb;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:hover,
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:focus,
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:active {
  color: #a1a1a1;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:first-child {
  top: 5px;
}
.cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a:last-child {
  bottom: 5px;
}
.cart-pages-content .checkout-products-table-container table .price {
  text-align: right;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;;
}
.cart-pages-content .checkout-products-table-container .shipping-charge {
  height: 85px;
  text-align: right;
  font-size: 16px;;
}
.cart-pages-content .checkout-products-table-container .shipping-charge .content {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-pages-content .checkout-products-table-container .shipping-charge .content span.price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  padding-right: 22px;
  padding-left: 57px;
}
.cart-pages-content .checkout-products-table-container .total-charge {
  background-image: url(images/pattern1.jpg);
  height: 85px;
  text-align: right;
  font-size: 16px;;
}
.cart-pages-content .checkout-products-table-container .total-charge .content {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-pages-content .checkout-products-table-container .total-charge .content span.price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: right;
  padding: 10px 12px 10px 47px;
  margin: 0 10px;
  background-color: white;
}
.cart-pages-content .contact-form.address {
  margin: 20px 0 0;
}
.cart-pages-content .contact-form.address input[type=text],
.cart-pages-content .contact-form.address input[type=email] {
  border: 1px solid #e6e9e9;
}
.cart-pages-content .contact-form.address input[type=submit] {
  float: none;
  margin: 0 auto;
  text-transform: uppercase;
}
.thanks-page-content .pattern-block h1 {
  text-transform: uppercase;
  text-align: center;
  /*color: #862220;*/
  margin: 28px 0 10px;
  letter-spacing: -1px;
}
.thanks-page-content .pattern-block h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  /*color: #862220;*/
  margin: 0 auto 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  width: 75%;
  display: block;
}
.thanks-page-content .pattern-block p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;;
}
.privacy-policy-page-content .policy h4{
	font-size:22px;
}
.thanks-page-content .pattern-block p a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.thanks-page-content .pattern-block p a:link,
.thanks-page-content .pattern-block p a:visited {
  /*color: #862220;*/
}
.thanks-page-content .pattern-block p a:hover,
.thanks-page-content .pattern-block p a:focus,
.thanks-page-content .pattern-block p a:active {
  color: #9e2826;
}
.thanks-page-content .pattern-block .link-container {
  text-align: center;
}
.landing-page .link-container a.common-btn ,
.thanks-page-content .pattern-block .link-container a.learn-more {
  display: inline-block;
  text-align: center;
  margin: 30px 0 20px;
  padding: 25px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.landing-page .link-container a.common-btn:link,
.landing-page .link-container a.common-btn:visited,
.thanks-page-content .pattern-block .link-container a.learn-more:link,
.thanks-page-content .pattern-block .link-container a.learn-more:visited {
  color: #fff;
  background-color: #f78c20;
}

.landing-page .link-container a.common-btn:hover,
.landing-page .link-container a.common-btn:focus,
.landing-page .link-container a.common-btn:active,
.thanks-page-content .pattern-block .link-container a.learn-more:hover,
.thanks-page-content .pattern-block .link-container a.learn-more:focus,
.thanks-page-content .pattern-block .link-container a.learn-more:active {
  background-color: #ffa21c;
}
.thanks-page-content .pattern-block .heading-block {
  margin-top: -50px;
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/*Ipad Landscape */
/*Ipad Portrait*/
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .dark-header .header-block {
    height: 50px;
  }
  .dark-header .header-block .logo-container {
    height: 45px;
  }
  .dark-header .header-block .menu {
    margin-right: 0;
  }
  .cart-pages-content .checkout-products-table-container table thead th {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container table thead th:last-child {
    padding-right: 10px;
  }
  .cart-pages-content .checkout-products-table-container table tbody tr {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container table .product .product-name {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container table .quantity-spinner input {
    padding: 5px;
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container table .price {
    font-size: 14px;
    padding-right: 22px;
  }
  .cart-pages-content .checkout-products-table-container .shipping-charge .content {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container .shipping-charge .content span.price {
    padding-right: 22px;
  }
  .cart-pages-content .checkout-products-table-container .total-charge .content {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container .total-charge .content span.price {
    padding-right: 12px;
    padding-left: 15px;
    margin-left: 30px;
  }
  .thanks-page-content .pattern-block h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .thanks-page-content .pattern-block p {
    font-size: 14px;
  }
  .thanks-page-content .pattern-block p:first-child {
    margin-top: 10px;
  }
}
/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .cart-pages-content .checkout-products-table-container table thead th {
    font-size: 14px;
    padding-left: 10px;
  }
  .cart-pages-content .checkout-products-table-container table thead th:nth-child(2) {
    padding-left: 10px;
  }
  .cart-pages-content .checkout-products-table-container table tbody tr {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container table .product .product-name {
    font-size: 14px;
  }
  .cart-pages-content .checkout-products-table-container table .quantity-spinner input[type=text] {
    padding: 10px 5px;
    font-size: 14px;
    width: 60px;
  }
  .cart-pages-content .checkout-products-table-container table .quantity-spinner .spinner-controls a {
    right: 22px;
  }
  .cart-pages-content .checkout-products-table-container table .price {
    font-size: 14px;
    text-align: center;
  }
}
/* Custom, iPhone Retina */
.spinner.input-group .input-group-addon .spin-up,
.spinner.input-group .input-group-addon .spin-down {
  height: 10px;
  width: 10px;
  overflow: hidden;
  display: block;
  text-align: center;
  color: #999;
}
.spinner.input-group .input-group-addon .spin-up:hover,
.spinner.input-group .input-group-addon .spin-down:hover {
  color: #555;
}
.spinner.input-group .input-group-addon .spin-up .fa,
.spinner.input-group .input-group-addon .spin-down .fa {
  margin-top: -8px;
  vertical-align: middle;
}
.spinner.input-group .input-group-addon .spin-up .glyphicon,
.spinner.input-group .input-group-addon .spin-down .glyphicon {
  font-size: 10px;
  top: -2px;
}
.spinner.input-group .input-group-addon a.spin-up,
.spinner.input-group .input-group-addon a.spin-down {
  text-decoration: none;
}
.spinner.input-group .input-group-addon button.spin-up,
.spinner.input-group .input-group-addon button.spin-down {
  background: none;
  border: none;
  padding: 0;
}
.spinner.input-group.input-group-sm .input-group-addon .spin-up,
.spinner.input-group.input-group-sm .input-group-addon .spin-down {
  height: 8px;
}
.spinner.input-group.input-group-sm .input-group-addon .spin-up .fa,
.spinner.input-group.input-group-sm .input-group-addon .spin-down .fa {
  margin-top: -12px;
}
.spinner.input-group.input-group-sm .input-group-addon .spin-up .glyphicon,
.spinner.input-group.input-group-sm .input-group-addon .spin-down .glyphicon {
  font-size: 8px;
  top: -5px;
}
.spinner.input-group.input-group-lg .input-group-addon .spin-up,
.spinner.input-group.input-group-lg .input-group-addon .spin-down {
  height: 12px;
  width: 12px;
}
.spinner.input-group.input-group-lg .input-group-addon .spin-up .fa,
.spinner.input-group.input-group-lg .input-group-addon .spin-down .fa {
  margin-top: -16px;
}
.spinner.input-group.input-group-lg .input-group-addon .spin-up .glyphicon,
.spinner.input-group.input-group-lg .input-group-addon .spin-down .glyphicon {
  font-size: 12px;
  top: -6px;
}
body {
  font-family: 'Open Sans', sans-serif !important;
  text-align: justify;
}
h1 {
  font-size: 47px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 32px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
h3 {
  font-size: 26px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.row1030 {
  width: 1030px;
  margin: 0 auto !important;
}
.spacer60 {
  clear: both;
  display: block;
  height: 60px;
}

.spacer30 {
  clear: both;
  display: block;
  height: 30px;
}
.negative-spacer-20 {
  margin-top: -20px;
}
/*.top-border-container {
  height: 12px;
  background-image: url(images/border-image.png);
  margin: -6px 0px;
  position: relative;
  z-index: 10;
}*/
.pagination > li a {
  width: 58px;
  height: 58px;
  line-height: 44px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
  border: none;
  background-color: #e3e6e8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagination > li a:link,
.pagination > li a:visited {
  color: #505050;
}
.pagination > li a:hover,
.pagination > li a:active,
.pagination > li a:focus {
  color: #f78c20;
}
.pagination > li a:first-child {
  margin: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagination > .active a {
  border: none;
}
.pagination > .active a:link,
.pagination > .active a:visited {
  background-color: #f78c20;
  color: #fff;
}
.pagination > .active a:hover,
.pagination > .active a:active,
.pagination > .active a:focus {
  background-color: #ff9121;
  color: #fff;
}
.product-showcase .img-block {
  display: block;
  margin: 20px;
  height: 237px;
  -webkit-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.product-showcase .img-block .image-content {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-showcase .img-block .image-content img {
  float: none;
  display: block;
  height: 210px;
  margin: 10px auto;
}
.product-showcase .content-block {
  min-height: 60px;
  height: 60px;
}
.product-showcase .content-block h4 {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 0 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-showcase .price-block {
  text-align: center;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #862220;
}
.product-showcase a.add-to-cart {
  width: 100%;
  max-width: 269px;
  display: block;
  text-align: center;
  margin: 25px auto;
  padding: 15px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.product-showcase a.add-to-cart i {
  padding-right: 20px;
}
.product-showcase a.add-to-cart:link,
.product-showcase a.add-to-cart:visited {
  background-color: #e37e1a;
  color: white;
}
.product-showcase a.add-to-cart:hover,
.product-showcase a.add-to-cart:active,
.product-showcase a.add-to-cart:focus {
  background-color: #f7891c;
}
.product-showcase a.view-product {
  width: 100%;
  max-width: 269px;
  display: block;
  text-align: center;
  margin: 5px auto 15px;
  padding: 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.product-showcase a.view-product i {
  padding-right: 20px;
}
.product-showcase a.view-product:link,
.product-showcase a.view-product:visited {
  color: #444444;
}
.product-showcase a.view-product:link i,
.product-showcase a.view-product:visited i {
  color: #f7891c;
  padding-left: 10px;
  margin-top: 5px;
}
.product-showcase a.view-product:hover,
.product-showcase a.view-product:active,
.product-showcase a.view-product:focus {
  color: #f7891c;
}
.flexslider2 {
  background-color: transparent;
  border: none;
  margin-top: 35px;
}
.flexslider2 ul {
  padding: 0;
}
.flexslider2 ul li {
  width: 33%;
  margin: 0;
}
.flexslider2.product-page {
  margin-top: 10px;
}
h2.paw-icon-header:before,
h3.paw-icon-header:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  text-align: center;
  /*color: #fa8e21;*/
}
.dynamik-page-builder .site-inner h2, .content .post h2, .content .page h2, .content h2.entry-title, .content .entry-content h2 {
    /*color: #862220;*/
}
.contact-form {
  margin: 70px 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
select.checkout-address {
  width: 100%;
  font-size: 16px;
  padding: 17px 0 17px 30px !important; /*24px 0 24px 30px;*/
  margin-bottom: 30px;
  border: none;
}
.contact-form input[type=text].required,
.contact-form input[type=email],
.contact-form textarea,
select.checkout-address, .star_mark {
  /*background: white url(images/required-star.png) no-repeat 10px 10px !important;*/
}
label.wpsc_ct_field_label span {
    color: #173775 !important;
}
.contact-form textarea {
  min-height: 190px;
}
.contact-form input[type=submit] {
  display: block;
  width: 100%;
  max-width: 331px;
  background-color: #e47f1a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  color: white;
  padding: 26px 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  float: right;
}
.contact-form ::-webkit-input-placeholder {
  color: #505050;
}
.contact-form ::-webkit-input-placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}
.contact-form ::-webkit-input-placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
.contact-form ::-webkit-input-placeholder :-ms-input-placeholder {
  color: #505050;
}
.mobile-menu {
  height: 45px;
  background-color: #173775;
  padding: 4px 5px;
  overflow: hidden;
}
.mobile-menu a {
  font-size: 27px;
  line-height: 38px;
  margin: 0 10px 0 0;
}
.mobile-menu a:link,
.mobile-menu a:visited {
  color: white;
}
.mobile-menu a:hover,
.mobile-menu a:focus,
.mobile-menu a:active {
  color: #409ece;
}
.mobile-menu .logo-container {
  float: left;
  position: relative;
}
.mobile-menu .logo-container a {
  margin: 0;
  display: block;
  font-size: 0;
  line-height: 37px;
}
.mobile-menu .menu-trigger {
  float: right;
}
.mobile-menu .cart-trigger {
  float: right;
}
.mobile-menu-list {
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.mobile-menu-list ul {
  padding: 0;
  border-top: 1px solid #494949;
  margin: 0;
}
.mobile-menu-list ul li {
  list-style: none;
  border-bottom: 1px solid #494949;
}
.mobile-menu-list ul li a {
  display: block;
  padding: 8px 5px;
  /*text-transform: uppercase;*/
  text-transform: none;
}
.mobile-menu-list ul li a:link,
.mobile-menu-list ul li a:visited {
  color: #c1c1c1;
  background-color: #173775;
}
.mobile-menu-list ul li a:hover,
.mobile-menu-list ul li a:active,
.mobile-menu-list ul li a:focus {
  color: #409ece;
  background-color: #ffffff;
}
.mobile-cart-details {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 0;
}
.mobile-cart-details ul {
  padding: 0;
  border-top: 1px solid #494949;
  margin: 0;
}
.mobile-cart-details ul li {
  list-style: none;
}
.mobile-cart-details ul li a {
  display: block;
  padding: 10px 25px;
  font-size: 20px;
}
.mobile-cart-details ul li a:link,
.mobile-cart-details ul li a:visited {
  color: #c1c1c1;
  background-color: #111111;
}
.mobile-cart-details ul li a:hover,
.mobile-cart-details ul li a:active,
.mobile-cart-details ul li a:focus {
  color: #409ece;
  background-color: #343434;
}
.header-container {
  background: no-repeat 50% 0;
  -webkit-background-size: contain;
  background-size: cover;
}
.header-container nav {
  margin-top: 20px;
  overflow: hidden;
}
.header-container nav .page-logo a {
  display: block;
}
.header-container nav .page-logo a img {
  width: 100%;
  height: auto;
}
.header-container nav .main-navigation {
  font-size: 16px;;
  /*text-transform: uppercase;*/
  text-align: right;
  margin-top: 10px;
}
.header-container nav .main-navigation ul {
  padding: 0;
  margin: 0;
}
.header-container nav .main-navigation ul li {
  display: inline-block;
}
.header-container nav .main-navigation ul li a {
  font-family: 'Open Sans', sans-serif;
  line-height: 50px;
  margin: 0 15px;
  display: block;
  padding: 10px 0;
}
.header-container nav .main-navigation ul li a:link,
.header-container nav .main-navigation ul li a:visited {
  color: white;
}
.header-container nav .main-navigation ul li a:hover,
.header-container nav .main-navigation ul li a:active,
.header-container nav .main-navigation ul li a:focus {
  /*color: #409ece;*/
}
.header-container nav .main-navigation ul li a.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #409ece;
  border-bottom: 3px solid #409ece;
  padding-bottom: 0;
}
.header-container nav .main-navigation ul li a.cart-navigation {
  text-align: center;
  border-left: 1px solid rgba(220, 220, 220, 0.2);
  line-height: 50px;
}
.header-container nav .main-navigation ul li a.cart-navigation i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0 0 30px;
}
.header-container nav .main-navigation ul li a.cart-navigation span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
  text-transform: none;
}
.header-container nav .main-navigation ul li a.cart-navigation:link,
.header-container nav .main-navigation ul li a.cart-navigation:visited {
  color: white;
}
.header-container nav .main-navigation ul li a.cart-navigation:hover,
.header-container nav .main-navigation ul li a.cart-navigation:active,
.header-container nav .main-navigation ul li a.cart-navigation:focus {
  color: #409ece;
}
.header-container .slogan {
  margin-top: 135px;
  text-align: center;
}
.header-container .slogan h1 {
  color: #fff;
  /*text-transform: uppercase;*/
}
.header-container .slogan h2 {
  color: white;
}
.header-container .slogan h3 {
  color: white;
}
.header-container .slogan p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;;
  color: white;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.header-container .slogan .price-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: white;
  margin: 30px 0 -15px;
}
.header-container .slogan a.learn-more {
  display: block;
  width: 230px;
  padding: 17px 0;
  margin: 43px auto;
  font-size: 16px;;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.header-container .slogan a.learn-more:link,
.header-container .slogan a.learn-more:visited {
  background-color: #fa8e21;
  color: white;
}
.header-container .slogan a.learn-more:hover,
.header-container .slogan a.learn-more:active,
.header-container .slogan a.learn-more:focus {
  background-color: #ffa223;
}
.header-container .slogan a.learn-more.lower {
  text-transform: none;
  font-size: 16px;;
  margin-top: 20px;
}
.header-container .slogan a.learn-more.lower i {
  margin-right: 10px;
}
.header-container.obedience-training {
  background-image: url(images/header-homepage-image.jpg);
  height: 806px;
}
.header-container.obedience-training .logo {
  display: inline-block;
  width: auto;
}
.header-container.obedience-training .logo a {
	display: block;
	height: 65px;
	margin-bottom: 6px;
}
.header-container.obedience-training .logo a img {
  height: 100%;
  width: auto;
}
.header-container.obedience-training .slogan {
  margin-top: -55px;
}
.header-container.obedience-training .slogan h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 23px;
}
.header-container.obedience-training .slogan h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 37px;
  letter-spacing: -2px;
  padding: 0 150px;
}
.header-container.obedience-training .slogan p {
  font-size: 18px;
}
.header-container.obedience-training .slogan p.semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: -5px;
  margin-top: 21px;
}
.header-container.obedience-training .slogan p.small {
  font-size: 12px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.header-container.obedience-training .slogan .video-container {
  height: 354px;
  display: inline-block;
  margin: 12px auto 15px;
  width: 629px;
}
.container-fluid .blue-block .date{
	background: khaki;
}
.header-container.obedience-training .slogan .video-container video {
  border: 6px solid white;
  height: 100%;
  width: auto;
}
.header-container.homepage {
  background-image: url(images/header-homepage-image.jpg);
  height: 670px;
}

.header-container.landing {
  background-image: url(images/banner1.jpg);
  height: 490px;
}

.header-container.dvd {
  background-image: url(images/header-homepage-image.jpg);
  height: 490px;
}
.header-container.dvd .slogan {
  margin-top: 55px;
}
.header-container.contact {
  background-image: url(images/header-homepage-image.jpg);
  height: 487px;
}
.header-container.contact .slogan {
  margin-top: 105px;
}
.header-container.contact .slogan p:first-of-type {
  margin-top: 30px;
}
.header-container.dvds {
  background-image: url(images/banner-story.jpg);
  height: 490px;
}
.header-container.dvds .slogan {
  margin-top: 70px;
}
.header-container.dvds .slogan p:first-of-type {
  margin-top: 40px;
}
.header-container.breed {
  background-image: url(images/banner1.jpg);
  height: 490px;
}
.header-container.breed .slogan {
  margin-top: 25px;
}
.header-container.breed .slogan p:first-of-type {
  margin-top: 40px;
}
.header-container.breeds {
  background-image: url(images/banner1.jpg);
  height: 490px;
}
.header-container.breeds .slogan {
 /* margin-top: 775px;*/
}
.header-container.breeds .slogan p:first-of-type {
  margin-top: 22px;
}
.header-container.product {
  background-image: url(images/product-header-image.jpg);
  height: 490px;
}
.header-container.product .slogan {
  margin-top: 10px;
}
.header-container.product .slogan h1 {
  text-transform: none;
  font-size: 47px;
  line-height: 47px;
  text-transform: uppercase;
}
.header-container.product .slogan .price-block {
  margin: 30px 0 -10px;
  padding-top: 25px;
}
.header-container.supplies {
  background-image: url(images/product-header-image.jpg);
  height: 490px;
}
.header-container.supplies .slogan {
  margin-top: 95px;
}
.dvd-showcase {
  text-align: center;
  margin-top: 45px;
}
.dvd-showcase .image-box img {
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.12);
}
.dvd-showcase h2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 32px 0 15px;
}
.dvd-showcase p {
  padding: 0 22px;
  font-size: 16px;;
  font-family: 'Open Sans', sans-serif;
}
.dvd-showcase a.learn-more {
  display: block;
  max-width: 195px;
  text-align: center;
  border: 2px solid white;
  margin: 28px auto 28px;
  padding: 13px 0;
  font-size: 16px;;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.dvd-showcase a.learn-more i {
  padding: 0 0 0 20px;
}
.dvd-showcase a.learn-more:link,
.dvd-showcase a.learn-more:visited {
  color: white;
}
.dvd-showcase a.learn-more:hover,
.dvd-showcase a.learn-more:active,
.dvd-showcase a.learn-more:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.white-block {
  padding: 60px 0;
}
.white-block h2,
.white-block h3 {
  color: #862220;
}
.white-block h2.paw-icon-header:before {
  padding-right: 30px;
  margin-top: -10px;
}
.white-block h3.paw-icon-header:before {
  padding-right: 30px;
  margin-top: -5px;
}
.white-block h2.paw-icon-header.left {
  text-align: left;
  text-indent: -15px;
  margin-left: 29px;
}
.white-block h4 {
  color: #862220;
  margin: 43px 0;
}
.white-block h5 {
  font-family: 'Open Sans', sans-serif;
  margin: 45px 0 30px;
}
.white-block p {
  font-size: 16px;;
  margin-bottom: 20px;
}
.white-block p:first-child {
  margin-top: 30px;
}
.white-block p.center {
  text-align: center;
}
.white-block a.button-blue-large {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 21px 22px;
  margin: 35px 0 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.white-block a.button-blue-large:link,
.white-block a.button-blue-large:visited {
  background-color: #126aac;
  color: white;
}
.white-block a.button-blue-large:active,
.white-block a.button-blue-large:hover,
.white-block a.button-blue-large:focus {
  background-color: #157ecc;
}
.white-block a.view-all-right-absolute {
  float: right;
  margin-top: -37px;
  display: block;
  font-size: 16px;;
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.white-block a.view-all-right-absolute i {
  padding-left: 30px;
}
.white-block a.view-all-right-absolute:link,
.white-block a.view-all-right-absolute:visited {
  color: #862220;
}
.white-block a.view-all-right-absolute:link i,
.white-block a.view-all-right-absolute:visited i {
  color: #fa8e21;
}
.white-block a.view-all-right-absolute:hover,
.white-block a.view-all-right-absolute:focus,
.white-block a.view-all-right-absolute:active {
  color: #a82b28;
}
.white-block a.view-all-right-absolute:hover i,
.white-block a.view-all-right-absolute:focus i,
.white-block a.view-all-right-absolute:active i {
  color: #ffa91e;
}
.white-block a.view-all-right-absolute:after {
  display: table;
  content: '';
  clear: both;
}
.white-block .flex-control-nav.flex-control-paging {
  text-align: center;
}
.white-block .flex-control-nav.flex-control-paging ol li {
  text-align: center;
  display: block;
  list-style: none;
}
.white-block .flex-direction-nav .flex-nav-next a {
  right: 0;
}
.white-block .flex-direction-nav .flex-nav-prev a {
  left: 0;
}
.white-block .flex-direction-nav a {
  opacity: 1;
  top: 50%;
}
.white-block .flex-direction-nav a:before {
  color: #fa8e21;
  font-size: 30px;
}
.white-block .image-block {
  overflow: hidden;
  text-align: center;
}
.white-block .image-block img {
  width: 100%;
  height: auto;
}
.white-block .breed-fact {
  margin-bottom: 25px;
}
.white-block .breed-rating-system p {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #505050;
  margin-bottom: 10px;
}
.white-block .product-shipping {
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.white-block .product-shipping h3 {
  margin: 0 0 15px 0;
  color: #862220;
  display: inline-block;
  letter-spacing: -1px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.white-block .product-shipping .image-wrapper {
  width: 270px;
  height: 237px;
  -webkit-box-shadow: 0px 0px 52px 19px rgba(222, 228, 233, 0.6);
  -moz-box-shadow: 0px 0px 52px 19px rgba(222, 228, 233, 0.6);
  box-shadow: 0px 0px 52px 19px rgba(222, 228, 233, 0.6);
}
.white-block .product-shipping .image-wrapper .image-container {
  overflow: hidden;
  width: 140px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.white-block .product-shipping .image-wrapper .image-container img {
  height: auto;
  width: 100%;
  float: none;
  display: block;
  margin: 0 auto;
}
.white-block .product-description {
  margin-bottom: -40px;
}
.white-block .product-description h2 {
  text-align: left;
  margin-bottom: 25px;
}
.white-block .product-description h4 {
  font-size: 20px;
  color: #505050;
  margin: 20px 0 30px;
}
.white-block .product-description p {
  font-size: 16px;;
  margin-bottom: 20px;
}
.white-block .product-description p:first-of-type {
  margin: 30px 0 50px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.white-block .product-description .product-warranty {
  margin: 40px 0;
}
.white-block .product-description .product-warranty img {
  float: none;
  margin: 0;
}
.white-block .product-description ul {
  margin: 0 0 30px 0;
}
.white-block .product-description ul > li {
  text-indent: -7px;
  list-style: none;
}
.white-block .product-description ul > li:before {
  content: '- ';
  text-indent: -7px;
}
.white-block .product-description ul > li.tall {
  margin-bottom: 25px;
}
.white-block .supply-categories-navigation {
  text-align: center;
}
.white-block .supply-categories-navigation ul {
  margin: 0;
  padding: 10px 50px;
  border: 1px solid #e3e5e8;
  display: inline-block;
}
.white-block .supply-categories-navigation ul > li {
  list-style: none;
  display: inline-block;
}
.white-block .supply-categories-navigation ul > li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  margin: 0 15px;
  padding-bottom: 10px;
}
.white-block .supply-categories-navigation ul > li a:link,
.white-block .supply-categories-navigation ul > li a:visited {
  color: #424242;
}
.white-block .supply-categories-navigation ul > li a:hover,
.white-block .supply-categories-navigation ul > li a:active,
.white-block .supply-categories-navigation ul > li a:focus {
  color: #626262;
}
.white-block .supply-categories-navigation ul > li a.active {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border-bottom: 4px solid #f78c20;
  padding-bottom: 7px;
}
.white-block .supply-categories-navigation ul > li a.active:link,
.white-block .supply-categories-navigation ul > li a.active:visited {
  color: #862220;
}
.white-block .supply-categories-navigation ul > li a.active:hover,
.white-block .supply-categories-navigation ul > li a.active:active,
.white-block .supply-categories-navigation ul > li a.active:focus {
  color: #a32927;
}
.white-block .products {
  margin: 40px 0 0 0;
  font-size: 0;
}
.white-block .products ul {
  text-align: center;
}
.white-block .products ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.white-block .products ul li .product-showcase .img-block {
  -webkit-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.05);
}
.white-block .products ul li .product-showcase .content-block {
  position: relative;
}
.white-block .products ul li .product-showcase .content-block h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  display: block;
}
.pattern-block.policy p {
    text-align: justify !important;
}
.pattern-block.policy h3 {
	padding-top: 20px;
}
.white-block .about-jim {
  margin-top: 21px;
}
.white-block .about-jim:after {
  display: table;
  content: '';
  clear: both;
}
.white-block .about-jim h3 {
  text-align: left;
  line-height: 30px;
}
.white-block .about-jim img {
	margin: 0 auto;
	display: block;
	/*width: 100%;*/
	height: auto;
	float: none;
	max-height: 473px !important;
}
.white-block .success-stories h2 {
  text-align: center;
}
.white-block .success-stories .success-stories-line {
  margin-top: 55px;
  font-size: 0px;
}
.white-block .success-stories .success-stories-line .success-story-block {
  display: inline-block;
  width: 24%;
  font-size: 0;
  vertical-align: top; 
  text-align: center;
}
.white-block .success-stories .success-stories-line .success-story-block h3 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  min-height: 40px;
  margin: 30px 0 30px;
}
.white-block .success-stories .success-stories-line .success-story-block .image-content {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.white-block .success-stories .success-stories-line .success-story-block .image-content img {
  float: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 201px;
  height: auto;
}
.white-block .success-stories .success-stories-line .success-story-block .content-block {
  max-width: 210px;
  margin: 0 auto ;
  min-height: 121px !important;
}
.white-block .success-stories .success-stories-line .success-story-block .content-block p {
  font-size: 14px;
}
.white-block .success-stories .success-stories-line .success-story-block a.view-more {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  padding: 16px 20px;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.white-block .success-stories .success-stories-line .success-story-block a.view-more:link,
.white-block .success-stories .success-stories-line .success-story-block a.view-more:visited {
  color: white;
  background-color: #e5801a;
}
.white-block .success-stories .success-stories-line .success-story-block a.view-more:hover,
.white-block .success-stories .success-stories-line .success-story-block a.view-more:focus,
.white-block .success-stories .success-stories-line .success-story-block a.view-more:active {
  background-color: #f88b1c;
}
.white-block .not-magic .block-content {
  padding: 30px 0;
}
.white-block .not-magic .block-content:after {
  display: table;
  content: '';
  clear: both;
}
.white-block .not-magic .not-magic-images {
  overflow: hidden;
}
.white-block .not-magic .not-magic-images img {
  display: block;
  margin: 30px 0 10px 0;
  float: none;
}
.white-block .not-magic .not-magic-content {
  margin-top: 20px;
  font-size: 16px;;
}
.white-block .not-magic .not-magic-content ul {
  margin: 0;
  padding: 0;
}
.white-block .not-magic .not-magic-content ul li {
  list-style: none;
  text-indent: -16px;
  padding-left: 42px;
  margin-bottom: 20px;
}
.white-block .not-magic .not-magic-content ul li:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  color: #862220;
}
.white-block .keys-to-unlock .image-container {
  text-align: center;
  /* margin: 60px 0; */
}
.white-block .keys-to-unlock .image-container .image-content {
  display: inline-block;
  margin: 0 auto;
}
.white-block .keys-to-unlock .image-container .image-content img {
  float: none;
  margin: 0;
}
.obedience-14 {
  clear: both;
}
.obedience-14 h3 {
  font-family: 'Open Sans', sans-serif;
  margin: 65px 0 20px 0;
}
.obedience-14 .slider-container {
  clear: both;
  margin: -15px;
  margin: 0 -15px 45px;
}
.obedience-14 .flexslider {
  border: none;
  margin-bottom: -45px;
}
.obedience-14 .flexslider .slide-container {
  width: 100%;
  height: 660px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.obedience-14 .flexslider .slide-container .img-container {
  height: 667px;
  text-align: center;
  background-color: yellow;
}
.obedience-14 .flexslider .slide-container .content {
  margin: 0 auto;
  display: block;
  z-index: 300;
  color: white;
  height: 250px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.obedience-14 .flexslider .slide-container .content h2 {
  text-align: center;
  display: block;
  font-family: 'Open Sans', sans-serif;
  width: 55%;
  /*font-size: 47px;*/
  letter-spacing: -2px;
  margin: 0 auto 35px;
  
}
.obedience-14 .flexslider .slide-container .content h3 {
  text-align: center;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  width: 55%;
  margin: 0 auto;
  font-weight: normal;
  line-height: 30px;
}
.obedience-14 .flex-control-paging {
  display: none;
}
.obedience-14 .custom-navigation {
  position: relative;
}
.obedience-14 .custom-navigation .flex-next,
.obedience-14 .custom-navigation .flex-prev {
  background-color: #1e79bd;
  width: 45px;
  height: 45px;
  line-height: 45px;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  display: block;
  text-align: center;
  position: absolute;
  top: 315px;
  z-index: 100;
}
.obedience-14 .custom-navigation .flex-next {
  right: 15%;
}
.obedience-14 .custom-navigation .flex-prev {
  left: 15%;
}
.negative-spacer-obedience-14-order-now {
  margin-top: -50px;
}
.white-block.paws-background {
  background: url(images/paws-background.jpg) no-repeat 50% 85%;
}
.blue-block {
  padding: 60px 0;
  background-color: #dde8f1;
  min-height: 100px;
  color: #808080;
}
@media only screen and (max-width: 600px){
	.obedience-rapt .blue-block{
		padding: 40px 0 !important;
	}
}
.blue-block h2 {
  color: white !important;
}
.blue-block h2.paw-icon-header:before {
  padding-right: 25px;
  font-size: 40px;
  margin-top: -10px;
}
.blue-block h3 {
  color: white;
}
.blue-block p {
  margin: 0 0 20px;
  /*text-align: center;*/
  font-size: 16px;;
}
.blue-block p:first-child {
  margin-top: 40px;
}
.blue-block p.bring-top {
    margin-top: -3px;
}
.blue-block .dvd-showcase {
  margin-bottom: 35px;
}
.blue-block .dvd-showcase h2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 32px 0 15px;
}
.blue-block .dvd-showcase a.learn-more {
  max-width: 195px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blue-block .dvd-showcase a.learn-more:hover,
.blue-block .dvd-showcase a.learn-more:active,
.blue-block .dvd-showcase a.learn-more:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.blue-block .breed-family-compatibility {
  margin: 38px 0 0 0;
}
.blue-block .breed-family-compatibility ul {
  margin: 0;
  padding: 0;
}
.breed-family{
	text-color: white !important ;
}
.blue-block .breed-family-compatibility ul li {
  /*list-style-image: url(images/list-bullet-chevron-right.png);*/
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;;
  padding-left: 30px;
  margin-left: 20px;
  margin-bottom: 35px;
}
.breed_li .blue-block .breed-family-compatibility ul li:before {
    font-family: dogandpuppies;
    content: '\e901';
    display: inline-block;
    vertical-align: middle;
    color: #679bd2;
    font-size: 20px;
    margin-left: -34px;
    position: absolute;
}
.breed_li .blue-block .breed-family-compatibility ul li {
	color: #808080 !important;
}
.blue-block .breed-family-compatibility .compatibility-result {
  background-color: white;
  display: block;
  max-width: 430px;
  text-align: center;
  color: #794e15;
  padding: 32px ;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;;
  /*margin: 25px 0 40px 0;*/
  margin: 0 auto;
}
.blue-block .rapt-unfold {
  text-align: left;
  margin-bottom: 80px;
}
@media only screen and (min-width: 469px) and (max-width: 1200px){
.blue-block .rapt-unfold {
   
   margin-bottom: -21px !important;
}
}
@media only screen and (max-width: 600px){
	.blue-block .rapt-unfold {	 
	 margin-bottom: 40px !important;
}
}
.blue-block .rapt-unfold h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  text-align: center;
  /*margin: 0 0 55px 0;*/
  padding: 0 0 38px 0;
}
@media only screen and (max-width: 600px){
	.blue-block .rapt-unfold h2 {
		 padding: 0px !important;
	}
}

.blue-block .rapt-unfold p {
  text-align: left;
  font-size: 16px;;
}
.blue-block .rapt-unfold ul {
  margin: 0 0 80px 0;
  padding: 0;
}
.blue-block .rapt-unfold ul li {
  list-style: none;
  font-size: 16px;;
  padding-left: 30px;
  margin-bottom: 30px;
  text-indent: -15px;
}

.blue-block .rapt-unfold ul li:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}
.blue-block .rapt-unfold .image-block {
  text-align: center;
  margin-bottom: 60px;
}
.blue-block .rapt-unfold .image-block img {
   width: 142%;
  height: auto;
  max-width: 142% !important;
}
.blue-block .stop-unwanted h3 {
  text-align: center;
  margin-bottom: 50px;
}
.blue-block .stop-unwanted p {
  text-align: left;
  font-size: 16px;;
}
.blue-block .stop-unwanted img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 370px;
  margin: 0 auto 50px;
}
.blue-block .stop-unwanted .content {
  margin-top: 50px;
}
.blue-block .stop-unwanted ul {
  margin: 0;
  padding: 0;
}
.blue-block .stop-unwanted ul li {
  font-size: 16px;;
  list-style: none;
  line-height: 30px;
  text-indent: -16px;
  padding-left: 30px;
}
.blue-block .stop-unwanted ul li:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}
.blue-block .money-back h1 {
  margin: 50px 0 0px;
  text-transform: uppercase;
}
.blue-block .money-back h2 {
  margin: 5px 0 30px;
}
.blue-block .money-back .content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  /*margin: 10px 80px 70px;*/
  text-align: center;
}
.blue-block .money-back .content p {
  margin-top: 30px;
  font-size: 18px;
}
.pattern-block {
  /*background-image: url(images/different-video-bg.jpg);*/
  background-color: #dde8f1;
  min-height: 100px;
  padding: 60px 0;
}
.blue-pattern-block{
  background-color: #dde8f1;
  min-height: 100px;
  padding: 60px 0;
}
@media only screen and (max-width: 600px){
	.obedience-different-video .pattern-block {	 
	padding: 40px 0 !important;
}
}

.pattern-block h2 {
  color: #862220;
}
.pattern-block h2.uppercase {
  text-transform: uppercase;
  letter-spacing: -2px;
}
.pattern-block h2.paw-icon-header:before {
  padding-right: 30px;
  font-size: 42px;
  margin-top: -10px;
}
.pattern-block h3 {
  color: #862220;
}
.pattern-block h3.upper {
  text-transform: uppercase;
  margin: 35px 0;
}
.pattern-block p {
  /*text-align: center;*/
  font-size: 16px;;
  line-height: 25px;
  color: #505050;
  
  
}
.pattern-block p:first-child {
  margin-top: 17px;
}
.pattern-block p.left-text {
  text-align: left;
}
.pattern-block p.semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.pattern-block .flexslider.homepage {
  background-color: transparent;
  border: none;
  margin-top: 75px;
}
.pattern-block .flexslider.homepage ul {
  padding: 0;
}
.pattern-block .flexslider.homepage ul li {
  width: 33%;
  margin: 0;
}
.pattern-block .flexslider.homepage ul li .img-block {
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pattern-block .flexslider.homepage ul li .img-block img {
  width: 100%;
  max-width: 270px;
  height: auto;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.pattern-block .flexslider.homepage ul li .content-block h2 {
  color: #862220;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.pattern-block .flex-control-nav.flex-control-paging {
  text-align: center;
}
.pattern-block .flex-control-nav.flex-control-paging ol li {
  text-align: center;
  display: block;
  list-style: none;
}
.pattern-block .flex-direction-nav .flex-next {
  right: -10px;
}
.pattern-block .flex-direction-nav .flex-prev {
  left: -10px;
}
.pattern-block .flex-direction-nav a {
  top: 35%;
  opacity: 1;
}
.pattern-block .flex-direction-nav a:before {
  color: #fa8e21;
  font-size: 30px;
}
.pattern-block a.view-all {
  display: block;
  max-width: 230px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 auto 30px;
  padding: 15px 0;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pattern-block a.view-all:link,
.pattern-block a.view-all:visited {
  background-color: #e5801a;
  color: white;
}
.pattern-block a.view-all:hover,
.pattern-block a.view-all:focus,
.pattern-block a.view-all:active {
  background-color: #f2871b;
}
.pattern-block .dvd-showcase {
  margin-bottom: 70px;
}
.pattern-block .dvd-showcase h2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 32px 0 15px;
}
.pattern-block .dvd-showcase a.learn-more {
  max-width: 195px;
  border: 2px solid white;
}
.pattern-block .dvd-showcase a.learn-more:link,
.pattern-block .dvd-showcase a.learn-more:visited {
  background: #126aab;
  /* Old browsers */
  background: -moz-linear-gradient(left, #126aab 0%, #187fcc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #126aab 0%, #187fcc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #126aab 0%, #187fcc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#126aab', endColorstr='#187fcc', GradientType=1);
  /* IE6-9 */
  color: white;
}
.pattern-block .dvd-showcase a.learn-more:hover,
.pattern-block .dvd-showcase a.learn-more:active,
.pattern-block .dvd-showcase a.learn-more:focus {
  background: #1579c4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1579c4 0%, #1a8ade 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1579c4 0%, #1a8ade 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1579c4 0%, #1a8ade 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1579c4', endColorstr='#1a8ade', GradientType=1);
  /* IE6-9 */
}
.pattern-block .breed-image {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
/*  border-radius: 50%;
  margin: -185px auto 70px;*/
    margin: -163px auto -19px;
}
.pattern-block .breed-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*width: 230px;*/
  /*height: 230px;*/
  width: 170px;
}
.pattern-block .discount-block {
  width: 90%;
  height: 65px;
  margin: 10px auto 50px;
  background-image: url(images/discount-offer.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
.pattern-block .breeds-dictionary-index {
  background-color: white;
  margin: 30px 0 10px;
  padding: 30px 0;
  text-align: center;
}
.pattern-block .breeds-dictionary-index ul {
  margin: 0;
  padding: 0;
}
.pattern-block .breeds-dictionary-index ul li {
  list-style: none;
  display: inline-block;
}
.pattern-block .breeds-dictionary-index ul li a {
  cursor: default;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding: 0 5px;
}
.pattern-block .breeds-dictionary-index ul li a:link,
.pattern-block .breeds-dictionary-index ul li a:visited {
  color: #cec6c6;
}
.pattern-block .breeds-dictionary-index ul li a:hover,
.pattern-block .breeds-dictionary-index ul li a:focus,
.pattern-block .breeds-dictionary-index ul li a:active {
  color: #c6bebe;
}
.pattern-block .breeds-dictionary-index ul li a.have-link {
  cursor: pointer;
}
.pattern-block .breeds-dictionary-index ul li a.have-link:link,
.pattern-block .breeds-dictionary-index ul li a.have-link:visited {
  color: #794e15;
}
.pattern-block .breeds-dictionary-index ul li a.have-link:hover,
.pattern-block .breeds-dictionary-index ul li a.have-link:focus,
.pattern-block .breeds-dictionary-index ul li a.have-link:active {
  color: #679bd2;
}
.pattern-block .active-breed-index {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: #794e15;
  text-align: center;
  line-height: 60px;
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 30px auto 40px;
}
.pattern-block .active-breeds {
  font-size: 0;
  text-align: center;
}
.pattern-block .active-breeds:after {
  content: '';
  display: table;
  clear: both;
}
.pattern-block .active-breeds a.breed-showcase {
  display: inline-block;
  margin: 0 auto 20px;
  vertical-align: top;
  width: 33%;
  text-align: center;
}
.pattern-block .active-breeds a.breed-showcase .breed-image {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  overflow: hidden;
}
.pattern-block .active-breeds a.breed-showcase .breed-image img {
  width: 100%;
  height: 130px;
}
.pattern-block .active-breeds a.breed-showcase h2 {
  font-size: 16px;;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  min-height: 60px;
  margin: 20px 0 20px 0;
  padding: 0 20px;
}
.pattern-block .good-news {
  font-size: 0;
  margin: 20px 0 60px 0;
  padding: 0;
  background-color: #862220;
}
.pattern-block .good-news .good-news-red-block {
  background-color: #862220;
  width: 36%;
  display: inline-block;
  min-height: 320px;
  vertical-align: top;
  color: white;
}
.pattern-block .good-news .good-news-red-block h2 {
  color: white;
  font-size: 24px;
  text-align: left;
  padding: 20px 50px 20px 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 0 30px 0;
}
.pattern-block .good-news .good-news-red-block h2 i {
  font-size: 36px;
  padding-right: 10px;
  vertical-align: middle;
}
.pattern-block .good-news .good-news-red-block p {
  font-size: 17px;
  color: white;
  text-align: left;
  padding: 8px 60px 0 70px;
}
.pattern-block .good-news .good-news-white-block {
  background-color: white;
  width: 64%;
  display: inline-block;
  min-height: 320px;
  vertical-align: top;
  padding: 30px 60px;
  float: right;
}
.pattern-block .good-news .good-news-white-block h3 {
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #505050;
  text-align: left;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 27px;
}
.pattern-block .good-news .good-news-white-block ul {
  font-size: 16px;;
  color: #505050;
  padding: 0;
  margin: 0 0 25px 0;
}
.pattern-block .good-news .good-news-white-block ul li {
  list-style: none;
}
.pattern-block .good-news .good-news-white-block ul li:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  color: #862220;
  font-size: 20px;
  padding-right: 11px;
}
.pattern-block .story-pg-tick ul li:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  color: #862220;
  font-size: 20px;
  padding-right: 15px;
}
.pattern-block .good-news .good-news-white-block p {
  font-size: 16px;;
  color: #505050;
  text-align: left;
}
.pattern-block .different-video .text-block {
  padding: 30px 0;
}
@media only screen and  (max-width: 500px){
.pattern-block .different-video .text-block {
  padding: 0 !important;
}
}
.pattern-block .different-video .text-block:after {
  display: table;
  content: '';
  clear: both;
}
.pattern-block .different-video .order-num-blue-circle {
  background-color: #1e79bd;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: white;
}
.pattern-block .different-video .main-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.pattern-block .different-video p {
  text-align: left;
  font-size: 16px;;
}
.pattern-block .different-video .daisy-images {
  background-image: url(images/paws-background.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 200px 68px;
  background-size: 200px 68px;
  margin-bottom: 30px;
}
.pattern-block .different-video .daisy-images:after {
  content: '';
  display: table;
  clear: both;
}
.pattern-block .different-video .daisy-images img {
  width: 33%;
  height: auto;
}
.pattern-block .different-video .important-text {
  border: 2px solid #f98d21;
  padding: 25px 30px;
  margin: 30px 0;
  border-right: none;
  border-left: none;
  font-size: 16px;;
}
.pattern-block .bonus-products .gifts-container {
  font-size: 0;
  margin-top: 60px;
}
.pattern-block .bonus-products .gifts-container .gift-block {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  margin: 0 1% 30px;
  padding: 0 20px;
  position: relative;
}
.pattern-block .bonus-products .gifts-container .gift-block .image-block {
  text-align: center;
  padding: 20px 0 5px;
}
.pattern-block .bonus-products .gifts-container .gift-block .image-block img {
  max-width: 100%;
}
.pattern-block .bonus-products .gifts-container .gift-block .content-block {
 /* border-bottom: 1px solid #e5e4e4; */
}
.pattern-block .bonus-products .gifts-container .gift-block .content-block h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  color: #1e79bd;
  text-transform: uppercase;
}
.pattern-block .bonus-products .gifts-container .gift-block .content-block p {
  font-family: 'Open Sans', sans-serif;
  min-height: 100px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-block {
  display: block;
  position: relative;
  margin: 0 -20px;
  padding: 20px 20px 1px;
  overflow: hidden;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-block p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  overflow: hidden;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-block.active {
  height: auto;
}
.pattern-block .bonus-products .gifts-container .gift-block .more-text-about {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: none;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener {
  position: absolute;
  display: block;
  bottom: -14px;
  right: 14px;
  background-color: white;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d1d5d0;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener:link,
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener:visited {
  color: #862220;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener:hover,
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener:active,
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener:focus {
  background-color: #ededed;
}
.pattern-block .bonus-products .gifts-container .gift-block .explanation-opener.active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pattern-block .bonus-products .order-now {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 90px;
}
.pattern-block .bonus-products .order-now:link,
.pattern-block .bonus-products .order-now:visited {
  color: #862220;
}
.pattern-block .bonus-products .order-now:hover,
.pattern-block .bonus-products .order-now:active,
.pattern-block .bonus-products .order-now:focus {
  color: #ab2b29;
}
.pattern-block .steps-block {
  margin-bottom: 40px;
}
.pattern-block .steps-block h2 {
  margin: 25px 0;
}
.pattern-block .steps-block h3 {
  text-align: left;
  margin: 5px 0 40px 0;
}
.pattern-block .steps-block h2.thin {
  font-size: 38px;
  font-weight: normal;
  margin: 10px 0 50px;
}
.pattern-block .steps-block .steps {
  margin-bottom: 40px;
}
.pattern-block .steps-block .steps .step {
  padding: 20px 0;
  border-bottom: 1px solid white;
}
.pattern-block .steps-block .steps .step:first-of-type {
  border-top: 1px solid white;
}
.pattern-block .steps-block .steps .step .number {
  background-color: #f98d20;
  display: inline-block;
  width: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  color: white;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.pattern-block .steps-block .steps .step .content {
  display: inline-block;
  padding-top: 15px;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-left: 40px;
  font-size: 20px;
  width: 80%;
}
.pattern-block .steps-block .image-container {
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
}
.pattern-block .steps-block .image-container img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.pattern-block .steps-block ul {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 16px;;
}
.pattern-block .steps-block ul li {
  list-style: none;
  padding: 0px 0 0 34px;
  text-indent: -25px;
  margin-bottom: 30px;
}
.Breed-Specific .pattern-block{
	padding-bottom:0px !important;
}
.style-padding{
	padding-left:10px;
}
.no-matter{
	padding-bottom:20px;
}
.would-only{
	color: #505050;
	font-size:16px !important;
}
.pattern-block .steps-block ul li:before {
  font-family: dogandpuppies;
  content: '\e901';
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  color: #862220;
  font-size: 18px;
  margin-right: 10px;
}
.pattern-block .steps-block p {
  text-align: left;
  font-size: 16px;;
}
.pattern-block.dvd .dvd-showcase {
  margin-bottom: 20px;
}
.footer-container {
  overflow: hidden;
  /*margin-top: 80px;*/
  /*min-height: 350px;*/
  border-top: 1px solid #f0eeee;
  background: url(images/footer_logo.png) no-repeat 50% 45px;
}
.footer-container .copyright-block {
  text-align: center;
  margin-top: 165px;
  color: #808080;
}
.footer-container .footer-menu {
  text-align: center;
  margin: 5px 0 20px;
}
.footer-container .footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-container .footer-menu ul li {
  display: inline-block;
  list-style: none;
}
.footer-container .footer-menu ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;;
  padding: 0 10px;
}
.footer-container .footer-menu ul li a:link,
.footer-container .footer-menu ul li a:visited {
  /*color: #862220;*/
}
.footer-container .footer-menu ul li a:hover,
.footer-container .footer-menu ul li a:active,
.footer-container .footer-menu ul li a:focus {
  color: #ad2c29;
}
.footer-container .social-menu {
  text-align: center;
  margin-bottom: 30px;
}
.footer-container .social-menu a {
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;;
  line-height: 36px;
  margin: 17px;
}
.footer-container .social-menu a:link,
.footer-container .social-menu a:visited {
  background-color: #bc7f7e;
  color: white;
}
.footer-container .social-menu a:hover,
.footer-container .social-menu a:focus,
.footer-container .social-menu a:active {
  background-color: #862220;
}
.fade.in {
  background-color: rgba(0, 0, 0, 0.57);
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-header {
  border: none;
}
.obedience-modal .modal-body {
  padding: 50px 5px 50px 5px;
}
.obedience-modal .modal-body a.close-button {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #862220;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
}
.obedience-modal .modal-body a.close-button:link,
.obedience-modal .modal-body a.close-button:visited {
  color: #862220;
}
.obedience-modal .modal-body a.close-button:hover,
.obedience-modal .modal-body a.close-button:active,
.obedience-modal .modal-body a.close-button:focus {
  color: #9f2826;
}
.obedience-modal .modal-body .image-content {
  text-align: center;
      float: left;
    padding-right: 16px;
}
.obedience-modal .modal-body .image-content img {
  max-width: 305px;
  height: auto;
  width: 100%;
  
}
.obedience-modal .modal-body .image-content h2 {
  color: #862220;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.obedience-modal.product .modal-body {
  padding: 20px 20px 20px 20px;
}
.obedience-modal.product .modal-dialog {
  width: 430px;
}
.obedience-modal.product .modal-dialog .data-container {
  display: none;
}
.obedience-modal.product .modal-dialog .content h2 {
  font-size: 12px;
  color: #1e79bd;
}
.obedience-modal.product .modal-dialog .content p {
  font-size: 12px;
}
.obedience-modal.product .modal-dialog .content ul {
  margin: 20px 0 0 15px;
  padding: 0;
  text-align: left;
}
.obedience-modal.product .modal-dialog .content ul > li {
  font-size: 12px;
}
.obedience-modal.product .modal-dialog .content.shrink {
  padding: 0 40px 0;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.obedience-modal.product .modal-dialog .content.shrink strong {
  display: block;
  padding: 0 40px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .row1030 {
    width: 100%;
  }
  .header-container nav .main-navigation {
    margin-top: 0px;
  }
  .header-container nav .main-navigation ul li a {
    margin: 0 5px;
    line-height: 50px;
  }
  .header-container nav .main-navigation ul li a.cart-navigation {
    line-height: 50px;
  }
  .header-container nav .main-navigation ul li a.cart-navigation i {
    padding: 0 0 0 15px;
  }
  .header-container.obedience-training {
    height: 814px;
  }
  .white-block .flexslider2.homepage ul li .content-block h4 {
    padding: 0 10px;
  }
  .white-block.paws-background {
    background-position: 66% 85%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
  }
  .header-container nav .page-logo a {
    width: 60px;
  }
  .header-container.dvd .slogan {
    margin-top: 25px;
  }
  .header-container.obedience-training {
    height: 860px;
  }
  .header-container.obedience-training .slogan h2 {
    font-size: 34px;
    padding: 0;
  }
  .product-showcase .content-block h4 {
    padding: 0 5px;
  }
  .white-block p {
    margin-left: 0;
  }
  .white-block a.button-blue-large {
    margin: 35px 0 35px 0;
  }
  .white-block .products ul li {
    width: 50%;
  }
  .white-block .success-stories .success-stories-line .success-story-block {
    margin-bottom: 30px;
    width: 49%;
  }
  .white-block .not-magic .not-magic-images {
    text-align: center;
    font-size: 0;
  }
  .white-block .not-magic .not-magic-images:after {
    display: table;
    content: '';
    clear: both;
  }
  .white-block .not-magic .not-magic-images img {
    float: right;
    margin: 0 0px 20px;
    width: 49%;
  }
  .white-block .not-magic .not-magic-images img:first-of-type {
    float: left;
  }
  .white-block.paws-background {
    background-image: none !important;
  }
  .blue-block .dvd-showcase h2 {
    font-size: 20px;
  }
  .blue-block .dvd-showcase a.learn-more {
    margin-bottom: 90px;
  }
  .blue-block .money-back .content {
    margin: 10px 0 70px;
  }
  .pattern-block .dvd-showcase h2 {
    min-height: 50px;
  }
  .pattern-block .good-news .good-news-red-block {
    width: 100%;
    display: block;
    min-height: 10px;
    padding-bottom: 30px;
  }
  .pattern-block .good-news .good-news-white-block {
    width: 100%;
    display: block;
    min-height: 10px;
    float: none;
  }
  .pattern-block .different-video .text-block {
    margin-bottom: 15px;
  }
  .pattern-block .different-video .important-text {
    margin-bottom: 0;
  }
  .pattern-block .different-video .order-num-blue-circle {
    display: block;
    margin: 30px auto;
  }
  .pattern-block .bonus-products .gifts-container .gift-block {
    width: 23%;
    padding: 0 10px;
  }
  .obedience-14 .flexslider .slide-container {
    height: 535px;
  }
  .obedience-14 .flexslider .slide-container .content {
    height: 360px;
  }
  .obedience-14 .custom-navigation .flex-next,
  .obedience-14 .custom-navigation .flex-prev {
    top: 235px;
  }
}
/*Ipad Landscape */
/*Ipad Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .pattern-block .discount-block {
    background-image: url(images/discount-offer-xs.png);
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.blue-block .rapt-unfold .image-block img {
    width: 69% !important;
}
	.content-block.story-spacer-1{
		margin-top: -24px !important;
		margin-bottom: -36px !important;
	}
	.content-block.story-spacer-2{
		margin-top: -24px !important;
		
	}
	.content-block.story-spacer-3{
		margin-top: -24px !important;
		margin-bottom: -36px !important;
	}
	.content-block.story-spacer-4{
		margin-top: -24px !important;
		margin-bottom: -46px !important;
	}
  h1 {
    font-size: 27px !important;
  }
  h2 {
    font-size: 23px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h2.paw-icon-header:before,
  h3.paw-icon-header:before {
    
    padding: 8px;
  }
  .header-container.homepage,
  .header-container.contact,
  .header-container.breed,
  .header-container.dvds,
  .header-container.dvd,
  .header-container.product,
  .header-container.breeds,
  .header-container.landing,
  .header-container.supplies,
  .header-container.obedience-training {
    min-height: 400px;
    height: auto;
    padding-bottom: 25px;
  }
  .header-container.homepage .slogan,
  .header-container.contact .slogan,
  .header-container.breed .slogan,
  .header-container.dvds .slogan,
  .header-container.dvd .slogan,
  .header-container.product .slogan,
  .header-container.breeds .slogan,
  .header-container.supplies .slogan,
  .header-container.obedience-training .slogan {
    margin-top: 70px;
  }
  .header-container.homepage .slogan h1,
  .header-container.contact .slogan h1,
  .header-container.breed .slogan h1,
  .header-container.dvds .slogan h1,
  .header-container.dvd .slogan h1,
  .header-container.product .slogan h1,
  .header-container.breeds .slogan h1,
  .header-container.supplies .slogan h1,
  .header-container.obedience-training .slogan h1 {
    font-size: 27px;
    line-height: 28px;
  }
  .header-container.homepage .slogan h2,
  .header-container.contact .slogan h2,
  .header-container.breed .slogan h2,
  .header-container.dvds .slogan h2,
  .header-container.dvd .slogan h2,
  .header-container.product .slogan h2,
  .header-container.breeds .slogan h2,
  .header-container.supplies .slogan h2,
  .header-container.obedience-training .slogan h2 {
    font-size: 30px;
  }
  .header-container.homepage .slogan p,
  .header-container.contact .slogan p,
  .header-container.breed .slogan p,
  .header-container.dvds .slogan p,
  .header-container.dvd .slogan p,
  .header-container.product .slogan p,
  .header-container.breeds .slogan p,
  .header-container.supplies .slogan p,
  .header-container.obedience-training .slogan p {
    font-size: 14px;
  }
  .header-container.obedience-training .logo a {
    height: 35px;
  }
  .header-container.obedience-training .slogan {
    margin-top: -50px;
  }
  .header-container.obedience-training .slogan h3 {
    font-size: 16px;;
    width: 60%;
    margin: 20px auto 0;
  }
  .header-container.obedience-training .slogan p {
    font-size: 16px;;
  }
  .header-container.obedience-training .slogan .video-container {
    height: auto;
    width: 100%;
  }
  .header-container.obedience-training .slogan .video-container video {
    width: 100%;
    height: auto;
    max-width: 624px;
  }
  .white-block h2.paw-icon-header:before,
  .white-block h3.paw-icon-header:before {
    padding: 0 14px 0 0;
  }
  .white-block a.button-blue-large {
    display: block;
    margin: 35px auto 15px;
    width: 370px;
    text-align: center;
  }
  .white-block img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .white-block a.view-all-right-absolute {
    float: none;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    background-color: #f0f0f0;
    max-width: 200px;
    margin: -20px auto 0;
    padding: 10px 0;
  }
  .white-block a.view-all-right-absolute i {
    padding-left: 10px;
  }
  .white-block .product-shipping {
    margin: 30px 0 0 0;
    padding-bottom: 20px;
  }
  .white-block .product-shipping h3 {
    display: block;
    text-align: center;
  }
  .white-block .product-shipping p {
    text-align: center;
  }
  .white-block .product-shipping .image-wrapper {
    display: block;
    margin: 0 auto 40px;
  }
  .white-block .product-description ul {
    padding-left: 15px;
  }
  .white-block .supply-categories-navigation ul {
    width: 100%;
    padding: 10px 0;
  }
  .white-block .supply-categories-navigation ul li a {
    margin: 0 10px;
    font-size: 16px;;
  }
  .white-block .products ul li {
    width: 90%;
  }
  .white-block .about-jim h3 {
    font-size: 23px;
    line-height: 33px;
  }
  .white-block .about-jim img {
    /*max-width: 100%;*/
  }
  .white-block .success-stories h2 {
    font-size: 23px;
  }
  .white-block .success-stories .success-stories-line .success-story-block {
    width: 100%;
    margin: 0 auto 40px;
  }
  .white-block .success-stories .success-stories-line .success-story-block .image-content img {
    display: inline;
  }
  .white-block .not-magic .not-magic-images img {
    width: 49%;
  }
  .white-block .keys-to-unlock .image-container .image-content img {
    max-width: 100%;
  }
  .blue-block h2 {
    font-size: 23px;
  }
  .blue-block h2.paw-icon-header:before {
    padding: 0 14px 0 0;
  }
  .blue-block .rapt-unfold h2 {
    font-size: 23px;
  }
  .blue-block .money-back h1 {
    font-size: 27px;
  }
  .blue-block .money-back h2 {
    font-size: 23px;
  }
  .pattern-block .discount-block {
    background-image: url(images/discount-offer-xs.png);
  }
  .pattern-block h2 {
    font-size: 23px;
  }
  .pattern-block h2.paw-icon-header:before {
    padding: 0;
  }
  .pattern-block h2.uppercase {
    font-size: 23px;
  }
  .pattern-block .contact-form input[type=submit] {
    float: none;
    margin-top: 30px;
    max-width: 304px;
  }
  .pattern-block .active-breeds a.breed-showcase {
    width: 50%;
  }
  .pattern-block .different-video .daisy-images {
    background-image: none;
  }
  .pattern-block .different-video .daisy-images img {
    width: 50%;
    height: auto;
  }
  .pattern-block .bonus-products .gifts-container .gift-block {
    width: 48%;
    padding: 0 20px;
  }
  .pattern-block .steps-block h2 {
    font-size: 23px;
    margin: 25px 0;
  }
  .pattern-block .steps-block .steps .step .content {
    width: 70%;
  }
  .pattern-block .good-news .good-news-red-block h2 {
    font-size: 23px;
  }
  .pattern-block .good-news .good-news-red-block p {
    font-size: 16px;;
  }
  .order-now-helper-block a.order-now {
    font-size: 17px !important;
  }
  .order-now-helper-block a.order-now .old-price {
    font-size: 14px !important;
  }
  .obedience-14 .flexslider .slide-container {
    height: 400px;
  }
  .obedience-14 .flexslider .slide-container .content {
    height: 200px;
  }
  .obedience-14 .flexslider .slide-container .content h2 {
    font-size: 23px;
    width: 75%;
    margin: 0 auto 16px;
  }
  .obedience-14 .flexslider .slide-container .content h3 {
    font-size: 15px !important;
    width: 60%;
    line-height: 21px;
  }
  .obedience-14 .custom-navigation .flex-next {
    right: 2%;
    top: 175px;
  }
  .obedience-14 .custom-navigation .flex-prev {
    left: 2%;
    top: 175px;
  }
  .footer-container .footer-menu {
    margin-top: 30px;
  }
  .footer-container .footer-menu ul li {
    display: block;
  }
  .obedience-modal.product .modal-dialog {
    width: auto;
  }
}
.order-now-helper-block {
  margin: -44px 0;
}
.slider-order-now-helper-block  .order-now-helper-block {
  margin: -64px 0;
}
.order-now-helper-block a.order-now {
  background-color: #fa8e21;
  border-bottom: 4px solid #ad6216;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 27px;
  line-height: 4px;
  text-align: center;
  max-width: 430px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none !important;
} 
.order-btn-shipping {
    font-size: 10px;	
}
.date {
    color: #EF1701;
    font-weight: 700;
}
.order-now-helper-block a.order-now .old-price {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: line-through;
}
.order-now-helper-block a.order-now:link,
.order-now-helper-block a.order-now:visited {
  color: white;
}
.order-now-helper-block a.order-now:hover,
.order-now-helper-block a.order-now:active,
.order-now-helper-block a.order-now:focus {
  background-color: #ffa321;
  border-bottom: 4px solid #c26e19;
}
/* Extra Small Devices, Phones */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 500px) {
	
	.blue-block .money-back .content {
    margin: 10px 0 40px !important;
  }
}
@media only screen and (max-width: 479px) {
	.pattern-block .steps-block ul li {
    
    margin-bottom: 0px !important; 
	}
	.pattern-block .steps-block ul{
    
    margin-bottom: 30px !important; 
	}
	.content-block.story-spacer-1{
		margin-top: -24px !important;
		margin-bottom: -36px !important;
	}
	.content-block.story-spacer-2{
		margin-top: -24px !important;
		
	}
	.content-block.story-spacer-3{
		margin-top: -24px !important;
		margin-bottom: -36px !important;
	}
	.content-block.story-spacer-4{
		margin-top: -24px !important;
		margin-bottom: -46px !important;
	}
	.pattern-block .bonus-products .order-now {
    margin: 20px 0 44px !important;
	}
	.obedience-steps-block .pattern-block .steps-block {
    margin-bottom: 0px !important; 
	}
	.spacer60 {
		height: 16px !important;
	}
	.obedience-slogan{
		padding-left:30px !important;
	}
	.obedience-training-main  .white-block, .obedience-training-main  .pattern-block, .obedience-training-main  .blue-block {
		    padding: 40px 0 !important;
	}
  h1 {
    font-size: 19px;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 18px;
  }
  .header-container.homepage .slogan h1,
  .header-container.contact .slogan h1,
  .header-container.breed .slogan h1,
  .header-container.dvds .slogan h1,
  .header-container.dvd .slogan h1,
  .header-container.product .slogan h1,
  .header-container.breeds .slogan h1,
  .header-container.supplies .slogan h1,
  .header-container.obedience-training .slogan h1 {
    font-size: 19px;
    /*line-height: 22px;*/
  }
  .header-container.homepage .slogan h2,
  .header-container.contact .slogan h2,
  .header-container.breed .slogan h2,
  .header-container.dvds .slogan h2,
  .header-container.dvd .slogan h2,
  .header-container.product .slogan h2,
  .header-container.breeds .slogan h2,
  .header-container.supplies .slogan h2,
  .header-container.obedience-training .slogan h2 {
    font-size: 30px;
  }
  .header-container.obedience-training .slogan h3 {
    font-size: 14px;
  }
  .header-container.obedience-training .slogan p {
    font-size: 14px;
  }
  .white-block h2 {
    font-size: 18px;
  }
  .white-block h2.paw-icon-header {
    font-size: 18px;
  }
  .white-block a.button-blue-large {
    display: block;
    margin: 35px auto 15px;
    width: 235px;
    text-align: center;
  }
  .white-block .product-showcase .img-block img {
    width: 90%;
  }
  .white-block .product-shipping .image-wrapper {
    width: 200px;
    padding: 0 22px;
  }
  .white-block .supply-categories-navigation ul li a {
    line-height: 44px;
  }
  .white-block .supply-categories-navigation ul li a.active {
    border: none;
  }
  .white-block .about-jim h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .white-block .success-stories h2 {
    font-size: 18px;
  }
  .blue-block h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .blue-block h2.paw-icon-header {
    font-size: 18px;
  }
  .blue-block h2.paw-icon-header:before {
    padding: 10px;
  }
  .blue-block .breed-family-compatibility ul li {
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .blue-block .rapt-unfold h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .blue-block .money-back h1 {
    font-size: 19px;
  }
  .blue-block .money-back h2 {
    font-size: 18px;
  }
  .pattern-block h2 {
    font-size: 18px;
  }
  .pattern-block h2.paw-icon-header {
    font-size: 19px;
  }
  .pattern-block h2.paw-icon-header:before {
    padding: 0;
  }
  .pattern-block .contact-form .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  .pattern-block .breed-image {
    margin: -50px auto -30px;
  }
  .pattern-block .active-breeds a.breed-showcase {
    width: 100%;
  }
  .pattern-block .good-news .good-news-red-block h2 {
    font-size: 18px;
    padding: 20px;
  }
  .pattern-block .good-news .good-news-red-block p {
    font-size: 14px;
    padding: 20px;
  }
  .pattern-block .good-news .good-news-white-block {
    padding: 20px;
  }
  .pattern-block .different-video .daisy-images {
    background-image: none;
  }
  .pattern-block .different-video .daisy-images img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }
  .pattern-block .bonus-products .gifts-container .gift-block {
    width: 75%;
    padding: 0 20px;
  }
  .pattern-block .steps-block h2,
  .pattern-block .steps-block h2.thin {

  font-size: 18px;
  }
  .pattern-block .steps-block .steps .step .number {
    display: block;
    width: 60px;
    margin: 0 auto;
  }
  .pattern-block .steps-block .steps .step .content {
    width: 99%;
    margin: 0;
  }
  .obedience-14 .flexslider .slide-container {
    height: 450px;
  }
  .obedience-14 .flexslider .slide-container .content {
    height: 280px;
  }
  .obedience-14 .flexslider .slide-container .content h2 {
    font-size: 19px;
    letter-spacing: 0;
    width: 60%;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .header-container.homepage {
    height: auto;
  }
}
.content-box > p {
    color: white !important;
}
.dvd-showcase-breed .content-box > p {
    color: #505050 !important;
}
p.blue-block-content {
    color: white;
}

.nav_menu_css_class .menu-main-menu-container li.active > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /*color: #409ece !important;*/
    /*border-bottom: 3px solid #409ece;*/
    padding-bottom: 0;
}

h1, .h1, .h2, .h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
@media only screen and (max-width: 600px) {
  .header-container.obedience-training {
    margin-top: 0px !important;
  }
}


h3.fail-proof {
    line-height: 30px !important;
}

.make-white p,
h1.make-white,
.make-white ul li,
.content.make-white h2,
.content.make-white h3 {
    color: white !important;
}
.make-white p{
	font-size: 16px; !important;
}
.make-white h5{
	font-size: 20px !important;
	color:white !important;
	text-align:left;
	padding-top:5px;
}


.steps > .step > .content {
    float: none !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
    border: 6px solid white;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.add-space-12 {
    padding: 12px;
}

.white-block-reduced {
  padding: 60px 0 21px 0;
}

a.view-more-bonus:link {
    color: white;
    background-color: #e5801a;
}

a.view-more-bonus {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    padding: 16px 20px;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: white !important;
    border-radius: 6px;
    margin-bottom: 11px;
}

.align-center {
    text-align: center;
	margin: 0 auto;
}

.bonus-description {
    margin: 0 auto;
    max-width: 300px;
    width: 60%;
    margin-top: 10px;
    font-size: 14px !important;
}

.horizontal-line {
    border-top: 1px solid #eee;
    height: 0px;
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin: 17px;
}

.bonus-bottom-desc {
    margin: 0 auto !important;
    width: 89%;
    font-size: 14px !important;
	text-align: justify;
}

.bonus-bottom-desc ul {
    width: 90%;
	margin-left: 18px;
 
}

.bonus-bottom-desc ul li {
    font-size: 14px !important;
	list-style-type: disc !important;
}

select.checkout-address {
    border: 1px solid #e6e9e9;
}

select:invalid {
 color: gray;
 width: 85%;
}

p.form-error, span.form-error {
    margin-top: -28px;
    color: #794e15;
    font-size: 13px;
}

p.email-form-error {
    margin-top: -8px;
    color: #173775;
    font-size: 13px;
}


/* 
  Generic Styling, for Desktops/Laptops 
  */
  table.payment-receipt { 
    width: 100%; 
    border-collapse: collapse; 
  }
  table.payment-receipt tr:nth-of-type(odd) { 
    /*background: #eee; */
  }

  table.payment-receipt td, th { 
    padding: 6px; 
    border: 1px solid #ccc; 
    text-align: left; 
  }
  table.contact-us th { 
    padding: 6px;  
    text-align: left; 
	border: 0px !important;
  }
   table.contact-us { 
    width: 100%; 
    border-collapse: collapse; 
  }
  .size-field{
	height:40px;
	width: 369px;
  }

  @media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {
  
    table.payment-receipt, table.payment-receipt thead, table.payment-receipt tbody, table.payment-receipt th, table.payment-receipt td, table.payment-receipt tr { 
      display: block; 
    }
    
    table.payment-receipt thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .table .payment-receipt td {
      text-align: left !important;
    }
    
    table.payment-receipt tr { border: 1px solid #ccc; }
    
    table.payment-receipt td { 
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 40% !important; 
    }
    
    table.payment-receipt td:before { 
      position: absolute;
      top: 6px;
      left: 6px;
      padding-right: 10px; 
      white-space: nowrap;
      font-weight: 600;
    }
    
    /*
    Label the data
    */
    table.payment-receipt td:nth-of-type(1):before { content: "Product Name"; }
    table.payment-receipt td:nth-of-type(2):before { content: "Quantity"; }
    table.payment-receipt td:nth-of-type(3):before { content: "Product Cost"; }
    table.payment-receipt td:nth-of-type(4):before { content: "Total Cost"; }
    /* table.payment-receipt td:nth-of-type(5):before { content: "Shipping Cost"; } */
   /* table.payment-receipt td:nth-of-type(6):before { content: "Total Cost"; } */
  }
  
.table .payment-receipt td, .table .payment-receipt th {
   text-align: center;   
   vertical-align:middle;
}


.view-more-bonus {
    color: white;
    background-color: #e5801a;
}

.view-more-bonus {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    padding: 16px 20px;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: white !important;
    border-radius: 6px;
    margin-bottom: 11px;
}

.explanation-block p {
    text-align: center !important;
}

select {
    -webkit-appearance: none !important;
}


.js-player-fullscreen:not(:-webkit-full-screen) .player.mobile .controls .mobile-timecode, .player:not(:-webkit-full-screen).mobile .controls .mobile-timecode {
    display: block!important;
    font-size: 0px !important;
}
.modal-of-content{
	margin-top: 100px;
	border-radius:20px;
	margin-left: auto;
	margin-right: auto;
  }

.left-portion{
	margin:10px 10px 0px 10px;
	height: 310px;
}
.style-of-row{
	float: left;
	width: 59%;
	text-align:center;

}
.dvd-of-image{
    width: 201px;
}
.border-of-modal{
	margin:12px;
}
.style-of-header{
	text-align:center;
	color:rgb(8, 9, 9);
	font-size:19px;
	font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
	padding-bottom:6px;

}
.style-text{
	font-size: 16px;;
	line-height:1.4;
	color:black;
	text-align:center;

}
.for-spacing{
	padding:5px;
}


.style-of-modal{
	width: 520px;
	height: 350px;
}
.modal-of-body{
	padding:5px 10px 0px 0px;
}
.border-of-modal .modal-of-header {
    padding: 0px;
}
.space-btw-image{
	width:38%;
}
.style-of-form{
	float:right;
}
.margin-of-right{
	margin-left:10px;
}
.style-border{
	border-bottom: 1px solid #e5e5e5;
}

 .text-field-style{
	font-size:20px;
	/*padding:20px;*/
	height:13%;
	width:94%;
	margin-left:10px;
}
.button-style{
	font-size:20px;
	padding:8px;
	width:94%;
	margin-left:4px;
}
img.display-img {
    display: none;
}


@media only screen and (max-width: 520px){
  .style-of-modal{
    width:100%;
    height:330px  !important;   
  }
  .ie .style-of-modal{    
	height:350px  !important;   
  }
}

@media only screen and (max-width: 425px){
  .style-of-modal{
    width:100%;
    height:383px  !important;   
  }
  .ie .style-of-modal{   
    height:417px  !important;   
  }
}


@media only screen and (max-width: 520px){
	.for-spacing{
	  padding:2px !important;
	}
	.modal-dialog-style{
	margin:0 !important;
	}

	.text-field-style{
		font-size: 16px; !important;
		padding:10px !important;
		width:94%;
		margin-left:10px;
	}
	.button-style{
		font-size: 16px; !important;
		padding:8px !important;
		width:94%;
		margin-left:10px;
	}
	.style-text{
		font-size:12px !important;
	}
	.text-field-style input[type="email"], input[type="password"], input[type="text"] {
		height: 34px;   
	}
}

@media only screen and (max-width: 320px){
  .style-of-modal{
    width:100%;
    height:380px  !important;   
  }
}


.modal-body-style{
    position: relative;
    padding: 6px;
}

.modal-header-style{
    padding: 4px !important;
}


.subs-error {
    color: red;
    float: left;
    font-size: 12px;
    margin-left: 11px;
	text-align: left;
}
.explanation-block{
	padding-top: 10px !important;
}
@media only screen and (max-width: 1050px){
	.blue-block .rapt-unfold .image-block img {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1085px){
	.pattern-block  {
		/*padding-bottom: 0px !important; */
	}
}
@media only screen and (max-width: 1465px) and (min-width: 1051px){
	.blue-block .rapt-unfold .image-block img {
		width: 120% !important;
	}
}

.text-field-style input[type="email"], .text-field-style input[type="password"], .text-field-style input[type="text"] {   
  box-sizing: border-box;
  
  height: 42px;
  padding: 0 20px;
}

.ie .style-of-modal {    
    height: 364px;
}
@media only screen and (max-width: 520px){
  .obedience-modal .modal-body .image-content {
    float: none !important;   
  }

  .slogan h1 {
        margin-top: 10px !important;
  }
}

.thanks-page-content .video-container {
    display: inline-block;
    margin: 12px auto 15px;
    max-width: 629px;
    width: 100%;
}

@media only screen and (max-width: 700px){
  .obedience-course-table {
      width: 100% !important;
  }
  .obedience-course-table th{
       width: 58px !important;
}
.obedience-course-table th.width_th{
	width:25% !important;
}
 
}
.obedience-course-table  .align-img{
	text-align: center !important;
}

@media only screen and (max-width: 995px) and (min-width: 701px){
.obedience-course-table {
    /*width: 80% !important;*/
}
.obedience-course-table th{
       width: 48px !important;
}
.obedience-course-table th.width_th{
	width:20% !important;
}

}

.obedience-course-table {
    margin: 0 auto;
    /*width: 66%;*/
    /*background-color: white;*/
}
.obedience-course-table img{
	    height: 169px !important;
}

.obedience-course-table .link-container a.learn-more {
    padding: 15px 35px !important;
}
.table-responsive a:hover{
  color:cornflowerblue;
}

@media only screen and (max-width: 1200px) and (min-width: 701px){
.obedience-course-table {
    /*width: 80% !important;*/
}
}

@media only screen and (max-width: 479px) {
th{
	 font-size:11px !important;
 }
img.display-img {
    display: table;
    margin:0 auto;
    padding-bottom: 10px;
}
 .width_th{
	/*width:25% !important;*/
	display:none !important;
}
.width-img{
	display:none !important;
}
.width-img1{
	display:none !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 639px){
	th{
	 font-size:12px !important;
 }	
 .width_th{
	width:22% !important;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px){
.width_th{
	width:24% !important;
}	
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.width_th{
	width:30% !important;
}	
}
@media only screen and (min-width: 992px){
.width-img img{
	width:200px !important;
}
th.align-img.width_th{
	width:15% !important;
}	
}
.pattern-block p.line-style {
  text-align:center !important;
  color:#9e2826;
  font-size:18px !important ;
}
@media only screen and (max-width: 991px){
.height-th {
    width: 27% !important;
}	
}
.height-th {
    width: 20%;
}
.captcha {
    background-image: url("/wp-content/uploads/dynamik-gen/theme/images/bg3.jpg");
    background-repeat: no-repeat;
    width: 195px;
    height: 67px;
    color: #666666;
    text-align: center;
    font-size: 26px;
    padding-top: 15px;
    letter-spacing: -4px;
    font-style: oblique;
    margin-bottom: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.button-style1{
	padding:5px 15px 5px 15px;	
}
.large-img {
    height: 75px;
    width: 360px;
}

.videoWrapper button .pip
{
	display:none !important;
}

.contact-us textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
}

.contact-us h5.message {
    text-align: center;
}

.vdo-btn-space {
    padding: 35px;
}

.landing-page .image-container {
    margin: 0 auto;
    text-align: center;
}
.story-page-bullet ul{
	padding-left: 84px !important ;
}
.story-pg-bullet ul{
	padding-left: 310px ;
}
.story-pg-bullet ul li{
	    list-style-type: disc !important;
		
}
.story-pg-gift-bullet ul{
	padding-left: 40px ;
}
.story-pg-gift-bullet ul li{
	    list-style-type: disc !important;
		
}
.story-pg-tick ul{
	padding-left: 40px ;
}
.story-pg-tick li{
	  text-indent: -16px;
}
  
.story-page-tick{
	padding-left: 40px ;
	
}
.story-pg-tick img{
	max-width: 31px;
	width:100%;
}
.story-pg-tick-display ul{
	list-style-type: none !important;
}
.story-pg-table{
	width: 100%;
	text-align: left;
}
.story-pg-table table{
	margin-left: auto !important;
    margin-right: auto !important;
}
.story-pg-table ul{
	padding-left:50px;
	
}
.story-pg-table ul li{
	
	list-style-type: disc;
}

.landing-page .link-container {
    margin: 0 auto;
    text-align: center;
}
.startle-the-dog img{
	max-width: 187px !important;
	width:100%;
}
@media only screen and (min-width: 760px) and (max-width: 991px){
.startle-the-dog{
      text-align: center;
}	
}
@media only screen and (min-width: 551px) and (max-width: 991px){
.story-pg-bullet ul{
	padding-left: 60px ;
}	
}
@media only screen and  (max-width: 550px){
.story-pg-bullet ul{
	padding-left: 33px ;
}	
.story-page-bullet ul{
	padding-left: 33px !important ;
}
}

.landing-page .white-block {
    padding: 60px 0 0 0 !important;
}

.inline-block {
	display: inline-block;
}
.inline-block{
	font-size: 12px;
}
@media only screen and  (max-width: 640px){
.inline-block {
	padding-bottom:15px;
}
	
}
.inline-block img{
	height:200px;
	width:250px;
	padding-bottom:5px;
}
.Annie .inline-block{
	padding-bottom:5px;
	padding-right:15px;
	 width: 150px;
}
.Annie .inline-block img{
	height:150px;
	width:150px;
	
}
.Annie .inline-block p {
	
	text-align: left;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
}
.Yorkshire-terrier .Annie .inline-block img{
	height:105px;
	width:105px;
	
}
.story-pg-bonus{
	max-width:1000px;
	width:100%;
	background-color:#862220;
}
.story-pg-bonus-gift-headline{
	background-color:#862220;
	padding:25px; 
	display: inline-block;
}
.story-pg-bonus .story-pg-bonus-gift-headline h5{
	text-align:left;
	color:white;
}
.story-pg-bonus-gift{
	background-color:white;
	padding:25px;
	display: inline-block;
}
.story-pg-bonus-gift img{
	float:right; 
	height:200px;
}
.story-pg-bonus-gift .story-pg-tick li{
	font-size:14px !important;
	text-indent: -16px;
	
}
.story-pg-pl{
	    margin-top: 124px;
}
.pattern-block-story-pg{
	padding-bottom:60px !important;
}

.story-pg-tick-block img{
	display: inline-block;
	  max-width: 24px !important;
	  width:100%;
}
.breed-family-compatibility p:first-child,.breed-family-compatibility div:first-child{
    display: none !important;
}
.story-pg-click{
	margin-bottom:70px;
	margin-top: 33px;
}
h1.make-white{
	font-size:32px !important;
}
.different-video .align-center h3{
	    padding-top: 20px;
}
.pattern-block-story-pg .different-video .obedience-course-table h2{
	    margin-bottom: 22px;
}
  .old-price-tag{
	  text-decoration: line-through;
  }
.center{
	text-align: center;
	margin: 0 auto;
}
.style-address{
	/*color: #862220;*/
	font-size:17px;	
}
.padding-subhead{
	 padding-top:15px !important;
	 padding-bottom:15px !important;
 }

.dark-header .header-block .logo-container.logo-small {
    display: none;
}

.dark-header .header-block .logo-container.logo-large {
    width: auto;
}

@media screen and (max-width: 767px) {
    .dark-header .header-block .logo-container.logo-small {
        display: block;
    }
    .dark-header .header-block .logo-container.logo-large {
        display: none;
    }
}

.breed-bottom a {
    font-size: 17px;
}

.checkout-breed {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;;
}

.pattern-block .breed-specific-img {
    padding-left: 35px;
}

@media screen and (max-width: 990px) {
	.story-pg-pl {
    margin-top: 66px !important;
}
    .about-jim .jim-img-mob {
        display: block !important;
    }

    .about-jim .jim-img {
        display: none !important;
    }
}

.about-jim .jim-img-mob {
    display: none;
}

.about-jim .jim-img {
    display: block;
}

.obedience-training-main .pattern-block .good-news .good-news-white-block ul li {
    text-indent: -15px;
    padding-left: 30px;
}


.iPhone .obedience-training-main h2,
.iPhone .obedience-training-main h3 {
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .obedience-training-main .pattern-block .bonus-products .gifts-container .gift-block .content-block p {
    min-height: 0;
  }
}

@media screen and (max-width: 991px) {
    .send-me-vdo-btn {
        text-align: center;
        margin: 0 auto;
    }
}

.disc-img-mob {
    display: none;
}

.send-me-btn-mob {
    display: none;
}

@media screen and (max-width: 991px) {
    .disc-img {
        display: none;
    }

    .disc-img-mob {
        display: block;
    }

    .send-me-btn {
        display: none !important;
    }

    .send-me-btn-mob {
        display: block;
    }
}

















/*====================================COMMON CSS NEW START========================*/




/*ALL Page TEXT COLOR START*/
p{
  color: #808080 !important;
}
.dynamik-page-builder .site-inner p, .dynamik-page-builder .site-inner ul li, .dynamik-page-builder .site-inner ol li, .entry-content p, .entry-content ul li, .entry-content ol li, .entry-pagination {
    color: #808080 !important;
}
#create_ticket_body{
  color: #808080 !important; /*DONATIO PAGE*/
}
.belowcontacthead {
    color: #808080; /*DONATIO PAGE*/
}
.aouther_name b {
    color: #808080;
}
/*ALL Page TEXT COLOR END*/



/*H1 H2 H3 H4 H5 COLOUR START*/
.dynamik-page-builder .site-inner h2, .content .post h2, .content .page h2, .content h2.entry-title, .content .entry-content h2 {
    color: #794e15;
}
.thanks-page-content .pattern-block h3{
  color: #794e15;
}
.dynamik-page-builder .site-inner h3, .content .post h3, .content .page h3, .content .entry-content h3{
   color: #794e15 !important;
}
.popular_related_block ul li :hover {
    color: #794e15 !important;
}
.popular_related_block h4 {
    color: #794e15 !important;
}
.thanks-page-content .pattern-block h1 {
   color: #794e15;
}
.thanks-page-content .pattern-block h1{
   color: #794e15 !important;
}
.widget-wrap p, .textwidget p {
    color: #ffffff !important;
}
.sidebar_follow_us p {
    color: #808080 !important;
}
h4 {
    color: #794e15!important;
}
.breed-fact {
    color: #808080;
}
p.breed_heads_color strong {
    color: #794e15;
}
/*H1 H2 H3 H4 H5 COLOUR END*/





/*ALL BUTTON COLOUR START*/
.learn_more_btn{
  background-color: #679bd2 !important;
}
.donation_btn{
   background-color: #679bd2 !important;
   color: #ffffff !important;
}
.join_for_free {
    background-color: #173775 !important;
    color: #ffffff !important;
}
.submit_ticket_btn{
   background-color: #679bd2 !important;
}
.btnclr{
  background-color: #679bd2 !important;
}
.enroll_now_btn{
  background-color: #173775 !important;
  color: #ffffff !important;
}
/*ALL BUTTON COLOUR END*/






/*BLOG COLOUR START*/
.heading_blog{
  background: #173775 !important;
}
.allblogposts_topcontent h3 {
    background: #173775 !important;
}
header.entry-header h1{
   background: #173775 !important;
}
.type-blog1{
  background-color: #ffffff !important;
}
.allblogposts_topcontent {
    background-color: #dde8f1 !important;
}
.type-blog {
    background-color: #dde8f1 !important;
}
.sidebar.widget-area .widget {
    background-color: #dde8f1 !important;
}
/*BLOG COLOUR END*/







/*PAW ICON COLOUR START*/
h2.paw-icon-header:before,
h3.paw-icon-header:before {
  color: #679bd2;
}
li p:before{
  color: #679bd2 !important;
}
ul.wpp-list li a:before{
  color: #679bd2 !important;
}
.yarpp-related li a:before{
  color: #679bd2 !important;
}
/*PAW ICON COLOUR END*/






/*LINK COLOUR START*/
.popular_related_block a {
    color: #173775 !important;
}
.western a:hover {
    color: #794e15 !important;
}
.western a{
  color: #173775 !important;
}
.read_more a {
    color: #173775 !important;
}
.read_more :hover {
    color: #173775 !important;
}
.button-blog-p a {
    color: #173775 !important;
}
.button-blog-p a :hover {
    color: #173775 !important;
}
.button-blog-n a {
    color: #173775 !important;
}
.button-blog-n a :hover {
    color: #173775 !important;
}
.style-address{
  color: #794e15;
}
td.lpage a {
    color: #173775 !important;
}
.lcount{
      background-color: #173775 !important;
}
.belowcontacthead a {
    color: #173775 !important;
}
.belowcontacthead a:hover {
    color: #173775 !important;
}
.attachment_link span {
    color: #173775 !important;
}
.subscription_button.center_align a:hover {
    color: white !important;
}
.ph a {
    color: #794e15 !important;
}
.ph a:hover {
    color: #173775!important;
}
.popup_link a {
        color: #173775 !important;
    }
    .policy a {
    color: #173775 !important;
}
/*LINK COLOUR END*/




/*BACK GROUND COLOUR START*/
.pttern_backgrnd {
  background-color: #dde8f1 !important;
}
#create_ticket_body{
  background-color: #dde8f1 !important;
}
.white_background {
    background-color: #ffffff!important;
}
/*BACK GROUND COLOUR END*/




/*MENU COLOUR START*/
.footer-container .footer-menu ul li a:link,
.footer-container .footer-menu ul li a:visited {
  color: #679bd2;
}
.nav_menu_css_class .menu-main-menu-container li.active > a {
    color: #679bd2 !important;
    border-bottom: 3px solid #679bd2;
}
.header-container nav .main-navigation ul li a:hover, .header-container nav .main-navigation ul li a:active, .header-container nav .main-navigation ul li a:focus {
    color: #679bd2;
}
ul.extra_text li {
    color: #808080;
}
/*MENU COLOUR END*/



.rc-anchor-light {
    color: #808080 !important;
}
.brown_colour p {
    color: #794e15 !important;
}

@media only screen and (max-width: 767px){
  .for_desktop{
    display: none;
  }
  .for_mobile{
    display: block;
  }
}
@media only screen and (min-width: 768px){
  .for_desktop{
    display: block;
  }
  .for_mobile{
    display: none;
  }
}
/*========================================COMMON CSS NEW END================================*/