.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.container-petcare-article {
  background: white;
}
.container-petcare-article ul,
.container-petcare-article ol {
  margin-left: 20px;
}
.container-petcare-article li {
  color: #838383;
}
.container-petcare-article a {
  color: #16a6b6;
  text-decoration: none;
}
.container-petcare-article a:hover,
.container-petcare-article a:visited,
.container-petcare-article a:active {
  color: #16a6b6;
  text-decoration: underline;
}
.container-breadcrumb {
  border-bottom: 0px !important;
}
.container-breadcrumb.article {
  background: white;
}
.container-breadcrumb.article > div {
  background: white;
}
.container-breadcrumb.article > div .breadcrumb {
  background: white;
}
.container-petcare-header {
  /*	background-color: @blue; */
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.container-petcare-header p {
  font-size: 1.5em;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.container-petcare-header p.sureflap-petcare {
  font-family: 'Gloria Hallelujah', cursive;
}
.container-petcare-header p.title {
  font-size: 2em;
}
.container-petcare-header .petcare-header-wrapper {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
}
.container-petcare-header .container-petcare-header-image {
  background-repeat: no-repeat;
  background-position: center;
}
.container-where-to-buy-en-za div.where-to-buy-en-za img {
  height: 200px;
}
.container-petcare-category-grid {
  padding: 0;
}
.container-petcare-category-grid .advice_news_title {
  text-align: left;
}
.container-petcare-category-grid .advice_news_title h1 {
  font-size: 2em;
  color: #657f91;
  margin: 0;
}
@media (max-width: 500px) {
  .container-petcare-category-grid .advice_news_title h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 400px) {
  .container-petcare-category-grid .advice_news_title h1 {
    font-size: 1em;
  }
}
.category-item-outer {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.category-item-outer > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 12px;
}
.category-item-outer .text-container {
  font-weight: 300;
}
.category-item-outer .text-container .category-title a {
  font-size: 1.875em;
  color: #0099a8;
  text-decoration: none;
  line-height: 1em;
}
.category-item-outer .text-container .category-posts {
  font-size: 1em;
  color: #838383;
}
.category-item-outer .text-container a:hover {
  text-decoration: none;
}
.container-petcare-article-list {
  padding: 0;
}
.container-petcare-article-list .advice_news_title {
  text-align: left;
}
.container-petcare-article-list .advice_news_title h1 {
  font-size: 2em;
  color: #657f91;
  margin: 0;
}
@media (max-width: 500px) {
  .container-petcare-article-list .advice_news_title h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 400px) {
  .container-petcare-article-list .advice_news_title h1 {
    font-size: 1em;
  }
}
.article {
  border-bottom: 1px solid #ddd;
}
.article:last-child {
  border-bottom: none;
}
.article:first-child {
  border-top: 1px solid #ddd;
}
.article-item-outer {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.article-item-outer > div {
  display: table-cell;
  vertical-align: middle;
  padding: 12px;
}
.article-item-outer .text-container {
  font-weight: 300;
}
.article-item-outer .text-container .article-title a {
  font-size: 1.875em;
  color: #0099a8;
  text-decoration: none;
  line-height: 1em;
}
.article-item-outer .text-container .article-date {
  color: #C1C1C1;
  font-size: 15px;
  margin: -5px 0px 10px 0px;
}
.article-item-outer .text-container .article-content {
  font-size: 1em;
  color: #838383;
}
.article-item-outer .text-container a:hover {
  text-decoration: none;
}
.article-item-outer .article-more {
  text-align: right;
}
.article-item-outer .article-more a {
  font-size: 1em;
  color: #0099a8;
  text-decoration: none;
  line-height: 1em;
}
.container-breadcrumb {
  padding: 0;
}
.grey-bullets li {
  color: #647f90;
}
.breadcrumb li {
  font-size: 1em;
}
.breadcrumb li a {
  color: #0099a8;
}
.siblingSide a {
  background-size: cover;
  display: block;
  height: 130px;
  max-height: 130px;
  max-width: 232px;
  width: 100%;
}
.siblingElement .siblingThumb {
  background-color: #aaaaaa;
}
.siblingElement .siblingThumb:hover {
  cursor: pointer;
  /*opacity:0.5;*/
}
.siblingElement .siblingThumb span {
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 30% 5% 6% 8%;
}
.mainThumb {
  height: 197px;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  margin-bottom: 20px;
}
.mainThumb.template_15_petcare {
  width: 100%;
  background-size: cover;
}
.col23 {
  width: 23%;
  float: left;
  min-width: 186px;
  display: inline-block;
  position: relative;
  max-width: 260px;
}
.col23 h1,
.col54 p {
  color: #647f90;
}
.col54 h3 {
  coor: #0099a8;
  font-size: 19px !important;
}
.col54 {
  width: 70%;
  float: left;
  display: inline-block;
  padding: 0px 15px;
  min-width: 437px;
  margin: 0;
}
.col54 .intro {
  color: #647f90;
  font-weight: 500;
  font-size: 20px;
  padding: 1px;
}
.fb-like {
  top: -2px;
}
.socialButtonsResp {
  display: none;
}
.socialButtons {
  margin-top: 20px;
}
.socialButton {
  float: left;
  padding: 0px 5px;
}
.col23 h1 {
  margin-top: 0px;
}
.siblingSide {
  padding: 0px 15px;
  width: 100%;
  max-height: 130px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 7px;
}
.petcareSection {
  min-height: 480px;
}
.overlay {
  background-color: #0099a8;
  opacity: 10;
}
@media (max-width: 860px) {
  .col23 {
    width: 100%;
    margin: 0px 15px;
    margin-bottom: 25px;
    position: inherit;
    max-width: 100%;
  }
  .col23 h1 {
    text-align: center;
  }
  .col54 {
    width: 100%;
    margin: 0px 0% 40px 0px;
  }
  .socialButtons {
    display: none;
  }
  .socialButtonsResp {
    float: right;
    margin-bottom: 10px;
    display: block;
  }
  .thirdCareCol {
    margin-top: 30px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .slidingThumb {
    left: -235px;
    bottom: 0px;
  }
  .siblingSide {
    display: block;
    float: left;
    width: 33.3%;
    padding: 0px 5px;
  }
}
@media (max-width: 500px) {
  .col23,
  .col54 {
    margin: 5px;
    min-width: 0px;
  }
}
@media (max-width: 400px) {
  .siblingSide {
    padding: 0px 3px;
  }
  .thirdCareCol p {
    font-size: 15px !important;
  }
  .col23,
  .col54 {
    margin: 5px 0px;
  }
  .col54 {
    padding: 0px;
  }
}
.returnsForm li {
  color: #838383;
}
.returnsForm form input {
  margin: 2px 0px;
}
.returnsForm form label {
  vertical-align: top;
}
.returnsForm form textarea {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  height: 100px;
  margin-top: 1px;
}
.returnsForm form select {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 2px 0px;
}
.returnsForm form button {
  text-align: center;
  font-size: 1.2em;
  padding: 10px 16px;
  background: #16a6b6 no-repeat right 10px center;
  border: 1px solid #16a6b6;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 800;
  margin: 10px 0px 0px 100px;
}
.petwatch24 p {
  font-size: 1.1em;
}
.petwatch24 li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.petwatch24 ol {
  margin-left: 8%;
}
.petwatch24 h2 {
  font-weight: bold;
  font-size: 2.0em;
  padding-top: 30px;
}
.container-pdf-article {
  background-color: white;
}
.container-pdf-article .pdf_select_sub {
  font-size: 1.2em;
  color: #838383;
  font-weight: lighter;
  margin-top: 6px;
  margin-bottom: 40px;
}
.container-pdf-article .pdf_lang_select_header {
  border-bottom: 2px solid #e4e0e0;
}
.container-pdf-article .pdf_top_header_lang_select {
  margin-bottom: 0;
}
.container-pdf-article .pdf_lang_select_heading {
  margin-bottom: 0;
}
.container-pdf-article .center-block {
  float: none !important;
}
.container-pdf-article h1 {
  color: #00b2c3;
  margin-bottom: 2em;
}
.container-pdf-article a:link {
  color: #33a1ff;
  text-decoration: underline;
  font-size: 0.95em;
  font-weight: 900;
}
.container-pdf-article .pdf_download_link {
  content: url("/images/misc/pdf_manual_images/icons/download-icon.png");
  display: inline-flex;
  width: 11px;
  position: relative;
  top: 2px;
}
.container-pdf-article .pdf_file_size {
  font-size: 0.9em;
  font-weight: 900;
  color: #657f91;
  padding-left: 10px;
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_file_size {
    padding-left: 0.5em;
  }
}
.container-pdf-article .pdf_container {
  margin-bottom: 20px;
  border-radius: 25px;
  padding: 20px;
}
.container-pdf-article .pdf_image_block {
  margin-bottom: 5px;
}
.container-pdf-article .pdf_category_container {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container {
    text-align: left;
  }
}
.container-pdf-article .pdf_category_container .pdf_manual_category_text {
  color: #00b2c3;
  font-size: 1.4em;
  font-weight: 400;
}
.container-pdf-article .pdf_category_container .pdf_manual_category_rule {
  border-bottom: solid 2px #00b2c3;
  height: 25px;
  margin-bottom: 20px;
}
.container-pdf-article .pdf_category_container .pdf_product_container {
  margin: 10px 0px 10px 0px;
  border-bottom: 2px solid #e4e0e0;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manuals_product_image {
  width: 5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container-pdf-article .pdf_category_container .pdf_product_container h2 {
  text-align: center;
}
.container-pdf-article .pdf_category_container .pdf_product_container h2.pdf_product_name {
  font-size: larger;
  color: #657f91;
  font-weight: bold;
}
@media (min-width: 768px) {
  .container-pdf-article .pdf_category_container .pdf_product_container h2 {
    text-align: left;
  }
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container .pdf_product_container h2 {
    text-align: center;
  }
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block {
  max-width: 100%;
  display: inline-block;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manuals_block {
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  margin-bottom: 20px;
  float: none;
  margin-right: 20px;
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manuals_block {
    float: left;
    margin-bottom: 20px;
    display: unset;
    padding-right: 0px;
    padding-left: 0px;
    text-align: unset;
  }
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_icon {
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: 20px;
  padding-left: 30px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manual_icon {
  background-image: url("/images/misc/pdf_manual_images/icons/manual-icon.png");
  margin-bottom: 0px;
  margin-left: 0px;
  color: #657f91;
  font-weight: 400;
  font-size: 1.3em;
  display: inline-table;
  padding-left: 25px;
  line-height: 1.1em;
  max-width: 80%;
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manual_icon {
    margin-bottom: 10px;
    margin-left: 20px;
    max-width: 80%;
  }
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_download_icon {
  background-image: url("/images/misc/pdf_manual_images/icons/download-icon.png");
  background-size: 11px;
  margin-bottom: 10px;
  padding-left: 13px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_installation_icon {
  background-image: url("/images/misc/pdf_manual_images/icons/install-icon.png");
  background-size: 13px;
  margin-bottom: 10px;
  padding-left: 18px;
  font-weight: bolder;
  font-size: 1.2em;
  display: inline-table;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_install_type_icon {
  content: url("/images/misc/pdf_manual_images/icons/download-icon.png");
  display: inline-flex;
  width: 18px;
  position: relative;
  top: 4px;
  left: -1px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .install_type {
  padding-top: 20px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_install_download {
  display: block;
  margin-top: 20px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manual_install_text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #657f91;
}
@media (min-width: 768px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manual_install_text {
    text-align: center;
  }
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manual_install_text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_block .pdf_manual_install_text {
    text-align: left;
  }
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_install_type_outer_container {
  margin-bottom: 1em;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_install_type_outer_container {
    float: left;
    text-align: left;
    display: inline-block;
  }
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_install_type_outer_container .pdf_install_type_inner_container.flex-item {
  margin: 10px 15px 10px 15px;
  display: inline-block;
  flex-grow: 3;
}
@media (min-width: 970px) {
  .container-pdf-article .pdf_category_container .pdf_product_container .pdf_install_type_outer_container .pdf_install_type_inner_container.flex-item {
    margin: 0;
    float: left;
    text-align: left;
    display: inline-block;
  }
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_install_download_link_container {
  margin-bottom: 3em;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_manual_install_text {
  font-size: small;
  font-weight: bold;
  color: #567396;
}
.container-pdf-article .pdf_category_container .pdf_product_container .pdf_install_link {
  text-decoration: underline;
  font-size: small;
}
.container-pdf-article .pdf_category_container .pdf_product_container .textContainer {
  text-align: left;
}
.container-pdf-article .pdf_category_container .pdf_product_container .row-striped:nth-of-type(even) {
  background-color: #efefef;
}
.container-pdf-article .pdf_category_container .pdf_product_container .row-striped:nth-of-type(odd) {
  background-color: #ffffff;
}
.container-pdf-article .pdf_category_container .pdf_product_container #google_translate_element {
  float: right;
  margin-top: -40px;
}
.container-pdf-article .pdf_category_container .pdf_product_container .flg_sprite {
  background-repeat: no-repeat;
  width: 56px;
  height: 40px;
  background: url("/images/sprites/flag_sprite_pdf_manuals.png");
}
.container-pdf-article .pdf_category_container .pdf_product_container #CZ {
  background-position: 0 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #DE {
  background-position: -56px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #DK {
  background-position: -112px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #ES {
  background-position: -168px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #FI {
  background-position: -224px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #IT {
  background-position: -280px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #JP {
  background-position: -336px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #KR {
  background-position: -392px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #NO {
  background-position: -448px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #PT {
  background-position: -504px 0;
}
.container-pdf-article .pdf_category_container .pdf_product_container #RU {
  background-position: 0 40px;
}
.container-pdf-article .pdf_category_container .pdf_product_container #SK {
  background-position: -56px 40px;
}
.container-pdf-article .pdf_category_container .pdf_product_container #SV {
  background-position: -112px 40px;
}
