@font-face {
  font-family: "open_sansextrabold";
  font-style: normal;
  font-weight: normal;
  src: url("opensans-extrabold.eot?#iefix") format("embedded-opentype"), url("opensans-extrabold.woff") format("woff"), url("opensans-extrabold.ttf") format("truetype"), url("opensans-extrabold.svg#open_sansextrabold") format("svg");
}
@font-face {
  font-family: "open_sanslight";
  font-style: normal;
  font-weight: normal;
  src: url("opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("opensans-light-webfont.woff") format("woff"), url("opensans-light-webfont.ttf") format("truetype"), url("opensans-light-webfont.svg#open_sanslight") format("svg");
}
@font-face {
  font-family: "open_sanslight_italic";
  font-style: normal;
  font-weight: normal;
  src: url("opensans-lightitalic.eot?#iefix") format("embedded-opentype"), url("opensans-lightitalic.woff") format("woff"), url("opensans-lightitalic.ttf") format("truetype"), url("opensans-lightitalic.svg#open_sanslight_italic") format("svg");
}
@font-face {
  font-family: "open_sansregular";
  font-style: normal;
  font-weight: normal;
  src: url("opensans-regular.eot?#iefix") format("embedded-opentype"), url("opensans-regular.woff") format("woff"), url("opensans-regular.ttf") format("truetype"), url("opensans-regular.svg#open_sansregular") format("svg");
}
@font-face {
  font-family: "open_sansbold";
  font-style: normal;
  font-weight: normal;
  src: url("opensans-bold.eot?#iefix") format("embedded-opentype"), url("opensans-bold.woff") format("woff"), url("opensans-bold.ttf") format("truetype"), url("opensans-bold.svg#open_sansbold") format("svg");
}
@font-face {
  font-family: "open_sansitalic";
  font-style: normal;
  font-weight: normal;
  src: url("opensans-italic.eot?#iefix") format("embedded-opentype"), url("opensans-italic.woff") format("woff"), url("opensans-italic.ttf") format("truetype"), url("opensans-italic.svg#open_sansitalic") format("svg");
}
#header .header-info ul li, #header .header-info ul li a, #searchform input[type=text], #searchform input[type=text]::-webkit-input-placeholder, #searchform input[type=text]::-moz-placeholder, #searchform input[type=text]:-moz-placeholder, #searchform input[type=text]:-ms-input-placeholder, #footer .footer-top #newsletterfooter #newsletterfooterbox .section input, #footer .footer-top #newsletterfooter #newsletterfooterbox .section input::-webkit-input-placeholder, #footer .footer-top #newsletterfooter #newsletterfooterbox .section input::-moz-placeholder, #footer .footer-top #newsletterfooter #newsletterfooterbox .section input:-moz-placeholder, #footer .footer-top #newsletterfooter #newsletterfooterbox .section input:-ms-input-placeholder {
  font-family: 'open_sansregular';
  font-size: 12px;
}

#menu ul li a, li.product_list .prod_details > a {
  font-family: 'open_sansbold';
  font-size: 14px;
}

#banner .banner_desc .banner-title {
  font-family: 'open_sanslight';
  font-size: 30px;
}

html, body, #menu ul ul li a, #banner .banner_desc .banner-caption, .news_description_mini a.link, .event_description_mini a.link, li.product_grid > div > a span.img .filter-bg .product-name, #product_right p, #home-cms-inner p, ul.catalog_list_dropdown > li ul li a, .enquiry-btn .enquiry-btn {
  font-family: 'open_sansregular';
  font-size: 14px;
}

#layout_default h1.title, #layout_catalog_list h1.title, #layout_page h1.title, #home-cms .product_panel > h2, #product_tag h3.title, #home-cms-inner h2, #footer .footer-top #newsletterfooter h2.title, #footer .footer-top #news h2 {
  font-family: 'open_sansextrabold';
  font-size: 24px;
}

a.view, a.view_all, #back_to_top, div#product_display, .banner-btn, .news_description a.link, .news_description a.view, .event_description a.link, ul#category_list li a, ul#brand_list li a, ul#listing_list li a, li.product_grid > div .prod_pricing .details, li.product_list .prod_pricing .prod_pricing_right, #home-cms-inner a, #footer .footer-top #newsletterfooter #newsletterfooterbox #newsletterbtn, ul.catalog_list_dropdown > li .category-title, .panel-group .panel .panel-heading .panel-title a {
  font-family: 'open_sansbold';
  font-size: 11px;
}

.news_description .date, .news_description_mini .date, .event_description .date, .event_description_mini .date, #breadcrumb, #footer .footer-bottom .copyright, .enquiry-btn .enquiry-btn-desc {
  font-family: 'open_sansregular';
  font-size: 10px;
}

.paging {
  font-family: 'open_sansbold';
  font-size: 12px;
}

li.product_grid > div > a span.img .filter-bg .product-name {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#product_left #swiper-prev:after, #product_left #swiper-next:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* columns of same height styles */
.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height, .row-md-same-height, .row-sm-same-height {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: middle;
}

/*revert back to normal in md*/
@media (max-width: 991px) {
  .row-md-same-height {
    display: block;
  }
}

@media (max-width: 767px) {
  .row-sm-same-height {
    display: block;
  }
}

.col-xs-height {
  display: table-cell;
  float: none !important;
}

/*alignments*/
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 767px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 991px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1000px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

html {
  height: 100%;
  color: #3576ba;
  letter-spacing: 2px;
}

body {
  height: 100%;
  color: #3576ba;
  letter-spacing: 2px;
}

p {
  margin: 0 0 12px 0;
}

h1.title {
  margin: 0;
}

h2.title {
  margin: 0;
}

h3 {
  margin: 0 0 12px 0;
}
h3.formtitle {
  padding-bottom: 12px;
}

h4 {
  margin: 0 0 12px 0;
}

h5 {
  margin: 0 0 12px 0;
}

h6 {
  margin: 0 0 12px 0;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a.print {
  background: url("../../global/images/icons/printer.png") no-repeat left center;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
  line-height: 24px;
}
a.print:hover {
  text-decoration: underline;
}
a.view {
  float: right;
  text-decoration: none;
  color: #89b2dd;
  text-transform: uppercase;
}
a.view:hover {
  text-decoration: underline;
}
a.view_all {
  text-decoration: none;
  color: #89b2dd;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: right;
  padding: 10px 0;
}
a.view_all:hover {
  text-decoration: underline;
}
a.u-none {
  text-decoration: none !important;
}
a.u-hover:hover {
  text-decoration: underline !important;
}

input {
  font-size: 12px;
}
input.error {
  padding: 2px;
  border: 1px solid #f00;
}
input.valid {
  padding: 2px;
  border: 1px solid #0c0;
}

textarea {
  font-size: 12px;
  font: 12px 'Arial', 'Helvetica', 'sans-serif';
}
textarea.error {
  padding: 2px;
  border: 1px solid #f00;
}
textarea.valid {
  padding: 2px;
  border: 1px solid #0c0;
}

select {
  font-size: 12px;
}
select.error {
  padding: 2px;
  border: 1px solid #f00;
}
select.valid {
  padding: 2px;
  border: 1px solid #0c0;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

#wrapper {
  min-height: 100%;
  margin: 0;
}

#back_to_top {
  display: inline-block;
  color: #ffffff;
  background: #4fae47;
  padding: 10px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.none {
  display: none;
}

.small {
  font-size: 10px !important;
}

.captcha_refresh {
  position: relative;
  bottom: 4px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
#content {
  z-index: 3;
}
#content:after {
  content: '';
  display: block;
  clear: both;
}
#content > div:after {
  content: '';
  display: block;
  clear: both;
}

#layout_default #content_left {
  padding-bottom: 20px;
}
#layout_default #content_left .session {
  padding-top: 20px;
}
#layout_default #content_left .session h3.formtitle {
  padding-bottom: 10px;
}
#layout_default #content_left .line-seperate {
  width: 100%;
  border-top: 1px solid;
}
#layout_default h1.title {
  color: #4fae47;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

#layout_catalog_list #content_left {
  padding: 20px 0;
}
#layout_catalog_list #content_left > div {
  position: relative;
}
#layout_catalog_list div.box_right {
  overflow: hidden;
}
#layout_catalog_list div.product_sort_display {
  margin-top: -35px;
}
#layout_catalog_list .product_panel_list {
  margin: 0 -15px;
}
#layout_catalog_list #content_right:after {
  content: '';
  display: block;
  clear: both;
}
#layout_catalog_list h1.title {
  color: #4fae47;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

#layout_page h1.title {
  color: #4fae47;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

