/* Site Wide */

body {background:#d9f1bf; font-family: 'Fira Sans', sans-serif;}

h1, h2, h3, h4, p, li, div, form, label, input, textarea, select
{font-family: 'Fira Sans', sans-serif; line-height:150%; font-variant-numeric: tabular-nums;}
h1 {font-size:36px; font-weight:700;}
h1 em {line-height:normal; color:#69c600; font-size:18px;}

.shadow {
-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.pad10 {padding:10px;}

hr
{border:0; height:0; border-top:#d9f1bf 1px solid; border-bottom:#fff 1px solid; margin:15px 0px;}

.button
{
font-size:18px;
text-decoration:none;
text-align:center;
padding:12px;
display:block;
color:#fff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
border-radius:5px;

-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
box-shadow: 0px 1px 2px rgba(0,0,0,0.5);

background: #404737; /* Old browsers */
background: -moz-linear-gradient(top,  #404737 0%, #24291f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404737), color-stop(100%,#24291f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #404737 0%,#24291f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #404737 0%,#24291f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #404737 0%,#24291f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #404737 0%,#24291f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404737', endColorstr='#24291f',GradientType=0 ); /* IE6-9 */

border:#24291f 1px solid;
}

.button:hover
{background: #404737;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.0);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.0);
box-shadow: 0px 1px 2px rgba(0,0,0,0.0);
}

.orange
{
background: #d46546; /* Old browsers */
background: -moz-linear-gradient(top,  #d46546 0%, #c63209 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ed440), color-stop(0%,#d46546), color-stop(100%,#c63209)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d46546 0%,#c63209 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d46546 0%,#c63209 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d46546 0%,#c63209 100%); /* IE10+ */
background: linear-gradient(to bottom, #d46546 0%,#c63209 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d46546', endColorstr='#c63209',GradientType=0 ); /* IE6-9 */
border:#c63209 1px solid;
font-weight:bold;
}

.orange:hover
{background: #d46546;}

.btwhite {background:#fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; text-shadow:none; color:#69c600; border:0px;}
.btwhite:hover {background:#69c600; color:#fff;}

/* General Page Content */
.expcontentblock {background:#fff;} /*ecf8df*/
.expcontent {max-width:800px; margin:0 auto; padding:30px; background:#fff;}
.expcontent img {display:block; margin:0 auto; width:auto; max-width:100%;     vertical-align: top;}

/* Mobile Top Navigation */

#explogomob {display:block; width:100px; top:0; position:fixed; z-index:1500; left:50%; top:-7px; margin:0px 0px 0px -50px;}

#mobnavispace {top:0px; left:0px; background:#cc0000; width:100%; height:55px;}

#mobnavitop {
background: #69c600;
background: -moz-linear-gradient(left, #69c600 26%, #5aa900 50%, #69c600 75%);
background: -webkit-linear-gradient(left, #69c600 26%,#5aa900 50%,#69c600 75%);
background: linear-gradient(to right, #69c600 26%,#5aa900 50%,#69c600 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c600', endColorstr='#69c600',GradientType=1 );
position:fixed; left:0px; top:0px; z-index:1000; width:100%; height:55px;}

#mobnavitop a {position:relative; color:#fff; float:left; display:block; width:35px; text-align:center; padding:15px 10px; line-height:0px;}
#mobnavitop a:hover {background:#5aa900;}
#mobnavitop i {font-size:25px;}
#mobnavitop i span {display:none;}

.badge {background:#c63209; color:#fff; position:absolute; top:5px; right:5px; z-index:2000; border-radius:100%; font-size:10px; font-weight:bold; width:20px; max-width:20px; height:10px; overflow:hidden; padding:3px 0px 7px 0px; text-align:center;}

/* Mobile Main Navigation */

#mobnavi li, #webnavi li
{
display:block;
float:left;
padding:0px;
list-style-type:none;
position:relative; 
margin:0px;
width:20%;
}

#mobnavi li a, #webnavi li a
{
background:#00ff00;
display:block;
text-align:center;
text-decoration:none;
color:#fff;

background: #404737; /* Old browsers */
background: -moz-linear-gradient(top,  #404737 0%, #24291f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404737), color-stop(100%,#24291f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #404737 0%,#24291f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #404737 0%,#24291f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #404737 0%,#24291f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #404737 0%,#24291f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404737', endColorstr='#24291f',GradientType=0 ); /* IE6-9 */

border:#24291f 1px solid;

-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
box-shadow: 0px 1px 2px rgba(0,0,0,0.5);

cursor:pointer;
padding:5px;
margin:5px 2.5px;
font-size:12px;

overflow: hidden;
text-overflow: ellipsis;
border-radius:5px;
}

#mobnavi li a.amphibians, #mobnavi li a.reptiles, #mobnavi li a.inverts,
#webnavi li a.amphibians, #webnavi li a.reptiles, #webnavi li a.inverts
{font-weight:bold; border:#4b8d00 1px solid;}

#mobnavi li a.amphibians, #webnavi li a.amphibians {background: rgb(105,198,0) url(../images/bt-bg-amphibians.jpg) center center;}
#mobnavi li a.reptiles, #webnavi li a.reptiles {background: rgb(105,198,0) url(../images/bt-bg-reptiles.jpg) center center;}
#mobnavi li a.inverts, #webnavi li a.inverts {background: rgb(105,198,0) url(../images/bt-bg-inverts.jpg) center center;}

#mobnavi li:hover a, #webnavi li:hover a
{
background: #fff;
color:#69c600;
text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
border:#fff 1px solid;  
}

/* Products/Category Page */

#expcat {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #d9f1bf 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#d9f1bf 100%);
background: linear-gradient(to bottom, #ffffff 0%,#d9f1bf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9f1bf',GradientType=0 );
}
#expcatwebnavi {display:none;}
#expcatmobnavi {width:100%;}
#expcatprdsblock {}
#expcattitle {background:#fff; width:100%;}
#expcattitle div.padding {padding:15px;}

.expcatbuttons {padding:10px;}
.expcatbutton {width:33.333%; float:left;}
.expcatbutton a {display:block; margin:5px; text-decoration:none;}
.expcatbutton a div.expcatbuttonshadow { border-radius:10px; box-shadow: 0px 1px 5px rgba(0,0,0,0.3); }
.expcatbutton a img {width:100%; height:auto; border-radius:10px 10px 0px 0px; vertical-align:top;}
.expcatbutton a div.expcatbuttontitle {background:#ecf8df; border-radius:0px 0px 10px 10px; padding:15px; text-align:center; color:#404737; font-size:12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.expcatbutton a:hover img {filter:brightness(120%);}
.expcatbutton a:hover div.expcatbuttontitle {background:#fff;}

#expcatprds {width:100%;}
.expcatprd {width:50%; float:left;  position:relative;}
.expcatprd a {display:block; margin:10px; text-decoration:none; background:#ecf8df;}

.expcatprd a img {width:100%; height:auto; vertical-align:top;}
.imgsoldout {-webkit-filter: grayscale(100%) opacity(30%); filter: grayscale(100%) opacity(30%);}
.expcatprddesc {display:none;}
.expcatprdblock {background:#fff; padding:15px 10px;}
.expcatprdname, .expcatprdsubname, .expcatprdprice {text-align:center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.expcatprdname {color:#171079; font-size:16px;}
.expcatprdsubname {color:#69c600; font-size:12px; font-style:italic;}
.expcatprdprice {padding:5px 0px 0px 0px; color:#404737; font-size:16px;}
.expcatprdprice span {color:#9fa39b; font-size:12px; text-transform:uppercase;}
.saleprice {color:#c63209;}
.saleprice span {color:#c63209; text-decoration:line-through;}

.expcatbadge {-webkit-transition: left 1s, opacity 0.5s; /* Safari */
  transition: left 1s, opacity 0.5s; transition-timing-function: ease; -webkit-transition-timing-function: ease; background:#404737; color:#fff; position:absolute; z-index:100; left:5px; top:15px; text-align:center; padding:5px; letter-spacing:1px; font-size:12px; font-weight:700; text-transform:uppercase; width:100%; max-width:75px; box-shadow: 0px 1px 1px rgba(0,0,0,0.3);}

.badgenew {background:#69c600;}
.badgesale {background:#c63209;}
.badgeclearance {background:#f9ed19; color:#000;}

.expcatprd a:hover .expcatbadge {opacity: 0.0; z-index:100; left:15px; top:15px;}

#moreproducts {clear:both; text-align:center; text-transform:uppercase; color:#69c600; font-size:12px; padding:15px 15px 0px 15px;}
.prdbar {max-width:300px; background:#c3e899; height:5px; margin:5px auto 15px auto;}
.prdbar div  {background:#69c600; height:5px;}
#moreproducts .button {text-transform:capitalize !important; max-width:300px; margin:0 auto;}

/* Product Page */
#expprd {background:#ffffff;}

#expprdimg {display:none;}
.exppad15 {padding:15px;}
.exppad10 {padding:10px;}
.exppad5 {padding:5px;}
#expprdimg img {width:100%; vertical-align:top;}


#expprddesc {background:#fff;}
#expprdtopcontainer {width:100%; max-width:640px; margin:0 auto;}

.expprdopt {}

.expprdoptimg {background:#ecf8df;}
.expprdoptimg img {width:100%; vertical-align:top;}
.expprdoptdetails {background:#ecf8df; max-width:640px; margin:0px auto;}
.expprdopttitle {color:#404737; font-size:16px; font-weight:bold;}

.expprdopticons {width:50%; float:left;}
.expprdopticon {padding:0 5px 0 3px; margin:1px 0px 2px 0px; color:#69c600; font-size:12px; text-transform:uppercase; max-width: 140px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.expprdopticon a {color:#69c600;}
.expprdopticon em {text-transform:none;}
.expprdoptstatus, .expprdoptsold, .expprdoptlow {color:#ffffff; display:block; padding:0 5px 0 3px}
.expprdoptstatus span, .expprdoptsold span, .expprdoptlow span {padding:3px 4px 3px 2px;}
.expprdoptstatus span {background:#69c600;}
.expprdoptsold span {background:#404737;}
.expprdoptlow span {background:#c63209;}

.expprdoptprice {width:50%; float:left; text-align:right;}


.expprice {font-size:24px; font-weight:bold; color:#404737; line-height:24px; padding:0px 0px 0px 0px;}
.exppricesave {font-size:12px; color:#9fa39b; text-transform:uppercase; line-height:12px;}
.expclearance, .expsale, .exprrp {display:inline-block;  padding:3px 5px; line-height:12px;}
.expyousave{padding:0px; line-height:normal; padding:2px 0px;}
.expyousave span {white-space:nowrap;}
.exprrp {padding:3px 0px;}
.expclearance {background:#f9ed19; color:#000;}
.expsale {background:#c63209; color:#fff;}
.expclearance strong, .expsale strong {letter-spacing:1px;}
.exprrp span, .expclearance span,.expsale span {text-decoration:line-through;}
.expprdoptsale .expprice, .expprdoptsale .expyousave {color:#c63209;}

.expprdoptqty {width:50%; float:left;}
.expprdoptbuy {width:50%; float:left;}
.expprdoptbuy button {width:100%;}

.expprdoptqty .optqtybox {width:120px}
.expprdoptqty .optqtybutton {background:#69c600; color:#fff; font-size:20px; display:block; float:left; width:40px; text-align:center; height:20px; padding:10px 0px;}
.expprdoptqty .optqtyinput {display:block; float:left; text-align:center; font-size:18px; padding:0px; margin:0px; border:0px; width:40px; height:40px;}

.expprdopttitle form select {width:100%; padding:5px; max-width:none;}

.expcatblock {border-top:#ecf8df 5px solid; padding:0 0 0 0;}
.expcatblock a.catbt {display:block; background:#fff; border-bottom:#ecf8df 1px solid; font-weight:700; font-size:16px; text-decoration:none; color:#404737; padding:10px 15px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.expcatblock a.catbt:hover {background:#ecf8df;}
.expcatblock a.catbt i {float:right; color:#c7e99f; padding:3px 0 0 0;}
.expcatblock a.catbt i.catbticon {float:left; color:#69c600; padding:3px 5px 0 0;}

.expcatblock ul {display:block; padding:0px; margin:0px;}
.expcatblock li {background:#ecf8df; display:block; list-style-type:none; padding:0 0 0 5px; margin:0px;}
.expcatblock li a {display:block; font-size:12px; color:#171079; background:#fff; text-decoration:none; padding:5px 10px; border-bottom:#ecf8df 1px solid; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.expcatblock li a:hover {background:#ecf8df;}

.expcatblock li a i {color:#c7e99f;}
.expcatblock ul ul li {padding:0 0 0 10px;}

.catbtchecks {padding:5px 0 15px 0; border-bottom:#ecf8df 1px solid; background:#fff;}
.expcatblock a.catbtcheck {display:block; font-size:12px; color:#171079; text-decoration:none; padding:2px 10px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.expcatblock a.catbtcheck i.catbticon {float:left; font-size:16px; color:#69c600; padding:0 5px 0 0;}

.expprdsrel {padding:15px 20px;}
.expprdsrelstock, .expprdsreldrop {width:50%; float:left;}
.expprdsrelstock a {text-decoration:none; color:#404737;}
.expprdsrelstock a i {color:#69c600;}
.expprdsreldrop {text-align:right;}

.expvideoblock {background:#ecf8df; padding:15px; margin-bottom:30px;}
.expvideo {	position:relative; padding-bottom:56.25%; /* 16:9 */ padding-top:25px; height:0;}
.expvideo iframe {position: absolute; top: 0; left:0; width:100%; height:100%;}

table.exptblhighlight {color:#69c600; border:none; margin-bottom:30px;}
table.exptblhighlight th, table.exptblhighlight td {vertical-align:top; color:#69c600; text-align:left; border:none; border-bottom:#d9f1bf 1px dotted;}

/* Footer */

#footer {background:#fff; width:100%; clear:both;}

.footercolumns {margin:0 auto; clear:both;}
.footercol3 {max-width:640px; margin:0 auto;}
.footercolheader {display:block; text-decoration:none; font-size:18px; color:#404737; padding:10px; margin:10px; border-bottom:#d9f1bf 1px solid;}
.footercolheader i {float:right;}
.footercol3 ul {padding:0px 10px 10px 10px; margin:0px;}
.footercol3 ul li {list-style-type:none; padding:0px; margin:0px; max-height:30px;}
.footercol3 ul li a {font-size:14px; display:block; color:#69c600; text-decoration:none; padding:5px 10px 5px 10px;  white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.latest ul li a {color:#171079;}
.footercol3 ul li a i {color:#ecf8df;}
.footercol3 ul li a:hover i {color:#69c600;}

.footerlatest {display:inline-block; float:left; background:#ecf8df; margin:0px 5px 0px 0px; text-transform:uppercase; color:#5aa900; font-size:12px; padding:1px 5px 0px 0px; width:60px; text-align:center; letter-spacing:0.025em;
-webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);}

.footerreviews {margin:0 auto; max-width:640px;}

.quality {color:#69c600; font-size:13px; padding:10px 20px;}
.quality strong {font-size:24px; text-transform:uppercase;}

#social {display:block; padding:0px; margin:0px auto; width:300px; clear:both;}
#social li {list-style-type:none; display:block; float:left; padding:0px !important; margin:0px !important; width:20%; text-align:center;}
#social li a {color:#d9f1bf; padding:0px !important; margin:0px !important; white-space:nowrap; overflow:visible ; text-overflow: clip;}
#social li a i {color:#d9f1bf; padding:0px !important; margin:0px !important; letter-spacing:normal; font-size:50px; }
img.paymentlogos {width:100%; max-width:308px;}

#copyright {clear:both !important; font-size:12px; text-align:center; padding:15px;}



@media screen and (min-width: 0px) {

#container {width:auto;}

#webtop {display:none;}
.mobhide {display:none;}

#mobnavi {width:100%; padding:0; margin:0; position:fixed; top:55px; clear:both; display:block; z-index:999;
background: -moz-linear-gradient(top, rgba(90,169,0,1) 0%, rgba(90,169,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(90,169,0,1) 0%,rgba(90,169,0,0) 100%);
background: linear-gradient(to bottom, rgba(90,169,0,1) 0%,rgba(90,169,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa900', endColorstr='#005aa900',GradientType=0 );
}

.bticon {display:block; width:46px; height:40px; margin:0px auto;}

.btamphibians {background:url(../images/exp-sprite-2018.png) -558px -226px no-repeat;}
.btreptiles {background:url(../images/exp-sprite-2018.png) -604px -226px no-repeat;}
.btinverts {background:url(../images/exp-sprite-2018.png) -650px -226px no-repeat;}
.btfood {background:url(../images/exp-sprite-2018.png) -696px -226px no-repeat;}
.btsupplies {background:url(../images/exp-sprite-2018.png) -742px -226px no-repeat;}
.btgrid {background:url(../images/exp-sprite-2018.png) -788px -226px no-repeat;}

#mobsearch
{background:#5aa900; position:fixed; top:55px; clear:both; z-index:999; padding:0; width:100%; text-align:center;}
#mobsearch #search {border:0px; width:90%; padding:10px; color:#69c600 !important; font-size:16px;}

}


@media screen and (min-width: 660px) {
/* Product Page */

#expprdimg {display:block; max-width:640px; margin:0px auto;}
#expprdimg .exppad15 {padding:15px 0px 0px 0px;}
#expprddesc {}

.expprdoptimg {width:25%; float:left;}
.expprdoptdetails {width:75%; float:left;}

#exprelprds .expcatprd {width:33.333%;}

/* Products/Category Page */
.expcatbutton {width:33.333%;}
.expcatprd {width:50%;}
}

@media screen and (min-width: 820px) {
	
/* Products/Category Page */
.expcatbutton {width:25%;}	
.expcatprd {width:33.333%;}

/* Product Page */

#expprdimg {display:block; width:40%; float:left;}
#expprdimg .exppad15 {padding:15px;}
#expprddesc {width:60%; float:left;}
#exprelprds .expcatprd {width:20%;}

}

@media screen and (min-width: 980px) {

/* Products/Category Page */
#expcatwebnavi {display:block; background:#fff; float:left; width:20%;}
/*
#expcatwebblock {}
.expcatblock {border-top:#ecf8df 5px solid; padding:0 0 0 0;}
#expcatwebblock .expcatblock a.catbt {display:block; background:#fff; border-bottom:#ecf8df 1px solid; font-weight:700; font-size:16px; text-decoration:none; color:#404737; padding:10px 15px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
#expcatwebblock .expcatblock a.catbt:hover {background:#ecf8df;}
#expcatwebblock .expcatblock a.catbt i {float:right; color:#c7e99f; padding:3px 0 0 0;}
#expcatwebblock .expcatblock a.catbt i.catbticon {float:left; color:#69c600; padding:3px 5px 0 0;}

.expcatblock ul {display:block; padding:0px; margin:0px;}
.expcatblock li {background:#ecf8df; display:block; list-style-type:none; padding:0 0 0 5px; margin:0px;}
.expcatblock li a {display:block; font-size:12px; color:#171079; background:#fff; text-decoration:none; padding:5px 10px; border-bottom:#ecf8df 1px solid; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.expcatblock li a:hover {background:#ecf8df;}

.expcatblock li a i {color:#c7e99f;}
.expcatblock ul ul li {padding:0 0 0 10px;}

.catbtchecks {padding:5px 0 15px 0; border-bottom:#ecf8df 1px solid; background:#fff;}
#expcatwebblock .expcatblock a.catbtcheck {display:block; font-size:12px; color:#171079; text-decoration:none; padding:2px 10px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
#expcatwebblock .expcatblock a.catbtcheck i.catbticon {float:left; font-size:16px; color:#69c600; padding:0 5px 0 0;}
*/
#expcatmobnavi {display:none;}

#expcatprdsblock {float:right; width:80%;}
#expcattitle {}
#expcattitle div.padding {max-width:75%;}
#expcatprds {}

.expcatbutton {width:20%;}

.expcatprdspad {padding:10px;}
.expcatprd {width:33.333%; position:relative;}
.expcatprddesc {color:#404737; font-size:14px; line-height:normal; position:absolute; z-index:100; left:0px; top:0px; padding:15px; margin: 10px; overflow: hidden; height:190px; /*206*/}
.expcatprd a:hover img {filter:grayscale(100%) opacity(5%);}
.expcatprd a:hover .expcatprddesc {display:block;}

/* Product Page */
#expprd {background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ecf8df 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ecf8df 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ecf8df 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf8df',GradientType=0 );}

#exprelprds .expcatprddesc {font-size:12px; height:125px;}

#container {width:960px;}

.mobhide {display:block;}

#explogomob, #mobnavispace, #mobnavitop, #mobnavi
{display:none !important;}

.bticon
{display:none;}

#webtop {
display:block;
background: -moz-linear-gradient(top, rgba(105,198,0,1) 0%, rgba(105,198,0,1) 25%, rgba(105,198,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(105,198,0,1) 0%,rgba(105,198,0,1) 25%,rgba(105,198,0,0) 100%);
background: linear-gradient(to bottom, rgba(105,198,0,1) 0%,rgba(105,198,0,1) 25%,rgba(105,198,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69c600', endColorstr='#0069c600',GradientType=0 );
}

#webtopblock {max-width:960px; margin:0 auto;}

#explogoweb {width:480px; height:60px; padding:25px 0px; text-align:center; float:left;}

#webnavitop {float:left; padding:25px 5px 25px 5px; width:470px;}

#webnavisearch {width:330px; height:55px; padding:5px; float:left;}
#webnavisearch #search {background:#fff; border:0px; color:#69c600;}
#webnavisearch #search::placeholder {color:#69c600;}

.webtopbt {background: rgba(90,169,0,0.5); position:relative; width:55px; height:40px; text-align:center; display:block; padding:15px 0px 0px 0px; border-radius:5px;}
.webtopbt i {font-size:25px; color:#fff;}
.webtopbt:hover {background:#5aa900;}
.webtopbt i span {display:none;}

.websearch {width:275px; float:left; font-size:15px; padding:15px 20px; height:55px; display:block;}
.webtopsearchbt {border-radius:0px 5px 5px 0px; border-collapse:collapse; border:0px; padding:0px 0px 0px 0px; height:55px; virtial-align:top; }


.webbtblock {width:55px; padding:5px; float:left;}

#explogoweb #explogo2 {display:block; width:480px; height:60px; margin:0 auto; background:url(../images/exp-sprite-2018.png) 0px 0px no-repeat;}
#explogo2 strong {display:none;}

#webnavi {width:960px; padding:0; margin:0 auto;}
#webnavi li a {font-size:18px; padding:15px;}

div.drop1,
div.drop2,
div.drop3,
div.drop4,
div.drop5
{
background:#fff;
/*
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(231,232,230,0.95) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(231,232,230,0.95)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,232,230,0.95) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,232,230,0.95) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,232,230,0.95) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(231,232,230,0.95) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2e7e8e6',GradientType=0 );
*/
margin:-6px 3px;  
position:absolute;  
left:-999em; /* Hides the drop down */  
text-align:left;  
padding:0px 0px 0px 0px;
border-radius:0px 0px 5px 5px;   
border-top:none; 
box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 
z-index:100;
}

#webnavi li:hover .drop1,
#webnavi li:hover .drop2,
#webnavi li:hover .drop3,
#webnavi li:hover .drop4,
#webnavi li:hover .drop5
{left:0px;top:55px;}

#webnavi li:hover .drop1 {width:955px;}
#webnavi li:hover .drop2 {width:955px; left:-192px}
#webnavi li:hover .drop3 {width:955px; left:-384px;}
#webnavi li:hover .drop4 {width:955px; left:-576px;}
#webnavi li:hover .drop5 {width:955px; left:-768px;}

#webnavi .dropborder {width:100%; padding:0px;}
#webnavi .dropcol {width:18%; float:left; padding:1%;min-height:430px;}
#webnavi .dropcolimage {min-height:430px; width:38%; background:#c7e99f; -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%); border-radius:0 0 5px 0;}

#webnavi .dropcol ul {display:block; margin:0px; padding:0px;}
#webnavi .dropcol ul li {display:block; margin:0px; padding:0px; width:100%; font-weight:bold; color:#404737; white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}

#webnavi .dropcol ul li a, #navi .dropcol ul li span {border-radius:0px;display:block; background:none; box-shadow:none; margin:0px 0px 10px 0px; padding:10px; border:0px; text-align:left; font-size:16px; font-weight:normal; cursor:pointer; color:#df5f3b; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; line-height:normal;  border-bottom:#c63209 1px solid;}

#webnavi .dropcol ul li a:hover {text-decoration:underline;}
#webnavi .dropcol ul li span {cursor:default;}
#webnavi .dropcol ul ul li a {background:#fff; border:0px; display:block; margin:1px 0px; padding:8px 20px 8px 6px; text-align:left; font-size:14px; cursor:pointer; font-weight:normal; color:#4b8d00; border:0px;}
#webnavi .dropcol ul ul li a:hover {text-decoration:none;}

#webnavi .dropcol ul ul li a.navimore {background:#fff; display:block; margin:10px 0px; padding:10px; border:0px; border-top:#d9f1bf 1px solid; text-align:left; font-size:12px; letter-spacing:0.05em; cursor:pointer; font-weight:normal; color:#df5f3b; /*  */}
#webnavi .dropcol ul ul li a.navimore:hover {text-decoration:underline !important; background:#fff;}
 
#webnavi .dropcol ul ul li strong {}
#webnavi .dropcol ul ul li em {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:11px;}

#webnavi .dropcol ul li a:hover {background:#fff; text-decoration:none;}
#webnavi .dropcol ul ul li a:hover {background:#ecf8df;}

#webnavi .dropcol ul ul li a i {color:#c7e99f;}

#webnavi .brands {background:#ecf8df; padding:1%; border-radius:5px;}
#webnavi .brands a.brand {display:block; width:48%; float:left; border:0px; background:none; padding:0; border-radius:5px; margin:1%;}
#webnavi .brands a.brand img {width:100%; vertical-align:top;}
#webnavi .brands a.brand img:hover {filter:brightness(120%);}


.footercolumns, .footerreviews {max-width:960px;}
.footercol3 {width:33%; float:left;}

.footercolheader i {display:none;}



}

@media screen and (min-width: 1300px) {

#container {width:1280px;}

#webtopblock {max-width:1280px;}


#webnavitop {width:758px;}
#webnavisearch {width:618px;}
.websearch {width:563px;}


#explogoweb {width:512px;}

#webnavi {width:1280px;}

#webnavi li:hover .drop1 {width:1274px;}
#webnavi li:hover .drop2 {width:1274px; left:-256px}
#webnavi li:hover .drop3 {width:1274px; left:-512px;}
#webnavi li:hover .drop4 {width:1274px; left:-768px;}
#webnavi li:hover .drop5 {width:1274px; left:-1024px;}

/* Products/Category Page */
.expcatbutton {width:16.666%;}
.expcatprd {width:25%;}

#exprelprds .expcatprddesc {font-size:14px; height:190px;}

.footercolumns, .footerreviews {max-width:1280px;}

}
