.header{
	height:165px;
}


.contacttable{
	margin:0 auto;
}

.freedel{
	margin:4px 0 26px 0;
	color:#fff;
	text-align:right;
	font-size:1.1em;
}



.cbp-hrmenu-hamburger2{
	display:none;
	position:absolute;
	top:155px;
	left:0;
	width:100%;

	height:39px;
	/*cursor:pointer;*/
	z-index:101;
}
.h1{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.1em 0;
}



.homepagebannertext{
	position:absolute; z-index:10001; margin:auto; height:70%; width:35%;top: 0; left: 0; bottom: 0; right: 0; text-align:center;
	font-size:1.1em ;
}
.homepagebannertext h1, .h1{
	font-size:3em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:22px;
}
.homepagebannertext div{
	margin:0 auto;
}


#nav-icon5{
	width:30px;
	height:22px !important;
	position: relative;
	margin:7px 0 0 6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon5 span {
	display: block;
	position: absolute;
	height: 4.5px;
	width: 100%;
	background: #1faf9f;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon5 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon5 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon5 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon5.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}

#nav-icon5.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon5.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}

.cbp-hrmenu-hamburgerplus2{
	display:none;
	position:absolute;
	right:20px;
	font-size:1.3em;
	width:20px;
	height:20px;
}
/*.cbp-hrmenu-hamburgerplus:after{
	content: '+';
}*/
.cbp-hrmenu-hamburger2 img{
	height:22px;
	left:12px;
	top:9px;
	position:absolute;
}
.cbp-hrmenu-hamburger2:after{
	clear:both;
}


.cbp-hrmenu2 {
	width: 100%;
	background-color:#fff;
	position:absolute;
	top:164px;
	font-size: 90%;
	z-index:9999;
}

/* general ul style */
.cbp-hrmenu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
}

/* first level ul style */
.cbp-hrmenu2 > ul,
.cbp-hrmenu2 .cbp-hrsub-inner {
	width: 90%;
	/*max-width: 70em;*/
	margin: 0 auto;
	padding: 0 1.6em;
}

.cbp-hrmenu2 > ul > li {
	display: inline-block;
}

.cbp-hrmenu2 > ul > li > a {
	font-weight: 700;
	padding: 8px 1.7em;
	color: #4B4B54;
	display: inline-block;
	
}

.cbp-hrmenu2 > ul > li > a:hover {
	background-color:#efefef;
	color: #072b76;
	transition: 0.3s ease;
}

.cbp-hrmenu2 > ul > li.cbp-hropen a,
.cbp-hrmenu2 > ul > li.cbp-hropen > a:hover {
	color: #072b76;
	background: #e4e8eb;
	transition: 0.3s ease;
}
/*
.cbp-hropen .cbp-hrmenu-hamburgerplus:after{
	content: "-";
}*/

/* sub-menu */
.cbp-hrmenu2 .cbp-hrsub {
	display: none;
	position: absolute;
	background: #e4e8eb;
	color:#072b76;
	width: 100%;
	left: 0;
		z-index:20000;
}
.cbp-hrmenu2 .cbp-hrsub a {
	display:block;
	line-height:1.8em;
	padding:0 6px;
}
.cbp-hrmenu2 .cbp-hrsub a:hover {
	background-color:#a7aab8;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}


.cbp-hrmenu2 .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
	color: #072b76;
}

.cbp-hrmenu2 .cbp-hrsub-inner:before,
.cbp-hrmenu2 .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu2 .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu2 .cbp-hrsub-inner > div a {
	line-height: 2em;
}

@media screen and (max-width: 1150px) {
	.cbp-hrmenu-hamburger2{
		display:inline;
	}
	.cbp-hrmenu-hamburgerplus2{
		display:inline;
	}
	.onlyshowondesktop{ display:none !important;}
	
	.cbp-hrmenu2 {
		font-size: 95%;
		z-index:100;
		border: none;
		display:none;
		margin-top:34px;
	}

	.cbp-hrmenu2 > ul,
	.cbp-hrmenu2 .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu2 .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu2 > ul > li {
		display: block;
		border-bottom: 1px solid #a7aab8;
	}

	.cbp-hrmenu2 > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu2 .cbp-hrsub { 
		position: relative;
	}

}

@media screen and (max-width: 600px) { 
	.cbp-hrmenu2 .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
	.cbp-hrmenu2 > ul > li > a { 
		display: block;
		padding: 1em 1em;
	}	

}



.animalfilter input[type="radio"]{
	position:relative;
	left:0;
	-webkit-appearance: radio;
}




ul#menu{
	list-style:none;
	margin:20px 12px 0 0;
	float:right;
	font-size:.95em;
}
ul#menu li{
	float:left;
	color:#fff;
	padding:10px 8px 0 16px;
}

ul#menu li a:link, ul#menu li a:visited, ul#menu li a:active {color:#1faf9f; font-weight:bold;}
ul#menu li a:hover{color:#79566c; font-weight:bold;}

.brandsdesktop{
	width:60%;
	margin:0 auto;
}

.submenu-dogs,.submenu-cats{
	display:none;
	background-color:#ddd;
	color:#4B4B54;
	position:absolute;
	top:110px;
	left:0;
	width:100%;
}

.submenu-dogs ul,.submenu-cats ul{
	display:table-cell;
	list-style:none;
	float:left;
	text-align:left;
	padding:10px 20px 10px 20px;
	position:relative;
	margin:0;
	font-size:.9em;
}
.submenu-dogs ul li,.submenu-cats ul li{
	cursor:pointer;
	display:block;
	margin:0;
	padding:2px 5px;
}
.submenu-dogs ul li:hover,.submenu-cats ul li:hover{
	color:#000;
	background-color:#ccc;
}



.botmenu1 a {
	display:block;
	border-top:1px #fff solid;
	padding:6px 0;
}



.header3 h1{
	font-size:2.8em;
	font-family: Arial, sans-serif;
	color:#4C4C54;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.header3short{
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#4C4C54;
	min-height:210px;
}

