/*
Theme Name: u-seek
Template: u-design
Author: Slawek Amielucha @ iSeek
Author URI: http://www.iseek.ie/
Description: Design by iSeek
Version: 3.0
*/
/* Colors */
/* nutrition */
/* veterinary */
/* hygiene */
/* services */
/* articles */
/* con tactus */
/* animations */
a,
input,
a > span,
img,
.navigation + div[style='float:right;margin:0 10px;'],
.skew_l,
.skew_r,
#little-x {
  -webkit-transition-property: margin, text-shadow, color, background-color, opacity /*, -moz-transform, -webkit-transform, -o-transform, -ms-transform, transform*/;
  -webkit-transition-duration: 0.5s, 0.26s, 0.26s, 0.26s /*, .26s, .26s, .26s, .26s, .26s*/;
  -webkit-transition-timing-function: ease-out, ease-in, ease-in, ease-in /*, ease-in, ease-in, ease-in, ease-in, ease-in*/;
  -o-transition-property: margin, text-shadow, color, background-color, opacity /*, -moz-transform, -webkit-transform, -o-transform, -ms-transform, transform*/;
  -o-transition-duration: 0.5s, 0.26s, 0.26s, 0.26s /*, .26s, .26s, .26s, .26s, .26s*/;
  -o-transition-timing-function: ease-out, ease-in, ease-in, ease-in /*, ease-in, ease-in, ease-in, ease-in, ease-in*/;
  -moz-transition-property: margin, text-shadow, color, background-color, opacity /*, -moz-transform, -webkit-transform, -o-transform, -ms-transform, transform*/;
  -moz-transition-duration: 0.5s, 0.26s, 0.26s, 0.26s /*, .26s, .26s, .26s, .26s, .26s*/;
  -moz-transition-timing-function: ease-out, ease-in, ease-in, ease-in /*, ease-in, ease-in, ease-in, ease-in, ease-in*/;
  transition-property: margin, text-shadow, color, background-color, opacity /*, -moz-transform, -webkit-transform, -o-transform, -ms-transform, transform*/;
  transition-duration: 0.5s, 0.26s, 0.26s, 0.26s /*, .26s, .26s, .26s, .26s, .26s*/;
  transition-timing-function: ease-out, ease-in, ease-in, ease-in /*, ease-in, ease-in, ease-in, ease-in, ease-in*/;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* Gradient (top to bottom) */