div.news_description_mini img {
  border: 1px solid #ccc;
}
div.news_description_mini a:hover img {
  border: 1px solid #aaa;
}
div.event_description_mini img {
  border: 1px solid #ccc;
}
div.event_description_mini a:hover img {
  border: 1px solid #aaa;
}
div.sub_list {
  width: 420px;
  float: left;
  margin: 0 0 8px;
}
div.sub_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.sub_list ul li {
  float: left;
  margin: 0 4px 0 0;
}
div.sub_list ul li.main {
  padding: 3px 0;
}
div.sub_list ul li a {
  display: block;
  color: #62778a;
  text-decoration: none;
  padding: 3px 8px;
}
div.sub_list ul li a:hover {
  color: #a0c55d;
}
div.product_sort_display {
  margin: 30px 0;
  text-align: right;
}
div.product_sort {
  padding: 0;
}
div.product_sort table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
div.product_sort table tbody tr td {
  padding: 1px 0;
}
div.product_sort .td1 {
  width: 55px;
}
div#product_display {
  color: #89b2dd;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px;
  padding-right: 0;
}
div#product_display a {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
div#product_display a:last-child {
  margin-right: 0;
}
div#product_display a .fa {
  color: #89b2dd;
  position: relative;
  font-size: 18px;
  vertical-align: middle;
}
div#product_display a:hover .fa {
  color: #4fae47;
}
div#product_display a.cur .fa {
  color: #4fae47;
}
div.product.first {
  margin-left: 0 !important;
}
div.product.last {
  margin-right: 0 !important;
  float: right;
}
div.box_left + div#ads {
  margin-top: 10px;
}

#content-bottom {
  float: left;
  padding: 60px 0;
}

#header {
  position: relative;
  z-index: 5;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../images/kloberz_images/header_bg.png") no-repeat center bottom;
  background-size: 100%;
}
#header .header-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
#header .header-info ul li {
  display: inline-block;
  color: #224c78;
  padding: 0 10px;
}
#header .header-info ul li .fa {
  color: #4fae47;
  margin-right: 10px;
}
#header .header-info ul li a {
  color: #224c78;
}
#header #header-right:after {
  content: '';
  display: block;
  clear: both;
}
#header #header-right > div + div {
  margin-left: 10px;
}
#header #header-right > div + form {
  margin-left: 10px;
}
#header #header-right > div.fb-like {
  float: right;
  margin-top: 1.5px;
}
#header #header-right > form + div {
  margin-left: 10px;
}
#header .header-line {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  clear: both;
}

#cart {
  float: left;
  line-height: 27px;
}
#cart a {
  display: inline-block;
  text-decoration: none;
  color: #343434;
}
#cart a:hover {
  text-decoration: underline;
  color: #a0c55d;
}
#cart span {
  display: inline-block;
}

#logo a {
  display: block;
}

#facebook_like {
  float: right;
  width: 85px;
}

#search_col:after {
  content: '';
  display: block;
  clear: both;
}

#searchform {
  display: table;
  background: #e5eef8;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#searchform input[type=text] {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: 0;
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  color: #224c78;
}
#searchform input[type=text]::-webkit-input-placeholder {
  color: #224c78;
}
#searchform input[type=text]::-moz-placeholder {
  color: #224c78;
}
#searchform input[type=text]:-moz-placeholder {
  color: #224c78;
}
#searchform input[type=text]:-ms-input-placeholder {
  color: #224c78;
}
#searchform .btn {
  display: inline-block;
  float: right;
  width: 30px;
  height: 28px;
  border: 0;
  cursor: pointer;
  margin: 0;
}
#searchform .search-top-btn {
  display: table-cell;
  text-align: center;
}

.search-open {
  width: 290px;
  right: 0;
  top: 30px;
  display: none;
  padding: 5px;
  position: absolute;
  background: #fcfcfc;
  border: 1px solid;
  box-shadow: 0 1px 3px #ddd;
}
.search-open .input-group-btn {
  font-size: 14px;
}
.search-open .input-group-btn > button {
  border: none;
  outline: 0;
  background: #0076c1;
  height: 100%;
  color: #fff;
  padding: 0 15px;
}
.search-open .input-group-btn > button:hover {
  background: #279de8;
}

#menu {
  position: relative;
  z-index: 1;
  padding: 0;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#menu ul li {
  display: inline-block;
  position: relative;
}
#menu ul li.active a {
  color: #4fae47;
}
#menu ul li.hover a {
  color: #4fae47;
}
#menu ul li a {
  display: block;
  color: #89b2dd;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
}
#menu ul li a.sf-with-ul:after {
  content: none;
}
#menu ul li a:hover {
  text-decoration: none;
  color: #4fae47;
}
#menu ul li a.current {
  color: #4fae47 !important;
}
#menu ul li.sfHover > a {
  color: #e5eef8;
}
#menu ul ul {
  position: absolute;
  left: 0;
  min-width: 150px;
  text-align: left;
  display: none;
  top: 100%;
  border: 1px solid #ffffff;
}
#menu ul ul li {
  display: block;
  background: #89b2dd;
}
#menu ul ul li:first-child {
  padding-top: 20px;
}
#menu ul ul li:last-child {
  padding-bottom: 20px;
}
#menu ul ul li a {
  white-space: nowrap;
  position: relative;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  color: #ffffff !important;
  margin-top: -1px;
  letter-spacing: 1px;
  text-transform: none;
  padding: 5px 20px;
}
#menu ul ul li a:hover {
  text-decoration: none;
  color: #224c78 !important;
}
#menu ul ul li a.sf-with-ul {
  padding-right: 20px;
}
#menu ul ul li a.sf-with-ul:after {
  content: '';
  right: 0;
}
#menu ul ul li.sfHover > a {
  text-decoration: none;
  color: #224c78;
}
#menu ul ul ul {
  left: 100%;
  top: 0;
  margin-top: -1px;
}
#menu ul ul ul:before {
  content: none;
}
#menu ul ul ul li a {
  margin-left: -1px;
}

#responsive-menu {
  background: #0076c1;
}
#responsive-menu .sf-arrows li > .sf-with-ul:after {
  border-top-color: transparent;
}
#responsive-menu .sf-arrows li > .sf-with-ul:hover:after {
  border-top-color: transparent;
}
#responsive-menu .sf-arrows ul li a.sf-with-ul:after {
  border-top-color: transparent !important;
  border-left-color: transparent;
}
#responsive-menu .sf-arrows ul li a.sf-with-ul:hover:after {
  border-left-color: transparent;
}
#responsive-menu li a {
  font: 16px/1.5 "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
#responsive-menu #dropmenu ul {
  left: auto !important;
  margin-left: 0 !important;
}

.mean-container .mean-bar {
  background: #0076c1;
}
.mean-container .mean-nav {
  background: #0076c1;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0076c1;
}

/* Slick dot CSS */
.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: inherit !important;
  margin-bottom: 15px;
  margin-right: 30px;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button:before {
  opacity: 1;
  font-size: 50px;
}
.slick-dots li button:hover:before {
  color: #3576ba;
}
.slick-dots li button:focus:before {
  color: #3576ba;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3576ba !important;
}

#banner {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all ease 0.5s;
  margin-bottom: 0;
  padding: 15px 0;
}
#banner .slide {
  width: 100%;
  float: left;
  position: relative;
}
#banner .slide > img {
  width: 100%;
}
#banner .slide > .image {
  width: 100%;
  padding-top: 30%;
  background-size: cover;
  background-position: center;
}
#banner .banner_desc {
  position: absolute;
  bottom: 0;
}
#banner .banner_desc .banner-wrapper {
  padding: 40px;
  background: -moz-linear-gradient(top, rgba(53, 118, 186, 0) 0%, #3576ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(53, 118, 186, 0) 0%, #3576ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(53, 118, 186, 0) 0%, #3576ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003576ba', endColorstr='#3576ba',GradientType=0 );
  /* IE6-9 */
}
#banner .banner_desc .banner-title {
  color: #ffffff;
}
#banner .banner_desc .banner-caption {
  color: #ffffff;
  text-transform: none;
}

.slick-slider {
  margin-bottom: 0;
}

.banner-btn {
  text-transform: uppercase;
  color: #89b2dd;
  letter-spacing: 1px;
}
.banner-btn:hover {
  text-decoration: underline;
}
.banner-btn .fa {
  margin-right: 10px;
}

.wt-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.wt-caption {
  display: block;
}

.br-stage {
  min-height: 781px !important;
}

.banner-rotator {
  width: auto !important;
  min-height: 781px !important;
}
.banner-rotator img {
  width: auto !important;
  height: auto !important;
  top: 0 !important;
}

#ads {
  overflow: hidden;
  margin: 0 0 10px;
}
#ads a {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
#ads a.last {
  margin: 0;
}
#ads object {
  max-width: 100%;
}

#news_carousel {
  float: left;
  position: relative;
}
#news_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news_carousel ul li {
  position: relative;
  width: 620px !important;
  height: 32px !important;
  line-height: 32px;
}
#news_carousel ul li .date_mini {
  float: left;
  padding: 0 20px 0 0;
  color: #495258;
}
#news_carousel ul li a {
  float: left;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
#news_carousel ul li a:hover {
  text-decoration: underline;
  color: #2c3945;
}