.header3short h1{
	font-size:2.8em;
	font-family: Arial, sans-serif;
	color:#4C4C54;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.vertwrap, .vertwrap5, .vertwrapshort{
	display:flex !important;
	justify-content:center !important;
	height:360px !important;
}
.vertwrapshort{
	height:210px !important;
}
.header5{
	background-color:#e6e8dd;
	background-image:url(/vitapaws/library/VitaPaws-AutoDespatch-desktop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#1faf9f;
	min-height:300px;
	text-align:left;
}
.header5 h1{
	font-size:2.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}
.header5 h3{
	font-size:1.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}

.header6{
	background-color:#00AEF0;
	color:#fff;
}
.header6 span{
	font-weight:bold;
}
.header6 img{
	width:30%;
	max-width:80px;
	min-width:52px;
}

.header7{
	background-color:#E4E9EB;
}
.header7 span{
	font-weight:bold;
}
.header7 img{
	width:55%;
	max-width:90px;
	min-width:52px;
}


.header8{
	background-color:#e6e8dd;
	background-image:url(/vitapaws/library/about-desktop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#1faf9f;
	min-height:300px;
	text-align:left;
}
.header8 h1{
	font-size:2em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}
.header8 h3{
	font-size:1.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}

.header9{
	background-color:#e6e8dd;
	background-image:url(/vitapaws/library/about-desktop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#1faf9f;
	height:260px;
	text-align:left;
}
.header9 h1{
	font-size:2.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}
.header9 h3{
	font-size:1.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}


.header10{
	background-color:#e6e8dd;
	background-image:url(/vitapaws/library/RAF_VP-banner.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#1faf9f;
	min-height:300px;
	text-align:left;
}
.header10 h1{
	font-size:2.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}
.header10 h3{
	font-size:1.4em;
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-shadow: 0px 0px 10px rgba(0,0,0, 1);
}




.header11{
	background-color:#fff;
	color:#fff;
	min-height:120px;
	text-align:center;
}
.header11 h1{
	font-size:2.4em;
	font-family: Arial, sans-serif;
	color:#4B4B54;
	font-weight:normal;
	/*text-shadow: 0px 0px 10px rgba(0,0,0, 1);*/
}
.header11 h3{
	font-size:1.4em;
	font-family: Arial, sans-serif;
	color:#4B4B54;
	font-weight:normal;
	/*text-shadow: 0px 0px 10px rgba(0,0,0, 1);*/
}
.homecontent11{
	height:12px;
}


.callme{
	display:block;
	background-color:#1FAF9F;
	cursor:pointer;
	text-align:center;
	width:100%;
	max-width:100%;
	padding:6px;
	position:relative;
	color:#fff;
	margin-top:48px;
	box-sizing:border-box;
}

.callme a:link, .callme a:visited, .callme a:active {font-weight: normal;text-decoration:none;color:#fff;}
.callme a:hover	{font-weight: normal;color: #4c4c54;}

.borderbottom {
	border-bottom:2px #ddd solid;
}


.form-style-5{
    max-width: 95%;
    margin: 10px auto;
	color:#000;
}
.form-style-5 h3 { color:#000; }
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-right: 8px;
	float:left;
	text-align:left;
	font-size:1.1em;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="password"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	display: block;
	float:right;
	width:78%;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    margin: 0;
    outline: 0;
    padding: 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="reset"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 12px;
    color: #FFF;
    margin: 10px auto;
    background:#4c4c54;
    font-size: 1.0em;
    text-align: center;
    font-style: normal;
    width: 100%;
	border:none;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #1FAF9F;
}

.form-style-5 input[type="button"]{
    padding: 8px;
    background: #ddd;
    font-size: 12px;
    width: 80%;
    margin-bottom: 10px;	
	color:#062D51;
	font-size:1.0em;
}
.form-style-5 table tr td{margin:5px;}

.form-style-5 .sub-label{color:#900; /*font-size:.9em;*/}

/*.form-style-5  strong{font-size:.8em;}*/

.form-style-5  radio{float:right;}













.faqbut{
	max-width:50%;
}

	#day{
		width:10%;
	}
	#month, #year{
		width:15%;
	}


.pharma{
	font-size:1.08em;
}
.pharmaimg{
	width:40px;
}

.homepagecopy{
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
	width:45%;
	margin:20px auto 0 auto;
	font-size:1.25em;
}


.usps{
	background-color:#3A3A43;
	color:#f83495;
	font-size:.9em;
}

.homecontent{
	width:50%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	height:400px;
}

.homedogs{
	background-color:#e6e8dd;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#fff; /*#1faf9f;*/
	min-height:400px;
	text-align:left;
}
.homedogs h2{
	font-family: Arial, sans-serif;
	font-size:2.0em;
	color:#fff; /*#1faf9f;*/
	font-weight:normal;
	margin:12px 0;
}

.homecats{
	background-color:#213f49;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#fff;
	min-height:400px;
	text-align:right;
}
.homecats h2{
	font-family: Arial, sans-serif;
	font-size:2.0em;
	color:#fff;
	font-weight:normal;
	margin:12px 0;
}
.homecats .homecontent{
	float:right;
}

.homeexperts{
	background-color:#f3f7de;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#4C4C54;
	min-height:400px;
	text-align:left;
}
.homeexperts h2{
	font-family: Arial, sans-serif;
	font-size:2.0em;
	color:#4C4C54;
	font-weight:normal;
	margin:12px 0;
}
.homeexperts h3{
	font-family: Arial, sans-serif;
	font-size:2.0em;
	color:#4C4C54;
	font-weight:normal;
	margin:12px 0;
}

.homebutton{
	display:block;
	background-color:#1faf9f;
	padding:12px 8px !important;
	color:#fff !important;
	cursor:pointer;
	margin:22px 0 0 0;
	font-size:1em;
	font-weight:bold !important;
	width:90%;
	max-width:240px;
	text-align:center;
	white-space:nowrap !important;
}
.homebutton:hover{
	background-color:#f83495;
}

.homebutton2{
	display:block;
	background-color:#f83495 !important;
	padding:12px 8px !important;
	color:#fff !important;
	cursor:pointer;
	margin:22px 0 0 0;
	font-size:1em;
	font-weight:bold !important;
	width:90%;
	max-width:240px;
	text-align:center;
	float:right;
}
.homebutton2:hover{
	background-color:#b15f90 !important;
}

.homebutton2a:hover{
	background-color:#1faf9f !important;
}

.homebutton3{
	display:block;
	background-color:#3A3A43;
	padding:12px 8px !important;
	color:#fff !important;
	cursor:pointer;
	margin:22px 0 0 0;
	font-size:1em;
	font-weight:bold !important;
	width:90%;
	max-width:240px;
	text-align:center;
	border:none;
}
.homebutton3:hover{
	background-color:#1faf9f;
}

.homebutton5{
	display:block;
	background-color:#1FAF9F;
	padding:20px 12px !important;
	color:#4C4C54 !important;
	cursor:pointer;
	margin:0 auto;
	font-size:1.2em;
	width:100%;
	max-width:320px;
	text-align:center;
	border:none;
}
.homebutton5:hover{
	background-color:#4C4C54;
	color:#fff !important;
}


.homebutton6{
	display:block;
	background:none;
	padding:20px 12px !important;
	color:#fff;
	cursor:pointer;
	margin:0 auto;
	font-size:1.2em;
	width:100%;
	max-width:320px;
	text-align:center;
	border:1px #fff solid;
	margin:0 auto;
}
.homebutton6:hover{
	background-color:#fff;
	color:#00AEF0 !important;
}
 a.homebutton6:link, a.homebutton6:visited, a.homebutton6:active {font-weight: normal;text-decoration:none;color:#fff;}
 a.homebutton6:hover	{font-weight: normal;color: #00AEF0;}

.homebutton7{
	display:block;
	background:none;
	padding:20px 12px !important;
	background-color:#fff;
	color:#4c4c54;
	cursor:pointer;
	margin:0 auto;
	font-size:1.2em;
	width:100%;
	max-width:320px !important;
	text-align:center;
	border:1px #fff solid;
	margin:0 auto;
}
.homebutton7:hover{
	background-color:#4c4c54;
	color:#fff !important;
}
 a.homebutton7:link, a.homebutton7:visited, a.homebutton7:active {font-weight: normal;text-decoration:none;color:#4c4c54;}
 a.homebutton7:hover	{font-weight: normal;color: #fff;}


.homebutton7{
	display:block;
	background-color:#3A3A43;
	padding:12px 8px !important;
	color:#fff !important;
	cursor:pointer;
	margin:22px 0 0 0;
	font-size:1em;
	font-weight:bold !important;
	width:90%;
	max-width:200px;
	text-align:center;
}
.homebutton7:hover{
	background-color:#C377A0;
}

.homeselected{
	background-color:#FF52A5;
}

.popular{
	background-color:#fff;
	color:#3A3A43;
	padding:20px;
	margin:20px auto !important;
}
.popular h2{
	font-family: Arial, sans-serif;
	font-size:2.2em;
	color:#1faf9f;
	font-weight:normal;
	margin:12px 0;
}
.populartext{
	width:70%; margin:0 auto 20px auto;
}
.populartitle{height:16px; padding:16px 0;}
.populardesc{
	font-size:.9em; color:#4c4c54;
	line-height:1em;
}

.popularbutton{max-width:170px; margin:12px auto;}
.search h1{
	/*font-size:2.4em;*/
}

.searchbar{
	/*z-index:10000; border:1px #aaa solid; padding:6px !important; margin:6px auto!important; width:90% !important;*/
}
.searchbar input{
	/*width:80%; font-size:2em; padding:12px 0 12px 12px !important; border:none;*/
}
.searchbar img{
	/*width:100%; max-width:50px; float:right; margin:6px;*/
}

.circles{
	font-family:'Open Sans',sans-serif;
	font-size:1.5em;
	line-height:1.2em;
	color:#fff;
	background-color:#1faf9f;
	box-sizing:border-box;
	padding:23px 10px 0 10px !important;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 50%; 
	cursor:pointer;
	width:100px;
	height:100px;
	text-align:center;
	margin:0 auto;
}
.circles:hover{
	color:#fff;
}
/*.circles span{
	font-size:.8em;
	vertical-align:text-top;
}*/
.circles2{
	font-family:'Open Sans',sans-serif;
	color:#f83495;
	background-color:#fff;
	box-sizing:border-box;
	padding:23px 10px 0 10px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 50%; 
	cursor:pointer;
	width:70px;
	height:70px;
	text-align:center;
	margin:0 auto;
	border:2px #f83495 solid;
}
.circles2 span{
	font-size:1.3em;
	vertical-align:text-top;
}

.title{
	font-weight:bold;
	font-size:1.3em;
}
.price{
	font-weight:bold;
	font-size:1.4em;
}
.price span{
	font-weight:normal;
	font-size:.7em;
}


.producttop{
	background-color:#EFEFF0;
	text-align:left;
}
.producttop h1{
	font-size:1.4em;
	font-weight:bold;
}
.producttop img{
	width:60%;
	margin:20px auto !important;
}

/*.buynow, .buynow2{
	display:block;
	background-color:#f83495;
	padding:12px 8px !important;
	color:#fff !important;
	cursor:pointer;
	margin:0;
	font-size:1em;
	font-weight:bold !important;
	width:80%;
	max-width:200px;
	text-align:center;
	float:right;
}
.buynow:hover{
	background-color:#b15f90;
}
.buynow2 {
	border:none;
	background-color:#01BCAF;
	float:none;
	max-width:250px;
}
.buynow2:hover{
	background-color:#4c4c54;
}

#qty{
	display:block;
	background-color:#EFEFF0;
	padding:12px 8px !important;
	cursor:pointer;
	margin:0;
	font-size:1em;
	font-weight:bold !important;
	width:20%;
	max-width:100px;
	text-align:center;
	border:none;
	float:right;
}*/

.product h2 {
	font-family: Arial, sans-serif;
	font-size:1.6em;
	color:#1faf9f;
	font-weight:normal;
}


/*.autodespatch{
	border:1px #01BCAF solid;
	box-sizing:border-box;
	padding:20px;
}*/

.ingredients{
	background-color:#EFEFF0;
	margin-top:20px;
}

.ingredients span{
	background-color:#4C4C54;
	color:#fff;
	display:block;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:1.6em;
	padding:6px 0;
}

.ingredients .ing{
	padding:20px;
	margin:0 auto;
}

.nut {
	box-sizing:border-box;
	padding:20px;
	margin:0 auto;
}
.nut td{padding:6px 12px;}
.nut th{padding:12px;}


.sprinkles{
	background-color:#fff;
	background-image:url(/vitapaws/library/sprinkles-desktop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#4C4C54;
	min-height:240px;
}
.sprinkles .homecontent{
	text-align:right;
	float:right;
	height:240px;
}

.capsules{
	background-color:#fff;
	background-image:url(/vitapaws/library/capsules-desktop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#4C4C54;
	min-height:240px;
}
.capsules .homecontent{
	text-align:right;
	float:right;
	height:240px;
}



.articles h1{
	font-family: Arial, sans-serif;
	font-size:2.4em;
	color:#1faf9f;
	font-weight:normal;
	margin:0;
}

.articles h2{
	font-family: Arial, sans-serif;
	font-size:2.2em;
	color:#1faf9f;
	font-weight:normal;
	margin:12px 0;
}

.articles .homepagecopy form{
	margin-top:32px !important;
	max-width:280px !important;
}
.articles .homepagecopy form input{
	font-size:16px !important;
}

.articleimage{
	max-width:50%;
	margin:10px 12px 12px 0;
	float:left;
}

.customers{
	background-color:#fff;
	color:#3A3A43;
	padding:20px 0;
}
.customers span.h2{
	font-family: Arial, sans-serif;
	font-size:2.0em;
	color:#1faf9f;
	font-weight:normal;
	margin:12px 0;
}


.homebutton4{
	box-sizing:border-box;
	padding:6px 12px !important;
	text-align:center;
	font-size:1.1em;
}

.indexh2{
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal !important;
	font-size: 2.5em !important;
}



.landing h2{
	font-family:'Josefin Sans', sans-serif !important;
	font-size:1.4em;
	color:#4C4C54;
	
}
.landing h2 em{
	font-size:.7em;
	font-style:normal;
}

.landing h3{
	font-family:'Josefin Sans', sans-serif !important;
	font-size:1.4em;
	color:#4C4C54;
	
}


}



.cathover{
	width:90% !important;
	margin-bottom:30px;
	text-align:center;
	background-color:#fff;
}
.cathover:hover{
	background-color:#eee;
}

.next{
	display:block;
	background-color:#1FAF9F;
	width:26%;
	padding:6px;
	color:#fff;
	cursor:pointer;
	margin:0 auto;
	font-size:1.3em;
}
.next:hover{
	background-color:#4C4C54;
}

.vert2{
	margin-top:50px;
}



.wantmore{
	position:relative;
	width:100%;
	box-sizing:border-box;
	background-color:#072b76 !important;
}
.wantmoredetail {
	position:absolute;
	bottom:20px;
	left: 50%;
    transform: translate(-50%, 0);
	width:100%;	
}
.wantmore .h2{
	font-family: Arial, sans-serif;
	font-size:1.9em !important;
	color:#fff !important;
	line-height:1em;
	margin:0;
}
.wantmore .h3{
	font-family: Arial, sans-serif;
	font-size:1.3em;
	line-height:1em;
	color:#fff;
	margin:0;
	font-weight:bold;
}


/*.wantmore{
	position:relative;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	box-sizing:border-box;
	height:380px;
	background-image:url(/vitapaws/library/subscribe-desktop.jpg)
}
.wantmoredetail {
	position:absolute;
	bottom:20px;
	left: 50%;
    transform: translate(-50%, 0);
	width:100%;	
}
.wantmore .h2{
	font-family: Arial, sans-serif;
	font-size:1.9em !important;
	color:#fff !important;
	line-height:1em;
	margin:0;
}
.wantmore .h3{
	font-family: Arial, sans-serif;
	font-size:1.3em;
	line-height:1em;
	color:#fff;
	margin:0;
	font-weight:bold;
}*/
.subscr{
	width:60%;
}
.subscr2{
	width:40%;
}


.summarydiv{
	width:93%;
	margin:6px auto 0 auto;
	font-size:1.1em;
}

.prodbot0{
	display:block;
	position:absolute;
	bottom:0;
	background-color:#1FAF9F;
	height:38px;
	width:50%;
	left:0;
	cursor:pointer;
	font-size:15px;
	line-height:28px;
	box-sizing:border-box;
	padding-top:4px;
	text-transform:uppercase;
	color:#fff;
}
.prodbot0b{
	display:block;
	position:absolute;
	bottom:0;
	background-color:#1FAF9F;
	height:38px;
	width:100%;
	left:0;
	cursor:pointer;
	font-size:12px;
	line-height:10px;
	box-sizing:border-box;
	padding-top:4px;
	text-transform:uppercase;
}
.prodbot1{
	display:block;
	position:absolute;
	bottom:0;
	background-color:#1FAF9F;
	color:#4C4C54;
	height:38px;
	width:50%;
	right:0;
	cursor:pointer;
	font-size:12px;
	line-height:10px;
	box-sizing:border-box;
	padding-top:4px;
	text-transform:uppercase;
}
.prodbot4{
	display:block;
	position:absolute;
	bottom:0;
	background-color:#4C4C54;
	color:#fff;
	height:38px;
	width:49.5%;
	right:0;
	cursor:pointer;
	font-size:15px;
	line-height:28px;
	box-sizing:border-box;
	padding-top:4px;
	text-transform:uppercase;
}
.prodbot0:hover, .prodbot1:hover, .prodbot4:hover {background-color:#000; color:#fff;}

.prodbot2{
	display:block;
	width:100%;
	position:absolute;
	bottom:40px;
	font-size:.9em;
	line-height:1.1em;
}
.prodbot3,.prodbot3b{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif
	width:100%;
	font-size:1.2em;
	line-height:1.1em;
	padding:3px 0 6px 0;
	color:#4C4C54;
}
.prodbot3b{
	color:#1FAF9F;
	font-size:1em;
}
.product-banner{
	background-color:#1FAF9F; padding:12px; color:#fff; font-size:2em;
}
.product-headings{
	font-family: Arial, sans-serif;
	color:#1FAF9F !important;
	font-size:1.8em !important;
}
.product-text{
	text-align:center !important;
}
/*.product-text ul, .product-text div ul, .product-text div p ul{*/
/*ul{
	list-style:none !important;
	margin:0;
	padding:0;
}*/


.product-image{
	font-family:'Open Sans',sans-serif;
	color:#fff;
	box-sizing:border-box;
	padding:18px 10px 0 10px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 50%; 
	/* Firefox 1-3.6 */
	-moz-border-radius: 50%; 
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 50%; 
	/*cursor:pointer;*/
	width:80px;
	height:80px;
	text-align:center;
	margin:0 auto;
	border:2px #fff solid;
	margin:0 6px 6px 0;
}
.product-image img{
	height:40px;
}



#lightbox {
	display:none;
    position:absolute; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background-color:rgba(80,80,80,0.7);
    text-align:center;
	z-index:1000;
}
#content em {
	position:absolute;
    right:15px;
	top:15px;
	cursor:pointer;
	background:none;
	width:30px;
	height:30px;
	padding:0px 0px;

}
#content em.closetrans{
	top:30px;
	right:30px;
}
#lightbox #content{
	position:relative;
	background-color:#fff;
	padding:20px;
	margin:20px auto !important;
	max-width:800px;
	width:60% !important;
}

.summarycontent{
	background-color:#fff;
	box-sizing:border-box;
	padding:12px;
	z-index:1;
}
.summarycontent .h4{
	font-family: Arial, sans-serif;
	font-size:1.8em;
	color:#1FAF9F;
	text-align:left;
	float:left;
}

.summarycontent h3{
	font-family: Arial, sans-serif;
	font-size:1.4em;
	color:#4C4C54;
	text-align:left;
	margin:6px 0;
	line-height:1em;
}
.summarycontent .small{
	font-size:.9em;
}

.summarycontentscroll{
	max-height:400px;
	overflow:auto;
	overflow-x: hidden;
}


.summarycontent table{box-sizing:content-box; color:#4C4C54;}
.summarycontent td{padding:1px 6px;}

.plusminus{
	float:right; font-size:2.4em; line-height:0; cursor:pointer; background-color:#eee; box-sizing:border-box; padding:13px 6px 0 6px; width:32px; height:32px;
}
.plusminus:hover{
	background-color:#ccc;
}

.fixed {    
	position: fixed;     
	top: 20px; 
	right:0;
-webkit-box-shadow: 0px 25px 28px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 25px 28px -13px rgba(0,0,0,0.75);
box-shadow: 0px 25px 28px -13px rgba(0,0,0,0.75);
} 

.vert{
	display: table-cell;
    vertical-align: middle;
	height:100%;
}





.social{
	background-color:#fff;
}
.social .group {
	width:40%;
	margin:0 auto;
	padding:10px 0;
}
.social img:hover{
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}
	  .ui-tooltip, .arrow:after {
		background: #fff;
		border:none;
	  }
	  .ui-tooltip {
		padding: 10px 20px;
	  }
	  .arrow {
		width: 70px;
		height: 16px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -35px;
		bottom: -16px;
	  }
	  .arrow.top {
		top: -16px;
		bottom: auto;
	  }
	  .arrow.left {
		left: 20%;
	  }
	  .arrow:after {
		content: "";
		position: absolute;
		left: 20px;
		top: -20px;
		width: 25px;
		height: 25px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
	  .arrow.top:after {
		bottom: -20px;
		top: auto;
	  }



div#middle {
	position:relative;
	z-index:50;
	padding:12px;
	max-width:1100px;
	margin-left:auto; margin-right:auto; display:block;
	text-align:left;
}

div#central{
	margin:50px 0 0 30px;
}
.content{
	margin: 0 auto;
	box-sizing:border-box;
	padding:0 12px;
	width:100%;
	max-width:1100px;
}


	

.step2, .step3, .step4, .step5, .stephome{
	display:none;
}

.grey{
	background-color:#ddd;
}

.prodcopy{
	display:none;
	font-size:.8em;
}
.prodlink{
	cursor:pointer;
}


.managed{
	text-align:left;
	color:#4C4C54;
	margin-top:20px;
	margin-bottom:20px;
}
.managed h1{
	font-family: Arial, sans-serif;
	font-size:2.5em;
	color:#1FAF9F;	
}
.managed h2{
	font-family: Arial, sans-serif;
	font-size:2.0em;
	color:#1FAF9F;
}


#message-box {
    width: 100%;
    background-color:#7a576d;
    height: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: fixed;
    top:-80px;
    line-height: 80px;
	z-index:30000;
	cursor:pointer;
}

.cartholder{
	color:#4C4C54;
	font-weight:normal;
	font-size:1em;
}

.cartholder h2{
	font-family: Arial, sans-serif;
	font-size:2.5em;
	color:#4C4C54;
}

.cartholder table{
	width:100% !important;
	text-align:left;
	border-collapse:collapse;
}

.cartholder table thead th{
	font-size:1.3em;
	font-weight:normal;
	padding:6px 4px 20px 0;
}
.cartholder table tr td{
	padding-right:6px;
}

.cartholder table tr td img{
	width:60px;
	cursor:pointer;
}
.cartholder table tr td .faded{
		  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
.cartholder table tr td img.faded:hover{
		  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=95);
  /* Netscape */
  -moz-opacity: 0.95;
  /* Safari 1.x */
  -khtml-opacity: 0.95;
  /* Good browsers */
  opacity: 0.95;
}

.cartholder hr{
	border:none;
	height:1px;
	background-color:#1FAF9F;
	margin:20px 0;
}

.cartholder table th:first-child {    padding-left:20px; }
.cartholder table th:last-child {    padding-right:20px; }

.cartholder table{
	background-color:#fff;
	border:1px #1FAF9F solid;
}
.cartholder table tbody tr td:first-child {    padding-left:20px; }
.cartholder table tbody tr td:last-child {    padding-right: 20px; }
.cartholder table tbody tr:first-child td {    padding-top: 20px; }
.cartholder table tbody tr:last-child td {    padding-bottom: 20px; }

.cartholder table tbody tr td h3{
	margin:0;
}

.cartholder table tbody tr td.small{
	font-size:.9em;
	line-height:1.1em;
}
.cartholder table tbody tr td em{
	font-style:normal;
	line-height:1.3em;
	color:#4C4C54;
}
.cartholder table tbody tr td.price{
	font-style:normal;
	line-height:1em;
	font-size:1.2em;
	color:#1FAF9F;
	text-align:right;
}

.cartholder .showhide,.cartholder .showhide2{
	color:#1FAF9F;
	text-decoration:underline;
	cursor:pointer;
}

.hideme{
	display:none !important;
}

select{
	border:1px #ddd solid;
	padding:6px 4px;
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
		-webkit-border-radius: 8px; 
		/* Firefox 1-3.6 */
		-moz-border-radius: 8px; 
		/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
		border-radius: 8px; 
		/* Prevent background color leak outs */
		-webkit-background-clip: padding-box; 
		-moz-background-clip:    padding; 
		background-clip:         padding-box;
}

.fail, .newfail{
	display:none;
	color:#900;
}


.offercodeform{
	position:relative;
}
.offercode{
	position:absolute;
	left:0;
	top:0;
	width:30%; max-width:320px; margin-top:12px;
}
.offercodeinput{
	font-size:1.1em;
	box-sizing:border-box; padding:10px; background-color:#fff; height:46px; color:#888; border:none;
	width:100%;
	z-index:400;
}
.offercodesubmit{
	position:absolute;
	left:30%;
	top:0;
	background-color:#8F6B7F; font-size:1.2em; box-sizing:border-box; padding:10px; height:46px; width:20%; max-width:160px; color:#4C4C54; border:none; margin-top:12px;
}
.offercodefail{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	background-color:#fff;
	color:#4c4c54;
	text-align:center;
	display:none;
	height:46px !important;
	width:100%;
	max-width:320px;
	box-sizing:content-box;
}

.login,.checkout,.myaccount{
	padding:20px 0;
}

hr.midgreen{
	border:none;
	height:1px;
	background-color:#1FAF9F;
	margin:20px 0;
}
.lightgreen{
	color:#1FAF9F;
}

.boxes{
	border:1px #1FAF9F solid;
	padding:5% 10%;
	box-sizing:content-box;
	background-color:#fff;
	margin:0 10%;
}

.login h2{
	font-family: Arial, sans-serif;
	font-size:2em;
	color:#4C4C54;
	margin-bottom:0;
}
.login form{
	text-align:left;
	color:#35532f;
}
.login input{
	width:100%;
	border:1px #ddd solid;
	box-sizing:content-box;
	padding:6px;
	color:#888;
}


	img.mobileblock{
		width:90% !important;
		margin:20px auto 0 auto !important;
	}

.checkoutcontent,.myaccountcontent{
	background-color:#fff;
	border:1px #1FAF9F solid;
	padding:2% 5%;
	color:#4C4C54;
	font-weight:normal;
	font-size:1em;
	text-align:left;
}

.checkout h2, .myaccount h2{
	font-family: Arial, sans-serif;
	font-size:2em;
	color:#4C4C54;
}
.checkout input, .myaccount input{
	width:90%;
	border:1px #ddd solid;
	box-sizing:content-box;
	padding:6px;
	color:#888;
}

.addressblock{
	padding:12px;
	border:1px #ededed solid;
}
.addressblock h3{
	float:right;
	font-size:1.1em
}
.addressbuttons{
	position:relative;
	display:block;
	text-align:right;
	margin:4px 0;
	width:100%;
}

/*.addressdelete{
	cursor:pointer;
	float:left;
	width:49.5%;
	background-color:#C377A0;
	color:#fff;
	height:45px;
	text-align:center;
	box-sizing:border-box;
	padding:12px 0 0 0;
	
}
.addresscancel{
	cursor:pointer;
	float:right;
	width:49.5%;
	background-color:#fff;
	color:#4C4C54;
	height:45px;
	text-align:center;
	box-sizing:border-box;
	border:1px #4C4C54 solid;
	padding:12px 0 0 0;

}*/

.summarycart .summarytd{
	display:none;
}

.addressdelete:hover{
	background-color:#FF52A5;
	color:#fff;
}
.addresscancel:hover{
	background-color:#E4E9EB;
	color:#4C4C54;
}


.button,.button0,.button1{
	cursor:pointer;
	padding:4px 10px;
	margin:0 1px;
}
.button:hover,.button0:hover{
	background-color:#1FAF9F !important;
	color:#fff;
}
.button0{
	background-color:#1FAF9F;
}

.btn-default{
	display:block;
	background-color:#1FAF9F;
	padding:20px 12px !important;
	color:#fff !important;
	cursor:pointer;
	margin:0 auto;
	font-size:1.2em;
	width:90%;
	max-width:320px;
	margin:12px 0;
	border:none;
}
.btn .btn-default:hover{
	background-color:#4C4C54;
}


hr.special{
	color: #1FAF9F;
	background: #1FAF9F;
	border: 0;
	width: 100px;
	height: 5px;
}

hr.special2{
	color: #1FAF9F;
	background: #1FAF9F;
	border: 0;
	width: 100px;
	height: 5px;
}




.managedpage{
	margin:0;
	font-family:'Open Sans',sans-serif;
	font-size:1em;
}

.managedpage h1{
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#4C4C54; font-size:4em; margin:12px 0 0 0;
}
.managedpage .cate{
	font-family:Georgia, 'Times New Roman', Times, serif;color:#4C4C54; font-size:4em; margin:12px 0 0 0;
}

.managedpage h2{
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#1FAF9F; font-size:2em;
}
.managedpage form{
	text-align:left;
	color:#4C4C54;
	width:100%;
	max-width:320px;
	margin:0 auto;
}
.managedpage input, .managedpage textarea{
	width:100%;
	border:1px #ddd solid;
	box-sizing:content-box;
	padding:6px;
	color:#888;
}


div#footer{
	width:100%;
	padding:18px 0;
	font-size:.9em;
	display:block;
	z-index:1000;
	color:#fff;
	box-sizing:border-box;
	max-height:72px !important;
}
.footerbg{
	background-color:#3a3a43;
}

img { border:0px; }
form { margin:0; padding:0; }

h1 { font-family: Arial, sans-serif; font-size:2.4em; font-weight:normal; margin:0.1em 0; }
h2 { font-family: Arial, sans-serif; font-size:1.6em; font-weight:normal; margin:0.4em 0; line-height:1em; }
h3 { font-family: Arial, sans-serif; font-size:1.3em; margin:0.4em 0; font-weight:normal;; }
h4 { font-family: Arial, sans-serif; font-size:1.1em; margin:.2em 0 .5em 0; padding:0; font-weight:normal; }


/*a:link, a:visited, a:active {font-weight: normal;text-decoration:none;color:#1FAF9F;}
a:hover	{font-weight: normal;color: #000;}

a.menu {font-size:0.8em; line-height:1.2em;padding-left:20px; font-weight:bold; color:#888;}
a.menu:link, a.menu:active, a.menu:visited{color:#394CA0;text-decoration:none;font-weight:bold;}
a.menu:hover{color:#1071B8;text-decoration:none;}

a.menu_on {font-size:0.8em; line-height:1.2em;padding-left:20px;font-weight:bold;}
a.menu_on:link, a.menu_on:active, a.menu_on:visited,a.menu_on:hover{color:#1071B8;text-decoration:none;font-weight:bold;}

a.footer {color:#fff;}
a.footer:link, a.footer:active, a.footer:visited{color:#fff;text-decoration:none;}
a.footer:hover{color:#ff0;text-decoration:none;}

a.more:link, a.more:visited, a.more:active{font-size:.8em; font-weight:normal; text-decoration:none; color:#fff; background-color:#000; padding:2px 5px;}
a.more:hover{font-weight:normal; background-color:#f70000;}

a.more2:link, a.more2:visited, a.more2:active{font-size:.9em; font-weight:normal; text-decoration:none; color:#1F8DD6; background-color:#eee; padding:2px 5px;}
a.more2:hover{font-weight:normal; color:#1071B8;}

a.white:link, a.white:visited, a.white:active {text-decoration:none;color:#fff;}
a.white:hover{color: #ff0;}

a.but:link, a.but:visited, a.but:active {font-size:.9em; text-decoration:none;color:#fff; background-color:#A80329; padding:2px 4px; margin:6px 0; float:right;}
a.but:hover{color: #ff0; background-color:#000;}*/



hr { 	
	color: #888;
	background: #888;
	border: 0;
	width: 100%;
	height: 1px;
}
	




.trans{
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.small{font-size:.7em;}	
.white{color:#fff;}

.center {margin-left:auto; margin-right:auto; display:block; text-align:center;} 
.nobr {white-space:nowrap; }
.red {color:#FF0000;font-size:0.8em;}

.back{
	position:fixed;
	bottom:12px;
	right:12px;
}

.scrollToTop{
	width:32px; 
	height:32px;
	position:fixed;
	right:50px;
	bottom:12px;
	display:none;
	z-index:4000;
}
.scrollToTop:hover{
	text-decoration:none;
}	


/* allow room for 3 columns */
ul.threecol {
	width: 90%;
}  /* float & allow room for the widest item */
ul.threecol li{
	float: left;
	width: 33%;
}  /* stop the float */

.shadow {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.8));
	filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.8));
}

.shadow-white {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=4, OffY=4, Color='#fff')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(4px 4px 4px rgba(255,255,255,0.8));
	filter: drop-shadow(4px 4px 4px rgba(255,255,255,0.8));
}

.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 8px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 8px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 8px; 
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
}



    .desktop-only {
        display:block !important;
    }
    .tablet-only {
        display:none;
    }
    .mobile-only {
        display:none;
    }
	
	
.border{
	box-sizing:border-box;
	border-right:2px #ddd solid;
}
.border2{
	box-sizing:border-box;
	border-right:2px #fff solid;
}




.swipertextoverlay{
	z-index:10000;
	position:absolute;
	top:60px;
	margin:0 auto;
	width:100%;
	text-align:center;
}
.swiperh1{
	width:55%;
	margin:0 auto;
}
.swipertext{
	width:25%;
	margin:0 auto;
	color:#fff;
}

.swiperbutton .homebutton, .swiperbutton .homebutton2, .swiperbutton .homebutton3{
	float:none !important;
	margin:12px auto 0  auto !important;
	padding: 8px 4px !important;
	max-width:180px;
}


		
		@media screen and (max-width: 1080px) {
			.header{height:195px;}
			
			
			.swipertextoverlay{top:60px;}
			.swipertext{width:35%;}
			
		}
		
		/*small screen sizes*/
		@media (max-width: 959px) {
			

.homepagebannertext{
	margin:auto; height:70%; top: 0; left: 0; bottom: 0; right: 0; text-align:center;
	font-size:1em ;
	width:45% !important;
}
.homepagebannertext h1, .h1{
	font-size:1.8em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:0px;
}
.homepagebannertext .h1 {
	font-size:1.8em;
}
.homepagebannertext div{
	margin:0 auto;
	font-size:.9em;
	line-height:1em;
}

			
			.logo{
				float:none;
				margin:0 auto;
			}
			.content{
				width:99%;
				margin:0 auto;
			}
			.product h3{
				padding:5px 0;
				line-height:1em;
			}
			.prodbot2{
				line-height:1em;
			}
			.managedpage{
				font-size:.95em;
			}
			.summarycontentscroll{
				max-height:200px;
			}
		
			.header3{
				background-image:url(../library/happy-desktop.jpg);
				min-height:400px;
			}
			
			.vertwrap, .vertwrap5{
				height:400px !important;
			}
		
			.homecontent{
				height:300px;
			}
		
			.homedogs{
				background-image:url(../library/dogs-tablet.jpg);
				min-height:300px;
			}
			.homedogs h2{
				font-size:2.0em;
				margin:12px 0;
			}
			.homecats{
				min-height:300px;
			}
			.homecats h2{
				font-size:2.0em;
				margin:12px 0;
			}
			.homeexperts{
				background-image:url(../library/lauren-tablet.jpg);
				min-height:300px;
			}
			.homeexperts h2{
				font-size:2.0em;
				margin:12px 0;
			}
			.homeexperts h3{
				font-size:2.0em;
				margin:12px 0;
			}
		
		
		}
		
		@media (max-width: 800px) {
			.desktop-only {
				display:none !important;
			}
			.tablet-only {
				display:block !important;
			}
			.mobile-only {
				display:none !important;
			}
		
			.header3{
				min-height:320px !important;
				background-image:url(../library/happy-tablet.jpg) !important;
			}
			.header8{
				min-height:320px !important;
				background-image:url(/vitapaws/library/about-tablet.jpg);
			}
			.header9{
				background-image:url(/vitapaws/library/about-tablet.jpg);
				min-height:220px;
			}
			.vertwrap{
				height:320px;
			}
			.vert2{
				margin-top:0;
			}
		
			.articles h1{
				font-size:2.0em;
				margin:0;
			}
			
		
			.articles .homepagecopy{
				margin:6px auto;
				font-size:.95em !important;
			}
			.articles .homepagecopy form{
				margin-top:12px !important;
				max-width:260px;
			}
			.articles .homepagecopy form input{
				font-size:15px !important;
			}
			
			.checkoutcontent h3, .myaccountcontent h3{
				font-size:1.2em;
			}
		
			.homecontent{
				height:280px;
				width:60%;
				font-size:.95em;
			}
			
			.homedogs{
				min-height:280px;
			}
			.homedogs h2{
				font-size:1.9em;
				margin:12px 0;
			}
			.homecats{
				background-position:left;
				min-height:280px;
			}
			.homecats h2{
				font-size:1.9em;
				margin:12px 0;
			}
			
			.homesale{
				background-position:center !important;
			}
			.homeexperts{
				min-height:280px;
			}
			.homeexperts h2{
				font-size:1.9em;
				margin:12px 0;
			}
			.homeexperts h3{
				font-size:1.9em;
				margin:12px 0;
			}
			
		
			.homebutton, .homebutton2, .homebutton3, .homebutton4{
				font-size:.85em;
			}
			
			#day{
				width:15%;
			}
			#month, #year{
				width:20%;
			}
		
			.swipertextoverlay{top:40px;}
			.swipertext{width:40%; font-size:.9em;}
		
		
		}
		
		
		
		
		@media (max-width: 700px) {
			


			.swipertextoverlay{top:35px;}
			.swipertext{width:45%; font-size:.8em;}

.homepagebannertext{
	margin:auto; height:80%; top: 0; left: 0; bottom: 0; right: 0; text-align:center;
	font-size:.9em ;
	width:50% !important;
}
.homepagebannertext h1, .h1{
	font-size:1.55em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:0px;
}
.homepagebannertext .h1 {
	font-size:1.7em;
}
.homepagebannertext div{
	margin:0 auto;
	font-size:.9em;
	line-height:1em;
}

	
			
			.chooseprodbot0,.chooseprodbot1{
				font-size:1.1em;
			}
		
			.homebutton, .homebutton2, .homebutton3, .homebutton4{
				font-size:.8em;
			}
			.header3{
				min-height:240px !important;
				background-image:url(../library/happy-mobile.jpg) !important;
			}
			.managedpage h1{
				font-size:2.5em;
			}
			.managedpage .cate{
				font-size:2.1em;
			}
			.border{
				border:none;
			}
		
			.articles h1{
				font-size:1.8em;
				margin:0;
			}
			
			.articles .homepagecopy{
				margin:0 auto;
				font-size:.8em !important;
			}
			.articles .homepagecopy form{
				margin-top:8px !important;
				max-width:200px;
			}
			.articles .homepagecopy form input{
				font-size:14px !important;
			}
			
			.contacttable{
				margin:0 !important;
			}
			
			.about h1{
				font-size:2.2em;
				margin:24px 0 10px 0;
			}
			.about h3{
				font-size:1.2em;
				margin:20px 0;
			}
			.about img{ padding:12px; }
			
			
			.selectsize{
				clear:both;
			}
			#day{
				width:25%;
			}
			#month, #year{
				width:30%;
			}
		
			.faqbut{
				max-width:65%;
			}
		
		}
		@media (max-width: 599px) {
			body{
				font-size:1em;
			}
			
			.desktop-only {
				display:none !important;
			}
			.tablet-only {
				display:none !important;
			}
			.mobile-only {
				display:block !important;
			}
			
			.articleimage{
				max-width:100%;
				width:100%;
				margin:0;
				float:none;
			}
		
			.articles .homepagecopy{
				margin:0 auto;
				font-size:.8em !important;
			}
			.articles .homepagecopy form{
				margin-top:8px !important;
				max-width:180px;
			}
			.articles .homepagecopy form input{
				font-size:14px !important;
			}
		
		
		
			.desktop{display:none;}
			div#central{
				margin:100px 0 0 0;
			}
			.logo{
				float:none;
				margin:0 auto;
			}
			.pharma{
				font-size:1.1em !important;
			}
			.pharmaimg{
				width:50px;
			}
		
			.header3{
				min-height:240px !important;
				background-image:url(../library/happy-mobile.jpg) !important;
			}
			.header8{
				min-height:180px !important;
				background-image:url(/vitapaws/library/about-mobile.jpg);
			}
			
			.header9{
				background-image:url(/vitapaws/library/about-mobile.jpg);
				min-height:200px;
			}
			.vertwrap{
				height:240px !important;
			}
		
			.homepagecopy{
				font-size:1em;
				width:70%;
			}
			.header3 h1{
				font-size:1.7em !important;
			}
			.header4{
				background-color:#fff;
				background-repeat:no-repeat;
				background-position:top center;
				background-size:cover;
				color:#4C4C54;
				height:300px;
			}
			
			.header4 h1{
				font-size:2em;
			}
		
			.subscr{
				width:80%;
			}
			.subscr2{
				width:10%;
			}
			.product h3{
				padding:10px 0;
				line-height:1.1em;
			}
			.prodbot2{
				line-height:1.1em;
			}
			.social .group {
				width:80%;
			}
			.span_1_of_4x{
				width:22%;
			}
			.next{
				width:46%;
				padding:12px;
				font-size:1.3em;
			}
		
			.cartholder{
				font-size:.9em;
			}
			.managedpage{
				font-size:1em;
			}
			#lightbox #content{
				width:90% !important;
			}
			.product-headings{
				font-size:1.4em !important;
			}
			.packreviewholder{
				width:95%;
				text-align:center;
			}
			.checkout h2, .myaccount h2{
				text-align:center;
			}
		
			.homecontent{
				height:180px;
				width:65%;
				font-size:.9em;
			}
			
			
			.faqbut{
				max-width:100% !important;
			}
		
			.homedogs{
				min-height:180px;
			}
			.homedogs h2{
				font-size:2.0em;
				margin:0;
			}
			.homecats{
				min-height:180px;
			}
			.homecats h2{
				font-size:1.8em;
				margin:0;
				text-shadow: 0px 0px 10px rgba(0,0,0, 1);
			}
			.homecats .homecontent{
				text-shadow: 0px 0px 5px rgba(0,0,0, 1);
			}
		
			.homesale{
				background-position:center !important;
			}
			.homeexperts{
				min-height:180px;
			}
			.homeexperts h2{
				font-size:1.8em;
				margin:0;
			}
			.homeexperts h3{
				font-size:1.8em;
				margin:12px 0;
			}
		
			.mobileblock{
				display:block !important;
				/*width:100% !important;*/
				margin:12px 0 !important;
				max-width:100%;
				padding:6px !important;
			}
			img.mobileblock{
				width:90% !important;
				margin:20px auto 0 auto !important;
			}
			.mobileblock2{
				/*display:block !important;*/
				width:100% !important;
				margin:12px auto !important;
				max-width:100% !important;
			}	
		
		
		}
		
		@media (max-width: 460px){


.homepagebannertext{
	margin:auto; height:90%; top: 0; left: 0; bottom: 0; right: 0; text-align:center;
	font-size:.7em ;
	width:75% !important;
}
.homepagebannertext h1, .h1{
	font-size:1.35em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:0px;
}
.homepagebannertext .h1 {
	font-size:1.35em;
}
.homepagebannertext div{
	margin:0 auto;
	font-size:.9em;
	line-height:1em;
}

			
			.cartholder{
				font-size:.8em;
			}
			.managedpage{
				font-size:.85em;
			}
			.productbuild h2{
				line-height:1.1em;
				font-size:1em;
				height:52px;
			}
			.prodbot3,.prodbot3b{
				font-size:1.1em;
				line-height:1em;
				padding:1px 0;
			}
			.prodbot3b{
				font-size:.8em;
			}
			.supplyprice{
				bottom:38px;
			}
			.summarydiv{
				font-size:1em;
			}
			.header3 h1 {
				font-size: 1.5em !important;
				margin:16px 0 8px 0;
			}
			.faqbut{
				max-width:100%;
			}
			.homepagecopy {
				margin: 0 auto;
				line-height:1.1em;
			}
			.articles h2{
				font-size:1.4em !important;
				font-weight:bold !important;
			}
			.articles .homepagecopy{
				margin:0 auto;
				font-size:.8em !important;
				width:80%;
			}
			.articles .homepagecopy form{
				margin-top:8px !important;
				max-width:100% !important;
			}
			.articles .homepagecopy form input{
				font-size:13px !important;
			}
			
			.usps .content{ padding:12px !important; }
			.usps img{ height:30px; width:30px;}
			.usps{font-size:.9em !important;}
			
			.searchbar{
				/*z-index:10000; border:1px #aaa solid; padding:2px !important; margin:6px auto!important; width:90% !important;*/
			}
			.searchbar input{
				/*width:80%; font-size:2em; padding:2px 0 2px 2px !important; border:none;*/
			}
			.searchbar img{
				/*width:100%; max-width:30px; float:right; margin:2px;*/
			}
			
		
			.header3{
				min-height:240px !important;
				background-image:url(../library/happy-mobile.jpg) !important;
			}
		
			.header8{
				min-height:180px !important;
				background-image:url(/vitapaws/library/about-mobile.jpg);
			}
			
			.header9{
				background-image:url(/vitapaws/library/about-mobile.jpg);
				min-height:200px;
			}
			
			.vertwrap{
				height:240px !important;
			}
		
			.homecontent{
				height:180px;
				font-size:1em;
				width:100%;
				font-size:.8em;
				float:right;
				color:#fff;
			}
			.homecontent h3{
				color:#fff;
			}
		
			.homedogs{
				min-height:180px;
			}
			.homedogs h2{
				font-size:1.4em;
				font-weight:bold;
				margin:0 0 10px 0;
			}
			.homecats{
				min-height:180px;
			}
			.homecats h2{
				font-size:1.5em;
				font-weight:bold;
				margin:0 0 10px 0;
			}
			.homesale{
				background-position:center !important;
			}
			.homeexperts{
				background-position:right;
				min-height:180px;
			}
			.homeexperts h2{
				font-size:1.5em;
				font-weight:bold;
				margin:0 0 10px 0;
			}
			.homeexperts h3{
				font-size:1.5em;
				font-weight:bold;
				margin:0 0 10px 0;
			}
			
			
			.popular{padding:10px 0;}
			.popular h2{
				font-size:1.2em;
				font-weight:bold;
				margin:0 0 10px 0;
			}
			
			.popular .circles{
				width:60px;
				height:60px;
				font-size:.8em;
				line-height:.9em;
				position:absolute;
				right:-10px;
				top:0;
				padding:0;
			}
			
			.populartext{
				width:70%; margin:0 auto 20px auto; font-size:.9em;
			}
			.populartitle{font-size:1em;height:50px; padding:0;}
			.populardesc{ display:none; }
			.popularbutton{font-size:.9em !important;}
			
			.callme {
				margin-top: 0px;
			}
			
			.customers {
				padding: 20px 0 0 0 !important;
			}
			.customers div{
				padding:0;
				margin:6px auto 0 auto;
			}
			
			.homebutton{
				width:90%;
				max-width:130px;
			}
			.homebutton2{
				width:90%;
				max-width:130px;
			}	
			.homebutton3{
				width:90%;
				max-width:130px;
			}
		
		
			.header10{
				background-image:url(/vitapaws/library/RAF_VP-banner-mobile.jpg);
				background-position:center center;
				min-height:100px;
				background-size:auto !important;
				height:150px;
			}
		
			.customers span.h2{
				font-size:1.4em !important;
				font-weight:bold !important;
			}
			.wantmore{
				height:180px;
				background-color:#444;
				background-image:none;
			}
			.wantmore span.h2{
				font-size:1em !important;
				font-weight:bold !important;
			}
			.borderbottom {
				border:none;
			}
			
			.managed h1{
				font-size:2em;
			}
			.managed h2{
				font-size:1.3em;
			}
			.homebutton7{
				margin:2px 0 0 0;
			}
		
		}
		
		
		
		@media (max-width:599px){


.homepagebannertext{
	margin:auto; height:70%; top: 0; left: 0; bottom: 0; right: 0; text-align:center;
	font-size:.7em ;
	width:60% !important;
}
.homepagebannertext h1, .h1{
	font-size:1.25em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:0px;
}
.homepagebannertext .h1 {
	font-size:1.25em;
}
.homepagebannertext div{
	margin:0 auto;
	font-size:.9em;
	line-height:1em;
}

.swipertext{display:none;}


			.of1{
				display:block;
				/*border:2px #f00 solid;*/
			}
			.of2{
				display:none;
				/*border:2px #0f0 solid;*/
			}
			.of3{
				display:none;
			}
			.producttop img{
				width:50%;
				margin:20px auto !important;
			}
			
			img.mobileblock{
				width:50% !important;
				margin:20px auto 0 auto !important;
			}
			
			.buynow, .buynow2{
				font-size:.85em;
			}
			.bn{
				width:100% !important;
			}
			.bnbut{
				width:70% !important;
			}
			.bnqty{
				width:60px !important;
			}
			.spimg{
				width:140px;
			}
			
			.searchform input{
				/*font-size:1.3em;
				height:30px;*/
			}
			
			.search h1{
				/*font-size:1.7em;*/
			}
			.emailsubscribe h3{
				font-size:1em;
			}
			img.summarytd{
				display:none;
			}
			a.homebutton6{
				padding:18px 10px !important;
				font-size:1em !important;
				width:100%;
				max-width:280px !important;
			}
			.adpage h2{
				font-size:1.5em !important;
			}
			.adpage h3{
				font-size:1.1em !important;
				line-height:1.1em;
				margin-bottom:0;
			}
			.adpage label{
				font-size:.9em !important;
			}
			.adpage form{
				margin-top:0 !important;
			}
			
			.brandsdesktop{
				width:100%;
			}
			
			
		}
		
		@media (min-width:600px){
			
			.of1{
				display:none;
				/*border:2px #f00 solid;*/
			}
			.of2{
				display:block;
				/*border:2px #0f0 solid;*/
			}
			.of3{
				display:block;
				clear:both !important;
				content:' ';
			}
		}
		
		@media (min-width:600px) and (max-width:1000px){
			.of3{
				display:block;
				clear:both !important;
				content:' ';
				height:30px;
			}
		
		}



