.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;
}
html body {
  background-color: #F6F6F6;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.container-support-header .products-top {
  max-width: 900px;
  margin: 0px auto;
}
.container-support-header .products-top .product-outer {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-height: 410px;
}
.container-support-header .products-top .product-outer .product-inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 400px;
  padding-top: 8px;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-inner {
    min-height: 330px;
  }
}
.container-support-header .products-top .product-outer .product-box {
  display: inline-block;
  width: 100%;
}
.container-support-header .products-top .product-outer .product-box .product-image {
  float: left;
  display: inline-block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-box .product-image {
    min-height: 100px;
    width: 100%;
  }
}
.container-support-header .products-top .product-outer .product-box .product-image img {
  max-width: 80px;
  max-height: 80px;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-box .product-image img {
    max-width: 100px;
    max-height: unset;
    text-align: center;
  }
}
.container-support-header .products-top .product-outer .product-box .product-name {
  padding: 14px 5px 0px 10px;
  float: left;
  display: inline-block;
  width: 70%;
  color: #FFFFFF;
  font-weight: 400;
  min-height: 48px;
  font-size: 1.2em;
  font-family: 'Source Sans Pro Semibold', sans-serif;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-box .product-name {
    width: 100%;
    text-align: center;
    font-size: 1.0em;
    min-height: 70px;
    width: 70%;
  }
}
.container-support-header .products-top .product-outer .product-box .product-name .productPage {
  max-width: 70%;
}
.container-support-header .products-top .product-outer .product-box .product-name img {
  margin-left: 10px;
  width: auto;
  max-width: 100%;
  float: right;
  max-height: 50px;
  margin-top: 5px;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-box .product-name img {
    width: 100%;
    height: 100%;
    float: none;
    margin-left: 0px;
    max-height: 100px;
    max-width: unset;
  }
}
.container-support-header .products-top .product-outer .product-options {
  padding: 15px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  width: 100%;
}
.container-support-header .products-top .product-outer .product-options .option-select {
  display: none;
  padding: 10px;
}
.container-support-header .products-top .product-outer .product-options .option-select .select_box {
  color: #929292;
  width: 100%;
}
.container-support-header .products-top .product-outer .product-options .option-select .more_a {
  color: inherit;
}
.container-support-header .products-top .product-outer .product-options .option-select .more {
  text-align: center;
  color: inherit;
  font-weight: 400;
  padding: 10px 10px 10px 15px;
}
.container-support-header .products-top .product-outer .product-options .option-select .more svg {
  max-height: 10px;
  max-width: 10px;
  vertical-align: middle;
  margin-left: 15px;
  fill: currentColor;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-options .option-select .more {
    padding: 10px 0px 0px 0px;
  }
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-options .option-select {
    display: block;
  }
}
.container-support-header .products-top .product-outer .product-options .option-list a {
  color: inherit;
}
.container-support-header .products-top .product-outer .product-options .option-list .option-list-item {
  padding-left: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.container-support-header .products-top .product-outer .product-options .option-list .option-list-item svg {
  max-height: 25px;
  max-width: 25px;
  margin-right: 15px;
  vertical-align: middle;
  fill: currentColor;
}
.container-support-header .products-top .product-outer .product-options .option-list .more_a {
  color: inherit;
}
.container-support-header .products-top .product-outer .product-options .option-list .more {
  color: inherit;
  font-weight: 400;
  padding: 10px 10px 5px 15px;
}
.container-support-header .products-top .product-outer .product-options .option-list .more svg {
  max-height: 10px;
  max-width: 10px;
  vertical-align: middle;
  margin-left: 15px;
  fill: currentColor;
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer .product-options .option-list {
    display: none;
  }
}
@media (max-width: 950px) {
  .container-support-header .products-top .product-outer .product-options {
    padding: 5px;
  }
  .container-support-header .products-top .product-outer .product-options .option-list .option-list-item {
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
  }
  .container-support-header .products-top .product-outer .product-options .option-list .option-list-item svg {
    margin-right: 10px;
  }
}
.container-support-header .products-top .product-outer:HOVER {
  /*opacity:0.7;*/
}
@media (max-width: 860px) {
  .container-support-header .products-top .product-outer {
    width: 48%;
  }
  .container-support-header .products-top .product-outer:HOVER {
    opacity: 1;
  }
}
@media (max-width: 860px) {
  .container-support-header .products-top {
    max-width: 400px;
    padding-top: 30px;
  }
}
@media (max-width: 770px) {
  .container-support-header {
    padding-top: 0px;
  }
}
.contact-form {
  background-color: #F6F6F6 !important;
  max-width: 1170px;
  padding-left: 100px;
  padding-right: 100px;
}
.contact-form .section_top {
  width: 100%;
}
.contact-form .section_top .title {
  width: 50%;
  float: left;
  display: inline-block;
}
.contact-form .section_top .title h4 {
  color: #0099a8;
  font-size: 25px;
  padding: 20px 10px 20px 70px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px 50%;
  background-image: url('/images/svgs/ask-question_blue.svg');
}
.contact-form .section_top .top_right {
  width: 50%;
  display: inline-block;
}
.contact-form .section_top .top_right a {
  float: right;
  padding: 35px 35px 10px 25px;
}
.contact-form .contact-form-text {
  width: 30%;
  margin-right: 20px;
  background-color: #FFFFFF;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  display: inline-block;
  text-align: left;
}
.contact-form .contact-form-text h4 {
  font-size: 20px;
  font-weight: lighter;
  margin-top: 0px;
}
@media (max-width: 860px) {
  .contact-form .contact-form-text {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    margin-right: 0px;
  }
  .contact-form .contact-form-text h4,
  .contact-form .contact-form-text p {
    text-align: center;
  }
}
.contact-form .contact-form-right {
  background-color: #FFFFFF;
  padding: 20px 30px;
  width: 66%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  float: right;
}
.contact-form .contact-form-right .halfWidth {
  width: 49%;
  float: left;
}
@media (max-width: 480px) {
  .contact-form .contact-form-right .halfWidth {
    width: 100%;
  }
}
.contact-form .contact-form-right .left {
  margin-right: 1%;
}
.contact-form .contact-form-right textarea.form-control {
  width: 99%;
  height: 130px;
}
.contact-form .contact-form-right input[type="text"],
.contact-form .contact-form-right select.form-control {
  background-color: #ffffff;
}
.contact-form .contact-form-right input[type="text"] .placeholder,
.contact-form .contact-form-right select.form-control .placeholder {
  color: #ccc;
  display: none;
}
.contact-form .contact-form-right select.form-control {
  /*-webkit-appearance: none;
            -moz-appearance: none !important;
            background:  url(images/misc/selectArrow.png) no-repeat;
            background-position: 96% 50%;*/
  color: #969696;
}
.contact-form .contact-form-right .recaptcha {
  display: inline;
  width: 100%;
}
.contact-form .contact-form-right #recaptcha_table {
  float: left;
}
.contact-form .contact-form-right button {
  float: right;
}
@media (max-width: 860px) {
  .contact-form .contact-form-right button {
    position: inherit;
    margin: 20px auto 0px auto;
    display: block;
    float: none;
    width: 100%;
  }
}
.contact-form .contact-form-right .submit_enquiry {
  display: none;
  max-width: 400px;
  margin: 0px auto;
  color: #16a6b6;
  font-size: 22px;
  background-image: url('https://test.surepetcare.com/images/support/expand.png');
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 13px;
  cursor: pointer;
}
@media (max-width: 860px) {
  .contact-form .contact-form-right .submit_enquiry {
    display: block;
  }
}
.contact-form .contact-form-right .contact_form {
  display: block;
}
@media (max-width: 860px) {
  .contact-form .contact-form-right .contact_form {
    padding-top: 20px;
  }
}
@media (max-width: 860px) {
  .contact-form .contact-form-right {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .contact-form {
    width: 100%;
    padding: 20px;
    margin-right: 0px;
    margin-top: -30px;
    padding-bottom: 30px !important;
  }
}
.container-support-links {
  max-width: 1170px;
  margin: 0px auto;
  margin-top: -60px;
}
.container-support-links .triBlock {
  display: inline-block;
  width: 100%;
}
@media (max-width: 860px) {
  .container-support-links .triblocktop {
    padding-bottom: 10px;
  }
}
.container-support-links .tri_links {
  width: 33%;
}
.container-support-links .dualLinks {
  width: 50%;
}
.container-support-links .tri_links,
.container-support-links .dualLinks {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  cursor: pointer;
}
.container-support-links .tri_links .link,
.container-support-links .dualLinks .link {
  padding: 12px 0px 14px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container-support-links .tri_links .link img,
.container-support-links .dualLinks .link img {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 25px;
}
.container-support-links .tri_links .text,
.container-support-links .dualLinks .text {
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
.container-support-links .tri_links:HOVER,
.container-support-links .dualLinks:HOVER {
  opacity: 0.8;
}
@media (max-width: 860px) {
  .container-support-links .tri_links,
  .container-support-links .dualLinks {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    padding: 5px 5px;
  }
}
.container-support-links .sub_one h4 {
  color: #607C8D;
  margin-top: -3px;
  margin-bottom: 5px;
}
.container-support-links .sub_one {
  background-image: url('/images/global/chevron-right.svg');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 87% 65%;
}
@media (max-width: 860px) {
  .container-support-links .sub_one {
    background-position: 89% 65%;
  }
}
.container-support-links .sub_one a {
  display: inline-block;
  padding-right: 25px;
}
.container-support-links .sub_two a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}
.container-support-links .sub_two .link {
  background-image: url('/images/global/chevron-right-white.svg');
  background-repeat: no-repeat;
  background-color: #16a6b6;
  background-size: 10px;
  background-position: 90% 50%;
}
@media (max-width: 860px) {
  .container-support-links {
    max-width: 400px;
    margin-top: -90px;
  }
}
.top {
  padding: 10px;
  max-width: 1170px;
  margin: 0px auto;
  /*.top_right
        {
            width:50%;
            display: inline-block;
            height:131px;
            @media (max-width:860px){
                width: 100%;
                margin-bottom:45px;

            .suresolve_box
                {
                float: none;
                display: block;
                max-width: 400px;
                margin: 0px auto;
                }
            }
        }*/
}
.top div.flash_message {
  background: #89f643;
  background: linear-gradient(264deg, rgba(137, 246, 67, 0.84355749) 0%, rgba(24, 128, 7, 0.7763306) 61%);
  border-radius: 8px;
  border: 1px solid #407933;
  padding: 0 0 0 10px;
  text-align: center;
}
.top div.flash_message h2 {
  color: white;
  margin-top: 10px;
}
.top .title {
  width: 100%;
  float: left;
  display: inline-block;
  padding-bottom: 50px;
}
.top .title h1 {
  color: #0099a8;
  margin: 20px auto -10px auto;
  font-weight: 100;
}
.top .title h1.product_support_html_rep_svg {
  display: inline-block;
  font-size: 80px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bolder;
}
@media (max-width: 749px) {
  .top .title h1.product_support_html_rep_svg {
    font-size: 40px;
  }
}
@media (max-width: 860px) {
  .top .title {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
  }
}
.top .title .urgent_message_box {
  border: 1px solid;
  border-radius: 9px;
  padding: 10px;
  background-color: white;
  color: black;
  margin-bottom: 20px;
}
.top .title .urgent_message_box h3.urgent_message_title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: black;
  background-color: #ff000059;
  border-radius: 8px;
  padding: 7px;
  border-color: black;
  border: 2px solid black;
}
.top .title .urgent_message_box #urgent_message_text_container h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.2em;
  color: black;
}
.top .title .urgent_message_box #urgent_message_text_container p {
  color: black;
}
.top .product_support {
  padding: 12px 0px 0px 0px;
}
@media (max-width: 860px) {
  .top .product_support {
    padding-top: 50px;
  }
}
@media (max-width: 860px) and (min-width: 770px) {
  .top {
    margin-top: 25px;
  }
}
@media (max-width: 860px) {
  .top {
    padding: 2px;
  }
}
.container-product-support-page-nav {
  background-color: #dbdee1 !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .container-product-support-page-nav {
    padding: 0 !important;
  }
}
.container-product-support-page-nav .product-page-nav-inner ul {
  margin-top: -10px;
}
.container-product-support-page-nav .product-page-nav-inner ul li {
  /*border-left: 1px solid #657f91;*/
  background-color: #dbdee1;
}
.container-product-support-page-nav .product-page-nav-inner ul li .gradientBorder {
  margin: 20px 0px 0px 0px;
  display: inline-block;
  width: 1px;
  height: 80px;
  background: #dbdee1;
  background: -moz-linear-gradient(top, #dbdee1 0%, #b8c0c6 27%, #b8c0c6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dbdee1), color-stop(27%, #b8c0c6), color-stop(100%, #b8c0c6));
  background: -webkit-linear-gradient(top, #dbdee1 0%, #b8c0c6 27%, #b8c0c6 100%);
  background: -o-linear-gradient(top, #dbdee1 0%, #b8c0c6 27%, #b8c0c6 100%);
  background: -ms-linear-gradient(top, #dbdee1 0%, #b8c0c6 27%, #b8c0c6 100%);
  background: linear-gradient(to bottom, #dbdee1 0%, #b8c0c6 27%, #b8c0c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdee1', endColorstr='#b8c0c6', GradientType=0);
  float: left;
}
@media (max-width: 749px) and (min-width: 479px) {
  .container-product-support-page-nav .product-page-nav-inner ul li .first_hide {
    display: none;
  }
}
@media (max-width: 479px) {
  .container-product-support-page-nav .product-page-nav-inner ul li .odd_numbers {
    display: none;
  }
}
.container-product-support-page-nav .product-page-nav-inner ul li a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #657f91;
  width: 99%;
  display: inline-block;
  text-align: center;
  float: left;
}
@media (max-width: 749px) {
  .container-product-support-page-nav .product-page-nav-inner ul li a {
    max-height: 105px;
  }
}
.container-product-support-page-nav .product-page-nav-inner ul li a svg {
  fill: currentColor;
  height: 35px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.container-product-support-page-nav .product-page-nav-inner ul li a p {
  color: #657f91;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
  margin: 0;
}
.container-product-support-page-nav .product-page-nav-inner ul li a:hover {
  text-decoration: none;
}
.container-product-support-page-nav .product-page-nav-inner ul li:HOVER {
  opacity: 0.8;
}
@media (max-width: 860px) {
  .container-product-support-page-nav .product-page-nav-inner {
    display: none;
  }
}
.container-product-support-page-nav .goToSection {
  display: none;
  margin: 0px auto;
  padding: 10px;
}
.container-product-support-page-nav .goToSection h4 {
  float: left;
  padding: 0px 15px 0px 0px;
}
.container-product-support-page-nav .goToSection select {
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #a9a9a9;
}
@media (max-width: 860px) {
  .container-product-support-page-nav .goToSection {
    display: table;
  }
}
.product_Section {
  max-width: 1170px;
  background-color: #F6F6F6;
  background-image: none !important;
  margin: 20px auto 0px auto;
  padding-left: 100px;
  padding-right: 110px;
}
.product_Section .anchor {
  display: block;
  position: relative;
  top: -100px;
}
.product_Section .section_top {
  width: 100%;
}
.product_Section .section_top .title {
  width: 50%;
  float: left;
  display: inline-block;
}
.product_Section .section_top .title h4 {
  color: #0099a8;
  font-size: 25px;
  padding: 20px 10px 20px 55px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px 50%;
}
.product_Section .section_top .title .Product_faqs {
  background-image: url('/images/svgs/troubleshoot_blue.svg');
}
.product_Section .section_top .title .Product_howtos {
  background-image: url('/images/svgs/videos_blue.svg');
}
.product_Section .section_top .title .Product_installation {
  background-image: url('/images/svgs/installation_blue.svg');
}
.product_Section .section_top .title .Product_dimensions {
  background-image: url('/images/svgs/dimensions_blue.svg');
}
.product_Section .section_top .title .Product_techspecs {
  background-image: url('/images/svgs/hat_blue.svg');
}
.product_Section .section_top .title .Product_downloads {
  background-image: url('/images/svgs/downloads_blue.svg');
}
.product_Section .section_top .title .Product_guides {
  background-image: url('/images/svgs/hat_blue.svg');
}
@media (max-width: 860px) {
  .product_Section .section_top .installations {
    width: 100% !important;
    padding-bottom: 16px;
    margin-top: -30px;
  }
  .product_Section .section_top .installations .installations-sub-box {
    max-width: 300px;
    margin: 0px auto;
  }
}
.product_Section .section_top .top_right {
  width: 50%;
  display: inline-block;
}
.product_Section .section_top .top_right a {
  float: right;
  padding: 35px 25px 10px 25px;
}
.product_Section .section_top .top_right .change_install_view {
  float: right;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: 9px 50%;
  background-size: 20px auto;
  color: #657f91;
  font-size: 19px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 35px;
  cursor: pointer;
}
.product_Section .section_top .top_right .change_install_view a {
  /*padding: 4px 20px 4px 40px !important;*/
  padding: 4px 15px 4px 35px !important;
}
.product_Section .section_top .top_right .change_install_view a:HOVER,
.product_Section .section_top .top_right .change_install_view a .active {
  color: #fff;
}
@media (max-width: 860px) {
  .product_Section .section_top .top_right .change_install_view {
    float: left;
  }
}
.product_Section .section_top .top_right .change_install_view {
  margin-left: 2px;
}
.product_Section .section_top .top_right .change_install_view a {
  color: #657f91;
}
.product_Section .section_top .top_right .active {
  color: #fff;
  background-color: #4aa6b6;
}
.product_Section .section_top .top_right .active a {
  color: #fff;
}
.product_Section .section_top .top_right .active.Wall {
  background-image: url(/images/global/bricks_white.png);
}
.product_Section .section_top .top_right .active.Glass {
  background-image: url(/images/global/window_white.png);
}
.product_Section .section_top .top_right .active.Door {
  background-image: url(/images/global/door_white.png);
}
.product_Section .section_top .top_right .active:HOVER {
  opacity: 1 !important;
}
.product_Section .section_top .top_right .Wall {
  background-image: url(/images/global/bricks_blue.png);
}
.product_Section .section_top .top_right .Wall:HOVER {
  background-image: url(/images/global/bricks_white.png);
  color: #fff;
  background-color: #4aa6b6;
  opacity: 0.4;
}
.product_Section .section_top .top_right .Glass {
  background-image: url(/images/global/window_blue.png);
}
.product_Section .section_top .top_right .Glass:HOVER {
  background-image: url(/images/global/window_white.png);
  color: #fff;
  background-color: #4aa6b6;
  opacity: 0.4;
}
.product_Section .section_top .top_right .Door {
  background-image: url(/images/global/door_blue.png);
}
.product_Section .section_top .top_right .Door:HOVER {
  background-image: url(/images/global/door_white.png);
  color: #fff;
  background-color: #4aa6b6;
  opacity: 0.4;
}
.product_Section .product_content {
  width: 100%;
  display: inline-block;
  /*padding: 20px;*/
  padding: 35px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #5d5d5d;
}
.product_Section .product_content .product-tech-specs .tech-spec-table p {
  color: unset;
  font-size: unset;
}
.product_Section .product_content .in-active {
  display: none;
}
.product_Section .product_content .active {
  display: block;
}
.product_Section .product_content .tools {
  width: 40%;
  float: left;
  display: inline-block;
}
.product_Section .product_content .tools h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
.product_Section .product_content .tools ul {
  list-style-type: none;
  font-size: 18px;
  color: #657f91;
}
.product_Section .product_content .tools ul li {
  padding: 5px 0px;
}
.product_Section .product_content .video {
  width: 60%;
  display: table;
}
.product_Section .product_content .video h4 {
  font-size: 20px;
  padding-bottom: 10px;
}
.product_Section .product_content .faqs a {
  color: inherit;
  width: 33.3%;
  float: left;
  padding: 7px 15px 8px 15px;
  cursor: pointer;
}
.product_Section .product_content .faqs a:HOVER {
  opacity: 0.8;
}
@media (max-width: 860px) {
  .product_Section .product_content .faqs a {
    width: 100%;
    /*font-weight: 400;*/
    font-size: 16px;
    color: #5d5d5d;
    padding: 5px 0px 5px 0px;
  }
}
.product_Section .product_content .youtubeVids {
  height: 320px;
  width: 100%;
}
.product_Section .product_content .youtubeVids .screen {
  display: block;
  float: left;
  width: 60%;
  margin-right: 2%;
  min-height: 310px;
}
.product_Section .product_content .youtubeVids .screen .embed-container {
  min-height: 310px;
}
@media (max-width: 860px) {
  .product_Section .product_content .youtubeVids .screen {
    width: 100%;
    padding: 8px;
  }
}
.product_Section .product_content .youtubeVids .thumbs {
  display: block;
  float: left;
  width: 38%;
  height: 100%;
  margin: -5px 0px;
}
.product_Section .product_content .youtubeVids .thumbs .active {
  opacity: 0.4;
  cursor: auto;
}
.product_Section .product_content .youtubeVids .thumbs .active:HOVER {
  background-color: #fff !important;
  cursor: default;
}
.product_Section .product_content .youtubeVids .thumbs .active:HOVER h4 {
  color: #0099a8 !important;
}
.product_Section .product_content .youtubeVids .thumbs .active:HOVER p {
  color: #838383 !important;
}
.product_Section .product_content .youtubeVids .thumbs .thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 25%;
  display: block;
  float: left;
  padding: 5px;
  cursor: pointer;
}
.product_Section .product_content .youtubeVids .thumbs .thumb img {
  float: left;
  display: inline-block;
  max-height: 100%;
}
.product_Section .product_content .youtubeVids .thumbs .thumb .info {
  float: left;
  display: inline-block;
  width: 66%;
  padding-left: 10px;
}
.product_Section .product_content .youtubeVids .thumbs .thumb .info h4 {
  font-size: 17px;
  font-weight: 100;
  padding: 2px 0px 0px 0px;
  margin: 0px;
}
.product_Section .product_content .youtubeVids .thumbs .thumb:HOVER {
  background-color: #0099a8;
}
.product_Section .product_content .youtubeVids .thumbs .thumb:HOVER h4,
.product_Section .product_content .youtubeVids .thumbs .thumb:HOVER p {
  color: #fff;
}
@media (max-width: 860px) {
  .product_Section .product_content .youtubeVids .thumbs {
    width: 100%;
    padding: 20px 0px;
  }
}
.product_Section .product_content .parts {
  width: 25%;
  float: left;
  padding: 0px 40px 0px 0px;
  margin-top: -10px;
  border-right: 1px solid #e5e5e5;
}
.product_Section .product_content .parts .section_head {
  color: #0099a8;
  font-size: 22px;
  padding: 10px 0px;
  font-weight: 500;
}
.product_Section .product_content .parts .section_number {
  height: 40px;
  width: 40px;
  font-size: 18px;
  background-color: #0099a8;
  color: #fff;
  padding: 5px 23px 31px 15px;
  font-weight: 500;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin: 3px;
  border: 3px solid #0099a8;
  cursor: pointer;
}
.product_Section .product_content .parts .section_number:HOVER {
  opacity: 0.8;
}
.product_Section .product_content .parts .selected {
  background-color: #fff !important;
  color: #0099a8 !important;
}
.product_Section .product_content .parts .selected:HOVER {
  opacity: 1;
}
@media (max-width: 860px) {
  .product_Section .product_content .parts {
    width: 100%;
    padding: 0px;
    border-right: 1px solid #fff;
  }
}
@media (max-width: 860px) {
  .product_Section .product_content .parts .partBox {
    width: 50%;
    float: left;
    padding: 10px;
  }
}
@media (max-width: 860px) {
  .product_Section .product_content .parts .part2 {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
  }
}
.product_Section .product_content .parts .partsFix {
  clear: both;
}
@media (max-width: 860px) {
  .product_Section .product_content .parts .partsFix {
    display: none;
  }
}
.product_Section .product_content .downloadItem {
  float: left;
  width: 25%;
  padding: 0px 10px 0px 70px;
  cursor: pointer;
  background-image: url(/images/svgs/pdfIcon.svg);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  display: block;
  background-size: 50px;
  min-height: 80px;
}
.product_Section .product_content .downloadItem h4 {
  color: #657f91;
  font-weight: 400;
}
.product_Section .product_content .downloadItem p {
  color: #95a5b0;
}
.product_Section .product_content .downloadItem:HOVER {
  opacity: 0.8;
}
@media (max-width: 860px) {
  .product_Section .product_content .downloadItem {
    width: 100%;
  }
}
.product_Section .product_content .content .inactive {
  display: none;
}
.product_Section .product_content .content .userGuideImage {
  max-width: 250px;
  max-height: 160px;
  height: auto;
  width: auto;
  margin: -30px 15px 15px -10px;
  display: block;
}
.product_Section .product_content .content .selected {
  padding: 40px 40px 0px 40px;
  width: 75%;
  display: inline-block;
  /*p{display: inline-block;}*/
}
.product_Section .product_content .content .selected .notice {
  display: inline-block;
  padding-left: 50px;
  background-image: url('/images/support/notice.png');
  background-repeat: no-repeat;
  background-position: 0px 80%;
  font-weight: 500;
}
.product_Section .product_content .content .selected .fn {
  background-image: url('/images/svgs/fn.svg');
  width: 15px;
  height: 11px;
  display: inline-block;
  margin: 0px 3px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.product_Section .product_content .content .selected .ud {
  background-image: url('/images/svgs/ud.svg');
  width: 15px;
  height: 11px;
  display: inline-block;
  margin: 0px 3px;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 860px) {
  .product_Section .product_content .content .selected {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .product_Section .product_content {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .product_Section {
    padding: 20px;
  }
}
@media (max-width: 860px) {
  .product_Section {
    padding: 0px 15px;
  }
}
.product-name-product {
  padding: 0px 5px;
  float: left;
  display: inline-block;
  width: 75%;
  color: #FFFFFF;
  font-weight: 400;
}
.product-name-product .productPage {
  max-width: 69%;
}
.product-name-product .product_image {
  padding-right: 20px;
  max-width: 30%;
}
.product-name-product .logo {
  max-width: 290px;
}
@media (min-width: 749px) {
  .small_top {
    width: 14.28% !important;
  }
}
.view_all {
  background-image: url('/images/global/chevron-right.svg');
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 100% 72%;
  color: #0099a8;
  font-size: 19px;
}
.user_guide_download {
  background-image: url('/images/svgs/user_guide.svg');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 0% 75%;
  color: #0099a8;
  font-size: 19px;
  padding: 35px 0px 10px 30px !important;
}
.dimension-image {
  padding: 30px 30px 30px 30px;
}
.dimension-info {
  border-left: 1px solid #0099a8;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 20px;
}
@media (max-width: 749px) {
  .dimension-info {
    border-left: 1px solid #fff;
    margin: 0px;
    padding: 0px;
  }
}
.floater {
  min-height: 80px;
  min-width: 220px;
  position: fixed;
  top: 345px;
  right: -250px;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #0099a8;
  padding: 15px 15px 15px 15px;
  text-align: center;
  -webkit-border-radius: 10px;
  -webkit-border-bottom-right-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomright: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-radius: 10px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.floater:hover {
  opacity: 1 !important;
  /*background:#44b7c4;*/
  right: -65px;
}
.comingSoon {
  height: 310px;
  width: 100% !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #F6F6F6;
  font-size: 24px;
  color: #838383;
}
.FWtitle {
  width: 100% !important;
}
#faq_Section {
  width: 100%;
  display: inline-block;
  padding: 35px;
  background-color: #F6F6F6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #5d5d5d;
}
#faq_Section img {
  margin-top: 15px;
  height: 70px;
}
#faq_Section p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #657f91;
  font-size: 1.2em;
  font-weight: 600;
}
#faq_Section a {
  background: #4aa6b6;
  color: white;
  border-radius: 20px;
  background-clip: padding-box;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-size: 1.0625em;
  font-weight: 300;
}
#faq_Section #product_faq {
  border-radius: 10px;
  text-align: center;
  padding: 8px;
  max-width: 450px;
  background-color: white;
}
#faq_Section #general_faq {
  border-radius: 10px;
  text-align: center;
  padding: 8px;
  margin-left: 5px;
  max-width: 450px;
  background-color: white;
}
@media screen and (max-width: 866px) and (min-width: 0px) {
  #faq_Section #general_faq {
    margin-top: 10px;
  }
}
.announcment {
  text-align: center;
  background-color: #FFF;
  padding: 25px 10px 25px 10px;
  font-size: 1.1em;
  max-width: 970px;
  margin: 0px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.top_thirds {
  padding-top: 25px;
  display: inline-block;
}
.top_thirds .outer {
  text-align: center;
}
.top_thirds .outer h3 {
  color: #657f91;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  min-height: 50px;
}
.top_thirds .outer p {
  font-size: 1.0em;
  color: #838383;
  text-align: center;
  min-height: 45px;
}
.top_thirds .outer .gotolink {
  margin-top: 15px;
  background-color: #16a6b6;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
}
.top_thirds .outer .inner {
  text-align: center;
}
.top_thirds .outer .inner .circle {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #cad2d8;
  display: inline-block;
}
.top_thirds .outer .inner .circle .svg-outer {
  height: 100px;
  width: 100px;
  margin: -1px;
  display: block;
}
.top_thirds .outer .inner .circle .svg-outer .overlay {
  background-image: url('/images/support/product-icon-question-mark.png');
  background-repeat: no-repeat;
  background-position: 50%;
  height: 25px;
  width: 100%;
  display: block;
  top: -40px;
  position: relative;
}
.top_thirds .outer .inner .circle .svg-outer.microchip_pet_feeder svg {
  max-height: 100%;
  max-width: 100%;
  margin: 0%;
  fill: #657f91;
}
.top_thirds .outer .inner .circle .svg-outer.motion_pet_feeder svg {
  max-height: 130%;
  max-width: 100%;
  margin: -15%;
  fill: #657f91;
}
.top_thirds .outer .inner .circle .svg-outer.microchip_cat_flap svg {
  max-height: 130%;
  max-width: 100%;
  margin: -15%;
  fill: #657f91;
}
.top_thirds .outer .inner .circle .svg-outer.dualscan_microchip_cat_flap svg {
  max-height: 130%;
  max-width: 100%;
  margin: -15%;
  fill: #657f91;
}
.top_thirds .outer .inner .circle .svg-outer.microchip_pet_door svg {
  max-height: 110%;
  max-width: 100%;
  margin: -5%;
  fill: #657f91;
}
.top_thirds .outer .inner .circle.question img {
  padding: 25px 5px 15px 0px;
  max-height: 100%;
  max-width: 100%;
}
.top_thirds .outer .inner .circle.solve img {
  padding: 28px 0px 10px 7px;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 749px) {
  .top_thirds .outer {
    margin: 0px 0px 50px 0px;
  }
}