.news_description {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.news_description img {
  border: 1px solid #ccc;
}
.news_description .date {
  display: inline-block;
  color: #3576ba;
  background: #d6fce7;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.news_description a.link {
  color: #224c78;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  text-transform: uppercase;
}
.news_description a:hover {
  color: #4fae47;
}
.news_description a.view {
  color: #89b2dd;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news_description p {
  margin: 0 0 6px;
}

.news_description_mini {
  padding: 30px 15px;
}
.news_description_mini .calendar {
  text-align: center;
}
.news_description_mini .date {
  display: inline-block;
  color: #3576ba;
  background: #d6fce7;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.news_description_mini a.link {
  color: #224c78;
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.news_description_mini a:hover {
  color: #4fae47;
}
.news_description_mini a.view {
  font-size: 11px;
}
.news_description_mini p {
  margin: 0 0 6px;
}

#event {
  overflow: hidden;
}
#event .prev {
  cursor: pointer;
}
#event .next {
  cursor: pointer;
}

#event_carousel {
  float: left;
  position: relative;
}
#event_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#event_carousel ul li {
  position: relative;
  width: 620px !important;
  height: 32px !important;
  line-height: 32px;
}
#event_carousel ul li .date_mini {
  float: left;
  padding: 0 20px 0 0;
  color: #495258;
}
#event_carousel ul li a {
  float: left;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
#event_carousel ul li a:hover {
  text-decoration: underline;
  color: #2c3945;
}

.event_description .calendar {
  text-align: center;
}
.event_description .date {
  display: inline-block;
  color: #3576ba;
  background: #d6fce7;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.event_description a.link {
  color: #224c78;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  text-transform: uppercase;
}
.event_description a:hover {
  color: #4fae47;
}
.event_description a.view {
  font-size: 11px;
}
.event_description p {
  margin: 0 0 6px;
}

.event_description_mini .calendar {
  text-align: center;
}
.event_description_mini .date {
  display: inline-block;
  color: #3576ba;
  background: #d6fce7;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.event_description_mini a.link {
  color: #224c78;
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.event_description_mini a:hover {
  color: #4fae47;
}
.event_description_mini a.view {
  font-size: 11px;
}
.event_description_mini p {
  margin: 0 0 6px;
}

table#newsletter_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#newsletter_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: top;
}
table#newsletter_box tr td.btn {
  text-align: right;
  line-height: 18px;
}
table#newsletter_box tr td.td1 {
  width: 110px;
  font-weight: bold;
}
table#newsletter_box tr td.td2 {
  width: 120px;
}
table#newsletter_box tr td input[type='radio'] {
  position: relative;
  top: 1px;
}
table#newsletter_box tr td input[type='text'] {
  width: 120px;
}
table#newsletter_box tr td .newsletter_submit {
  cursor: pointer;
}
table#contact_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#contact_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: top;
}
table#contact_box tr td a {
  color: #015294;
}
table#contact_box tr td.td1 {
  width: 100px;
  font-weight: bold;
}
table#contact_box tr td.td2 {
  width: 1px;
}
table#contact_box tr td input[type='text'] {
  width: 280px;
}
table#contact_box tr td textarea {
  width: 280px;
  height: 80px;
}
table#contact_box tr td input#txtCode {
  width: 80px !important;
}
table#review_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#review_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: top;
}
table#review_box tr td a {
  color: #015294;
}
table#review_box tr td.td1 {
  width: 100px;
  font-weight: bold;
}
table#review_box tr td.td2 {
  width: 1px;
}
table#review_box tr td input[type='text'] {
  width: 280px;
}
table#review_box tr td input[type='radio'] {
  float: left;
}
table#review_box tr td textarea {
  width: 280px;
  height: 80px;
}
table#review_box tr td input#txtCode {
  width: 80px !important;
}
table#enquiry_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#enquiry_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: top;
}
table#enquiry_box tr td a {
  color: #015294;
}
table#enquiry_box tr td.td2 {
  width: 1px;
}
table#enquiry_box tr td input[type='text'] {
  width: 100%;
  border: 1px solid #ccc;
}
table#enquiry_box tr td textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
}
table#enquiry_box tr td input#txtCode {
  width: 80px !important;
}
table.optionform tbody tr td label {
  display: block;
}
table.optionform tbody tr td label img {
  margin: 0 2px;
  position: relative;
  top: 2px;
}
table.optionform tbody tr td label .inventory {
  font-style: italic;
  margin: 0 0 0 12px;
  font-size: 11px;
}
table.productdocument tbody tr td {
  border-bottom: 1px solid #cfe0ed;
  padding: 1px 0;
}
table.productdocument tbody tr td a {
  text-decoration: none;
  color: #62778a;
}
table.productdocument tbody tr td a:hover {
  text-decoration: underline;
}
table.productdocument tbody tr td a.download {
  background: url("../../global/images/icons/download.png") no-repeat center right;
  padding: 0 20px 0 0;
}
table.productdocument tbody tr td a img {
  float: left;
  margin: 0 5px 0 0;
}
table.cartlist tbody tr td {
  line-height: 22px;
  vertical-align: top;
}
table.cartlist tbody tr td h2 {
  color: #2c3945;
  font-size: 14px;
  margin: 0;
}
table.cartreview tbody tr td {
  vertical-align: top;
  padding: 1px 2px;
  line-height: 18px;
}
table.cartcustomer tbody tr td {
  vertical-align: top;
  padding: 2px;
  line-height: 18px;
}
table.cartdetails tbody tr td {
  vertical-align: top;
  padding: 1px !important;
}

.smart-forms {
  margin-top: 25px;
}
.smart-forms .sml-150 {
  padding-left: 150px;
}
.smart-forms .sml-150 .button {
  width: 150px;
}
.smart-forms .sml-120 .refresh-captcha {
  right: -21px;
}
.smart-forms .captcode img {
  top: -2px;
}
.smart-forms .select > select {
  background: #fff;
  min-width: 200px;
}

#home-cms {
  background: url("../images/kloberz_images/homepage_bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#home-cms img {
  max-width: 100%;
}
#home-cms .product_panel {
  margin: 30px 0;
}
#home-cms .product_panel > h2 {
  color: #4fae47;
  letter-spacing: 2px;
}
#home-cms ul.product_panel_list {
  margin: 0 -15px;
}

#newsletterformbtn {
  cursor: pointer;
  padding: 10px 20px;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  transition: background-color 0.3s ease-in-out 0s,border .4s ease-in-out 0s;
}
#newsletterformbtn:hover {
  background: #e8e8e8;
}

#breadcrumb {
  display: block;
  margin: 0;
  padding: 20px 0;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
#breadcrumb .crumb {
  display: inline-block;
}
#breadcrumb .crumb .fa {
  margin: 0 5px;
}
#breadcrumb .crumb a {
  text-decoration: none;
}
#breadcrumb .crumb a:hover {
  text-decoration: underline;
}
#breadcrumb .crumb:first-child .fa {
  display: none;
}
#breadcrumb .first:before {
  content: '|';
  margin: 0 10px;
}
#breadcrumb .last:after {
  content: '|';
  margin: 0 10px;
}

.search_title {
  margin: 18px 0 8px;
  padding: 0 0 6px;
  border-bottom: 1px solid #999;
  color: #2c3945;
  font-size: 14px;
}

.search_list {
  width: 100%;
  padding: 0 0 9px;
  margin: 0 0 9px;
  border-bottom: 1px solid #fff;
}
.search_list a.link {
  display: block;
  font-weight: bold;
  margin: 0 0 4px;
  color: #62778a;
  text-decoration: none;
  font-size: 12px;
}
.search_list a:hover {
  color: #2c3945;
  text-decoration: underline;
}
.search_list a.view {
  font-size: 11px;
}
.search_list p {
  margin: 0 0 6px;
}

.photo_gallery_list {
  padding-bottom: 20px;
}
.photo_gallery_list h3 {
  margin: 3px 0 6px;
  font-size: 13px;
}
.photo_gallery_list p {
  margin: 0 0 6px;
}
.photo_gallery_list a {
  color: #89b2dd;
  text-decoration: none;
}
.photo_gallery_list a.view {
  float: none;
}
.photo_gallery_list a:hover {
  color: #2c3945;
  text-decoration: underline;
}

#gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gallery ul li {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 10px;
}
#gallery .content_left {
  float: left;
}
#gallery .content_right {
  margin-left: 165px;
}
#gallery .view {
  float: right;
  font-size: 12px;
  margin-bottom: 10px;
}
#gallery a {
  text-decoration: none;
}
#gallery a:hover {
  text-decoration: underline;
}
#gallery a.imgFrame_wrapper {
  display: block;
  min-height: 134px;
  outline: 0;
}
#gallery .imgFrame {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
}
#gallery .imgFrame:hover {
  border: 1px solid #aaa;
}
#gallery .imgFrame:hover .multiFrame {
  border: 1px solid #aaa;
}
#gallery .multiFrame {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}
#gallery h3 a {
  color: #333;
}