/* 3-step gradient used for c2a buttons */
/* @c2a - main button mixin */
/* Colorful Buttons */
.btn_blue {
  border: 1px solid #2d4154;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #99c0e7;
  background: -moz-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99c0e7), color-stop(50%, #5a95ce), color-stop(100%, #385f85));
  background: -webkit-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -o-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -ms-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: linear-gradient(to bottom, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_blue:hover,
.btn_blue:focus {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385f85), color-stop(50%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.btn_blue:active {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #385f85), color-stop(66%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.btn_gold {
  border: 1px solid #815c23;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffff58 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #be9a2b;
  background: -moz-linear-gradient(top, #be9a2b 0%, #b5891f 50%, #966b19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be9a2b), color-stop(50%, #b5891f), color-stop(100%, #966b19));
  background: -webkit-linear-gradient(top, #be9a2b 0%, #b5891f 50%, #966b19 100%);
  background: -o-linear-gradient(top, #be9a2b 0%, #b5891f 50%, #966b19 100%);
  background: -ms-linear-gradient(top, #be9a2b 0%, #b5891f 50%, #966b19 100%);
  background: linear-gradient(to bottom, #be9a2b 0%, #b5891f 50%, #966b19 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#be9a2b", endColorstr="#966b19",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#be9a2b", endColorstr="#966b19",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_gold:hover,
.btn_gold:focus {
  box-shadow: 0 1px 0 #ffd230 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #966b19;
  background: -moz-linear-gradient(top, #966b19 0%, #b5891f 50%, #be9a2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #966b19), color-stop(50%, #b5891f), color-stop(100%, #be9a2b));
  background: -webkit-linear-gradient(top, #966b19 0%, #b5891f 50%, #be9a2b 100%);
  background: -o-linear-gradient(top, #966b19 0%, #b5891f 50%, #be9a2b 100%);
  background: -ms-linear-gradient(top, #966b19 0%, #b5891f 50%, #be9a2b 100%);
  background: linear-gradient(to bottom, #966b19 0%, #b5891f 50%, #be9a2b 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#966b19", endColorstr="#be9a2b",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#966b19", endColorstr="#be9a2b",GradientType=0 );
}
.btn_gold:active {
  box-shadow: 0 1px 0 #ffd230 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #966b19;
  background: -moz-linear-gradient(top, #966b19 20%, #b5891f 66%, #be9a2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #966b19), color-stop(66%, #b5891f), color-stop(100%, #be9a2b));
  background: -webkit-linear-gradient(top, #966b19 20%, #b5891f 66%, #be9a2b 100%);
  background: -o-linear-gradient(top, #966b19 20%, #b5891f 66%, #be9a2b 100%);
  background: -ms-linear-gradient(top, #966b19 20%, #b5891f 66%, #be9a2b 100%);
  background: linear-gradient(to bottom, #966b19 20%, #b5891f 66%, #be9a2b 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#966b19", endColorstr="#be9a2b",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#966b19", endColorstr="#be9a2b",GradientType=0 );
}
.btn_nut {
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #e1a016;
  background: -moz-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1a016), color-stop(50%, #db8e19), color-stop(100%, #d3761c));
  background: -webkit-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: -o-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: -ms-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: linear-gradient(to bottom, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a016", endColorstr="#d3761c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a016", endColorstr="#d3761c",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_nut:hover,
.btn_nut:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #d3761c;
  background: -moz-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3761c), color-stop(50%, #db8e19), color-stop(100%, #e1a016));
  background: -webkit-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: -o-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: -ms-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: linear-gradient(to bottom, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
}
.btn_nut:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #d3761c;
  background: -moz-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #d3761c), color-stop(66%, #db8e19), color-stop(100%, #e1a016));
  background: -webkit-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: -o-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: -ms-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: linear-gradient(to bottom, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
}
.btn_purple {
  border: 1px solid #401140;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffa8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #9b508e;
  background: -moz-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b508e), color-stop(50%, #83155d), color-stop(100%, #5e015a));
  background: -webkit-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: -o-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: -ms-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: linear-gradient(to bottom, #9b508e 0%, #83155d 50%, #5e015a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9b508e", endColorstr="#5e015a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9b508e", endColorstr="#5e015a",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_purple:hover,
.btn_purple:focus {
  box-shadow: 0 1px 0 #b802b4 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #5e015a;
  background: -moz-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e015a), color-stop(50%, #83155d), color-stop(100%, #9b508e));
  background: -webkit-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: -o-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: -ms-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: linear-gradient(to bottom, #5e015a 0%, #83155d 50%, #9b508e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
}
.btn_purple:active {
  box-shadow: 0 1px 0 #b802b4 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #5e015a;
  background: -moz-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #5e015a), color-stop(66%, #83155d), color-stop(100%, #9b508e));
  background: -webkit-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: -o-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: -ms-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: linear-gradient(to bottom, #5e015a 20%, #83155d 66%, #9b508e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
}
.btn_tiffany {
  border: 1px solid #12655c;
  border-radius: 3px;
  box-shadow: 0 1px 0 #b4ffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #55bdb3;
  background: -moz-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55bdb3), color-stop(50%, #0daba0), color-stop(100%, #00877b));
  background: -webkit-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: -o-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: -ms-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: linear-gradient(to bottom, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55bdb3", endColorstr="#00877b",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55bdb3", endColorstr="#00877b",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_tiffany:hover,
.btn_tiffany:focus {
  box-shadow: 0 1px 0 #00fff2 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #00877b;
  background: -moz-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00877b), color-stop(50%, #0daba0), color-stop(100%, #55bdb3));
  background: -webkit-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: -o-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: -ms-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: linear-gradient(to bottom, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
}
.btn_tiffany:active {
  box-shadow: 0 1px 0 #00fff2 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #00877b;
  background: -moz-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #00877b), color-stop(66%, #0daba0), color-stop(100%, #55bdb3));
  background: -webkit-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: -o-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: -ms-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: linear-gradient(to bottom, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
}
.btn_green {
  border: 1px solid #184414;
  border-radius: 3px;
  box-shadow: 0 1px 0 #68ff30 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #328417;
  background: -moz-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328417), color-stop(50%, #106105), color-stop(100%, #0a4a03));
  background: -webkit-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: -o-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: -ms-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: linear-gradient(to bottom, #328417 0%, #106105 50%, #0a4a03 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#328417", endColorstr="#0a4a03",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#328417", endColorstr="#0a4a03",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_green:hover,
.btn_green:focus {
  box-shadow: 0 1px 0 #149206 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #0a4a03;
  background: -moz-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a4a03), color-stop(50%, #106105), color-stop(100%, #328417));
  background: -webkit-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: -o-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: -ms-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: linear-gradient(to bottom, #0a4a03 0%, #106105 50%, #328417 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
}
.btn_green:active {
  box-shadow: 0 1px 0 #149206 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #0a4a03;
  background: -moz-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0a4a03), color-stop(66%, #106105), color-stop(100%, #328417));
  background: -webkit-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: -o-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: -ms-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: linear-gradient(to bottom, #0a4a03 20%, #106105 66%, #328417 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
}
.btn_red {
  border: 1px solid #7a1222;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff0ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #d1717e;
  background: -moz-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1717e), color-stop(50%, #b5092a), color-stop(100%, #9d001a));
  background: -webkit-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -o-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -ms-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: linear-gradient(to bottom, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_red:hover,
.btn_red:focus {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d001a), color-stop(50%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.btn_red:active {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #9d001a), color-stop(66%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.btn_orange {
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #df775a;
  background: -moz-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df775a), color-stop(50%, #ca5236), color-stop(100%, #b63b20));
  background: -webkit-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -o-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -ms-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: linear-gradient(to bottom, #df775a 0%, #ca5236 50%, #b63b20 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.btn_orange:hover,
.btn_orange:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63b20), color-stop(50%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 0%, #ca5236 50%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
.btn_orange:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b63b20), color-stop(66%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 20%, #ca5236 66%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
.frame_me {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}
/* page-specific mixins */
.placeholder {
  display: block;
  width: 100%;
  min-height: 140px;
  background: #bada55;
  background: none, -moz-linear-gradient(top, #bada55 0%, #fa8072 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bada55), color-stop(100%, #fa8072));
  background: none, -webkit-linear-gradient(top, #bada55 0%, #fa8072 100%);
  background: none, -o-linear-gradient(top, #bada55 0%, #fa8072 100%);
  background: none, -ms-linear-gradient(top, #bada55 0%, #fa8072 100%);
  background: none, linear-gradient(to bottom, #bada55 0%, #fa8072 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bada55", endColorstr="#fa8072",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bada55", endColorstr="#fa8072",GradientType=0 );
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
}
.gap {
  margin-bottom: 10px;
}
.topgap {
  margin-top: 10px;
}
/* remove backgrounds */
#top-wrapper,
#c3-header,
#wrapper-1,
#home-page-content,
#page-content,
#main-menu,
#footer-bg {
  background: none;
}
#page-content-title {
  display: none;
}
a {
  color: #406c96;
}
a:hover,
a:focus,
a:active {
  color: #4188c3;
}
h1 {
  font-size: 28px !important;
  font-weight: bold;
}
h2 {
  font-size: 20px !important;
}
h3 {
  font-size: 15px !important;
  font-weight: bold;
}
h4 {
  font-size: 13px !important;
  font-weight: bold;
}
h6 {
  font-size: 18px !important;
  color: #20354b !important;
}
html {
  background: #20354b;
}
body {
  color: #20354b;
  line-height: 1.3em;
}
body p {
  line-height: 1.3em;
}
.entry .colored li {
  margin-left: 1em;
}
.entry .colored li li {
  margin-left: 1em;
  list-style: none;
  text-indent: -5px;
}
.entry .colored li li:before {
  content: "-";
  position: relative;
  left: -5px;
}
#big-wrapper {
  box-shadow: 0 0 25px #000000;
  background: #ffffff;
  /*overflow: hidden;*/

}
/* @heading */
#top-elements {
  background: #69b4dc;
  background: none, -moz-linear-gradient(top, #69b4dc 0%, #4188c3 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69b4dc), color-stop(100%, #4188c3));
  background: none, -webkit-linear-gradient(top, #69b4dc 0%, #4188c3 100%);
  background: none, -o-linear-gradient(top, #69b4dc 0%, #4188c3 100%);
  background: none, -ms-linear-gradient(top, #69b4dc 0%, #4188c3 100%);
  background: none, linear-gradient(to bottom, #69b4dc 0%, #4188c3 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#69b4dc", endColorstr="#4188c3",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#69b4dc", endColorstr="#4188c3",GradientType=0 );
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.7);
}
#logo-left .main-logo img {
  margin: 17px 0 0 82px;
}
#logo-right .main-logo img {
  margin: 45px 0 0 80px;
}
.breadcrumbs {
  margin-left: 30px!important;
  margin-top: 10px!important;
}
/* @nav */
#main-menu,
#navigation-menu {
  height: 42px;
}
#main-menu {
  z-index: 10;
  background: #406c97;
}
#navigation-menu {
  position: absolute;
  right: auto;
  top: 0;
  margin-left: 17px;
}
#navigation-menu ul.sf-menu {
  margin-right: 0;
  padding: 0;
}
#navigation-menu ul.sf-menu  > li {
  border-left: 1px solid #28425d;
  box-shadow: 1px 0 1px rgba(65, 130, 185, 0.7) inset;
  margin-left: 0;
  width: 144px;
}
#navigation-menu ul.sf-menu  > li:first-child {
  border-left: none;
  box-shadow: none;
  width: 40px;
}
#navigation-menu ul.sf-menu  > li > a > span {
  color: #fff;
}
#navigation-menu ul.sf-menu li.current-menu-item > a > span,
#navigation-menu ul.sf-menu li.current_page_item > a > span {
  color: #ffffff;
}
#navigation-menu ul.sf-menu li  > a:hover > span,
#navigation-menu ul.sf-menu li.current-menu-item  > a:hover > span,
#navigation-menu ul.sf-menu li.current_page_item  > a:hover > span,
#navigation-menu ul.sf-menu li  > a:focus > span,
#navigation-menu ul.sf-menu li.current-menu-item  > a:focus > span,
#navigation-menu ul.sf-menu li.current_page_item  > a:focus > span,
#navigation-menu ul.sf-menu li  > a:active > span,
#navigation-menu ul.sf-menu li.current-menu-item  > a:active > span,
#navigation-menu ul.sf-menu li.current_page_item  > a:active > span {
  color: #ffffff;
}
#navigation-menu ul.sf-menu ul.sub-menu {
  display: none;
  top: 42px;
  background: #69b4dc;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 3px 3px;
  width: 144px!important;
}
#navigation-menu ul.sf-menu ul.sub-menu ul.sub-menu {
  top: 0;
  left: 144px!important;
}
#navigation-menu ul.sf-menu ul.sub-menu span {
  font-size: 13px!important;
}
#navigation-menu ul.sf-menu ul.sub-menu > li {
  background: none;
}
#navigation-menu ul.sf-menu ul.sub-menu > li  > a > span {
  color: #fff;
}
#navigation-menu ul.sf-menu ul.sub-menu > li:hover > a {
  background: #4188c3;
}
#navigation-menu .homeicon,
#navigation-menu .home-button > a {
  font-size: 0!important;
  background: url("images/ico-house.png") 10px center no-repeat;
  height: 42px;
}
#navigation-menu .home-button:hover > a {
  background-position: -106px center;
}
#navigation-menu ul.sf-menu > li > a > span.sf-sub-indicator {
  background: url(images/arrows.png) no-repeat !important;
  background-position: 6px center!important;
  width: 17px!important;
  top: 8px!important;
  right: 9px!important;
}
#navigation-menu ul.sf-menu > li:hover > a > span.sf-sub-indicator {
  background-position: right center!important;
}
#navigation-menu ul.sf-menu > li > a.sf-with-ul {
  padding: 0 30px 0 0!important;
}
#navigation-menu ul.sf-menu > li > .sub-menu a > span.sf-sub-indicator {
  background: url(images/arrows.png) top no-repeat !important;
  background-position: 6px center!important;
  width: 17px!important;
  top: 10px!important;
  right: 4px!important;
  height: 17px!important;
}
/* nav-nutrition */
.menu-nutrition .sub-menu {
  background: #f1c66c !important;
}
.menu-nutrition .sub-menu li > a > span {
  color: #6c3d0e !important;
}
.menu-nutrition .sub-menu li:hover > a,
.menu-nutrition .sub-menu li:focus > a,
.menu-nutrition .sub-menu li:active > a {
  background: #e19f16 !important;
}
.menu-nutrition .sub-menu li:hover > a span,
.menu-nutrition .sub-menu li:focus > a span,
.menu-nutrition .sub-menu li:active > a span {
  color: #ffffff !important;
}
.menu-nutrition:hover > a {
  background: #c6701a;
}
.menu-nutrition:hover > a span {
  color: #ffffff !important;
}
/* nav-veterinary */
.menu-veterinary .sub-menu {
  background: #fbd2d2 !important;
}
.menu-veterinary .sub-menu li > a > span {
  color: #750113 !important;
}
.menu-veterinary .sub-menu li:hover > a,
.menu-veterinary .sub-menu li:focus > a,
.menu-veterinary .sub-menu li:active > a {
  background: #c3052c !important;
}
.menu-veterinary .sub-menu li:hover > a span,
.menu-veterinary .sub-menu li:focus > a span,
.menu-veterinary .sub-menu li:active > a span {
  color: #ffffff !important;
}
.menu-veterinary:hover > a {
  background: #9b001a;
}
.menu-veterinary:hover > a span {
  color: #ffffff !important;
}
/* nav-hygiene */
.menu-hygiene .sub-menu {
  background: #d1eb97 !important;
}
.menu-hygiene .sub-menu li > a > span {
  color: #083903 !important;
}
.menu-hygiene .sub-menu li:hover > a,
.menu-hygiene .sub-menu li:focus > a,
.menu-hygiene .sub-menu li:active > a {
  background: #51a428 !important;
}
.menu-hygiene .sub-menu li:hover > a span,
.menu-hygiene .sub-menu li:focus > a span,
.menu-hygiene .sub-menu li:active > a span {
  color: #ffffff !important;
}
.menu-hygiene:hover > a {
  background: #0e5f04;
}
.menu-hygiene:hover > a span {
  color: #ffffff !important;
}
/* nav-services */
.menu-services .sub-menu {
  background: #9de7de !important;
}
.menu-services .sub-menu li > a > span {
  color: #015d53 !important;
}
.menu-services .sub-menu li:hover > a,
.menu-services .sub-menu li:focus > a,
.menu-services .sub-menu li:active > a {
  background: #0fc2b8 !important;
}
.menu-services .sub-menu li:hover > a span,
.menu-services .sub-menu li:focus > a span,
.menu-services .sub-menu li:active > a span {
  color: #ffffff !important;
}
.menu-services:hover > a {
  background: #008377;
}
.menu-services:hover > a span {
  color: #ffffff !important;
}
/* nav-articles */
.menu-articles .sub-menu {
  background: #ca91ba !important;
}
.menu-articles .sub-menu li > a > span {
  color: #340034 !important;
}
.menu-articles .sub-menu li:hover > a,
.menu-articles .sub-menu li:focus > a,
.menu-articles .sub-menu li:active > a {
  background: #9b1d5a !important;
}
.menu-articles .sub-menu li:hover > a span,
.menu-articles .sub-menu li:focus > a span,
.menu-articles .sub-menu li:active > a span {
  color: #ffffff !important;
}
.menu-articles:hover > a {
  background: #5a005a;
}
.menu-articles:hover > a span {
  color: #ffffff !important;
}
.contact-us-menu-item:hover > a,
.contact-us-menu-item:active > a,
.contact-us-menu-item:focus > a,
.contact-us-menu-item.clicked > a {
  background: #b4391e url("images/ico-tel2.png") 96% 13px no-repeat;
}
.contact-us-menu-item:hover > a span,
.contact-us-menu-item:active > a span,
.contact-us-menu-item:focus > a span,
.contact-us-menu-item.clicked > a span,
.contact-us-menu-item:hover > a span:active,
.contact-us-menu-item:active > a span:active,
.contact-us-menu-item:focus > a span:active,
.contact-us-menu-item.clicked > a span:active,
.contact-us-menu-item:hover > a span:focus,
.contact-us-menu-item:active > a span:focus,
.contact-us-menu-item:focus > a span:focus,
.contact-us-menu-item.clicked > a span:focus {
  color: #ffffff !important;
}
.contact-us-menu-item {
  background: url("images/ico-tel2.png") 96% -103px no-repeat !important;
}
.contact-us-menu-item > a {
  padding-right: 30px!important;
}
.contact-us-menu-item > a span,
.contact-us-menu-item > a span:active,
.contact-us-menu-item > a span:focus {
  color: #ffffff !important;
}
/* @contact-dropdown */
#contact-dropdown {
  display: none;
  background: #ffa88a;
  background: #ffffff;
  /*height: 260px;*/

  padding: 20px 20px 10px;
}
#contact-dropdown textarea {
  height: 50px;
}
#contact-dropdown dd {
  width: 60px;
  float: left;
  font-weight: bold;
}
#contact-dropdown .frm_form_field {
  margin-bottom: 6px;
}
#contact-dropdown #frm_field_cptch_number_container .frm_primary_label {
  width: 100%;
}
#contact-dropdown .submit input {
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #df775a;
  background: -moz-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df775a), color-stop(50%, #ca5236), color-stop(100%, #b63b20));
  background: -webkit-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -o-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -ms-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: linear-gradient(to bottom, #df775a 0%, #ca5236 50%, #b63b20 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
#contact-dropdown .submit input:hover,
#contact-dropdown .submit input:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63b20), color-stop(50%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 0%, #ca5236 50%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
#contact-dropdown .submit input:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b63b20), color-stop(66%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 20%, #ca5236 66%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
#contact-dropdown > .one_half {
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-dropdown > .one_half.last_column {
  padding-left: 2%;
  margin-right: 0;
  border-left: 1px solid #68b3dc;
}
/* @search */
#search {
  padding-bottom: 10px;
  margin: 5px 0 0;
}
#search .search_box {
  float: right;
  margin-right: 30px;
}
#search #search_field {
  width: 137px;
}
#search input.search-btn {
  background: #5691ca;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  margin-left: -3px;
}
/* @slider */
.jquery-slider-wrapper {
  margin: 20px auto 45px;
}
.jquery-slider-wrapper .btn_blue {
  display: none!important;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption {
  width: 260px;
  padding: 35px 20px 6px 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  color: #FFFFFF;
  background: #335677;
  background: none, -moz-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #335677), color-stop(100%, #162533));
  background: none, -webkit-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, -o-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, -ms-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, linear-gradient(to bottom, #335677 0%, #162533 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#335677", endColorstr="#162533",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#335677", endColorstr="#162533",GradientType=0 );
  line-height: 1.33em;
  border: 1px solid #162533;
  border-left: none;
  box-shadow: 0 1px 0 #66acf0 inset;
}
#the_slider .jquery-slider-theme-carbono {
  border: 2px solid #fff;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-selectors {
  overflow: auto;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-selectors .jquery-slider-selector {
  border: 2px solid #3978b4;
  border-radius: 2px;
  background: #162533;
}
#the_slider .jquery-slider-theme-carbono .jquery-slider-selectors .jquery-slider-selector.jquery-slider-selector-current {
  background: #5691ca;
}
/* @homepage */
#home-page-content #content-container {
  background: #ededed;
  background: url(images/shadow.png) top center no-repeat, -moz-linear-gradient(top, #ededed 0%, #ced9e3 100%);
  background: url(images/shadow.png) top center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ced9e3));
  background: url(images/shadow.png) top center no-repeat, -webkit-linear-gradient(top, #ededed 0%, #ced9e3 100%);
  background: url(images/shadow.png) top center no-repeat, -o-linear-gradient(top, #ededed 0%, #ced9e3 100%);
  background: url(images/shadow.png) top center no-repeat, -ms-linear-gradient(top, #ededed 0%, #ced9e3 100%);
  background: url(images/shadow.png) top center no-repeat, linear-gradient(to bottom, #ededed 0%, #ced9e3 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#ced9e3",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#ced9e3",GradientType=0 );
  /*background-size: 90% auto;*/

  padding-top: 30px;
}
#cont-box-1 {
  width: 172px;
  margin-right: 16px;
}
#cont-box-1 .column-content-wrapper {
  padding: 10px;
  border: 1px solid #bbc6d3;
  border-bottom: 1px solid #ffffff;
  border-radius: 8px;
  background: #c5d1de url(images/shadow.png) top left no-repeat;
  background-size: contain;
}
#cont-box-2 {
  width: 362px;
  margin-right: 16px;
}
#cont-box-3 {
  width: 334px;
}
#cont-box-3 .column-content-wrapper {
  padding: 10px;
  border: 1px solid #bbc6d3;
  border-bottom: 1px solid #ffffff;
  border-radius: 8px;
  background: #c5d1de url(images/shadow.png) top left no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
#cont-box-3 .column-content-wrapper li {
  border: none;
}
#cont-box-3 .column-content-wrapper .frame_me {
  width: 306px;
  margin-bottom: 20px;
}
.column-content-wrapper {
  padding-top: 0!important;
}
a[class*='btn_big_'] {
  font-size: 20px;
  text-transform: none;
  width: 124px;
  height: 66px;
  white-space: normal;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn_big_red {
  border: 1px solid #7a1222;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff0ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #d1717e;
  background: -moz-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1717e), color-stop(50%, #b5092a), color-stop(100%, #9d001a));
  background: -webkit-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -o-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -ms-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: linear-gradient(to bottom, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  background: #d1583c;
  background: url(images/news.png) 96% 96% no-repeat, -moz-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1583c), color-stop(100%, #b93e23));
  background: url(images/news.png) 96% 96% no-repeat, -webkit-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, -o-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, -ms-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, linear-gradient(to bottom, #d1583c 0%, #b93e23 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1583c", endColorstr="#b93e23",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1583c", endColorstr="#b93e23",GradientType=0 );
}
.btn_big_red:hover,
.btn_big_red:focus {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d001a), color-stop(50%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.btn_big_red:active {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #9d001a), color-stop(66%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.btn_big_red:hover,
.btn_big_red:focus {
  background: #b93e23;
  background: url(images/news.png) 96% 96% no-repeat, -moz-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b93e23), color-stop(100%, #d1583c));
  background: url(images/news.png) 96% 96% no-repeat, -webkit-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -o-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -ms-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, linear-gradient(to bottom, #b93e23 0%, #d1583c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
}
.btn_big_red:active {
  background: #b93e23;
  background: url(images/news.png) 96% 96% no-repeat, -moz-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(30%, #b93e23), color-stop(100%, #d1583c));
  background: url(images/news.png) 96% 96% no-repeat, -webkit-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -o-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -ms-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, linear-gradient(to bottom, #b93e23 30%, #d1583c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 5px rgba(0, 0, 0, 0.4) inset;
}
.btn_big_orange {
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #df775a;
  background: -moz-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df775a), color-stop(50%, #ca5236), color-stop(100%, #b63b20));
  background: -webkit-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -o-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -ms-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: linear-gradient(to bottom, #df775a 0%, #ca5236 50%, #b63b20 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  background: #e1a016;
  background: url(images/cow.png) 91% 68% no-repeat, -moz-linear-gradient(top, #e1a016 0%, #d3761c 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1a016), color-stop(100%, #d3761c));
  background: url(images/cow.png) 91% 68% no-repeat, -webkit-linear-gradient(top, #e1a016 0%, #d3761c 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -o-linear-gradient(top, #e1a016 0%, #d3761c 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -ms-linear-gradient(top, #e1a016 0%, #d3761c 100%);
  background: url(images/cow.png) 91% 68% no-repeat, linear-gradient(to bottom, #e1a016 0%, #d3761c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a016", endColorstr="#d3761c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a016", endColorstr="#d3761c",GradientType=0 );
}
.btn_big_orange:hover,
.btn_big_orange:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63b20), color-stop(50%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 0%, #ca5236 50%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
.btn_big_orange:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b63b20), color-stop(66%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 20%, #ca5236 66%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
.btn_big_orange:hover,
.btn_big_orange:focus {
  background: #d3761c;
  background: url(images/cow.png) 91% 68% no-repeat, -moz-linear-gradient(top, #d3761c 0%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3761c), color-stop(100%, #e1a016));
  background: url(images/cow.png) 91% 68% no-repeat, -webkit-linear-gradient(top, #d3761c 0%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -o-linear-gradient(top, #d3761c 0%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -ms-linear-gradient(top, #d3761c 0%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, linear-gradient(to bottom, #d3761c 0%, #e1a016 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
}
.btn_big_orange:active {
  background: #d3761c;
  background: url(images/cow.png) 91% 68% no-repeat, -moz-linear-gradient(top, #d3761c 30%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(30%, #d3761c), color-stop(100%, #e1a016));
  background: url(images/cow.png) 91% 68% no-repeat, -webkit-linear-gradient(top, #d3761c 30%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -o-linear-gradient(top, #d3761c 30%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, -ms-linear-gradient(top, #d3761c 30%, #e1a016 100%);
  background: url(images/cow.png) 91% 68% no-repeat, linear-gradient(to bottom, #d3761c 30%, #e1a016 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 5px rgba(0, 0, 0, 0.4) inset;
}
a[class*='btn_med_'] {
  font-size: 11px;
  text-transform: none;
  width: 82px;
  height: 37px;
  white-space: normal;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  padding: 9px 22px 6px 12px ;
  float: right;
  clear: both;
  margin-bottom: 10px;
}
.btn_med_red {
  border: 1px solid #7a1222;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff0ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #d1717e;
  background: -moz-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1717e), color-stop(50%, #b5092a), color-stop(100%, #9d001a));
  background: -webkit-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -o-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -ms-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: linear-gradient(to bottom, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  background: #d1583c;
  background: url(images/news.png) 96% 96% no-repeat, -moz-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1583c), color-stop(100%, #b93e23));
  background: url(images/news.png) 96% 96% no-repeat, -webkit-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, -o-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, -ms-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/news.png) 96% 96% no-repeat, linear-gradient(to bottom, #d1583c 0%, #b93e23 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1583c", endColorstr="#b93e23",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1583c", endColorstr="#b93e23",GradientType=0 );
  background: #d1583c;
  background: url(images/newss.png) 89% 86% no-repeat, -moz-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/newss.png) 89% 86% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1583c), color-stop(100%, #b93e23));
  background: url(images/newss.png) 89% 86% no-repeat, -webkit-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/newss.png) 89% 86% no-repeat, -o-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/newss.png) 89% 86% no-repeat, -ms-linear-gradient(top, #d1583c 0%, #b93e23 100%);
  background: url(images/newss.png) 89% 86% no-repeat, linear-gradient(to bottom, #d1583c 0%, #b93e23 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1583c", endColorstr="#b93e23",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1583c", endColorstr="#b93e23",GradientType=0 );
}
.btn_med_red:hover,
.btn_med_red:focus {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d001a), color-stop(50%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.btn_med_red:active {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #9d001a), color-stop(66%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.btn_med_red:hover,
.btn_med_red:focus {
  background: #b93e23;
  background: url(images/news.png) 96% 96% no-repeat, -moz-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b93e23), color-stop(100%, #d1583c));
  background: url(images/news.png) 96% 96% no-repeat, -webkit-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -o-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -ms-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, linear-gradient(to bottom, #b93e23 0%, #d1583c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
}
.btn_med_red:active {
  background: #b93e23;
  background: url(images/news.png) 96% 96% no-repeat, -moz-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(30%, #b93e23), color-stop(100%, #d1583c));
  background: url(images/news.png) 96% 96% no-repeat, -webkit-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -o-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, -ms-linear-gradient(top, #b93e23 30%, #d1583c 100%);
  background: url(images/news.png) 96% 96% no-repeat, linear-gradient(to bottom, #b93e23 30%, #d1583c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 5px rgba(0, 0, 0, 0.4) inset;
}
.btn_med_red:hover,
.btn_med_red:focus,
.btn_med_red:active {
  background: #b93e23;
  background: url(images/newss.png) 89% 86% no-repeat, -moz-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/newss.png) 89% 86% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b93e23), color-stop(100%, #d1583c));
  background: url(images/newss.png) 89% 86% no-repeat, -webkit-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/newss.png) 89% 86% no-repeat, -o-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/newss.png) 89% 86% no-repeat, -ms-linear-gradient(top, #b93e23 0%, #d1583c 100%);
  background: url(images/newss.png) 89% 86% no-repeat, linear-gradient(to bottom, #b93e23 0%, #d1583c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b93e23", endColorstr="#d1583c",GradientType=0 );
}
.btn_login {
  border: 1px solid #2d4154;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #99c0e7;
  background: -moz-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99c0e7), color-stop(50%, #5a95ce), color-stop(100%, #385f85));
  background: -webkit-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -o-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -ms-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: linear-gradient(to bottom, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  padding: 7px 17px;
  float: right;
  clear: both;
}
.btn_login:hover,
.btn_login:focus {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385f85), color-stop(50%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.btn_login:active {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #385f85), color-stop(66%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
/* @content */
#main-content .main-content-padding {
  padding: 0 30px;
}
#main-content .entry {
  padding-top: 0;
}
#content-container .cont_col_1_title,
#content-container .cont_col_2_title,
#content-container .cont_col_3_title,
#content-container .cont_col_4_title,
#content-container .after_cont_row_1_title,
#content-container .after_cont_row_2_title {
  background: none;
  font-size: 21px!important;
  margin: 10px 0 3px;
  padding: 5px 0 7px;
  color: #162533;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
}
/* Widgets */
.more-link {
  border: 1px solid #2d4154;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #99c0e7;
  background: -moz-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99c0e7), color-stop(50%, #5a95ce), color-stop(100%, #385f85));
  background: -webkit-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -o-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -ms-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: linear-gradient(to bottom, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.more-link:hover,
.more-link:focus {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385f85), color-stop(50%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.more-link:active {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #385f85), color-stop(66%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.widget-headline,
.tech-widget .post-title {
  font-size: 16px;
  font-weight: bold;
  color: #5591c9!important;
  text-shadow: 0 1px 0 #fff;
  display: block;
  margin: 10px 0;
}
.advanced_recent_posts_widget {
  font-size: inherit;
}
.advanced_recent_posts_widget .post-entry {
  overflow: visible!important;
}
.advanced_recent_posts_widget a.post-title {
  font-size: 16px;
  font-weight: bold;
  color: #5591c9!important;
  text-shadow: 0 1px 0 #fff;
}
.advanced_recent_posts_widget .recent-post-item {
  overflow: hidden;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 -1px 0 #c5d1de inset;
}
.advanced_recent_posts_widget .recent-post-item > a.frame_me {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
  float: right;
  margin-right: 4px;
  margin-left: 16px;
  margin: 3px 4px 5px 16px;
}
.advanced_recent_posts_widget .recent-post-item > a.frame_me > img {
  margin: 0;
  padding: 0;
}
.shadow-divider {
  height: 30px;
  background: url(images/shadow.png) top center no-repeat;
  background-size: contain;
  margin-top: -20px;
}
.shadow-divider2 {
  height: 30px;
  background: url(images/shadow.png) top center no-repeat;
  background-size: contain;
  margin-top: -20px;
  margin-top: 20px!important;
  margin-bottom: -25px !important;
  width: 500px;
}
/* @footer */
#bottom-bg {
  margin-top: 20px;
  background: #406c96;
  background: #406c96 url(images/shadow.png) top left no-repeat;
  background-size: contain;
  color: #ffffff;
}
#bottom-bg a {
  color: #ffffff;
}
#bottom-bg a:hover,
#bottom-bg a:focus {
  color: #69b4dc;
}
#bottom-bg .bottom-col-title {
  color: #aedaf2;
  font-size: 12px!important;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 3px;
}
#bottom-bg #menu-footer li {
  background: none;
  float: left;
  /*width:30%;*/

}
#bottom-bg #menu-footer li a {
  padding: 0!important;
  background: none!important;
  border: none;
  line-height: 1.4em;
}
#bottom {
  color: #aedaf2;
}
#bottom_1 {
  width: 44%;
}
#bottom_1 .column-content-wrapper {
  padding-left: 10px;
}
#bottom_2 {
  width: 17%;
}
#bottom_3 {
  width: 30%;
  text-align: right;
}
#bottom_3 .widget_loginwithajaxwidget,
#bottom_3 .nsu_widget {
  display: none;
}
/*@icons*/
i[class*='ico-'] {
  display: inline-block;
  width: 37px;
  height: 37px;
}
.ico-f {
  background: url(images/f.png) center center no-repeat;
}
.ico-t {
  background: url(images/t.png) center center no-repeat;
}
.ico-y {
  background: url(images/y.png) center center no-repeat;
}
#footer {
  width: 900px;
  margin: 0 auto;
  border-top: 1px solid #162533;
  box-shadow: 0 1px 0 #4188c3 inset;
  padding-top: 10px;
  overflow: hidden;
  color: #ffffff;
  font-size: 10px;
}
#footer a {
  color: #ffffff;
  text-decoration: none!important;
}
#footer #footer_text {
  color: #ffffff;
  float: left;
  width: 60%;
  margin: 0;
}
#footer .totem {
  float: right;
}
.widget_loginwithajaxwidget,
.nsu_widget {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin-top: 10px;
  padding: 10px;
  border-radius: 3px;
}
.widget_loginwithajaxwidget #lwa_wp-submit,
.nsu_widget #lwa_wp-submit {
  border: 1px solid #2d4154;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #99c0e7;
  background: -moz-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99c0e7), color-stop(50%, #5a95ce), color-stop(100%, #385f85));
  background: -webkit-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -o-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -ms-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: linear-gradient(to bottom, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.widget_loginwithajaxwidget #lwa_wp-submit:hover,
.nsu_widget #lwa_wp-submit:hover,
.widget_loginwithajaxwidget #lwa_wp-submit:focus,
.nsu_widget #lwa_wp-submit:focus {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385f85), color-stop(50%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.widget_loginwithajaxwidget #lwa_wp-submit:active,
.nsu_widget #lwa_wp-submit:active {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #385f85), color-stop(66%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
#sidebar .nsu_widget {
  background: #335678;
}
#sidebar .nsu_widget .widgettitle {
  text-transform: uppercase;
  color: #AEDAF2;
  font-size: 12px!important;
}
#sidebar .nsu_widget label {
  color: #AEDAF2;
}
/* big newsletter widget */
#cont-box-3 .cont_col_3.nsu_widget {
  background: none;
  padding: 10px;
}
#cont-box-3 .cont_col_3.nsu_widget,
#bottom_3 .nsu_widget {
  display: none;
  overflow: hidden;
}
#cont-box-3 .cont_col_3.nsu_widget p:first-child,
#bottom_3 .nsu_widget p:first-child {
  float: left;
  width: 50%;
  clear: none;
}
#cont-box-3 .cont_col_3.nsu_widget p + div + p,
#bottom_3 .nsu_widget p + div + p {
  float: right;
  width: 40%;
  clear: none;
  padding-top: 19px;
}
#cont-box-3 .cont_col_3.nsu_widget p + div + p input,
#bottom_3 .nsu_widget p + div + p input {
  float: right;
  margin-right: 10px;
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #df775a;
  background: -moz-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df775a), color-stop(50%, #ca5236), color-stop(100%, #b63b20));
  background: -webkit-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -o-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -ms-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: linear-gradient(to bottom, #df775a 0%, #ca5236 50%, #b63b20 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
#cont-box-3 .cont_col_3.nsu_widget p + div + p input:hover,
#bottom_3 .nsu_widget p + div + p input:hover,
#cont-box-3 .cont_col_3.nsu_widget p + div + p input:focus,
#bottom_3 .nsu_widget p + div + p input:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63b20), color-stop(50%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 0%, #ca5236 50%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
#cont-box-3 .cont_col_3.nsu_widget p + div + p input:active,
#bottom_3 .nsu_widget p + div + p input:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b63b20), color-stop(66%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 20%, #ca5236 66%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
#sidebar .nsu_widget {
  display: none;
  overflow: hidden;
}
#sidebar .nsu_widget p + div + p input {
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #df775a;
  background: -moz-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df775a), color-stop(50%, #ca5236), color-stop(100%, #b63b20));
  background: -webkit-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -o-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: -ms-linear-gradient(top, #df775a 0%, #ca5236 50%, #b63b20 100%);
  background: linear-gradient(to bottom, #df775a 0%, #ca5236 50%, #b63b20 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df775a", endColorstr="#b63b20",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
#sidebar .nsu_widget p + div + p input:hover,
#sidebar .nsu_widget p + div + p input:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b63b20), color-stop(50%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 0%, #ca5236 50%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 0%, #ca5236 50%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
#sidebar .nsu_widget p + div + p input:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #b63b20;
  background: -moz-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b63b20), color-stop(66%, #ca5236), color-stop(100%, #df775a));
  background: -webkit-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -o-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: -ms-linear-gradient(top, #b63b20 20%, #ca5236 66%, #df775a 100%);
  background: linear-gradient(to bottom, #b63b20 20%, #ca5236 66%, #df775a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b63b20", endColorstr="#df775a",GradientType=0 );
}
/* ************************************************** Individual Product ************************************************ */
/* Side menu hider */
.single-nutrition-product .product-side-menu ul[id*='menu-veterinary'],
.archive.tax-nutrition-category .product-side-menu ul[id*='menu-veterinary'],
.page-template-page-nutrition-php .product-side-menu ul[id*='menu-veterinary'],
.single-nutrition-product .product-side-menu ul[id*='menu-hygiene'],
.archive.tax-nutrition-category .product-side-menu ul[id*='menu-hygiene'],
.page-template-page-nutrition-php .product-side-menu ul[id*='menu-hygiene'] {
  display: none!important;
}
.single-veterinary-product .product-side-menu ul[id*='menu-nutrition'],
.archive.tax-veterinary-category .product-side-menu ul[id*='menu-nutrition'],
.page-template-page-veterinary-php .product-side-menu ul[id*='menu-nutrition'],
.single-veterinary-product .product-side-menu ul[id*='menu-hygiene'],
.archive.tax-veterinary-category .product-side-menu ul[id*='menu-hygiene'],
.page-template-page-veterinary-php .product-side-menu ul[id*='menu-hygiene'] {
  display: none!important;
}
.single-hygiene-product .product-side-menu ul[id*='menu-veterinary'],
.archive.tax-hygiene-category .product-side-menu ul[id*='menu-veterinary'],
.page-template-page-hygiene-php .product-side-menu ul[id*='menu-veterinary'],
.single-hygiene-product .product-side-menu ul[id*='menu-nutrition'],
.archive.tax-hygiene-category .product-side-menu ul[id*='menu-nutrition'],
.page-template-page-hygiene-php .product-side-menu ul[id*='menu-nutrition'] {
  display: none!important;
}
/* 2012-08-21 - Removed c2a style from category links in sidebar */
/*.c2a-nutrition,
.c2a-veterinary,
.c2a-hygiene {
	width:100%;
	text-align: center;
	.border-box;
	margin: 6px 0;
	font-size: 18px!important;
	text-transform: none!important;
}
.c2a-nutrition {
	.btn_gold;
}
.c2a-veterinary {
	.btn_red;
}
.c2a-hygiene {
	.btn_green;
}*/
.c2a-nutrition,
.c2a-veterinary,
.c2a-hygiene {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 6px 0;
  padding: 3px 13px;
  font-size: 13px!important;
  text-transform: uppercase!important;
  color: #ffffff;
  display: block;
  font-weight: bold;
}
.c2a-nutrition:hover,
.c2a-veterinary:hover,
.c2a-hygiene:hover {
  color: #ffffff;
}
.c2a-nutrition {
  background: #c6701a;
}
.c2a-veterinary {
  background: #9b001a;
}
.c2a-hygiene {
  background: #0e5f04;
}
.single-nutrition-product .c2a-nutrition,
.single-veterinary-product .c2a-veterinary,
.single-hygiene-product .c2a-hygiene,
.tax-nutrition-category .c2a-nutrition,
.tax-veterinary-category .c2a-veterinary,
.tax-hygiene-category .c2a-hygiene,
.page-template-page-nutrition-php .c2a-nutrition,
.page-template-page-veterinary-php .c2a-veterinary,
.page-template-page-hygiene-php .c2a-hygiene {
  display: none!important;
}
/* Product body */
.product-sku {
  text-transform: uppercase;
  font-weight: bold;
  color: #20354b;
  font-size: 10px;
}
h1.product-title {
  margin: 8px 0;
  font-weight: bold;
}
.product-short-desc {
  font-size: 18px;
  color: #20354b;
}
.product-short-desc p {
  padding: 0 1em 1em 0;
}
/* Product Side Menu */
.product-side-menu {
  padding-right: 20px;
  /* list reset */

}
.product-side-menu ul {
  margin: 0;
}
.product-side-menu ul li {
  list-style: none;
  margin: 0;
}
.product-side-menu ul.menu {
  margin-bottom: 6px;
}
.product-side-menu ul.menu a {
  display: block;
  padding: 3px 1em;
  font-weight: bold;
}
.product-side-menu ul.menu li li li {
  margin: 0;
}
.product-side-menu ul.menu li li li a {
  padding-left: 2em;
}
.grid_4.bit_bigger {
  width: 180px;
}
#product-sidebar .widget-title {
  display: block;
  font-size: 13px!important;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
  padding: 5px;
}
#product-sidebar .one_third {
  margin-bottom: 20px;
}
.single-related-product {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1em;
  overflow: hidden;
}
.single-related-product img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 95%;
  height: auto!important;
  margin-left: 5px;
}
.relimagelink {
  max-width: 42%;
  width: 42%;
  display: block;
  float: left;
  margin-right: 7px;
}
.relimagelink img {
  width: 95%;
  height: auto!important;
}
.related-title {
  margin-top: 10px;
}
.related-title a {
  font-weight: bold;
  margin-bottom: 10px;
}
/* Landing pages */
.to_700 {
  width: 700px!important;
}
.landing-slider .jquery-slider-image-loading {
  padding-left: 170px;
}
.landing-slider .jquery-slider-wrapper {
  margin-top: 0;
}
.landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption {
  width: 130px;
  padding: 20px 20px 6px 20px;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: #335677;
  background: none, -moz-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #335677), color-stop(100%, #162533));
  background: none, -webkit-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, -o-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, -ms-linear-gradient(top, #335677 0%, #162533 100%);
  background: none, linear-gradient(to bottom, #335677 0%, #162533 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#335677", endColorstr="#162533",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#335677", endColorstr="#162533",GradientType=0 );
  line-height: 1.33em;
  border: 1px solid #162533;
  border-left: none;
  box-shadow: 0 1px 0 #66acf0 inset;
}
.landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption h1,
.landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption h2,
.landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption h3 {
  color: #ffffff !important;
}
.landing-page-categories {
  margin: 0;
  padding-bottom: 30px;
}
.landing-page-categories li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  margin: 0;
}
.landing-page-categories .category-title {
  display: block;
  text-align: center;
  margin: 0;
  padding: 1px 0;
  font-size: 12px!important;
  white-space: nowrap;
}
.landing-page-categories .category-title a {
  padding: 10px;
  color: #ffffff;
  display: block;
}
.landing-page-categories .category-image {
  display: block;
  border: 2px solid #20354b;
  border-top: none;
  text-align: center;
}
/* landing pages */
.page-template-page-nutrition-php {
  /*.landing-page-mixin (#c09c2c, #926818, #ffff58);*/

}
.page-template-page-nutrition-php .landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption,
.page-template-page-nutrition-php .category-title {
  background: #e19f16;
  background: none, -moz-linear-gradient(top, #e19f16 0%, #c6701a 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e19f16), color-stop(100%, #c6701a));
  background: none, -webkit-linear-gradient(top, #e19f16 0%, #c6701a 100%);
  background: none, -o-linear-gradient(top, #e19f16 0%, #c6701a 100%);
  background: none, -ms-linear-gradient(top, #e19f16 0%, #c6701a 100%);
  background: none, linear-gradient(to bottom, #e19f16 0%, #c6701a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e19f16", endColorstr="#c6701a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e19f16", endColorstr="#c6701a",GradientType=0 );
  border: 1px solid #c6701a;
  box-shadow: 0 1px 0 #f5d89b inset;
}
.page-template-page-nutrition-php .category-image {
  border-color: #c6701a !important;
}
.page-template-page-veterinary-php .landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption,
.page-template-page-veterinary-php .category-title {
  background: #b30325;
  background: none, -moz-linear-gradient(top, #b30325 0%, #840116 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b30325), color-stop(100%, #840116));
  background: none, -webkit-linear-gradient(top, #b30325 0%, #840116 100%);
  background: none, -o-linear-gradient(top, #b30325 0%, #840116 100%);
  background: none, -ms-linear-gradient(top, #b30325 0%, #840116 100%);
  background: none, linear-gradient(to bottom, #b30325 0%, #840116 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b30325", endColorstr="#840116",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b30325", endColorstr="#840116",GradientType=0 );
  border: 1px solid #840116;
  box-shadow: 0 1px 0 #ff064a inset;
}
.page-template-page-veterinary-php .category-image {
  border-color: #840116 !important;
}
.page-template-page-hygiene-php .landing-slider .jquery-slider-theme-carbono .jquery-slider-wrapper .caption,
.page-template-page-hygiene-php .category-title {
  background: #36881a;
  background: none, -moz-linear-gradient(top, #36881a 0%, #0a4803 100%);
  background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36881a), color-stop(100%, #0a4803));
  background: none, -webkit-linear-gradient(top, #36881a 0%, #0a4803 100%);
  background: none, -o-linear-gradient(top, #36881a 0%, #0a4803 100%);
  background: none, -ms-linear-gradient(top, #36881a 0%, #0a4803 100%);
  background: none, linear-gradient(to bottom, #36881a 0%, #0a4803 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36881a", endColorstr="#0a4803",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#36881a", endColorstr="#0a4803",GradientType=0 );
  border: 1px solid #0a4803;
  box-shadow: 0 1px 0 #6cff34 inset;
}
.page-template-page-hygiene-php .category-image {
  border-color: #0a4803 !important;
}
/* Individual Product - colors */
/* apply colors to specific sections */
.single-nutrition-product h1,
.archive.tax-nutrition-category h1,
.page-template-page-nutrition-php h1,
.single-nutrition-product h2,
.archive.tax-nutrition-category h2,
.page-template-page-nutrition-php h2,
.single-nutrition-product h3,
.archive.tax-nutrition-category h3,
.page-template-page-nutrition-php h3,
.single-nutrition-product h4,
.archive.tax-nutrition-category h4,
.page-template-page-nutrition-php h4 {
  color: #c6701a;
}
.single-nutrition-product h1 a,
.archive.tax-nutrition-category h1 a,
.page-template-page-nutrition-php h1 a,
.single-nutrition-product h2 a,
.archive.tax-nutrition-category h2 a,
.page-template-page-nutrition-php h2 a,
.single-nutrition-product h3 a,
.archive.tax-nutrition-category h3 a,
.page-template-page-nutrition-php h3 a,
.single-nutrition-product h4 a,
.archive.tax-nutrition-category h4 a,
.page-template-page-nutrition-php h4 a {
  color: #c6701a;
}
.single-nutrition-product .product-side-menu ul.menu,
.archive.tax-nutrition-category .product-side-menu ul.menu,
.page-template-page-nutrition-php .product-side-menu ul.menu {
  background: #f5d89b;
}
.single-nutrition-product .product-side-menu ul.menu a,
.archive.tax-nutrition-category .product-side-menu ul.menu a,
.page-template-page-nutrition-php .product-side-menu ul.menu a {
  color: #6c3d0e;
}
.single-nutrition-product .product-side-menu ul.menu  > li > a,
.archive.tax-nutrition-category .product-side-menu ul.menu  > li > a,
.page-template-page-nutrition-php .product-side-menu ul.menu  > li > a {
  background: #c6701a;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.single-nutrition-product .product-side-menu ul.menu .sub-menu > li.your_mother > a,
.archive.tax-nutrition-category .product-side-menu ul.menu .sub-menu > li.your_mother > a,
.page-template-page-nutrition-php .product-side-menu ul.menu .sub-menu > li.your_mother > a {
  background: url("images/arrows.png") no-repeat 113% center !important;
  background-size: 75%;
}
.single-nutrition-product .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.archive.tax-nutrition-category .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.page-template-page-nutrition-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.single-nutrition-product .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus,
.archive.tax-nutrition-category .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus,
.page-template-page-nutrition-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus {
  background: #e19f16 url("images/arrows.png") no-repeat 113% center !important;
}
.single-nutrition-product .product-side-menu ul.menu li li > a:hover,
.archive.tax-nutrition-category .product-side-menu ul.menu li li > a:hover,
.page-template-page-nutrition-php .product-side-menu ul.menu li li > a:hover,
.single-nutrition-product .product-side-menu ul.menu li li > a:focus,
.archive.tax-nutrition-category .product-side-menu ul.menu li li > a:focus,
.page-template-page-nutrition-php .product-side-menu ul.menu li li > a:focus {
  background-color: #e19f16;
  color: #ffffff;
}
.single-nutrition-product .product-side-menu ul.menu li li li,
.archive.tax-nutrition-category .product-side-menu ul.menu li li li,
.page-template-page-nutrition-php .product-side-menu ul.menu li li li {
  display: none;
}
.single-nutrition-product .product-side-menu ul.menu li li.current-menu-parent li,
.archive.tax-nutrition-category .product-side-menu ul.menu li li.current-menu-parent li,
.page-template-page-nutrition-php .product-side-menu ul.menu li li.current-menu-parent li,
.single-nutrition-product .product-side-menu ul.menu li li.current-menu-item li,
.archive.tax-nutrition-category .product-side-menu ul.menu li li.current-menu-item li,
.page-template-page-nutrition-php .product-side-menu ul.menu li li.current-menu-item li {
  display: block;
}
.single-nutrition-product .product-side-menu ul.menu li li li a,
.archive.tax-nutrition-category .product-side-menu ul.menu li li li a,
.page-template-page-nutrition-php .product-side-menu ul.menu li li li a {
  background-color: #f1c66c;
}
.single-nutrition-product h1.product-title,
.archive.tax-nutrition-category h1.product-title,
.page-template-page-nutrition-php h1.product-title {
  color: #c6701a;
}
.single-nutrition-product .pdf-download,
.archive.tax-nutrition-category .pdf-download,
.page-template-page-nutrition-php .pdf-download,
.single-nutrition-product .btn_enquiry,
.archive.tax-nutrition-category .btn_enquiry,
.page-template-page-nutrition-php .btn_enquiry {
  margin-bottom: 6px;
  width: 75px;
  text-align: center;
}
.single-nutrition-product .tabs,
.archive.tax-nutrition-category .tabs,
.page-template-page-nutrition-php .tabs {
  height: 28px!important;
}
.single-nutrition-product .tabs a,
.archive.tax-nutrition-category .tabs a,
.page-template-page-nutrition-php .tabs a {
  text-transform: uppercase;
  font-weight: bold;
}
.single-nutrition-product .tabs > li > a,
.archive.tax-nutrition-category .tabs > li > a,
.page-template-page-nutrition-php .tabs > li > a {
  background: #f5d89b !important;
  color: #6c3d0e;
  height: 28px;
}
.single-nutrition-product .tabs > li > a:hover,
.archive.tax-nutrition-category .tabs > li > a:hover,
.page-template-page-nutrition-php .tabs > li > a:hover,
.single-nutrition-product .tabs > li > a:focus,
.archive.tax-nutrition-category .tabs > li > a:focus,
.page-template-page-nutrition-php .tabs > li > a:focus {
  background: #f1c66c !important;
}
.single-nutrition-product .tabs > li > a.selected,
.archive.tax-nutrition-category .tabs > li > a.selected,
.page-template-page-nutrition-php .tabs > li > a.selected {
  background: #c6701a !important;
  color: #ffffff;
}
.single-nutrition-product .tabs > li > a  > span,
.archive.tax-nutrition-category .tabs > li > a  > span,
.page-template-page-nutrition-php .tabs > li > a  > span {
  background: none!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.single-nutrition-product #product-sidebar .widget-title,
.archive.tax-nutrition-category #product-sidebar .widget-title,
.page-template-page-nutrition-php #product-sidebar .widget-title {
  background: #c6701a;
}
.single-nutrition-product .related-title a,
.archive.tax-nutrition-category .related-title a,
.page-template-page-nutrition-php .related-title a {
  color: #c6701a;
}
.single-nutrition-product .side-widget,
.archive.tax-nutrition-category .side-widget,
.page-template-page-nutrition-php .side-widget {
  padding-bottom: 8px;
  border-bottom: 4px solid #c6701a;
}
.single-nutrition-product .image-in-a-loop,
.archive.tax-nutrition-category .image-in-a-loop,
.page-template-page-nutrition-php .image-in-a-loop {
  border: 1px solid #c6701a;
  display: block;
  padding: 10px;
  overflow: hidden;
  height: 120px!important;
}
.single-nutrition-product .image-in-a-loop img,
.archive.tax-nutrition-category .image-in-a-loop img,
.page-template-page-nutrition-php .image-in-a-loop img {
  max-width: 95%;
  height: auto!important;
}
.single-nutrition-product .image-in-a-loop img.aligncenter,
.archive.tax-nutrition-category .image-in-a-loop img.aligncenter,
.page-template-page-nutrition-php .image-in-a-loop img.aligncenter {
  margin: 0 auto!important;
}
.single-nutrition-product .image-in-a-loop + h3,
.archive.tax-nutrition-category .image-in-a-loop + h3,
.page-template-page-nutrition-php .image-in-a-loop + h3 {
  margin-top: 10px;
  font-size: 14px!important;
  height: 2.3em;
  max-height: 2.3em;
  overflow: hidden;
}
.single-nutrition-product .image-in-a-loop + h3 + p,
.archive.tax-nutrition-category .image-in-a-loop + h3 + p,
.page-template-page-nutrition-php .image-in-a-loop + h3 + p {
  height: 4em;
  min-height: 4em;
}
.single-nutrition-product .entry .colored li,
.archive.tax-nutrition-category .entry .colored li,
.page-template-page-nutrition-php .entry .colored li {
  color: #e19f16;
}
.single-nutrition-product .entry .colored li span,
.archive.tax-nutrition-category .entry .colored li span,
.page-template-page-nutrition-php .entry .colored li span {
  color: #20354b;
}
.single-nutrition-product .entry .colored li li,
.archive.tax-nutrition-category .entry .colored li li,
.page-template-page-nutrition-php .entry .colored li li {
  color: #20354b;
}
.single-nutrition-product .pdf-download,
.archive.tax-nutrition-category .pdf-download,
.page-template-page-nutrition-php .pdf-download,
.single-nutrition-product .btn_enquiry,
.archive.tax-nutrition-category .btn_enquiry,
.page-template-page-nutrition-php .btn_enquiry,
.single-nutrition-product .read-more,
.archive.tax-nutrition-category .read-more,
.page-template-page-nutrition-php .read-more {
  border: 1px solid #913926;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff4ba inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #e1a016;
  background: -moz-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1a016), color-stop(50%, #db8e19), color-stop(100%, #d3761c));
  background: -webkit-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: -o-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: -ms-linear-gradient(top, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  background: linear-gradient(to bottom, #e1a016 0%, #db8e19 50%, #d3761c 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a016", endColorstr="#d3761c",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1a016", endColorstr="#d3761c",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.single-nutrition-product .pdf-download:hover,
.archive.tax-nutrition-category .pdf-download:hover,
.page-template-page-nutrition-php .pdf-download:hover,
.single-nutrition-product .btn_enquiry:hover,
.archive.tax-nutrition-category .btn_enquiry:hover,
.page-template-page-nutrition-php .btn_enquiry:hover,
.single-nutrition-product .read-more:hover,
.archive.tax-nutrition-category .read-more:hover,
.page-template-page-nutrition-php .read-more:hover,
.single-nutrition-product .pdf-download:focus,
.archive.tax-nutrition-category .pdf-download:focus,
.page-template-page-nutrition-php .pdf-download:focus,
.single-nutrition-product .btn_enquiry:focus,
.archive.tax-nutrition-category .btn_enquiry:focus,
.page-template-page-nutrition-php .btn_enquiry:focus,
.single-nutrition-product .read-more:focus,
.archive.tax-nutrition-category .read-more:focus,
.page-template-page-nutrition-php .read-more:focus {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #d3761c;
  background: -moz-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3761c), color-stop(50%, #db8e19), color-stop(100%, #e1a016));
  background: -webkit-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: -o-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: -ms-linear-gradient(top, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  background: linear-gradient(to bottom, #d3761c 0%, #db8e19 50%, #e1a016 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
}
.single-nutrition-product .pdf-download:active,
.archive.tax-nutrition-category .pdf-download:active,
.page-template-page-nutrition-php .pdf-download:active,
.single-nutrition-product .btn_enquiry:active,
.archive.tax-nutrition-category .btn_enquiry:active,
.page-template-page-nutrition-php .btn_enquiry:active,
.single-nutrition-product .read-more:active,
.archive.tax-nutrition-category .read-more:active,
.page-template-page-nutrition-php .read-more:active {
  box-shadow: 0 1px 0 #ff743e inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #d3761c;
  background: -moz-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #d3761c), color-stop(66%, #db8e19), color-stop(100%, #e1a016));
  background: -webkit-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: -o-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: -ms-linear-gradient(top, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  background: linear-gradient(to bottom, #d3761c 20%, #db8e19 66%, #e1a016 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d3761c", endColorstr="#e1a016",GradientType=0 );
}
.single-veterinary-product h1,
.archive.tax-veterinary-category h1,
.page-template-page-veterinary-php h1,
.single-veterinary-product h2,
.archive.tax-veterinary-category h2,
.page-template-page-veterinary-php h2,
.single-veterinary-product h3,
.archive.tax-veterinary-category h3,
.page-template-page-veterinary-php h3,
.single-veterinary-product h4,
.archive.tax-veterinary-category h4,
.page-template-page-veterinary-php h4 {
  color: #9b001a;
}
.single-veterinary-product h1 a,
.archive.tax-veterinary-category h1 a,
.page-template-page-veterinary-php h1 a,
.single-veterinary-product h2 a,
.archive.tax-veterinary-category h2 a,
.page-template-page-veterinary-php h2 a,
.single-veterinary-product h3 a,
.archive.tax-veterinary-category h3 a,
.page-template-page-veterinary-php h3 a,
.single-veterinary-product h4 a,
.archive.tax-veterinary-category h4 a,
.page-template-page-veterinary-php h4 a {
  color: #9b001a;
}
.single-veterinary-product .product-side-menu ul.menu,
.archive.tax-veterinary-category .product-side-menu ul.menu,
.page-template-page-veterinary-php .product-side-menu ul.menu {
  background: #fbeae9;
}
.single-veterinary-product .product-side-menu ul.menu a,
.archive.tax-veterinary-category .product-side-menu ul.menu a,
.page-template-page-veterinary-php .product-side-menu ul.menu a {
  color: #750113;
}
.single-veterinary-product .product-side-menu ul.menu  > li > a,
.archive.tax-veterinary-category .product-side-menu ul.menu  > li > a,
.page-template-page-veterinary-php .product-side-menu ul.menu  > li > a {
  background: #9b001a;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.single-veterinary-product .product-side-menu ul.menu .sub-menu > li.your_mother > a,
.archive.tax-veterinary-category .product-side-menu ul.menu .sub-menu > li.your_mother > a,
.page-template-page-veterinary-php .product-side-menu ul.menu .sub-menu > li.your_mother > a {
  background: url("images/arrows.png") no-repeat 113% center !important;
  background-size: 75%;
}
.single-veterinary-product .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.archive.tax-veterinary-category .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.page-template-page-veterinary-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.single-veterinary-product .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus,
.archive.tax-veterinary-category .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus,
.page-template-page-veterinary-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus {
  background: #c3052c url("images/arrows.png") no-repeat 113% center !important;
}
.single-veterinary-product .product-side-menu ul.menu li li > a:hover,
.archive.tax-veterinary-category .product-side-menu ul.menu li li > a:hover,
.page-template-page-veterinary-php .product-side-menu ul.menu li li > a:hover,
.single-veterinary-product .product-side-menu ul.menu li li > a:focus,
.archive.tax-veterinary-category .product-side-menu ul.menu li li > a:focus,
.page-template-page-veterinary-php .product-side-menu ul.menu li li > a:focus {
  background-color: #c3052c;
  color: #ffffff;
}
.single-veterinary-product .product-side-menu ul.menu li li li,
.archive.tax-veterinary-category .product-side-menu ul.menu li li li,
.page-template-page-veterinary-php .product-side-menu ul.menu li li li {
  display: none;
}
.single-veterinary-product .product-side-menu ul.menu li li.current-menu-parent li,
.archive.tax-veterinary-category .product-side-menu ul.menu li li.current-menu-parent li,
.page-template-page-veterinary-php .product-side-menu ul.menu li li.current-menu-parent li,
.single-veterinary-product .product-side-menu ul.menu li li.current-menu-item li,
.archive.tax-veterinary-category .product-side-menu ul.menu li li.current-menu-item li,
.page-template-page-veterinary-php .product-side-menu ul.menu li li.current-menu-item li {
  display: block;
}
.single-veterinary-product .product-side-menu ul.menu li li li a,
.archive.tax-veterinary-category .product-side-menu ul.menu li li li a,
.page-template-page-veterinary-php .product-side-menu ul.menu li li li a {
  background-color: #fbd2d2;
}
.single-veterinary-product h1.product-title,
.archive.tax-veterinary-category h1.product-title,
.page-template-page-veterinary-php h1.product-title {
  color: #9b001a;
}
.single-veterinary-product .pdf-download,
.archive.tax-veterinary-category .pdf-download,
.page-template-page-veterinary-php .pdf-download,
.single-veterinary-product .btn_enquiry,
.archive.tax-veterinary-category .btn_enquiry,
.page-template-page-veterinary-php .btn_enquiry {
  margin-bottom: 6px;
  width: 75px;
  text-align: center;
}
.single-veterinary-product .tabs,
.archive.tax-veterinary-category .tabs,
.page-template-page-veterinary-php .tabs {
  height: 28px!important;
}
.single-veterinary-product .tabs a,
.archive.tax-veterinary-category .tabs a,
.page-template-page-veterinary-php .tabs a {
  text-transform: uppercase;
  font-weight: bold;
}
.single-veterinary-product .tabs > li > a,
.archive.tax-veterinary-category .tabs > li > a,
.page-template-page-veterinary-php .tabs > li > a {
  background: #fbeae9 !important;
  color: #750113;
  height: 28px;
}
.single-veterinary-product .tabs > li > a:hover,
.archive.tax-veterinary-category .tabs > li > a:hover,
.page-template-page-veterinary-php .tabs > li > a:hover,
.single-veterinary-product .tabs > li > a:focus,
.archive.tax-veterinary-category .tabs > li > a:focus,
.page-template-page-veterinary-php .tabs > li > a:focus {
  background: #fbd2d2 !important;
}
.single-veterinary-product .tabs > li > a.selected,
.archive.tax-veterinary-category .tabs > li > a.selected,
.page-template-page-veterinary-php .tabs > li > a.selected {
  background: #9b001a !important;
  color: #ffffff;
}
.single-veterinary-product .tabs > li > a  > span,
.archive.tax-veterinary-category .tabs > li > a  > span,
.page-template-page-veterinary-php .tabs > li > a  > span {
  background: none!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.single-veterinary-product #product-sidebar .widget-title,
.archive.tax-veterinary-category #product-sidebar .widget-title,
.page-template-page-veterinary-php #product-sidebar .widget-title {
  background: #9b001a;
}
.single-veterinary-product .related-title a,
.archive.tax-veterinary-category .related-title a,
.page-template-page-veterinary-php .related-title a {
  color: #9b001a;
}
.single-veterinary-product .side-widget,
.archive.tax-veterinary-category .side-widget,
.page-template-page-veterinary-php .side-widget {
  padding-bottom: 8px;
  border-bottom: 4px solid #9b001a;
}
.single-veterinary-product .image-in-a-loop,
.archive.tax-veterinary-category .image-in-a-loop,
.page-template-page-veterinary-php .image-in-a-loop {
  border: 1px solid #9b001a;
  display: block;
  padding: 10px;
  overflow: hidden;
  height: 120px!important;
}
.single-veterinary-product .image-in-a-loop img,
.archive.tax-veterinary-category .image-in-a-loop img,
.page-template-page-veterinary-php .image-in-a-loop img {
  max-width: 95%;
  height: auto!important;
}
.single-veterinary-product .image-in-a-loop img.aligncenter,
.archive.tax-veterinary-category .image-in-a-loop img.aligncenter,
.page-template-page-veterinary-php .image-in-a-loop img.aligncenter {
  margin: 0 auto!important;
}
.single-veterinary-product .image-in-a-loop + h3,
.archive.tax-veterinary-category .image-in-a-loop + h3,
.page-template-page-veterinary-php .image-in-a-loop + h3 {
  margin-top: 10px;
  font-size: 14px!important;
  height: 2.3em;
  max-height: 2.3em;
  overflow: hidden;
}
.single-veterinary-product .image-in-a-loop + h3 + p,
.archive.tax-veterinary-category .image-in-a-loop + h3 + p,
.page-template-page-veterinary-php .image-in-a-loop + h3 + p {
  height: 4em;
  min-height: 4em;
}
.single-veterinary-product .entry .colored li,
.archive.tax-veterinary-category .entry .colored li,
.page-template-page-veterinary-php .entry .colored li {
  color: #c3052c;
}
.single-veterinary-product .entry .colored li span,
.archive.tax-veterinary-category .entry .colored li span,
.page-template-page-veterinary-php .entry .colored li span {
  color: #20354b;
}
.single-veterinary-product .entry .colored li li,
.archive.tax-veterinary-category .entry .colored li li,
.page-template-page-veterinary-php .entry .colored li li {
  color: #20354b;
}
.single-veterinary-product .pdf-download,
.archive.tax-veterinary-category .pdf-download,
.page-template-page-veterinary-php .pdf-download,
.single-veterinary-product .btn_enquiry,
.archive.tax-veterinary-category .btn_enquiry,
.page-template-page-veterinary-php .btn_enquiry,
.single-veterinary-product .read-more,
.archive.tax-veterinary-category .read-more,
.page-template-page-veterinary-php .read-more {
  border: 1px solid #7a1222;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff0ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #d1717e;
  background: -moz-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1717e), color-stop(50%, #b5092a), color-stop(100%, #9d001a));
  background: -webkit-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -o-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: -ms-linear-gradient(top, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  background: linear-gradient(to bottom, #d1717e 0%, #b5092a 50%, #9d001a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d1717e", endColorstr="#9d001a",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.single-veterinary-product .pdf-download:hover,
.archive.tax-veterinary-category .pdf-download:hover,
.page-template-page-veterinary-php .pdf-download:hover,
.single-veterinary-product .btn_enquiry:hover,
.archive.tax-veterinary-category .btn_enquiry:hover,
.page-template-page-veterinary-php .btn_enquiry:hover,
.single-veterinary-product .read-more:hover,
.archive.tax-veterinary-category .read-more:hover,
.page-template-page-veterinary-php .read-more:hover,
.single-veterinary-product .pdf-download:focus,
.archive.tax-veterinary-category .pdf-download:focus,
.page-template-page-veterinary-php .pdf-download:focus,
.single-veterinary-product .btn_enquiry:focus,
.archive.tax-veterinary-category .btn_enquiry:focus,
.page-template-page-veterinary-php .btn_enquiry:focus,
.single-veterinary-product .read-more:focus,
.archive.tax-veterinary-category .read-more:focus,
.page-template-page-veterinary-php .read-more:focus {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d001a), color-stop(50%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 0%, #b5092a 50%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.single-veterinary-product .pdf-download:active,
.archive.tax-veterinary-category .pdf-download:active,
.page-template-page-veterinary-php .pdf-download:active,
.single-veterinary-product .btn_enquiry:active,
.archive.tax-veterinary-category .btn_enquiry:active,
.page-template-page-veterinary-php .btn_enquiry:active,
.single-veterinary-product .read-more:active,
.archive.tax-veterinary-category .read-more:active,
.page-template-page-veterinary-php .read-more:active {
  box-shadow: 0 1px 0 #ff0034 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #9d001a;
  background: -moz-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #9d001a), color-stop(66%, #b5092a), color-stop(100%, #d1717e));
  background: -webkit-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -o-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: -ms-linear-gradient(top, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  background: linear-gradient(to bottom, #9d001a 20%, #b5092a 66%, #d1717e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d001a", endColorstr="#d1717e",GradientType=0 );
}
.single-hygiene-product h1,
.archive.tax-hygiene-category h1,
.page-template-page-hygiene-php h1,
.single-hygiene-product h2,
.archive.tax-hygiene-category h2,
.page-template-page-hygiene-php h2,
.single-hygiene-product h3,
.archive.tax-hygiene-category h3,
.page-template-page-hygiene-php h3,
.single-hygiene-product h4,
.archive.tax-hygiene-category h4,
.page-template-page-hygiene-php h4 {
  color: #0e5f04;
}
.single-hygiene-product h1 a,
.archive.tax-hygiene-category h1 a,
.page-template-page-hygiene-php h1 a,
.single-hygiene-product h2 a,
.archive.tax-hygiene-category h2 a,
.page-template-page-hygiene-php h2 a,
.single-hygiene-product h3 a,
.archive.tax-hygiene-category h3 a,
.page-template-page-hygiene-php h3 a,
.single-hygiene-product h4 a,
.archive.tax-hygiene-category h4 a,
.page-template-page-hygiene-php h4 a {
  color: #0e5f04;
}
.single-hygiene-product .product-side-menu ul.menu,
.archive.tax-hygiene-category .product-side-menu ul.menu,
.page-template-page-hygiene-php .product-side-menu ul.menu {
  background: #edefd5;
}
.single-hygiene-product .product-side-menu ul.menu a,
.archive.tax-hygiene-category .product-side-menu ul.menu a,
.page-template-page-hygiene-php .product-side-menu ul.menu a {
  color: #083903;
}
.single-hygiene-product .product-side-menu ul.menu  > li > a,
.archive.tax-hygiene-category .product-side-menu ul.menu  > li > a,
.page-template-page-hygiene-php .product-side-menu ul.menu  > li > a {
  background: #0e5f04;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.single-hygiene-product .product-side-menu ul.menu .sub-menu > li.your_mother > a,
.archive.tax-hygiene-category .product-side-menu ul.menu .sub-menu > li.your_mother > a,
.page-template-page-hygiene-php .product-side-menu ul.menu .sub-menu > li.your_mother > a {
  background: url("images/arrows.png") no-repeat 113% center !important;
  background-size: 75%;
}
.single-hygiene-product .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.archive.tax-hygiene-category .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.page-template-page-hygiene-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.single-hygiene-product .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus,
.archive.tax-hygiene-category .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus,
.page-template-page-hygiene-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus {
  background: #51a428 url("images/arrows.png") no-repeat 113% center !important;
}
.single-hygiene-product .product-side-menu ul.menu li li > a:hover,
.archive.tax-hygiene-category .product-side-menu ul.menu li li > a:hover,
.page-template-page-hygiene-php .product-side-menu ul.menu li li > a:hover,
.single-hygiene-product .product-side-menu ul.menu li li > a:focus,
.archive.tax-hygiene-category .product-side-menu ul.menu li li > a:focus,
.page-template-page-hygiene-php .product-side-menu ul.menu li li > a:focus {
  background-color: #51a428;
  color: #ffffff;
}
.single-hygiene-product .product-side-menu ul.menu li li li,
.archive.tax-hygiene-category .product-side-menu ul.menu li li li,
.page-template-page-hygiene-php .product-side-menu ul.menu li li li {
  display: none;
}
.single-hygiene-product .product-side-menu ul.menu li li.current-menu-parent li,
.archive.tax-hygiene-category .product-side-menu ul.menu li li.current-menu-parent li,
.page-template-page-hygiene-php .product-side-menu ul.menu li li.current-menu-parent li,
.single-hygiene-product .product-side-menu ul.menu li li.current-menu-item li,
.archive.tax-hygiene-category .product-side-menu ul.menu li li.current-menu-item li,
.page-template-page-hygiene-php .product-side-menu ul.menu li li.current-menu-item li {
  display: block;
}
.single-hygiene-product .product-side-menu ul.menu li li li a,
.archive.tax-hygiene-category .product-side-menu ul.menu li li li a,
.page-template-page-hygiene-php .product-side-menu ul.menu li li li a {
  background-color: #d1eb97;
}
.single-hygiene-product h1.product-title,
.archive.tax-hygiene-category h1.product-title,
.page-template-page-hygiene-php h1.product-title {
  color: #0e5f04;
}
.single-hygiene-product .pdf-download,
.archive.tax-hygiene-category .pdf-download,
.page-template-page-hygiene-php .pdf-download,
.single-hygiene-product .btn_enquiry,
.archive.tax-hygiene-category .btn_enquiry,
.page-template-page-hygiene-php .btn_enquiry {
  margin-bottom: 6px;
  width: 75px;
  text-align: center;
}
.single-hygiene-product .tabs,
.archive.tax-hygiene-category .tabs,
.page-template-page-hygiene-php .tabs {
  height: 28px!important;
}
.single-hygiene-product .tabs a,
.archive.tax-hygiene-category .tabs a,
.page-template-page-hygiene-php .tabs a {
  text-transform: uppercase;
  font-weight: bold;
}
.single-hygiene-product .tabs > li > a,
.archive.tax-hygiene-category .tabs > li > a,
.page-template-page-hygiene-php .tabs > li > a {
  background: #edefd5 !important;
  color: #083903;
  height: 28px;
}
.single-hygiene-product .tabs > li > a:hover,
.archive.tax-hygiene-category .tabs > li > a:hover,
.page-template-page-hygiene-php .tabs > li > a:hover,
.single-hygiene-product .tabs > li > a:focus,
.archive.tax-hygiene-category .tabs > li > a:focus,
.page-template-page-hygiene-php .tabs > li > a:focus {
  background: #d1eb97 !important;
}
.single-hygiene-product .tabs > li > a.selected,
.archive.tax-hygiene-category .tabs > li > a.selected,
.page-template-page-hygiene-php .tabs > li > a.selected {
  background: #0e5f04 !important;
  color: #ffffff;
}
.single-hygiene-product .tabs > li > a  > span,
.archive.tax-hygiene-category .tabs > li > a  > span,
.page-template-page-hygiene-php .tabs > li > a  > span {
  background: none!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.single-hygiene-product #product-sidebar .widget-title,
.archive.tax-hygiene-category #product-sidebar .widget-title,
.page-template-page-hygiene-php #product-sidebar .widget-title {
  background: #0e5f04;
}
.single-hygiene-product .related-title a,
.archive.tax-hygiene-category .related-title a,
.page-template-page-hygiene-php .related-title a {
  color: #0e5f04;
}
.single-hygiene-product .side-widget,
.archive.tax-hygiene-category .side-widget,
.page-template-page-hygiene-php .side-widget {
  padding-bottom: 8px;
  border-bottom: 4px solid #0e5f04;
}
.single-hygiene-product .image-in-a-loop,
.archive.tax-hygiene-category .image-in-a-loop,
.page-template-page-hygiene-php .image-in-a-loop {
  border: 1px solid #0e5f04;
  display: block;
  padding: 10px;
  overflow: hidden;
  height: 120px!important;
}
.single-hygiene-product .image-in-a-loop img,
.archive.tax-hygiene-category .image-in-a-loop img,
.page-template-page-hygiene-php .image-in-a-loop img {
  max-width: 95%;
  height: auto!important;
}
.single-hygiene-product .image-in-a-loop img.aligncenter,
.archive.tax-hygiene-category .image-in-a-loop img.aligncenter,
.page-template-page-hygiene-php .image-in-a-loop img.aligncenter {
  margin: 0 auto!important;
}
.single-hygiene-product .image-in-a-loop + h3,
.archive.tax-hygiene-category .image-in-a-loop + h3,
.page-template-page-hygiene-php .image-in-a-loop + h3 {
  margin-top: 10px;
  font-size: 14px!important;
  height: 2.3em;
  max-height: 2.3em;
  overflow: hidden;
}
.single-hygiene-product .image-in-a-loop + h3 + p,
.archive.tax-hygiene-category .image-in-a-loop + h3 + p,
.page-template-page-hygiene-php .image-in-a-loop + h3 + p {
  height: 4em;
  min-height: 4em;
}
.single-hygiene-product .entry .colored li,
.archive.tax-hygiene-category .entry .colored li,
.page-template-page-hygiene-php .entry .colored li {
  color: #51a428;
}
.single-hygiene-product .entry .colored li span,
.archive.tax-hygiene-category .entry .colored li span,
.page-template-page-hygiene-php .entry .colored li span {
  color: #20354b;
}
.single-hygiene-product .entry .colored li li,
.archive.tax-hygiene-category .entry .colored li li,
.page-template-page-hygiene-php .entry .colored li li {
  color: #20354b;
}
.single-hygiene-product .pdf-download,
.archive.tax-hygiene-category .pdf-download,
.page-template-page-hygiene-php .pdf-download,
.single-hygiene-product .btn_enquiry,
.archive.tax-hygiene-category .btn_enquiry,
.page-template-page-hygiene-php .btn_enquiry,
.single-hygiene-product .read-more,
.archive.tax-hygiene-category .read-more,
.page-template-page-hygiene-php .read-more {
  border: 1px solid #184414;
  border-radius: 3px;
  box-shadow: 0 1px 0 #68ff30 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #328417;
  background: -moz-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #328417), color-stop(50%, #106105), color-stop(100%, #0a4a03));
  background: -webkit-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: -o-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: -ms-linear-gradient(top, #328417 0%, #106105 50%, #0a4a03 100%);
  background: linear-gradient(to bottom, #328417 0%, #106105 50%, #0a4a03 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#328417", endColorstr="#0a4a03",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#328417", endColorstr="#0a4a03",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.single-hygiene-product .pdf-download:hover,
.archive.tax-hygiene-category .pdf-download:hover,
.page-template-page-hygiene-php .pdf-download:hover,
.single-hygiene-product .btn_enquiry:hover,
.archive.tax-hygiene-category .btn_enquiry:hover,
.page-template-page-hygiene-php .btn_enquiry:hover,
.single-hygiene-product .read-more:hover,
.archive.tax-hygiene-category .read-more:hover,
.page-template-page-hygiene-php .read-more:hover,
.single-hygiene-product .pdf-download:focus,
.archive.tax-hygiene-category .pdf-download:focus,
.page-template-page-hygiene-php .pdf-download:focus,
.single-hygiene-product .btn_enquiry:focus,
.archive.tax-hygiene-category .btn_enquiry:focus,
.page-template-page-hygiene-php .btn_enquiry:focus,
.single-hygiene-product .read-more:focus,
.archive.tax-hygiene-category .read-more:focus,
.page-template-page-hygiene-php .read-more:focus {
  box-shadow: 0 1px 0 #149206 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #0a4a03;
  background: -moz-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a4a03), color-stop(50%, #106105), color-stop(100%, #328417));
  background: -webkit-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: -o-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: -ms-linear-gradient(top, #0a4a03 0%, #106105 50%, #328417 100%);
  background: linear-gradient(to bottom, #0a4a03 0%, #106105 50%, #328417 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
}
.single-hygiene-product .pdf-download:active,
.archive.tax-hygiene-category .pdf-download:active,
.page-template-page-hygiene-php .pdf-download:active,
.single-hygiene-product .btn_enquiry:active,
.archive.tax-hygiene-category .btn_enquiry:active,
.page-template-page-hygiene-php .btn_enquiry:active,
.single-hygiene-product .read-more:active,
.archive.tax-hygiene-category .read-more:active,
.page-template-page-hygiene-php .read-more:active {
  box-shadow: 0 1px 0 #149206 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #0a4a03;
  background: -moz-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #0a4a03), color-stop(66%, #106105), color-stop(100%, #328417));
  background: -webkit-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: -o-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: -ms-linear-gradient(top, #0a4a03 20%, #106105 66%, #328417 100%);
  background: linear-gradient(to bottom, #0a4a03 20%, #106105 66%, #328417 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0a4a03", endColorstr="#328417",GradientType=0 );
}
.page-template-page-services-php h1,
.page-template-page-services-php h2,
.page-template-page-services-php h3,
.page-template-page-services-php h4 {
  color: #008377;
}
.page-template-page-services-php h1 a,
.page-template-page-services-php h2 a,
.page-template-page-services-php h3 a,
.page-template-page-services-php h4 a {
  color: #008377;
}
.page-template-page-services-php .product-side-menu ul.menu {
  background: #d8f5f2;
}
.page-template-page-services-php .product-side-menu ul.menu a {
  color: #015d53;
}
.page-template-page-services-php .product-side-menu ul.menu  > li > a {
  background: #008377;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.page-template-page-services-php .product-side-menu ul.menu .sub-menu > li.your_mother > a {
  background: url("images/arrows.png") no-repeat 113% center !important;
  background-size: 75%;
}
.page-template-page-services-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.page-template-page-services-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus {
  background: #0fc2b8 url("images/arrows.png") no-repeat 113% center !important;
}
.page-template-page-services-php .product-side-menu ul.menu li li > a:hover,
.page-template-page-services-php .product-side-menu ul.menu li li > a:focus {
  background-color: #0fc2b8;
  color: #ffffff;
}
.page-template-page-services-php .product-side-menu ul.menu li li li {
  display: none;
}
.page-template-page-services-php .product-side-menu ul.menu li li.current-menu-parent li,
.page-template-page-services-php .product-side-menu ul.menu li li.current-menu-item li {
  display: block;
}
.page-template-page-services-php .product-side-menu ul.menu li li li a {
  background-color: #9de7de;
}
.page-template-page-services-php h1.product-title {
  color: #008377;
}
.page-template-page-services-php .pdf-download,
.page-template-page-services-php .btn_enquiry {
  margin-bottom: 6px;
  width: 75px;
  text-align: center;
}
.page-template-page-services-php .tabs {
  height: 28px!important;
}
.page-template-page-services-php .tabs a {
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-page-services-php .tabs > li > a {
  background: #d8f5f2 !important;
  color: #015d53;
  height: 28px;
}
.page-template-page-services-php .tabs > li > a:hover,
.page-template-page-services-php .tabs > li > a:focus {
  background: #9de7de !important;
}
.page-template-page-services-php .tabs > li > a.selected {
  background: #008377 !important;
  color: #ffffff;
}
.page-template-page-services-php .tabs > li > a  > span {
  background: none!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.page-template-page-services-php #product-sidebar .widget-title {
  background: #008377;
}
.page-template-page-services-php .related-title a {
  color: #008377;
}
.page-template-page-services-php .side-widget {
  padding-bottom: 8px;
  border-bottom: 4px solid #008377;
}
.page-template-page-services-php .image-in-a-loop {
  border: 1px solid #008377;
  display: block;
  padding: 10px;
  overflow: hidden;
  height: 120px!important;
}
.page-template-page-services-php .image-in-a-loop img {
  max-width: 95%;
  height: auto!important;
}
.page-template-page-services-php .image-in-a-loop img.aligncenter {
  margin: 0 auto!important;
}
.page-template-page-services-php .image-in-a-loop + h3 {
  margin-top: 10px;
  font-size: 14px!important;
  height: 2.3em;
  max-height: 2.3em;
  overflow: hidden;
}
.page-template-page-services-php .image-in-a-loop + h3 + p {
  height: 4em;
  min-height: 4em;
}
.page-template-page-services-php .entry .colored li {
  color: #0fc2b8;
}
.page-template-page-services-php .entry .colored li span {
  color: #20354b;
}
.page-template-page-services-php .entry .colored li li {
  color: #20354b;
}
.page-template-page-services-php .pdf-download,
.page-template-page-services-php .btn_enquiry,
.page-template-page-services-php .read-more {
  border: 1px solid #12655c;
  border-radius: 3px;
  box-shadow: 0 1px 0 #b4ffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #55bdb3;
  background: -moz-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55bdb3), color-stop(50%, #0daba0), color-stop(100%, #00877b));
  background: -webkit-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: -o-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: -ms-linear-gradient(top, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  background: linear-gradient(to bottom, #55bdb3 0%, #0daba0 50%, #00877b 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55bdb3", endColorstr="#00877b",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#55bdb3", endColorstr="#00877b",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.page-template-page-services-php .pdf-download:hover,
.page-template-page-services-php .btn_enquiry:hover,
.page-template-page-services-php .read-more:hover,
.page-template-page-services-php .pdf-download:focus,
.page-template-page-services-php .btn_enquiry:focus,
.page-template-page-services-php .read-more:focus {
  box-shadow: 0 1px 0 #00fff2 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #00877b;
  background: -moz-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00877b), color-stop(50%, #0daba0), color-stop(100%, #55bdb3));
  background: -webkit-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: -o-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: -ms-linear-gradient(top, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  background: linear-gradient(to bottom, #00877b 0%, #0daba0 50%, #55bdb3 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
}
.page-template-page-services-php .pdf-download:active,
.page-template-page-services-php .btn_enquiry:active,
.page-template-page-services-php .read-more:active {
  box-shadow: 0 1px 0 #00fff2 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #00877b;
  background: -moz-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #00877b), color-stop(66%, #0daba0), color-stop(100%, #55bdb3));
  background: -webkit-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: -o-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: -ms-linear-gradient(top, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  background: linear-gradient(to bottom, #00877b 20%, #0daba0 66%, #55bdb3 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00877b", endColorstr="#55bdb3",GradientType=0 );
}
.page-template-page-services-php h1 {
  margin-top: 0;
}
.page-template-page-articles-php h1,
.page-template-page-articles-php h2,
.page-template-page-articles-php h3,
.page-template-page-articles-php h4 {
  color: #5a005a;
}
.page-template-page-articles-php h1 a,
.page-template-page-articles-php h2 a,
.page-template-page-articles-php h3 a,
.page-template-page-articles-php h4 a {
  color: #5a005a;
}
.page-template-page-articles-php .product-side-menu ul.menu {
  background: #f0dbeb;
}
.page-template-page-articles-php .product-side-menu ul.menu a {
  color: #340034;
}
.page-template-page-articles-php .product-side-menu ul.menu  > li > a {
  background: #5a005a;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}
.page-template-page-articles-php .product-side-menu ul.menu .sub-menu > li.your_mother > a {
  background: url("images/arrows.png") no-repeat 113% center !important;
  background-size: 75%;
}
.page-template-page-articles-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:hover,
.page-template-page-articles-php .product-side-menu ul.menu .sub-menu > li.your_mother > a:focus {
  background: #9b1d5a url("images/arrows.png") no-repeat 113% center !important;
}
.page-template-page-articles-php .product-side-menu ul.menu li li > a:hover,
.page-template-page-articles-php .product-side-menu ul.menu li li > a:focus {
  background-color: #9b1d5a;
  color: #ffffff;
}
.page-template-page-articles-php .product-side-menu ul.menu li li li {
  display: none;
}
.page-template-page-articles-php .product-side-menu ul.menu li li.current-menu-parent li,
.page-template-page-articles-php .product-side-menu ul.menu li li.current-menu-item li {
  display: block;
}
.page-template-page-articles-php .product-side-menu ul.menu li li li a {
  background-color: #ca91ba;
}
.page-template-page-articles-php h1.product-title {
  color: #5a005a;
}
.page-template-page-articles-php .pdf-download,
.page-template-page-articles-php .btn_enquiry {
  margin-bottom: 6px;
  width: 75px;
  text-align: center;
}
.page-template-page-articles-php .tabs {
  height: 28px!important;
}
.page-template-page-articles-php .tabs a {
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-page-articles-php .tabs > li > a {
  background: #f0dbeb !important;
  color: #340034;
  height: 28px;
}
.page-template-page-articles-php .tabs > li > a:hover,
.page-template-page-articles-php .tabs > li > a:focus {
  background: #ca91ba !important;
}
.page-template-page-articles-php .tabs > li > a.selected {
  background: #5a005a !important;
  color: #ffffff;
}
.page-template-page-articles-php .tabs > li > a  > span {
  background: none!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.page-template-page-articles-php #product-sidebar .widget-title {
  background: #5a005a;
}
.page-template-page-articles-php .related-title a {
  color: #5a005a;
}
.page-template-page-articles-php .side-widget {
  padding-bottom: 8px;
  border-bottom: 4px solid #5a005a;
}
.page-template-page-articles-php .image-in-a-loop {
  border: 1px solid #5a005a;
  display: block;
  padding: 10px;
  overflow: hidden;
  height: 120px!important;
}
.page-template-page-articles-php .image-in-a-loop img {
  max-width: 95%;
  height: auto!important;
}
.page-template-page-articles-php .image-in-a-loop img.aligncenter {
  margin: 0 auto!important;
}
.page-template-page-articles-php .image-in-a-loop + h3 {
  margin-top: 10px;
  font-size: 14px!important;
  height: 2.3em;
  max-height: 2.3em;
  overflow: hidden;
}
.page-template-page-articles-php .image-in-a-loop + h3 + p {
  height: 4em;
  min-height: 4em;
}
.page-template-page-articles-php .entry .colored li {
  color: #9b1d5a;
}
.page-template-page-articles-php .entry .colored li span {
  color: #20354b;
}
.page-template-page-articles-php .entry .colored li li {
  color: #20354b;
}
.page-template-page-articles-php .pdf-download,
.page-template-page-articles-php .btn_enquiry,
.page-template-page-articles-php .read-more {
  border: 1px solid #401140;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffa8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #9b508e;
  background: -moz-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b508e), color-stop(50%, #83155d), color-stop(100%, #5e015a));
  background: -webkit-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: -o-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: -ms-linear-gradient(top, #9b508e 0%, #83155d 50%, #5e015a 100%);
  background: linear-gradient(to bottom, #9b508e 0%, #83155d 50%, #5e015a 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9b508e", endColorstr="#5e015a",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9b508e", endColorstr="#5e015a",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.page-template-page-articles-php .pdf-download:hover,
.page-template-page-articles-php .btn_enquiry:hover,
.page-template-page-articles-php .read-more:hover,
.page-template-page-articles-php .pdf-download:focus,
.page-template-page-articles-php .btn_enquiry:focus,
.page-template-page-articles-php .read-more:focus {
  box-shadow: 0 1px 0 #b802b4 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #5e015a;
  background: -moz-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e015a), color-stop(50%, #83155d), color-stop(100%, #9b508e));
  background: -webkit-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: -o-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: -ms-linear-gradient(top, #5e015a 0%, #83155d 50%, #9b508e 100%);
  background: linear-gradient(to bottom, #5e015a 0%, #83155d 50%, #9b508e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
}
.page-template-page-articles-php .pdf-download:active,
.page-template-page-articles-php .btn_enquiry:active,
.page-template-page-articles-php .read-more:active {
  box-shadow: 0 1px 0 #b802b4 inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #5e015a;
  background: -moz-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #5e015a), color-stop(66%, #83155d), color-stop(100%, #9b508e));
  background: -webkit-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: -o-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: -ms-linear-gradient(top, #5e015a 20%, #83155d 66%, #9b508e 100%);
  background: linear-gradient(to bottom, #5e015a 20%, #83155d 66%, #9b508e 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5e015a", endColorstr="#9b508e",GradientType=0 );
}
.page-template-page-articles-php h1 {
  margin-top: 0;
}
.page-template-page-services-php .grid_13,
.page-template-page-articles-php .grid_13,
.archive .grid_13,
.single .grid_13,
.grid_13 {
  width: 500px;
  margin-right: 20px;
}
.services-item {
  display: block;
  overflow: hidden;
  padding: 15px 5px 30px;
  background: url(images/shadow.png) no-repeat center bottom;
  background-size: contain;
}
.services-item h1,
.services-item h2 {
  margin-top: 0!important;
}
.services-item .read-more,
.services-item .btn_enquiry {
  width: 85px;
  text-align: center!important;
  margin-bottom: 1em;
}
/* pagination */
#product-sidebar > .navigation,
#product-sidebar > .wp-pagenavi {
  height: 40px;
  position: relative;
  width: 500px;
  left: 200px;
  text-align: center;
}
.navigation > .alignright > a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4188c3;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
}
.navigation > .alignleft > a {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4188c3;
  padding: 10px;
  display: inline-block;
  color: #ffffff;
}
.navigation + div[style='float:right;margin:0 10px;'],
.wp-pagenavi + div[style='float:right;margin:0 10px;'] {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 12px 200px;
  background: #20354b;
  z-index: 99;
  opacity: 0;
  text-align: center!important;
}
.navigation + div[style='float:right;margin:0 10px;'] a,
.wp-pagenavi + div[style='float:right;margin:0 10px;'] a {
  color: #ffffff !important;
  margin-right: 2em;
}
.navigation + div[style='float:right;margin:0 10px;']:hover,
.wp-pagenavi + div[style='float:right;margin:0 10px;']:hover {
  opacity: .95;
}
/* forms */
body .with_frm_style .frm_left_container .frm_checkbox {
  margin-left: 10px;
}
/* hiding breadcrumbs for now */
.breadcrumbs {
  visibility: hidden;
}
#frm_field_cptch_number_container .frm_primary_label {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 150px;
}
#frm_form_7_container .frm_form_field.frm_left_container input,
#frm_form_7_container .frm_form_field.frm_left_container select,
#frm_form_7_container .frm_form_field.frm_left_container textarea,
#frm_form_7_container .frm_form_field.frm_right_container input,
#frm_form_7_container .frm_form_field.frm_right_container select,
#frm_form_7_container .frm_form_field.frm_right_container textarea {
  max-width: 39%;
}
#archives-2 {
  padding: 0;
}
.cont_col_3 .frame_me img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.farmers-name {
  font-weight: bold;
  font-style: italic;
  margin-top: 6px;
}
.advanced_recent_posts_widget {
  overflow: hidden;
}
.advanced_recent_posts_widget .more-link,
.advanced_recent_posts_widget .btn_orange {
  float: left;
  clear: both;
  margin-top: 1em;
}
/* testimonials fix */
.random_testimonial {
  margin-top: 1em;
}
.page-id-1092 .frame_me,
.page-id-1092 img,
.archive .frame_me,
.archive img {
  max-width: 100%;
  height: auto;
}
.read-more-align-left {
  border: 1px solid #2d4154;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #99c0e7;
  background: -moz-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99c0e7), color-stop(50%, #5a95ce), color-stop(100%, #385f85));
  background: -webkit-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -o-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: -ms-linear-gradient(top, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  background: linear-gradient(to bottom, #99c0e7 0%, #5a95ce 50%, #385f85 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#99c0e7", endColorstr="#385f85",GradientType=0 );
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 7px 19px;
  color: #ffffff !important;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
.read-more-align-left:hover,
.read-more-align-left:focus {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #385f85), color-stop(50%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 0%, #5a95ce 50%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
.read-more-align-left:active {
  box-shadow: 0 1px 0 #6cb8ff inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  background: #385f85;
  background: -moz-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #385f85), color-stop(66%, #5a95ce), color-stop(100%, #99c0e7));
  background: -webkit-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -o-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: -ms-linear-gradient(top, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  background: linear-gradient(to bottom, #385f85 20%, #5a95ce 66%, #99c0e7 100%);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#385f85", endColorstr="#99c0e7",GradientType=0 );
}
#contact-dropdown {
  position: relative;
}
#little-x {
  position: absolute;
  top: 12px;
  right: 40px;
  cursor: pointer;
  padding: 3px;
  line-height: 19px!important;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #4188c3;
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold!important;
}
#little-x:hover {
  background: #69b4dc;
}
#wp_views-5,
#wp_views-6 {
  padding: 0;
}
#wp_views-5 .frame_me,
#wp_views-6 .frame_me {
  max-width: 100%;
}
#wp_views-6 {
  padding-top: 30px;
}
#wp_views-6 .frame_me {
  width: 100%;
}
#wp_views-6 .frame_me img {
  width: 100%;
  height: auto;
}
#text-9 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
#text-9 .btn_big_red {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
}
.grid_4.bit_bigger .btn_big_red {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
}
/* exceptions */
.page-id-927 #sidebar,
.page-id-1182 #sidebar,
.page-id-929 #sidebar,
.page-id-931 #sidebar {
  margin-left: 30px!important;
}
.linklistcatname {
  display: none;
}
