@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700&subset=latin,latin-ext);
.txt-center {
  text-align: center;
}
.color-main {
  color: #218bc7;
}
a,
abbr,
acronym,
address,
applet,
section,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
mainmenu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mainmenu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  fonft-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
.container {
  max-width: 1120px;
  margin: 0px auto;
  position: relative;
}
.clear {
  clear: both;
  display: block;
}
/* -------------------------------------------------------------- 
	 Typography
-------------------------------------------------------------- */
html {
  min-height: 100%;
  background: #fff !important;
}
body {
  font-family: 'Lato';
  font-size: 14px;
  color: #424242;
  line-height: 150%;
  width: 100%;
  background: #fff;
  font-weight: 400;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato';
  margin: 0 0 0 0;
  padding: 0;
  font-style: normal;
  line-height: 120%;
  font-weight: 400;
  color: #218bc7;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* Text elements
-------------------------------------------------------------- */
a {
  color: #218bc7;
  text-decoration: none;
}
a:hover {
  color: #218bc7;
  text-decoration: none;
}
a:visited {
  color: #218bc7;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  font-family: 'Lato';
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: left;
  padding: 0 4%;
  background: #f8f8f8;
  border: 1px solid #888;
  margin: 0 0 20px 0;
  display: block;
  color: #424242;
  width: 92%;
  border-radius: 6px;
}
textarea {
  line-height: 18px;
  min-height: 100px;
  resize: none;
  width: 96%;
  padding: 10px 2%;
  color: #000;
}
input[type='submit'],
button,
.button {
  display: inline-block;
  width: auto;
  padding: 7px 7px;
  margin: 0px auto;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #218bc7;
  opacity: 1;
  font-weight: 700;
  background: #298fc6;
  background: -moz-linear-gradient(top, #298fc6 0%, #1678ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #298fc6), color-stop(100%, #1678ad));
  background: -webkit-linear-gradient(top, #298fc6 0%, #1678ad 100%);
  background: -o-linear-gradient(top, #298fc6 0%, #1678ad 100%);
  background: -ms-linear-gradient(top, #298fc6 0%, #1678ad 100%);
  background: linear-gradient(to bottom, #298fc6 0%, #1678ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#298fc6', endColorstr='#1678ad', GradientType=0);
}
.button-red {
  background: #ab1415 !important;
}
input[type='submit'].button-mid,
button.button-mid,
.button.button-mid {
  font-size: 24px;
  line-height: 26px;
  padding: 10px 20px;
}
.button:hover,
button:hover,
input[type='submit']:hover,
.button-light:hover {
  opacity: 0.7;
}
a.button,
a.button:visited {
  color: #fff !important;
}
a.button:visited:hover,
a.button:hover {
  color: #fff !important;
}
.button-bordered {
  display: inline-block;
  line-height: 36px;
  font-size: 20px;
  padding: 0 25px;
  border: 4px solid #218bc7;
  font-weight: 700;
  color: #218bc7;
}
.button-bordered:hover {
  opacity: 0.5;
}
.button-bordered2 {
  display: inline-block;
  line-height: 32px;
  font-size: 17px;
  padding: 0 6px;
  border: 4px solid #218bc7;
  font-weight: 700;
  color: #218bc7;
}
.button-bordered2:hover {
  opacity: 0.5;
}
.button-bordered-white {
  border: 4px solid #fff !important;
  color: #fff !important;
}
.button-bordered-blue {
  border: 4px solid #218bc7 !important;
  color: #218bc7 !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1a1a1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a1a1;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a1a1;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a1a1a1;
}
label {
  color: #424242;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
label.error {
  color: #f00;
  font-size: 13px;
}
/*
input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0 5px 0 0;
  background: #fff;
  width: 7px;
  height: 7px;
  border: 3px solid #fff;
}
label:hover:before {
	background: #ccc !important;
}
input[type="checkbox"]:checked + label:before {
  background: @orange !important;
}
*/
textarea {
  height: auto;
}
a.button {
  display: inline-block;
}
img {
  max-width: 100%;
}
.no-format {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  line-height: inherit !important;
}
.content {
  text-align: justify;
}
.content p {
  padding-bottom: 20px;
}
/* TemplateStylesheet
-------------------------------------------------------------- */
.front-header .logo-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
header {
  background: url('../bundles/trovetwebsite/css/images/bg-header.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
header .logo-bar .logo {
  padding: 20px 5%;
  width: 32%;
}
header .logo-bar .logo img {
  max-width: 100%;
}
header .slider {
  width: 100%;
}
header .slider .slide {
  width: 100%;
}
header .slider .slide img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
header .pager {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 101;
}
header .pager span {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: 4px solid #fff;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
header .pager span.cycle-pager-active {
  background: #218bc7 !important;
}
nav.desktop {
  padding: 15px 0;
  background: #208bc7;
  background: -moz-linear-gradient(top, #208bc7 0%, #1c79ae 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #208bc7), color-stop(100%, #1c79ae));
  background: -webkit-linear-gradient(top, #208bc7 0%, #1c79ae 100%);
  background: -o-linear-gradient(top, #208bc7 0%, #1c79ae 100%);
  background: -ms-linear-gradient(top, #208bc7 0%, #1c79ae 100%);
  background: linear-gradient(to bottom, #208bc7 0%, #1c79ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#208bc7', endColorstr='#1c79ae', GradientType=0);
  line-height: 20px;
}
nav.desktop ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.desktop ul li {
  display: inline-block;
  padding: 5px 5px;
}
nav.desktop ul li a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #fff !important;
  text-shadow: 1px 1px 1px #0f1314;
}
nav.desktop ul li a:hover {
  color: #d4d4d4 !important;
}
.nav-trigger {
  position: fixed;
  top: 14px;
  right: 10px;
  padding: 6px 9px 2px 9px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 505;
}
.nav-trigger span {
  display: block;
  width: 18px;
  height: 3px;
  background: #424242;
  margin: 0 0 4px 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-trigger:hover {
  border: 1px solid #424242;
  background: #fff;
}
.nav-trigger:hover span {
  background: #218bc7;
}
nav.mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 0;
  background: rgba(33, 139, 199, 0.9);
  z-index: 504;
  display: none;
}
nav.mobile ul li {
  margin: 5px 0;
  text-align: center;
}
nav.mobile ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff !important;
  text-shadow: 1px 1px 1px #0f1314;
}
nav.mobile ul li a:hover {
  color: #d4d4d4 !important;
}
section.breadcrumbs {
  padding: 15px 0;
  border-bottom: 2px solid #218bc7;
}
section.breadcrumbs nav {
  margin: 0 0 10px 0;
}
section.breadcrumbs nav a,
section.breadcrumbs nav strong {
  font-size: 11px;
  color: #303030 !important;
  display: inline-block;
}
section.breadcrumbs nav a:hover {
  text-decoration: underline;
  color: #218bc7 !important;
}
section.breadcrumbs h1 {
  font-size: 40px;
  line-height: 42px;
  color: #218bc7;
  font-weight: 700;
}
section.page {
  padding: 40px 0;
}
.brand ul {
  list-style: disc;
  margin: 10px 0 10px 30px;
}
.brand ol {
  list-style: decimal;
  margin: 10px 0 10px 30px;
}
.brand a:hover {
  text-decoration: underline;
}
section.page.sidebar-right main {
  float: left;
}
section.page.sidebar-right aside {
  float: right;
}
section.page.sidebar-left main {
  float: right;
}
section.page.sidebar-left aside {
  float: left;
}
section.sidebar main {
  width: 57%;
}
section.sidebar aside {
  width: 32%;
}
section.main-longer main {
  width: 66%;
}
section.main-longest main {
  width: 75%;
}
section.sidebar-shorter aside {
  width: 23%;
}
.slider-wrapper {
  position: relative;
  padding: 0 15px;
  vertical-align: top;
}
.slider-wrapper .sl-prev {
  position: absolute;
  top: 50%;
  left: -2px;
  display: block;
  width: 27px;
  height: 29px;
  background: url('../bundles/trovetwebsite/css/images/sl-prev.png') center center no-repeat;
  cursor: pointer;
  margin-top: -15px;
  z-index: 99;
}
.slider-wrapper .sl-next {
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 27px;
  height: 29px;
  background: url('../bundles/trovetwebsite/css/images/sl-next.png') center center no-repeat;
  cursor: pointer;
  margin-top: -15px;
  z-index: 99;
}
section.featured-products {
  padding: 30px 0;
}
section.featured-products h2 {
  font-size: 40px;
  font-weight: 700;
  color: #218bc7;
  line-height: 42px;
  text-align: center;
  margin: 0 0 30px 0;
}
section.featured-products h3 {
  font-size: 34px;
  font-weight: 700;
  color: #218bc7;
  line-height: 36px;
  text-align: center;
  margin: 30px 0 0 0;
}
section.featured-products .featured-slider {
  position: relative;
}
section.featured-products .featured-slider .item {
  padding: 0 20px;
  vertical-align: top;
}
section.featured-products .featured-slider .product {
  position: relative;
}
section.featured-products .featured-slider .product * {
  white-space: normal;
}
section.featured-products .featured-slider .product .inner {
  border: 5px solid #bfbfbe;
  padding: 15px;
}
section.featured-products .featured-slider .product .inner .thumb {
  float: left;
  width: 27%;
  padding: 0 0 10px 0;
  text-align: center;
}
section.featured-products .featured-slider .product .inner .thumb img {
  margin: 5px 0 0 0;
  max-width: 100%;
}
section.featured-products .featured-slider .product .inner .info {
  float: right;
  width: 69%;
  padding: 0 0 10px 0;
}
section.featured-products .featured-slider .product .inner .info h2 {
  font-size: 18px;
  margin: 0 5px 8px 0;
  font-weight: 700;
  line-height: 28px;
}
section.featured-products .featured-slider .product .inner .info h2 a:hover {
  text-decoration: underline;
}
section.featured-products .featured-slider .product .inner .info .excerpt {
  font-size: 14px;
  line-height: 18px;
}
section.featured-products .featured-slider .product .links {
  padding: 20px;
  background: #218bc7;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
section.featured-products .featured-slider .product .links a {
  color: #fff !important;
}
section.featured-products .featured-slider .product .links .buy-btn {
  line-height: 56px;
  display: inline-block;
}
section.featured-products .featured-slider .product .links .icon {
  font-size: 47px;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 5px 0 0;
  border: 4px solid #fff;
  text-align: center;
  line-height: 56px;
  position: relative;
  top: 8px;
}
section.featured-products .featured-slider .product .links .white-btn {
  background: #fff !important;
  color: #218bc7 !important;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 700;
}
section.featured-products .featured-slider .product .links .inblo:hover {
  text-decoration: underline;
}
section.featured-products .featured-slider .product.badge-dog:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-dog-big.png') top left no-repeat;
  background-size: cover;
}
section.featured-products .featured-slider .product.badge-cat:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-cat-big.png') top left no-repeat;
  background-size: cover;
}
section.featured-products .featured-slider .product.badge-pig:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-guineapig-big.png') top left no-repeat;
  background-size: cover;
}
section.featured-products .featured-slider .product.badge-rabbit:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-rabbit-big.png') top left no-repeat;
  background-size: cover;
}
section.product-categories {
  border-top: 3px solid #218bc7;
  padding: 30px 0;
  background: #ececec;
}
section.product-categories h2 {
  font-size: 24px;
  font-weight: 700;
  color: #218bc7;
  line-height: 26px;
  text-align: center;
  margin: 0 0 20px 0;
}
section.product-categories .group {
  float: left;
  width: 44%;
  margin: 10px 3% 10px 3%;
}
section.product-categories .group ul {
  margin: 0 0 20px 0;
}
section.product-categories .group ul li {
  padding: 5px 0 5px 30px;
  font-size: 18px;
}
section.product-categories .group ul li a {
  color: #218bc7;
}
section.product-categories .group-dogs ul li {
  background: url('../bundles/trovetwebsite/css/images/el-li-dog.png') left center no-repeat;
}
section.product-categories .group-cats ul li {
  background: url('../bundles/trovetwebsite/css/images/el-li-cat.png') left center no-repeat;
}
section.doctor {
  background: #218bc7;
}
section.doctor .photo {
  float: left;
  width: 15%;
  margin-right: 3%;
  background: url('../bundles/trovetwebsite/css/images/img-dr2.png') bottom center no-repeat;
  background-size: contain;
}
section.doctor .description {
  float: left;
  width: 56%;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
section.doctor .image {
  float: right;
  width: 22%;
  background: url('../bundles/trovetwebsite/css/images/img-prods.png') center center no-repeat #ffffff;
  background-size: contain;
}
section.doctor h2 {
  color: #fff;
  font-size: 33px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0 0 0;
}
section.doctor .subheader {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  margin: 0 0 20px 0;
}
section.doctor p {
  padding: 0 0 20px 0;
}
section.doctor .button-bordered {
  margin: 0 10px 20px 0;
}
section.facebook {
  background: #218bc7;
}
section.facebook .photo {
  float: left;
  width: 15%;
  margin-right: 3%;
  background: url('../bundles/trovetwebsite/css/images/f-facebook.png') bottom center no-repeat;
  background-size: contain;
}
section.facebook .description {
  float: left;
  width: 56%;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
section.facebook h2 {
  color: #fff;
  font-size: 33px;
  line-height: 35px;
  font-weight: 700;
  padding: 20px 0 0 0;
}
section.facebook .subheader {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  margin: 0 0 20px 0;
}
section.facebook p {
  padding: 0 0 20px 0;
}
section.facebook .button-bordered {
  margin: 0 10px 20px 0;
}
section.all-products {
  padding: 40px 0;
}
section.all-products h2 {
  font-size: 40px;
  font-weight: 700;
  color: #218bc7;
  line-height: 42px;
  text-align: center;
  margin: 0 0 30px 0;
}
section.all-products .all-slider {
  position: relative;
  height: 100%;
}
section.all-products .all-slider .item {
  padding: 0 20px;
  vertical-align: top;
}
section.all-products .all-slider .product {
  position: relative;
}
section.all-products .all-slider .product * {
  white-space: normal;
}
section.all-products .all-slider .product .inner {
  border: 5px solid #bfbfbe;
  padding: 15px;
  margin: 0 0 10px 0;
}
section.all-products .all-slider .product .inner .thumb {
  text-align: center;
}
section.all-products .all-slider .product .inner .thumb img {
  max-width: 100%;
}
section.all-products .all-slider .product .info h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-align: left;
}
section.all-products .all-slider .product .info h2 a:hover {
  text-decoration: underline;
}
section.all-products .all-slider .product .info .excerpt {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
section.all-products .all-slider .product.badge-dog:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-dog-big.png') top left no-repeat;
  background-size: cover;
}
section.all-products .all-slider .product.badge-cat:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-cat-big.png') top left no-repeat;
  background-size: cover;
}
section.all-products .all-slider .product.badge-pig:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-guineapig-big.png') top left no-repeat;
  background-size: cover;
}
section.all-products .all-slider .product.badge-rabbit:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url('../bundles/trovetwebsite/css/images/badge-rabbit-big.png') top left no-repeat;
  background-size: cover;
}
section.sellers {
  padding: 30px 0;
  background: #ececec;
  border-top: 3px solid #218bc7;
}
section.sellers h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #218bc7;
  line-height: 42px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
section.sellers h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #218bc7;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
section.sellers .sellers-left {
  float: left;
  width: 41%;
  font-size: 18px;
  text-align: center;
  color: #218bc7;
}
section.sellers .sellers-left img {
  max-width: 100%;
}
section.sellers .sellers-right {
  float: right;
  width: 52%;
}
section.sellers .sellers-right .col-left {
  float: left;
  width: 48%;
}
section.sellers .sellers-right .col-right {
  float: right;
  width: 48%;
  padding: 40px 0 0 0;
}
section.sellers .sellers-right .col-right form {
  font-size: 18px;
  line-height: 20px;
  color: #218bc7;
  text-align: center;
}
section.sellers .sellers-right .col-right form input[type="text"] {
  display: inline-block;
  width: 100px;
  padding: 0 5px;
  border: 1px solid #218bc7;
  text-align: center;
  margin: 0 10px 5px 0;
}
section.contact {
  position: relative;
  padding: 40px 0;
  background: #2c2c2c;
  color: #fff;
}
section.contact .container-spacer {
  margin: 0 auto;
  max-width: 840px;
}
section.contact .contact-left {
  float: left;
  width: 62%;
  font-size: 19px;
  line-height: 33px;
}
section.contact .contact-left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #218bc7;
  margin: 0 0 20px 0;
}
section.contact .contact-right {
  float: right;
  width: 35%;
  text-align: center;
}
section.contact .contact-right img {
  max-width: 100%;
}
main .pagination {
  padding: 30px 0;
  text-align: center;
}
main .pagination a,
main .pagination span {
  display: inline-block;
  text-align: center;
  color: #218bc7 !important;
  font-size: 14px;
  line-height: 14px;
  padding: 0 6px 0 4px;
  border-right: 1px solid #74a7cb;
}
main .pagination a:last-child {
  border-right: none !important;
}
main .pagination a:hover {
  color: #218bc7 !important;
  text-decoration: underline;
}
main .pagination .active {
  color: #218bc7 !important;
  text-decoration: underline;
}
main.blog-template .featured-post {
  padding: 0 0 20px 0;
}
main.blog-template .featured-post h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
main.blog-template .featured-post h2 a {
  color: #218bc7 !important;
}
main.blog-template .featured-post h2 a:hover {
  text-decoration: underline;
}
main.blog-template .featured-post .thumb {
  margin: 0 0 10px 0;
}
main.blog-template .featured-post .thumb img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
main.blog-template .featured-post table {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
main.blog-template .featured-post .excerpt p {
  margin-bottom: 10px;
}
main.blog-template .featured-post .excerpt {
  font-size: 14px;
  margin: 0 0 10px 0;
  text-align: justify;
}
main.blog-template .featured-post .excerpt h2 {
  margin-top: 20px;
  margin-bottom: 12px;
}
main.blog-template .featured-post .excerpt h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}
main.blog-template .featured-post .excerpt ul {
  list-style: disc;
  margin: 10px 0 10px 30px;
}
main.blog-template .featured-post .excerpt ol {
  list-style: decimal;
  margin: 10px 0 10px 30px;
}
main.blog-template .featured-post .excerpt tr {
  margin: 20px auto;
  width: 100%;
}
main.blog-template .featured-post .excerpt td {
  padding: 5px;
  border: 1px solid #cacaca;
}
main.blog-template .featured-post .read-more {
  text-align: right;
}
main.blog-template .featured-post .read-more a:hover {
  text-decoration: underline;
}
main.blog-template .post {
  padding: 20px 0;
}
main.blog-template .post .thumb {
  float: left;
  width: 26%;
}
main.blog-template .post .thumb img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
main.blog-template .post table {
  width: 100%;
  margin: 20px 0;
}
main.blog-template .post .post-info {
  float: right;
  width: 70%;
}
main.blog-template .post .post-info h2 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
main.blog-template .post .post-info h2 a {
  color: #218bc7 !important;
}
main.blog-template .post .post-info h2 a:hover {
  text-decoration: underline;
}
main.blog-template .post .post-info .excerpt {
  margin: 0 0 15px 0;
  text-align: justify;
}
main.blog-template .post .post-info .excerpt h2 {
  margin-top: 20px;
  margin-bottom: 12px;
}
main.blog-template .post .post-info .excerpt h3 {
  margin-top: 20px;
  margin-bottom: 12px;
}
main.blog-template .post .post-info .excerpt ul {
  list-style: disc;
  margin: 10px 0 10px 30px;
}
main.blog-template .post .post-info .excerpt ol {
  list-style: decimal;
  margin: 10px 0 10px 30px;
}
main.blog-template .post .post-info .excerpt tr {
  margin: 20px auto;
  width: 100%;
}
main.blog-template .post .post-info .excerpt td {
  padding: 5px;
  border: 1px solid #cacaca;
}
main.blog-template .post .post-info .read-more {
  text-align: right;
}
main.blog-template .post .post-info .read-more a:hover {
  text-decoration: underline;
}
main.blog-template .post .post-info table {
  width: 100%;
  margin: 20px 0;
}
main.faq-template form {
  padding: 20px 20px;
  background: #1d7fb6;
  text-align: center;
  margin: 0 0 20px 0;
}
main.faq-template form h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px 0;
}
main.faq-template form input[type="text"] {
  margin: 0 0 20px 0;
  border-radius: 0;
}
main.faq-template form button {
  border: 2px solid #fff;
  margin: 0;
}
main.faq-template .search-results {
  border-top: 2px solid #218bc7;
  padding: 20px 0 0 0;
}
main.faq-template .search-results h1 {
  font-size: 30px;
  font-weight: 400;
  color: #218bc7;
  margin: 0 0 20px 0;
}
main.faq-template .search-results h2 {
  font-size: 20px;
  font-weight: 400;
  color: #218bc7;
  margin: 20px 0 5px 0;
}
main.faq-template .search-results h3 {
  padding: 10px 0 !important;
  font-size: 16px;
}
main.stores-template form {
  padding: 25px 15px;
  background: #efefef;
}
main.stores-template form input[type="text"] {
  display: inline-block;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 5px 5px 5px;
}
main.stores-template form button {
  margin: 0 0 20px 0;
}
main.stores-template .map {
  width: 100%;
  height: 380px;
  background: #218bc7;
}
.partners-template {
  padding: 40px 0 0 0;
}
.partners-template h2 {
  font-size: 24px;
  font-weight: 400;
  color: #218bc7;
  margin: 0 0 30px 0;
}
.partners-template .partners .partner {
  float: left;
  width: 21%;
  margin: 20px 2%;
  text-align: center;
}
.partners-template .partners .partner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.partners-template .partners .partner a {
  color: #424242 !important;
}
.partners-template .partners .partner a:hover {
  color: #218bc7 !important;
  text-decoration: underline;
}
.partners-template .partners .parnter:nth-child(4n+1) {
  clear: both;
}
main.contact-template h2 {
  font-size: 28px;
  margin: 0 0 25px 0;
}
main.contact-template .contact-form {
  margin: 70px 0 0 0;
  text-align: left;
}
main.contact-template .contact-form .field-short {
  float: left;
  width: 26%;
  margin: 0 4% 0 0;
}
main.contact-template .contact-form .field-long {
  float: left;
  width: 40%;
}
main.contact-template .contact-form .form-left {
  float: left;
}
main.contact-template .contact-form .form-left input[type="text"],
main.contact-template .contact-form .form-left input[type="file"] {
  display: inline-block;
}
main.contact-template .contact-form .form-right {
  float: right;
  text-align: right;
}
main.contact-template .contact-form #antispam {
  width: 50px !important;
  padding: 0 5px !important;
}
main.products-template .products .product {
  float: left;
  width: 31%;
  margin: 0 1% 20px 1%;
  position: relative;
}
main.products-template .products .product .inner {
  border: 5px solid #bfbfbe;
  padding: 10px 5px;
}
main.products-template .products .product .inner .thumb {
  float: left;
  width: 27%;
  padding: 0 0 10px 0;
  text-align: center;
}
main.products-template .products .product .inner .thumb img {
  margin: 5px 0 0 0;
  max-width: 100%;
}
main.products-template .products .product .inner .info {
  float: right;
  width: 69%;
  padding: 0 0 10px 0;
}
main.products-template .products .product .inner .info h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: 700;
}
main.products-template .products .product .inner .info h2 a:hover {
  text-decoration: underline;
}
main.products-template .products .product .inner .info .excerpt {
  font-size: 12px;
  line-height: 12px;
}
main.products-template .products .product:nth-child(3n+1) {
  clear: both;
}
main.products-template .products .product.badge-dog:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url('../bundles/trovetwebsite/css/images/badge-dog.png') top left no-repeat;
}
main.products-template .products .product.badge-cat:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url('../bundles/trovetwebsite/css/images/badge-cat.png') top left no-repeat;
}
main.products-template .products .product.badge-pig:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url('../bundles/trovetwebsite/css/images/badge-guineapig.png') top left no-repeat;
}
main.products-template .products .product.badge-rabbit:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url('../bundles/trovetwebsite/css/images/badge-rabbit.png') top left no-repeat;
}
main.product-template .product-head .thumb {
  float: left;
  width: 20%;
}
main.product-template .product-head .thumb a {
  display: inline-block;
  border: 5px solid #bebebe;
}
main.product-template .product-head .thumb a img {
  max-width: 100%;
}
main.product-template .product-head .info {
  float: right;
  width: 77%;
}
main.product-template .product-head .info h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}
main.product-template .product-head .info h3 {
  font-size: 18px;
  color: #424242;
  margin: 0 0 20px 0;
}
main.product-template .product-info {
  padding: 40px 0;
}
main.product-template .product-info h3 {
  font-weight: 700;
  color: #303030;
  font-size: 18px;
  margin: 0 0 15px 0;
}
main.product-template .product-info .product-about {
  float: left;
  width: 43%;
  margin: 0 0 20px 0;
}
main.product-template .product-info .product-about ul {
  margin: 0 0 15px 10px;
}
main.product-template .product-info .product-about ul li {
  padding: 0 0 0 10px;
  background: url('../bundles/trovetwebsite/css/images/el-li.png') left center no-repeat;
  color: #218bc7;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0;
}
main.product-template .product-info .product-description {
  float: right;
  width: 54%;
  margin: 0 0 20px 0;
}
main.product-template .product-info .product-description ul {
  list-style: disc;
  margin: 10px 0 10px 30px;
}
main.product-template .product-info .product-type {
  width: 200px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
main.product-template .product-info .product-type-box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
main.product-template .product-info .product-type img {
  max-height: 280px;
}
main.product-template .product-info .product-tabs {
  border: 1px solid #919191;
  background: #f7f7f7;
}
main.product-template .product-info .product-tabs ul.tab-selectors {
  background: #218bc7;
  float: left;
  width: 190px;
}
main.product-template .product-info .product-tabs ul.tab-selectors li {
  display: block;
  padding: 10px 10px;
  line-height: 20px;
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
main.product-template .product-info .product-tabs ul.tab-selectors li .ico {
  display: inline-block;
  width: 35px;
}
main.product-template .product-info .product-tabs ul.tab-selectors li:hover,
main.product-template .product-info .product-tabs ul.tab-selectors li.current {
  color: #218bc7 !important;
  background: #f7f7f7 !important;
}
main.product-template .product-info .product-tabs .tabs {
  float: right;
}
main.product-template .product-info .product-tabs .tabs .tab {
  padding: 10px;
}
main.product-template .product-info .product-tabs .tabs .tab table {
  height: 100%;
  width: 100%;
}
main.product-template .product-info .product-tabs .tabs .tab table,
main.product-template .product-info .product-tabs .tabs .tab th,
main.product-template .product-info .product-tabs .tabs .tab td {
  border: 1px solid #c3c3c3;
  border-collapse: collapse;
  padding: 6px 8px;
}
main.product-template .product-info .product-tabs .tabs .tab tr > th {
  text-align: center;
}
aside .widget {
  margin: 0 0 50px 0;
}
aside .widget h2 {
  color: #218bc7;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
aside .widget form button {
  float: right;
}
aside .widget table {
  width: 100%;
}
aside .widget table select {
  margin-left: 10px;
}
aside .widget-solid {
  background: #218bc7;
  color: #fff;
  padding: 15px 15px;
  font-size: 18px;
  margin: 0 0 50px 0;
}
aside .widget-solid h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
aside .widget-solid h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
aside .widget-solid h3 a {
  color: #fff !important;
}
aside .widget-solid h3 a:hover {
  text-decoration: underline;
  color: #fff !important;
}
aside .widget-solid ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
}
aside .widget-solid ul li {
  margin: 5px 0;
}
aside .widget-solid ul li a {
  display: block;
  padding: 0 0 0 25px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: url('../bundles/trovetwebsite/css/images/el-aside-li.png') left center no-repeat;
  color: #fff;
}
aside .widget-solid ul li a:hover {
  text-decoration: underline;
  background-position: 5px center;
}
aside .widget-solid-form {
  color: #fff;
  font-size: 18px;
  margin: 0 0 50px 0;
}
aside .widget-solid-form h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
aside .widget-solid-form h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
aside .widget-solid-form h3 a {
  color: #fff !important;
}
aside .widget-solid-form h3 a:hover {
  text-decoration: underline;
  color: #fff !important;
}
aside .widget-solid-form ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
}
aside .widget-solid-form ul li {
  margin: 5px 0;
}
aside .widget-solid-form ul li a {
  display: block;
  padding: 0 0 0 25px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: url('../bundles/trovetwebsite/css/images/el-aside-li.png') left center no-repeat;
  color: #fff;
}
aside .widget-solid-form ul li a:hover {
  text-decoration: underline;
  background-position: 5px center;
}
aside .widget-solid-form form {
  padding: 20px 20px;
  background: #1d7fb6;
  text-align: center;
  margin: 0 0 20px 0;
}
aside .widget-solid-form form h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px 0;
}
aside .widget-solid-form form input[type="text"] {
  margin: 0 0 20px 0;
  border-radius: 0;
}
aside .widget-solid-form form button {
  border: 2px solid #fff;
  margin: 0;
}
aside .widget-call {
  margin: 0 0 50px 0;
}
aside .widget-call h2 {
  color: #424242;
  font-size: 24px;
  font-weight: 400;
}
aside .widget-call h2 strong {
  display: inline-block;
  font-size: 30px;
}
aside .widget-call .body {
  min-height: 170px;
  padding: 50px 0 0 140px;
  background: url('../bundles/trovetwebsite/css/images/img-dr.png') left bottom no-repeat;
}
footer {
  border-top: 2px solid #218bc7;
  padding: 27px 0;
  font-size: 14px;
  line-height: 16px;
}
footer .design {
  float: left;
}
footer .copy {
  float: right;
  text-align: right;
}
@media (min-width: 1190px) {
  section.contact:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 203px;
    height: 218px;
    background: url('../bundles/trovetwebsite/css/images/overl-left.png') center center no-repeat;
  }
  section.contact:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 276px;
    background: url('../bundles/trovetwebsite/css/images/overl-right.png') center center no-repeat;
  }
}
@media (min-width: 960px) {
  .clear-out-960 {
    clear: none !important;
  }
  .hide-max {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1190px) {
  .container {
    padding: 0 10px;
  }
}
@media (max-width: 959px) and (min-width: 780px) {
  #face-slider {
    display: none !important;
  }
  #face-slider #tab {
    display: none !important;
  }
  #face-code {
    display: none !important;
  }
  .hide-780 {
    display: none !important;
  }
  .clear-780 {
    clear: both;
  }
  .container {
    padding: 0 10px;
  }
  main.products-template .products .product {
    width: 48% !important;
    margin: 0 1% 30px 1% !important;
  }
  main.products-template .products .product:nth-child(3n+1) {
    clear: none;
  }
  main.products-template .products .product:nth-child(2n+1) {
    clear: both !important;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  #face-slider {
    display: none !important;
  }
  #face-slider #tab {
    display: none !important;
  }
  #face-code {
    display: none !important;
  }
  .hide-540 {
    display: none !important;
  }
  .clear-540 {
    clear: both;
  }
  .full-540 {
    float: none !important;
    width: 100% !important;
  }
  .container {
    padding: 0 10px;
  }
  .page main {
    float: none !important;
    width: 100% !important;
    padding: 10px 0;
  }
  .page aside {
    float: none !important;
    width: 100% !important;
    padding: 10px 0;
  }
  main.products-template .products .product {
    width: 48% !important;
    margin: 0 1% 30px 1% !important;
  }
  main.products-template .products .product:nth-child(3n+1) {
    clear: none;
  }
  main.products-template .products .product:nth-child(2n+1) {
    clear: both !important;
  }
  section.doctor .photo {
    float: left;
    width: 35% !important;
  }
  section.doctor .description {
    float: right !important;
    width: 60% !important;
  }
  section.doctor .image {
    display: none !important;
  }
}
@media (max-width: 539px) {
  #face-slider {
    display: none !important;
  }
  #face-slider #tab {
    display: none !important;
  }
  #face-code {
    display: none !important;
  }
  .clear-0 {
    clear: both !important;
  }
  .hide-0 {
    display: none !important;
  }
  .full-0 {
    float: none !important;
    width: 100% !important;
  }
  .container {
    padding: 0 5px;
  }
  header .logo-bar {
    position: relative !important;
  }
  header .logo {
    text-align: left;
    width: auto !important;
    padding: 20px 60px 20px 0 !important;
  }
  .page main {
    float: none !important;
    width: 100% !important;
    padding: 10px 0;
  }
  .page aside {
    float: none !important;
    width: 100% !important;
    padding: 10px 0;
  }
  div.partners-template .partners .partner {
    width: 46% !important;
  }
  div.partners-template .partners .partner:nth-child(2n+1) {
    clear: both;
  }
  main.contact-template .field-short,
  main.contact-template .field-long {
    float: none !important;
    width: 100% !important;
  }
  main.contact-template .form-left {
    float: none !important;
    margin: 0 0 20px 0;
  }
  main.contact-template .form-right {
    float: none !important;
  }
  main.products-template .products .product {
    float: none !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
  main.product-template .product-head .thumb {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  main.product-template .product-head .info {
    float: none !important;
    width: 100% !important;
  }
  main.product-template .product-info .product-about {
    float: none !important;
    width: 100% !important;
  }
  main.product-template .product-info .product-description {
    float: none !important;
    width: 100% !important;
  }
  section.product-categories .group {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }
  section.doctor {
    padding: 20px 0 0 0 !important;
  }
  section.doctor .photo {
    float: none !important;
    width: 100% !important;
    height: 250px !important;
    margin: 0 0 20px 0 !important;
  }
  section.doctor .description {
    float: none !important;
    width: 100% !important;
  }
  section.doctor .image {
    display: none !important;
  }
  section.sellers .sellers-left {
    float: none !important;
    width: 100% !important;
    padding: 0 0 40px;
  }
  section.sellers .sellers-right {
    float: none !important;
    width: 100% !important;
  }
  section.sellers .sellers-right .col-right {
    padding: 0 !important;
  }
  section.contact .contact-left {
    float: none !important;
    width: 100% !important;
  }
  section.contact .contact-right {
    display: none !important;
  }
}
.mfp-bg {
  background: #218bc7 !important;
}
.white-popup {
  max-width: 500px;
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
.white-popup img {
  max-width: 100%;
  margin: 0 0 10px 0;
}
.white-popup h3 {
  margin: 0 0 10px 0;
}
.white-popup p {
  padding: 0 0 10px 0;
}
.nowrap {
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}
.inblo {
  display: inline-block;
}
#face-slider {
  position: fixed;
  right: -302px;
  top: 190px;
  z-index: 100;
}
#face-slider #tab {
  cursor: pointer;
  height: 60px;
  width: 60px;
  float: left;
  background: url(../bundles/trovetwebsite/css/images/facebook-like.png) no-repeat center center;
}
#face-code {
  padding: 5px;
  border: solid #0170cf 3px;
  background: #fff;
  float: left;
  width: 286px;
  height: 100%;
}
.vet {
  width: 100%;
  background: #288cc7;
}
.vet .guide {
  display: block;
  padding: 5px 5px;
  margin-top: 65px;
  margin-bottom: 65px;
  max-width: 450px;
  width: 100%;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: #ffffff;
  float: left;
}
.vet .guide::after {
  background: url(../bundles/trovetwebsite/css/images/dziubek.png);
  width: 30px;
  height: 57px;
  display: block;
  float: right;
  content: "";
  margin-top: -30%;
  margin-right: -35px;
}
.vet .guide h1 {
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
}
.vet .guideIn {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 36px;
}
.vet .next {
  background: #ffffff;
  border: solid 4px #288cc7;
  color: #288cc7;
  padding: 5px 5px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  width: 70px;
  font-size: 18px;
  margin: 0 auto;
}
.vet .clear {
  padding: 0;
  margin: 0;
  clear: both;
}
.vet .product {
  padding: 6px 0;
  border-bottom: dashed 1px #218bc7;
}
.vet .product:last-child {
  border-bottom: none;
}
.vet .product img {
  max-width: 80px;
  float: left;
}
.vet .product .right {
  float: right;
  max-width: 305px;
  width: 100%;
  margin-top: 5px;
}
.vet .select {
  font-size: 16px;
  margin-bottom: 12px;
}
#search_grade,
#search_name {
  width: 85%;
  margin: 0 auto;
}
.vet .guide button {
  background: #ffffff !important;
  border: solid 4px #288cc7 !important;
  color: #288cc7 !important;
  padding: 16px 5px !important;
  text-align: center !important;
  cursor: pointer !important;
  font-weight: bold !important;
  width: 85px !important;
  font-size: 18px !important;
  margin: 0 auto !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 0;
  display: block;
}
.vet .container.doctor {
  background: url(../bundles/trovetwebsite/css/images/doctor_grand.png) no-repeat right bottom -1px;
  min-height: 435px;
}
.vet .desc {
  max-width: 222px;
  width: 100%;
  padding-bottom: 205px;
  padding-right: 285px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.vet .desc h1 {
  color: #ffffff;
  font-size: 32px;
  text-align: right;
}
.vet .inContainer {
  width: 100%;
}
@media screen and (max-width: 986px) {
  .desc {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .container.doctor {
    background: none;
    background-image: none;
    min-height: 435px;
  }
  .vet .container.doctor {
    background: none;
    background-image: none;
    min-height: 435px;
  }
  .infographics .content2 .right .moreInfo {
    text-align: center;
  }
  .desc {
    display: none;
    position: relative;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .guide::after {
    background: none;
  }
  .guide {
    width: 100%;
    background: #ffffff;
    float: none;
    margin: 0 auto;
  }
  .inContainer {
    padding-top: 30px;
  }
}
.infographics {
  margin-bottom: 80px;
  width: 100%;
}
.infographics .info {
  background: #288cc7;
  padding: 14px 13px;
  margin-top: 50px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  max-width: 978px;
  width: 100%;
}
.infographics .info .inInfo {
  border: dashed 2px #55a3d3 ;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 15px 35px;
}
.infographics .info .inInfo h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: lighter;
}
.infographics .info .inInfo h1::after {
  content: "?";
  float: right;
  font-size: 115px;
  font-weight: bold;
  margin-top: -25px;
}
.infographics .line-1 {
  display: block;
  width: 65px;
  height: 150px;
  margin-top: 125px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  border-top-right-radius: 40px;
  border-top: solid 6px #288cc7;
  border-right: solid 6px #288cc7;
  float: left;
}
.infographics .line-2 {
  display: block;
  width: 100%;
  height: 28px;
  margin-left: 98px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-left-radius: 40px;
  border-top: solid 6px #288cc7;
  border-left: solid 6px #288cc7;
}
.infographics .content2 {
  width: 100%;
  display: block;
}
.infographics .content2 .left {
  float: left;
  display: block;
  max-width: 310px;
}
.infographics .content2 .left h1 {
  font-size: 50px;
  font-family: 'Lato', sans-serif;
  color: #000000;
}
.infographics .content2 .left b {
  color: #288cc7;
  font-weight: bold;
}
.infographics .content2 .right {
  float: right;
  display: block;
  margin-right: 45px;
}
.infographics .content2 .right .moreInfo {
  text-align: right;
}
.infographics .content2 .right .moreInfo h1 {
  font-weight: bold;
  color: #288cc7;
  font-size: 50px;
}
.infographics .content2 .right .moreInfo b {
  font-weight: bold;
  color: #000000;
}
.infographics .content2 .right .catAndDogFull {
  display: block;
}
.infographics .content2 .right .catAndDogLess {
  display: none;
}
.infographics .content2 .left ul {
  display: block;
  text-decoration: none;
  line-height: 30px;
}
.infographics .content2 .left li {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  color: #000000;
}
.infographics .clear {
  padding: 0;
  margin: 0;
  clear: both;
}
.inline-search {
  display: inline-block;
  width: 100%;
}
.inline-search .s-65 {
  width: 65%;
  float: left;
}
.inline-search .s-32 {
  width: 32%;
  float: left;
  display: table;
  padding-top: 7px;
}
.inline-search .s-32 > div {
  width: 70%;
}
.inline-search .s-32 > div,
.inline-search .s-32 > button {
  float: right;
  display: table-cell;
}
.inline-search input:focus {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1145px) {
  .infographics .line-1 {
    display: none;
  }
  .infographics .line-2 {
    display: none;
  }
  .infographics .content2 .right .catAndDogFull {
    display: none;
  }
  .infographics .content2 .right .catAndDogLess {
    display: block;
    margin: 0 auto;
  }
  .infographics .content2 .right {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .infographics .content2 .left {
    max-width: 80%;
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .infographics .content2 .left ul {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 575px) {
  .infographics .info .inInfo h1::after {
    display: none;
    text-align: center;
  }
  .infographics .info .inInfo {
    text-align: center;
  }
  .infographics .info {
    width: 95%;
  }
  .infographics .content2 .left ul {
    display: block;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 420px) {
  .infographics .info .inInfo {
    padding: 5px 0;
  }
  .infographics .info .inInfo h1 {
    font-size: 40px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Preload images */
body:after {
  content: url(../bundles/trovetwebsite/images/close.png) url(../bundles/trovetwebsite/images/loading.gif) url(../bundles/trovetwebsite/images/prev.png) url(../bundles/trovetwebsite/images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../bundles/trovetwebsite/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../bundles/trovetwebsite/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../bundles/trovetwebsite/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../bundles/trovetwebsite/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