ul.gallery_view {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.gallery_view li {
  float: left;
  margin: 1px;
}
ul.gallery_view li a {
  position: relative;
  display: block;
}
ul.gallery_view li .imgFrame {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}
ul.gallery_view li .imgFrame:hover {
  border: 1px solid #aaa;
  cursor: pointer;
}
ul.video_gallery_view {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.video_gallery_view li {
  float: left;
  margin: 3px;
}
ul.video_gallery_view li.first {
  margin-left: 0;
}
ul.video_gallery_view li.last {
  margin-right: 0;
}
ul.video_gallery_view li a {
  background: #fff;
  position: relative;
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
}
ul.video_gallery_view li a:hover {
  background: #eee;
  border: 1px solid #aaa;
}
ul.video_gallery_view li .vidFrame {
  margin-bottom: 10px;
  display: inline-block;
}
ul.social_share {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.social_share li {
  display: inline-block;
  max-width: 85px;
  font-size: 0;
}
ul#category_list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
ul#category_list li {
  text-align: center;
  padding: 15px;
}
ul#category_list li a {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #3576ba;
  text-decoration: none;
}
ul#category_list li a .img img {
  max-width: 100%;
}
ul#category_list li a .title {
  padding: 15px;
}
ul#category_list li a .title:hover {
  border-color: #224c78;
}
ul#category_list li a:hover {
  border-color: #224c78;
}
ul#category_list li:hover {
  border-color: #224c78;
}
ul#brand_list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
ul#brand_list li {
  text-align: center;
  padding: 15px;
}
ul#brand_list li a {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #3576ba;
  text-decoration: none;
}
ul#brand_list li a .img img {
  max-width: 100%;
}
ul#brand_list li a .title {
  padding: 15px;
}
ul#brand_list li a .title:hover {
  border-color: #224c78;
}
ul#brand_list li a:hover {
  border-color: #224c78;
}
ul#brand_list li:hover {
  border-color: #224c78;
}
ul#listing_list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
ul#listing_list li {
  text-align: center;
  padding: 15px;
}
ul#listing_list li a {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #3576ba;
  text-decoration: none;
}
ul#listing_list li a .img img {
  max-width: 100%;
}
ul#listing_list li a .title {
  padding: 50px 15px;
}
ul#listing_list li a .title:hover {
  border-color: #224c78;
}
ul#listing_list li a:hover {
  border-color: #224c78;
}
ul#listing_list li:hover {
  border-color: #224c78;
}
ul.product_grid-ul {
  margin: 0 -15px;
}
ul.box_listing li {
  word-wrap: break-word;
}
ul.box_listing li a .img {
  display: block;
}
ul.box_listing li a .img > img {
  max-width: 100%;
  max-height: 100%;
}

.video_gallery_list {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 0 4px;
  padding: 4px 0 8px;
}
.video_gallery_list table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.video_gallery_list table tr td {
  vertical-align: middle;
}
.video_gallery_list h3 {
  margin: 3px 0 6px;
  font-size: 13px;
}
.video_gallery_list p {
  margin: 0 0 6px;
}
.video_gallery_list a {
  color: #89b2dd;
  text-decoration: none;
}
.video_gallery_list a.view {
  float: none;
}
.video_gallery_list a:hover {
  color: #2c3945;
  text-decoration: underline;
}

.imgFrame {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.imgFrame:hover {
  background: #eee;
  border: 1px solid #aaa;
}
.imgFrame:hover .multiFrame {
  background: #eee;
  border: 1px solid #aaa;
}

.multiFrame {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}

#sitemap {
  overflow: hidden;
  margin: 0 0 12px;
}
#sitemap h3 {
  margin: 12px 0 3px;
  color: #62778a;
}
#sitemap ul {
  margin: 0 0 0 5px;
  padding: 0;
  border: 0;
  list-style: none;
  position: relative;
}
#sitemap ul li {
  position: relative;
  line-height: 18px;
}
#sitemap ul li a {
  background: url("../../global/images/icons/blt_grey.gif") no-repeat left 6px;
  padding: 0 0 0 10px;
  margin: 0;
  color: #555;
  text-decoration: none;
  font-weight: bold;
}
#sitemap ul li a:hover {
  text-decoration: underline;
}
#sitemap ul li ul {
  margin: 0 0 0 15px;
}

.paging {
  display: inline-block;
  color: #89b2dd;
  letter-spacing: 1px;
  padding: 0 10px;
  text-transform: uppercase;
}
.paging a {
  display: block;
  text-decoration: none;
}
.paging a:hover {
  text-decoration: none;
  color: #4fae47;
}

.off {
  color: #4fae47;
}

#social_share_box {
  float: left;
}

.msg_success {
  color: #060;
  border: 1px solid #060;
  background-color: #e6ffea;
  position: relative;
  z-index: 10;
  margin: 10px 0 !important;
  padding: 10px !important;
  border-radius: 5px;
  box-shadow: #c8c8c8 0 1px 5px;
}

.msg_error {
  color: #900;
  border: 1px solid #900;
  background-color: #ffcece;
  position: relative;
  z-index: 10;
  margin: 10px 0 !important;
  padding: 10px !important;
  border-radius: 5px;
  box-shadow: #c8c8c8 0 1px 5px;
}

.msg_alert {
  color: #e27815;
  border: 1px solid #e27815;
  background-color: #fffbcf;
  position: relative;
  z-index: 10;
  margin: 10px 0 !important;
  padding: 10px !important;
  border-radius: 5px;
  box-shadow: #c8c8c8 0 1px 5px;
}

#error_404 {
  line-height: 30px;
  color: #900;
  border: 1px solid #900;
  background-color: #ffecec;
  position: relative;
  z-index: 10;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: #c8c8c8 0 1px 5px;
}
#error_404 h2 {
  font-size: 24px;
  margin: 0;
}

#customer_panel {
  float: right;
  margin-right: -20px;
  font-size: 14px;
  z-index: 2;
}
#customer_panel > div {
  float: left;
}
#customer_panel > div:first-child {
  background: #0076c1;
  width: 15px;
  height: 20px;
}
#customer_panel > div:first-child > div {
  background: #fff;
  height: 20px;
  border-radius: 0 5px 0 0;
}
#customer_panel > div:last-child {
  background: #0076c1;
  width: 15px;
  height: 20px;
}
#customer_panel > div:last-child > div {
  background: #fff;
  height: 20px;
  border-radius: 5px 0 0 0;
}
#customer_panel > div:after {
  clear: both;
  display: block;
  content: "";
}

#login {
  padding: 0 20px 5px;
  background: #0076c1;
  color: #fff;
  border-radius: 0 0 5px 5px;
}
#login a {
  text-decoration: none;
  color: #fff;
}
#login a:hover {
  text-decoration: underline;
}
#login a#customer_login {
  font-weight: bold;
}

#dashboard {
  padding: 0 20px 5px;
  background: #0076c1;
  color: #fff;
  border-radius: 0 0 5px 5px;
  text-align: right;
  word-wrap: break-word;
  z-index: 1500;
}
#dashboard .welcome {
  cursor: pointer;
  font-weight: bold;
  display: block;
}
#dashboard .name {
  float: left;
  margin: 0 2px 0 0;
  padding-bottom: 5px;
}
#dashboard .name a {
  text-decoration: none;
}
#dashboard .name a:hover {
  color: #a0c55d;
  text-decoration: none;
}
#dashboard .drop {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  float: left;
}
#dashboard .drop:hover {
  content: "\f0d8" !important;
}
#dashboard .drop.hover:before {
  content: "\f0d8" !important;
}
#dashboard ul {
  z-index: 2;
  min-width: 118px;
  border-top-width: 5px;
  padding: 4px;
  margin: 0;
  position: absolute;
  top: 19px;
  right: 0;
  display: none;
}
#dashboard ul li a {
  color: #62778a;
  text-decoration: none;
  line-height: 20px;
  padding: 0 8px;
  display: block;
}
#dashboard ul li a:hover {
  background: #0076c1;
  color: #fff;
  text-decoration: none;
}

#login_form a {
  margin: 0 15px;
}
#login_form a:hover {
  color: #0076c1;
}
#login_form button {
  color: #ffffff;
}

#dashboard_col .welcome {
  font-weight: bold;
  display: block;
  margin: 0 0 3px;
}
#dashboard_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dashboard_col ul li {
  border-bottom: 1px solid #cfe0ed;
}
#dashboard_col ul li.last {
  border: none;
}
#dashboard_col ul li a {
  color: #62778a;
  text-decoration: none;
  line-height: 28px;
  padding: 0 12px;
  display: block;
}
#dashboard_col ul li a:hover {
  background: #a0c55d;
  color: #fff;
  text-decoration: none;
}
#dashboard_col ul li.hover a {
  background: #a0c55d;
  color: #fff;
  text-decoration: none;
}

.btn {
  border: none;
  cursor: pointer;
  background: #0076c1;
  color: #ffffff !important;
  border-radius: 0;
}
.btn:hover {
  background: #39a5e9;
}
.btn .fa {
  margin: 0 0 0 10px;
}

#register_form {
  margin: 0;
}

#customer_side_panel {
  border: 1px solid #ccc;
  background: #fcfcfc;
}
#customer_side_panel #customer_side_panel_title {
  padding: 3px 15px;
  margin: 10px 0;
}
#customer_side_panel ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
#customer_side_panel ul li a {
  padding: 3px 15px;
  display: block;
  text-decoration: none;
  color: #313131;
}
#customer_side_panel ul li a:hover {
  text-decoration: underline;
  color: #313131;
}
#customer_side_panel ul li a.cur {
  color: #fff;
  background: #4d4d4d;
}