div#showmap{
	position:relative;
	width:75%;
	height:auto;
	z-index:1;
	padding:0 0 20% 0;
}
path:hover{
	opacity: 0.5;
}

div#showdetail{
	z-index:10000;
	color:#000;
}

.box{
	position: relative;
	background: #fff;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 16px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 6px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 6px; 
}
.boxheader{
	font-size:1.4em;
	color:#fff;
	padding:20px;
}
.boxdescription{
	padding:20px;
}




.as1{border:0; width:34px; background:transparent; color:#ff0000; font-size:1.2em; }
.as2{width:34px; font-size:1.2em;}


.newsholder{
	float:right;
}
.newstitle{
	font-size:1.3em;
	line-height:1em;
	margin-bottom:0;
}
.newsdate{
	font-size:.8em;
	line-height:1em;
	margin:0;
}
.newswording{
	margin-top:22px;
	display:block;
}


a.button {background-color:#40B3E2; padding:8px;;text-decoration:none; text-transform:uppercase;}
a.button:link, a.button:active, a.button:visited{color:#fff;}
a.button:hover{color:#ff0;}


.bn{
	margin-top:20px !important; display:block; white-space:nowrap; width:75%; text-align:right; float:right;
}





.homeexperts .homecontent {
	width:70%;
}

@media only screen and (max-width: 480px) {

	.homeexperts {
		/*background-image:none !important;*/
		background-image:url(/vitapaws/library/lauren-tablet.jpg) !important;
		background-position:right;
	}
	.homeexperts h3 {
		color:#4C4C54;
	}
	.homeexperts .homecontent {
		color:#4C4C54;
	}

	.homeexperts .homecontent {
		width:100%;
	}

}