.dashboard_box {
  border: 1px solid #ccc;
  background: #fcfcfc;
  color: #4c4c4c;
  overflow-x: scroll;
}
.dashboard_box .dashboard_title {
  padding: 8px 20px;
  background: #d9d9d9;
  margin: 0;
  min-width: 430px;
}
.dashboard_box .table {
  min-width: 430px;
  margin: 0;
}
.dashboard_box .table a {
  text-decoration: none;
}
.dashboard_box .table .w100 {
  width: 110px;
  box-sizing: content-box;
}
.dashboard_box .table .w1 {
  width: 1px;
  box-sizing: content-box;
  padding: 8px 0 !important;
}
.dashboard_box .dashboard_box_content {
  padding: 8px 20px;
  position: relative;
}
.dashboard_box .dashboard_box_content .dashboard_field {
  position: relative;
  padding: 0 0 5px 0;
}
.dashboard_box .dashboard_box_content .dashboard_field:after {
  content: '';
  display: block;
  clear: both;
}
.dashboard_box .dashboard_box_content .dashboard_field .dashboard_field_name {
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard_box .dashboard_box_content .dashboard_field .dashboard_field_content {
  margin-left: 170px;
}
.dashboard_box .dashboard_link {
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 3px 5px;
  border: 1px solid #444;
  color: #444;
  font-size: 10px;
  line-height: 13px;
  border-radius: 3px;
}
.dashboard_box .dashboard_add_to_cart {
  background-color: #f7f7f7;
  color: #545454;
  border: 1px solid #e0dede;
  padding: 4px 9px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 10px;
  min-width: 62px;
  display: inline-block;
}
.dashboard_box .formtitle {
  padding: 0;
}
.dashboard_box p {
  line-height: 25px;
}
.dashboard_box .review_parent {
  margin-top: 20px;
}
.dashboard_box + .dashboard_box {
  margin-top: 30px;
}
.dashboard_box.pd .table td:first-child {
  padding: 8px 20px;
}
.dashboard_box.pd .table td:last-child {
  padding: 8px 20px;
}
.dashboard_box.pd .table th:first-child {
  padding: 8px 20px;
}
.dashboard_box.pd .table th:last-child {
  padding: 8px 20px;
}

#currencyform {
  position: relative;
  float: left;
  text-align: right;
  word-wrap: break-word;
  z-index: 1500;
  color: #8d8c8c;
}

#currency .current {
  cursor: pointer;
  font-weight: bold;
  display: block;
}
#currency .current:after {
  content: '';
  display: block;
  clear: both;
}
#currency .current .name {
  float: left;
  margin: 0 2px 0 0;
  line-height: 27px;
}
#currency .current .name img {
  position: relative;
  margin-left: 10px;
}
#currency .current .drop {
  line-height: 27px;
  margin-left: 10px;
}
#currency ul {
  min-width: 118px;
  padding: 4px;
  position: absolute;
  top: 23px;
  right: 0;
  display: none;
}
#currency ul li {
  cursor: pointer;
  line-height: 20px;
  padding: 0 8px;
}
#currency ul li span {
  white-space: nowrap;
  color: #62778a;
  text-decoration: none;
  line-height: 20px;
  padding: 0 8px;
  display: block;
}
#currency ul li span:hover {
  background: #0076c1;
  color: #fff;
  text-decoration: none;
}

.catalog_list {
  padding: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
.catalog_list ul li ul {
  padding: 0 0 0 18px;
}

#category img {
  position: absolute;
  top: 11px;
  padding: 0 8px;
}
#category img.category_img {
  padding: 0 4px 0 0;
}
#category img + span {
  display: block;
  margin-left: 32px;
}
#category > div > ul li a {
  padding: 5px 0 5px 15px;
  font-size: 14px;
  position: relative;
}
#category a.all {
  font-size: 11px;
}
#category ul li ul li a {
  padding: 5px 0 5px 15px;
  margin-left: 15px;
  position: relative;
}
#category ul li ul li ul li a {
  padding: 5px 0 5px 35px;
  margin-left: 15px;
  position: relative;
}

#brand img.brand_img {
  position: relative;
  top: 0;
  padding: 0 4px 0 0;
}
#brand img.brand_bullet_img {
  position: relative;
  top: 4px;
  padding: 0 4px 0 0;
}
#brand a.all {
  font-size: 11px;
}
#brand ul li a {
  padding: 5px 0 5px 15px;
  font-size: 14px;
}

#listing img.listing_img {
  position: relative;
  top: 4px;
  padding: 0 4px 0 0;
}
#listing img.listing_bullet_img {
  position: relative;
  top: 4px;
  padding: 0 4px 0 0;
}
#listing a.all {
  font-size: 11px;
}
#listing ul li a {
  padding: 5px 0 5px 15px;
  font-size: 14px;
}

#product_tag {
  margin-top: 60px;
}
#product_tag h3.title {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#searchadvform {
  float: left;
  margin: 2px 0 0;
}
#searchadvform table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#searchadvform table tr td {
  padding: 0 3px 0 0;
}
#searchadvform table tr td .search-btn {
  cursor: pointer;
  line-height: 23px;
}

.product_panel_list {
  margin: 0 -5px;
}

li.product_grid {
  text-align: center;
  position: relative;
}
li.product_grid > div {
  border-bottom: 1px solid #ccc;
}
li.product_grid > div > a {
  display: block;
}
li.product_grid > div > a span.img {
  text-align: center;
  display: block;
  padding: 10px 0;
  position: relative;
}
li.product_grid > div > a span.img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
li.product_grid > div > a span.img .filter-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(53, 118, 186, 0.8);
  height: 100%;
  padding: 30px;
}
li.product_grid > div > a span.img .filter-bg .product-name {
  color: #ffffff;
  letter-spacing: 1px;
  position: relative;
}
li.product_grid > div > a img.labelimg {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  z-index: 1;
}
li.product_grid > div .inventory {
  font-style: italic;
  color: #454545;
  font-size: 11px;
  margin: 10px 0 0;
  float: right;
  line-height: 16px;
}
li.product_grid > div .review {
  margin: 10px 0 0;
  float: left;
}
li.product_grid > div .review .star_div {
  float: none !important;
  margin: 0 auto !important;
  width: 80px;
  height: 16px;
}
li.product_grid > div .prod_details > a {
  text-decoration: none;
  display: none;
}
li.product_grid > div .prod_details p {
  display: none;
  margin: 0;
}
li.product_grid > div .prod_pricing:after {
  content: '';
  display: block;
  clear: both;
}
li.product_grid > div .prod_pricing .strikeprice {
  text-decoration: line-through;
  display: block;
}
li.product_grid > div .prod_pricing .strikeprice + .price {
  line-height: normal;
}
li.product_grid > div .prod_pricing .price {
  display: block;
}
li.product_grid > div .prod_pricing .details {
  display: inline-block;
  text-decoration: none;
  color: #89b2dd;
  letter-spacing: 2px;
}
li.product_grid > div:hover .filter-bg {
  display: block !important;
}
li.product_grid > div:hover .prod_pricing {
  border-color: #fff;
}
li.product_grid > div:hover .prod_pricing .strikeprice {
  color: #5bb0e6;
}
li.product_grid > div:hover .inventory {
  color: #fff !important;
}
li.product_grid > div:hover .star_div .on {
  background-position-y: -51px !important;
}
li.product_grid > div:hover .star_div .of {
  background-position-y: -33px !important;
}
li.product_grid > div > .product_info {
  position: relative;
  margin: 20px 0;
}
li.product_grid .prod_pricing .prod_pricing_left {
  text-align: center;
  position: relative;
}
li.product_grid .prod_pricing .prod_pricing_right {
  text-align: center;
  position: relative;
}
li.product_list {
  float: none !important;
  width: 100%;
  height: auto !important;
  text-align: left;
  position: relative;
}
li.product_list .filter-bg .product-name {
  display: none;
}
li.product_list > div {
  border-bottom: 1px solid #ccc;
}
li.product_list > div > a {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}
li.product_list > div > a:after {
  content: '';
  display: block;
  clear: both;
}
li.product_list > div > a span.img {
  text-align: center;
  display: block;
  padding: 0;
}
li.product_list > div > a span.img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
li.product_list > div > a span.img span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
li.product_list > div > a img.labelimg {
  position: absolute;
  left: 1px;
  top: 1px;
  border: none;
  z-index: 1;
}
li.product_list > div:hover .prod_pricing {
  border-color: #fff;
}
li.product_list > div:hover .prod_pricing .price {
  color: #fff !important;
}
li.product_list > div:hover .prod_pricing .strikeprice {
  color: #5bb0e6;
}
li.product_list > div:hover .inventory {
  color: #fff !important;
}
li.product_list > div:hover .star_div .on {
  background-position-y: -51px !important;
}
li.product_list > div:hover .star_div .of {
  background-position-y: -34px !important;
}
li.product_list > div > .product_info {
  float: left;
  width: 75%;
  position: relative;
  padding: 20px;
}
li.product_list > div .prod_pricing .details span {
  margin-left: 5px;
  font-weight: normal;
}
li.product_list .inventory {
  font-style: italic;
  color: #454545;
  font-size: 11px;
  line-height: 16px;
  position: absolute;
  top: 0;
  right: 20px;
}
li.product_list .review {
  margin: 0;
  position: absolute;
  top: 0;
  left: 20px;
}
li.product_list .review .star_div {
  float: none !important;
  height: 16px;
}
li.product_list .prod_details {
  margin: 0;
}
li.product_list .prod_details > a {
  color: #224c78;
  display: block;
  text-decoration: none;
  margin: 0;
}
li.product_list .prod_pricing .prod_pricing_left {
  text-align: center;
  display: none;
}
li.product_list .prod_pricing .prod_pricing_right {
  color: #89b2dd;
  letter-spacing: 2px;
}
li.product_list .prod_pricing .prod_pricing_right a {
  text-decoration: none;
}
li.product_list .prod_pricing .strikeprice {
  color: #939393;
  font-size: 12px;
  line-height: 15px;
  text-decoration: line-through;
  display: block;
}
li.product_list .prod_pricing .price {
  font-size: 14px;
  display: block;
  color: #2f2f2f;
}

.fb_edge_widget_with_comment {
  height: 18px;
}

#product_left {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#product_left #produt_image #zoom_main {
  margin-bottom: 15px;
}
#product_left #produt_image #zoom_img {
  display: block;
  margin: 0 auto;
}
#product_left #produt_image > #zoom_gallery a {
  display: inline-block;
}
#product_left #product_image_swiper {
  height: 78px;
  padding: 0 26px;
}
#product_left #product_image_swiper > div {
  height: 78px;
}
#product_left #product_image_swiper #zoom_gallery > div {
  height: 78px;
  text-align: center;
}
#product_left #product_image_swiper #zoom_gallery > div a {
  height: 78px;
}
#product_left #product_image_swiper #zoom_gallery img {
  max-height: 100%;
  max-width: 100%;
}
#product_left #swiper-prev {
  z-index: 1;
  cursor: pointer;
  display: block;
  width: 26px;
  height: 78px;
  position: absolute;
  left: 0;
  top: 0;
}
#product_left #swiper-prev:after {
  content: '\f137';
  font-family: 'fontAwesome';
  position: absolute;
}
#product_left #swiper-next {
  z-index: 1;
  cursor: pointer;
  display: block;
  width: 26px;
  height: 78px;
  position: absolute;
  right: 0;
  top: 0;
}
#product_left #swiper-next:after {
  content: '\f138';
  font-family: 'fontAwesome';
  position: absolute;
}
#product_left #zoom_gallery a {
  display: block;
}

#product_right #ranking_price {
  float: left;
  width: 40%;
  padding: 15px 25px 35px 15px;
}
#product_right #ranking_price > div {
  border: 1px solid #d1d1d1;
  padding: 35px 15px 15px;
  text-align: center;
}
#product_right h1 {
  font-size: 18px;
  color: #2f2f2f;
  padding-bottom: 10px;
}
#product_right p {
  color: #3576ba;
  letter-spacing: 2px;
}
#product_right p a {
  text-decoration: none;
  color: #62778a;
}
#product_right p a:hover {
  text-decoration: underline;
  color: #a0c55d;
}
#product_right div.star_div {
  float: none !important;
  padding: 0 0 20px 0;
}
#product_right div.star_div span.text {
  margin: 0 0 0 8px;
  line-height: 18px;
  font-size: 11px;
  font-style: italic;
}
#product_right div.product_inventory_box {
  padding: 0 0 20px;
}
#product_right div.product_opt_box {
  background: #f3f3f3;
  padding: 20px 25px;
}
#product_right div.product_opt_box h3 {
  padding: 0 0 15px 0;
  max-width: 500px;
}
#product_right div.product_pricing_box span.price {
  font-size: 16px;
  font-weight: bold;
  color: #2c3945;
  margin: 0 0 0 5px;
}

#organictabs {
  margin-top: 25px;
}
#organictabs .nav {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
  padding-bottom: 10px;
}
#organictabs .nav li {
  float: left;
  margin: 0 2px 0 0;
  position: relative;
}
#organictabs .nav li:first-child {
  margin: 0;
}
#organictabs .nav li.last {
  margin: 0;
}
#organictabs .nav li a {
  color: #6f696b;
  background: none;
  display: inline-block;
  padding: 0 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 0;
  font-weight: bold;
}
#organictabs .nav li a:hover {
  color: #0076c1;
}
#organictabs .nav li a.current {
  color: #0076c1 !important;
  z-index: 2;
}
#organictabs .nav li a.current:hover {
  color: #0076c1 !important;
  z-index: 2;
}
#organictabs .nav li a:focus {
  color: #0076c1;
}
#organictabs .nav li a:after {
  content: ' ';
  color: #6f696b;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#organictabs .nav li a#enquiry:after {
  content: '';
}
#organictabs .list-wrap {
  display: block;
  background: #fff;
  padding: 25px 0;
  margin: 0;
  position: relative;
  z-index: 1;
  height: auto !important;
}
#organictabs .list-wrap .tabs {
  overflow: hidden;
}
#organictabs .list-wrap p {
  line-height: 1.5;
}

.product_content {
  padding: 18px 0 0;
  overflow: hidden;
}
.product_content h3.title {
  color: #62778a;
  margin: 24px 0 12px;
}
.product_content #gallery a {
  float: left;
  position: relative;
  margin: 0 3px 3px 0;
  padding: 2px;
  border: 1px solid #d3e6f8;
}
.product_content #gallery a:hover {
  background: #d3e6f8;
  border: 1px solid #a0c55d;
}
.product_content #gallery a:hover .expand {
  visibility: visible;
  z-index: 10;
}
.product_content #gallery a:hover .play {
  visibility: visible;
  z-index: 10;
}
.product_content #gallery a .expand {
  width: 59px;
  height: 60px;
  background: url("../../global/images/icons/expand.png") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
.product_content #gallery a .play {
  width: 124px;
  height: 94px;
  background: url("../../global/images/icons/play.png") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}

.review_box {
  margin: 0 0 6px;
  padding: 0 0 6px;
}

.review_parent {
  margin: 0 0 6px;
  padding: 6px;
  border-top: 1px solid #ccc;
  border-left: 3px solid #ccc;
}
.review_parent:hover {
  background: #f6f6f6;
  border-left: 3px solid #aaa;
}
.review_parent .product_title {
  margin: 0 0 3px;
  padding: 0 0 3px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.review_parent .heading {
  margin: 0 0 3px;
  padding: 0 0 3px;
  line-height: 18px;
}
.review_parent .heading .star_box {
  float: left;
  margin: 0 5px 0 0;
}
.review_parent .heading .star_box > span {
  width: 17px;
  height: 17px;
  float: left;
}
.review_parent .heading .star_box > .on {
  background: url("../images/star.png") no-repeat 0 -17px;
}
.review_parent .heading .star_box > .of {
  background: url("../images/star.png") no-repeat 0 0;
}
.review_parent .heading .title {
  font-weight: bold;
  color: #62778a;
}
.review_parent .heading .name {
  font-weight: bold;
}
.review_parent .heading .date {
  font-size: 11px;
}
.review_parent p {
  margin: 0;
}
.review_parent a.product_title {
  display: block;
  color: #62778a;
  text-decoration: none;
}
.review_parent a.product_title:hover {
  color: #a0c55d;
  text-decoration: underline;
}

.review_reply {
  margin: 0 0 6px 24px;
  padding: 6px;
  border-top: 1px solid #ccc;
  border-left: 3px solid #ccc;
}
.review_reply:hover {
  background: #f6f6f6;
  border-left: 3px solid #aaa;
}
.review_reply .product_title {
  margin: 0 0 3px;
  padding: 0 0 3px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.review_reply .heading {
  margin: 0 0 3px;
  padding: 0 0 3px;
  line-height: 18px;
}
.review_reply .heading .star_box {
  float: left;
  margin: 0 5px 0 0;
}
.review_reply .heading .star_box > span {
  width: 17px;
  height: 17px;
  float: left;
}
.review_reply .heading .star_box > .on {
  background: url("../images/star.png") no-repeat 0 -17px;
}
.review_reply .heading .star_box > .of {
  background: url("../images/star.png") no-repeat 0 0;
}
.review_reply .heading .title {
  font-weight: bold;
  color: #62778a;
}
.review_reply .heading .name {
  font-weight: bold;
}
.review_reply .heading .date {
  font-size: 11px;
}
.review_reply p {
  margin: 0;
}
.review_reply a.product_title {
  display: block;
  color: #62778a;
  text-decoration: none;
}
.review_reply a.product_title:hover {
  color: #a0c55d;
  text-decoration: underline;
}

.review_all {
  padding: 4px 6px;
  margin: 0 0 2px;
  color: #62778a;
  cursor: pointer;
}
.review_all img {
  position: relative;
  top: 2px;
}
.review_all:hover {
  color: #a0c55d;
}

.star_div {
  margin: 0;
  text-align: center;
}
.star_div label {
  display: none;
  margin: 2px 0 0;
}
.star_div .on {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/star.png") no-repeat 0 -17px;
}
.star_div .of {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/star.png") no-repeat 0 0;
}

.star_desc {
  display: none;
  font-size: 11px;
}

#product_keyword {
  margin: 0 0 12px;
}
#product_keyword a {
  float: left;
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #62778a;
  text-decoration: none;
  padding: 0 8px;
  margin: 0 3px 3px 0;
  line-height: 24px;
}
#product_keyword a:hover {
  background: #f6f6f6;
  color: #a0c55d;
}

#optionbox .optselect {
  padding: 5px 0 0;
  position: relative;
}
#optionbox .optselect .optlabel {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 26px;
  min-width: 80px;
}
#optionbox .optselect select {
  margin: 0 0 5px 0;
  min-width: 130px;
}
#optionbox .optprice {
  padding: 10px 0 0;
  position: relative;
}
#optionbox .optprice > span.price {
  font-size: 16px;
  font-weight: bold;
  color: #2c3945;
  margin: 0;
}
#optionbox .optprice > span.inventory {
  font-style: italic;
  margin: 0 0 0 12px;
  font-size: 11px;
}

#accordion > h3 {
  font-size: 13px;
  background: #dce5ec;
  border: 1px solid #a3b6c5;
  color: #2c3945;
  margin: 2px 0 0;
  padding: 4px 8px;
  cursor: pointer;
  line-height: 18px;
}
#accordion > h3 span {
  float: left;
  margin: 0 5px 0 0;
}
#accordion > h3 a {
  text-decoration: none;
  color: #2c3945;
}

#address_book {
  border-bottom: 1px solid #aaa;
  margin: 0 0 12px;
}
#address_book div.address {
  border: 1px solid #ccc;
  margin: 0 0 3px;
}
#address_book div.address:hover {
  background: #f6f6f6;
}
#address_book div.address td {
  line-height: 16px;
}
#address_book div.address td input[type='radio'] {
  margin: 0 3px 0 5px;
}

.data-form {
  line-height: 20px;
}
.data-form .form-title {
  background: #f7f7f7;
  text-align: center;
  padding: 3px 0;
  white-space: nowrap;
}
.data-form .form-title-p {
  padding: 3px 15px;
}
.data-form .delete_item {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  line-height: 15px;
  margin-top: -8px;
}
.data-form > div {
  padding: 5px 0;
}
.data-form .form-title-box {
  padding: 0;
}
.data-form input {
  text-align: center;
}

.form-horizontal .form-group {
  margin: 0 0 15px 0;
}
.form-horizontal .control-label {
  border: 1px solid #cfcfcf;
  border-right: none;
  background: #f5f5f5;
  color: #626262;
  padding: 0 0 0 15px;
  text-align: center;
  height: 100%;
  display: block;
  line-height: 40px;
  cursor: pointer;
}
.form-horizontal .border-right {
  border: 1px solid #cfcfcf;
}
.form-horizontal .input-field {
  padding-left: 0;
  position: relative;
  line-height: 40px;
}
.form-horizontal .input-field select {
  background: #fff;
  border-radius: 0;
  height: 42px;
}
.form-horizontal .input-field textarea {
  height: 86px;
}
.form-horizontal .input-field input[type=submit] {
  color: #ffffff;
}
.form-horizontal .input-field input[type=submit] + a {
  margin-left: 15px;
}
.form-horizontal .input-field .error.tooltip.active {
  opacity: 1;
  z-index: 999;
  left: 100%;
  margin-left: -10px;
  top: 50%;
  background: #e0504a;
  margin-top: -21px;
  width: auto;
  white-space: nowrap;
  padding-right: 20px;
  line-height: 42px;
}
.form-horizontal .input-field .error.tooltip.active em {
  padding: 0;
}
.form-horizontal .input-field .error.tooltip.active:after {
  top: 12px;
  right: 100%;
  border-right: 8px solid #e0504a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.form-horizontal .gui-input {
  border-radius: 0;
  border-width: 1px;
  line-height: normal;
}
.form-horizontal .gui-input.error {
  color: #3c3c3c;
  background: #feefe9;
  border: 1px solid #e46b66;
  box-shadow: 0 0 3px #e46b66 inset;
  outline: 0;
}
.form-horizontal .checkbox {
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
}
.form-horizontal .checkbox:before {
  box-sizing: content-box;
}
.form-horizontal .captcha-box {
  display: block;
}
.form-horizontal .captcha-box img {
  width: 100%;
}
.form-horizontal .refresh-captcha {
  z-index: 1;
}

#imgCaptcha {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: normal;
}

#imgCaptcha02 {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: normal;
}

.checkout_form {
  padding-top: 10px;
  margin-top: 50px;
  border-top: 1px solid #000;
}

#SCountry {
  line-height: 42px;
  border-left: 1px solid #bdc3c7;
  padding-left: 15px;
}

#checkout-method-wrapper {
  position: relative;
  width: 600px;
  height: auto;
  margin: 0 auto !important;
  background: #fff;
  padding: 20px;
}
#checkout-method-wrapper td {
  padding: 0 0 10px 0;
}
#checkout-method-wrapper .instru {
  display: inline-block;
}
#checkout-method-wrapper > .fa {
  position: absolute;
  right: 20px;
  top: 20px;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.width-full {
  width: 100% !important;
}

.width-half {
  width: 50% !important;
}

.width-auto {
  width: auto !important;
}

.height-full {
  height: 100%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.sort {
  cursor: move;
}

.move {
  cursor: move;
}

.pointer {
  cursor: pointer;
}

.m-none {
  margin: 0 !important;
}

.m-top-none {
  margin-top: 0;
}

.m-bottom-none {
  margin-bottom: 0;
}

.m-left-none {
  margin-left: 0;
}

.m-right-none {
  margin-right: 0;
}

.p-none {
  padding: 0 !important;
}

.p-top-none {
  padding-top: 0 !important;
}

.p-bottom-none {
  padding-bottom: 0 !important;
}

.p-left-none {
  padding-left: 0 !important;
}

.p-right-none {
  padding-right: 0 !important;
}

.p-bottom {
  padding-bottom: 15px !important;
}

.p-bottom-2 {
  padding-bottom: 30px;
}

.p-bottom-3 {
  padding-bottom: 45px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.disable-selection {
  user-select: none;
}

.middle {
  margin: 0 auto;
}

.center {
  text-align: center !important;
}

.ctr {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.white {
  color: #ffffff;
}

.red {
  color: #df0101 !important;
}

.green {
  color: #088a08 !important;
}

.blue {
  color: #0076c1 !important;
}

.orange {
  color: #dba901 !important;
}

.grey {
  color: #828282;
}

.green_light {
  color: #30fb26 !important;
}

.red_light {
  color: #ff9494 !important;
}

.darkgrey {
  color: #6f696b;
}

.text-middle-line {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
.text-middle-line:before {
  content: '';
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
}
.text-middle-line span {
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding: 0 30px;
}

.gate-top-s {
  padding-top: 10px !important;
}

.gate-top {
  padding-top: 25px !important;
}

.list {
  margin: 0;
  padding: 0;
}

.l-none {
  list-style: none;
}

.b-solid {
  border-style: solid;
}

.b-dot {
  border-style: dotted;
}

.b-blue {
  border-color: #0076c1;
}

.b-grey {
  border-color: #d1d1d1;
}

.b-black {
  border-color: #000000;
}

.b-thin {
  border-width: 1px;
}

.b-top {
  border-top-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.b-bottom {
  border-bottom-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.b-right {
  border-right-width: 1px;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.b-left {
  border-left-width: 1px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.b-top-2 {
  border-top-width: 2px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.b-bottom-2 {
  border-bottom-width: 2px !important;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.b-right-2 {
  border-right-width: 2px !important;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.b-left-2 {
  border-left-width: 2px !important;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.b-none {
  border: 0 !important;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.bg-black {
  background: #454545;
}

.bg-blue {
  background: #0076c1;
}

.bg-white {
  background: #ffffff;
}

.bg-none {
  background: initial;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.ui-state-highlight {
  color: #fff;
}

#social_icon {
  padding: 5px 0;
}
#social_icon a {
  display: inline-block;
  color: #224c78;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#social_icon a:first-child {
  margin-left: 0;
}
#social_icon a:last-child {
  margin-right: 0;
}
#social_icon a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#social_icon a .facebook:after {
  content: '\f09a';
  font-family: 'fontAwesome';
}
#social_icon a .twitter:after {
  content: '\f099';
  font-family: 'fontAwesome';
}
#social_icon a .youtube:after {
  content: '\f16a';
  font-family: 'fontAwesome';
}
#social_icon a .linkedin:after {
  content: '\f08c';
  font-family: 'fontAwesome';
}
#social_icon a .instagram:after {
  content: '\f16d';
  font-family: 'fontAwesome';
}
#social_icon a .pinterest:after {
  content: '\f0d2';
  font-family: 'fontAwesome';
}

#home-cms-inner {
  padding: 10px 0;
}
#home-cms-inner .touts {
  padding: 20px 15px;
}
#home-cms-inner h2 {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
}
#home-cms-inner p {
  color: #224c78;
  margin: 10px 0;
}
#home-cms-inner a {
  color: #89b2dd;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
#home-cms-inner a:hover {
  color: #4fae47;
}

.NewsletterFormClass .mfp-content {
  width: 650px;
  min-height: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 30px 30px;
}

label.error {
  background: url("../../global/images/icons/exclamation.png") no-repeat 2px center;
  font-size: 11px;
  color: #e84227;
  padding: 1px 0 1px 20px;
}

.btnLogin .fa {
  margin: 0 0 0 10px;
}

#formregister > h3.formtitle {
  margin-top: 25px;
}

#item-table.dashboard_box {
  overflow-x: scroll;
}
#item-table.dashboard_box .table {
  min-width: 430px;
}
#item-table.dashboard_box .dashboard_title {
  min-width: 430px;
}

#currency_col table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#currency_col table tbody tr td {
  padding: 0;
}
#currency_col table tbody tr td.td1 {
  width: 75%;
}
#currency_col table tbody tr td select {
  width: 100%;
  padding: 3px;
}
#currency_col table tbody tr td img {
  float: left;
  margin: 0 3px 0 5px;
}

#cart_col table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#cart_col table tbody tr td {
  padding: 0;
}
#cart_col table tbody tr td.td1 {
  width: 60px;
  text-align: center;
}
#cart_col table tbody tr td a {
  text-decoration: none;
  color: #62778a;
}
#cart_col table tbody tr td a:hover {
  text-decoration: underline;
  color: #a0c55d;
}

.product_panel h3.title {
  color: #62778a;
  margin: 2px 0 8px;
  float: left;
  font-size: 14px;
}

#fblike {
  margin-bottom: 10px;
}
#fblike ul {
  margin: 0;
}

#txtCode.gui-input {
  padding-left: 25px;
}

#contactform .smart-forms .refresh-captcha {
  right: -22px !important;
  background: #aaa !important;
  border-color: #dedede !important;
}

#commentform .smart-forms .refresh-captcha {
  right: -22px !important;
  background: #aaa !important;
  border-color: #dedede !important;
}

.clearafter:after {
  clear: both;
  content: '';
  display: block;
}

.fb_iframe_widget iframe {
  max-width: initial;
}

.ui-widget-content .ui-state-highlight {
  color: #fff;
}

.ui-datepicker .ui-state-disabled span {
  color: #000;
}

/*********kloberz Nicklaus*********/
#footer {
  border-top: 1px solid #ccc;
}
#footer .footer-top #newsletterfooter {
  margin-top: 0;
  padding: 30px;
  padding-right: 0;
  border-left: 1px solid #ccc;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox {
  padding: 30px 0;
  text-align: right;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox #newsletterbtn {
  color: #4fae47;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 20px 0;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox #newsletterbtn .fa {
  margin-right: 10px;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section {
  margin: 0;
  border-right: 1px solid #ffffff;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section #txtNewsletterEmail2 {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section #txtNewsletterName2 {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section .field-icon .fa {
  color: #3576ba;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section input {
  color: #3576ba;
  background: #e5eef8;
  letter-spacing: 1px;
  border: 0;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section input::-webkit-input-placeholder {
  color: #3576ba;
  letter-spacing: 1px;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section input::-moz-placeholder {
  color: #3576ba;
  letter-spacing: 1px;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section input:-moz-placeholder {
  color: #3576ba;
  letter-spacing: 1px;
}
#footer .footer-top #newsletterfooter #newsletterfooterbox .section input:-ms-input-placeholder {
  color: #3576ba;
  letter-spacing: 1px;
}
#footer .footer-top #newsletterfooter h2.title {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#footer .footer-top #news {
  padding: 30px;
  padding-left: 0;
}
#footer .footer-top #news h2 {
  color: #224c78;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#footer .footer-top #news .view_all {
  text-align: right;
}
#footer .footer-top #news .view_all .fa {
  margin-right: 10px;
}
#footer .twin-border {
  position: relative;
  height: 10px;
}
#footer .twin-border:before {
  content: '';
  height: 10px;
  background: #3576ba;
  top: 0;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#footer .twin-border:after {
  content: '';
  height: 10px;
  background: #4fae47;
  top: 0;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-bottom {
  position: relative;
}
#footer .footer-bottom .footer-right {
  text-align: right;
}
#footer .footer-bottom .copyright {
  color: #224c78;
  text-transform: uppercase;
}

.xactive .sf-with-ul:after {
  border: 0;
}
.xactive ul {
  outline: none !important;
}
.xactive ul ul {
  margin-left: 0 !important;
}

#mobnav-btn {
  display: none;
  padding: 10px;
  cursor: pointer;
}

.mobnav-subarrow {
  display: none;
}
.mobnav-subarrow.first {
  top: 18px;
}
.mobnav-subarrow .fa {
  padding-left: 0 !important;
}

ul.catalog_list_dropdown {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  float: inherit;
}
ul.catalog_list_dropdown.sf-arrows li > .sf-with-ul:after {
  border: none;
}
ul.catalog_list_dropdown a {
  border: 0;
}
ul.catalog_list_dropdown > li {
  background: transparent;
  padding: 20px;
}
ul.catalog_list_dropdown > li:first-child {
  padding-left: 0;
}
ul.catalog_list_dropdown > li.hover .category-title {
  color: #4fae47;
}
ul.catalog_list_dropdown > li .category-title {
  color: #89b2dd;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  z-index: 999;
  background: transparent;
  text-transform: uppercase;
}
ul.catalog_list_dropdown > li .category-title:hover {
  background: none;
  color: #4fae47;
}
ul.catalog_list_dropdown > li .fa {
  padding-left: 10px;
  color: #e5eef8;
}
ul.catalog_list_dropdown > li.sfHover {
  background: none;
  color: #4fae47;
  cursor: pointer;
}
ul.catalog_list_dropdown > li.hover .fa {
  color: #4fae47;
}
ul.catalog_list_dropdown > li:hover {
  background: none;
  color: #4fae47;
  cursor: pointer;
}
ul.catalog_list_dropdown > li:hover > a {
  color: #e5eef8;
}
ul.catalog_list_dropdown > li ul {
  min-width: 200px;
  z-index: 99;
  box-shadow: none;
  opacity: 1 !important;
  border-left: 1px solid #ffffff;
  background: #89b2dd;
  padding: 20px 0;
}
ul.catalog_list_dropdown > li ul li {
  background: none;
}
ul.catalog_list_dropdown > li ul li:hover {
  background: none;
}
ul.catalog_list_dropdown > li ul li.hover > a {
  color: #224c78;
}
ul.catalog_list_dropdown > li ul li a {
  color: #ffffff;
  line-height: normal;
  padding: 5px 20px;
}
ul.catalog_list_dropdown > li ul li a:hover {
  color: #224c78 !important;
  text-decoration: none;
}
ul.catalog_list_dropdown > li ul li a.sf-with-ul {
  padding-right: 30px;
}
ul.catalog_list_dropdown > li ul li ul {
  box-shadow: none;
  opacity: 1 !important;
}
ul.catalog_list_dropdown > li ul li ul li.hover a {
  color: #224c78;
}
ul.catalog_list_dropdown > li ul li ul li:hover > a {
  color: #224c78 !important;
}
ul.catalog_list_dropdown > li ul li ul li a:hover {
  color: #224c78 !important;
}
ul.catalog_list_dropdown > li ul li ul li a.sf-with-ul {
  padding-right: 30px;
}
ul.catalog_list_dropdown > li ul li ul li ul {
  box-shadow: none;
  opacity: 1 !important;
}
ul.catalog_list_dropdown > li ul li ul li ul li a {
  color: #e5eef8 !important;
}
ul.catalog_list_dropdown > li ul li ul li ul li a:hover {
  color: #224c78;
}

.navigate {
  float: right;
  padding: 60px 0;
}

.panel-group {
  margin-top: 40px;
}
.panel-group .panel {
  box-shadow: none;
  margin: 10px 0;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.panel-group .panel.active {
  border-color: #3576ba;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.panel-group .panel.active a {
  background: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title a {
  text-transform: uppercase;
  text-decoration: none;
  color: #224c78;
  letter-spacing: 2px;
  display: block;
  padding: 15px;
  background: #e5eef8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.panel-group .panel .panel-heading .panel-title a .indicator {
  font-size: 11px;
}
.panel-group .panel .panel-collapse .panel-body table {
  width: 100% !important;
}

#features .accordian a {
  background: none !important;
}

.enquiry-btn {
  background: #d6fce7;
  text-align: center;
}
.enquiry-btn .enquiry-btn-desc {
  color: #3576ba;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px;
}
.enquiry-btn .enquiry-btn {
  color: #ffffff;
  letter-spacing: 1px;
  padding: 15px 30px;
  background: #3576ba;
  display: inline-block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
.enquiry-btn .enquiry-btn .fa {
  margin-right: 10px;
}

.mfp-content #form_enquiry {
  background: #ffffff;
  padding: 30px;
}

.product_display-container {
  text-align: right;
}

/*# sourceMappingURL=main.css.map */
