@charset "UTF-8";
@import url(star_rating.css);
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 280px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
   
}


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}



/*------------------*\
|* global interface *|
\*------------------*/
body {
  color: #595959;
  margin: 1px;
  padding-top: 65px;
  background: #ffffff;
  font: normal 100% arial, helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
 
}

img {
   margin:5px;
   display:inline-block;
}

/* links */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

/* headings */
h1 {
  font-size: 1.1em;
}


/*h1 {
 font-size: 1em;
  margin :0 0 0 0;
  background: #f2f2f2; /* for non-css3 browsers */
  background: -moz-linear-gradient(top, #ffffff,  #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to( #f2f2f2));
  color: #333333;
  padding:5px 5px;
  text-align: center;
  -webkit-border-radius: 9px;
  border-radius: 9px;
 border: 1px solid #c1c1c1
}*/
h1 a {
  color: #333333;
  font-size: 1.1em;
}
h2 {
  font-size: 1.1em;
  margin :0 0 0 0;
  color: #333333;
  padding:5px 5px;
  text-align: center;
  -webkit-border-radius: 9px;
  border-radius: 9px;
 border: 1px solid #c1c1c1
}
h2 a {
  color: #333333;
  font-size: 1.1em;
}

h3 {
  color: #333333;
  font-size: 1.1em;
}
h4 {
   color: #333333;
  font-size: 1.1em;

}
h5 {
  color: #333333;
  font-weight: normal;
  font-size: 1.1em;
  margin: 10px 20px;
  padding: 5px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #c1c1c1;
  text-align: center;
}
h5 a:hover {
  text-decoration: none;
  color: #cccccc;
  font-size: 1.2em;
}
h6 {
  color: #000000;
  font-size: 1.1em;
}
/* use this with text in headings you wish to make small */
.hsmall, small {
  font-weight: normal;
  font-size: 75%; 
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 250px;
  height: 60px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: .7em;
  border: 1px solid #ffffff;
}
#logo a {
  text-decoration: none;
  display: block;
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 2px;
  padding: 2px 30px 10px 0px;
  color: #669966;
  font-weight: normal;
  display: block;
border-bottom: 1px solid #c1c1c1;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #669966;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  font-size: 1em;
}

}
ul.primarynav, ul.secondarynav {
  margin: 1px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: #ffffff;
}
ul.secondarynav {
  width: 100%;
  margin: 3px;
  padding:5px;
 /* background: #999; /* for non-css3 browsers */
  background: -moz-linear-gradient(top, #909090, #080808);
  background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#080808));*/
  border: 1px solid #999;
  font-size: 14px;
}
ul.primarynav li {
  float: left;
  list-style: none;
  padding:10px;
}
ul.secondarynav li {
  float: left;
  list-style: none;
  padding:10px;
}
ul.primarynav li {
  background: transparent url(images/betweennav.gif) bottom right no-repeat;
}
ul.primarynav a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  float: left;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #000000;
  font-size: 14px;
}
ul.primarynav a:hover {
  color: #000000;
  background: #8fbc8f;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: #383741;
}
ul.primarynav li.home a {
  margin-right: 0px;
 font-size: 14px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav li.search {
  float: right;
  font-size: 1.2em;
  color: #ffffff;
}

ul.secondarynav a {
  margin-right: 1px;
  padding: 5px 5px;
  float: left;
  color: #cccccc;
  font-size: 14px;
  text-decoration: border;
}
ul.secondarynav a:visited {
  color: #cccccc;
  font-size: 14px;
}
ul.secondarynav a:hover {
  color: #cccccc;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin: 5px;
  padding: 5px 5px;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
   line-height: 1.2em;

}
.searchbar input.text, .searchbar input.submit {
  margin: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #660099;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
 \* border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;*/
  text-align: center;
}

#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 16px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #669966;
}
#contentheader .error, #contentheader .message {
  margin: 0 200px 0 0;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0px;
}
#contentheader .error {

}
#contentheader .message {
  background: #FF7F00;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #33c;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 200px solid #fff;
/* background colour of right sidebar */
  border-right: 200px solid #fff;
  border-right-width: 0px;
  background: #fff;
}
#icwrapper {
width:100%;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}
/*
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 180px;
  float: left;
  position: relative;
  display: none;
}*/

#contentwrapper {
  width: 95%;
  float: left;
  position: relative;
  overflow: hidden;
}
#content {
  margin: 0px 0px;
  padding: 1px;
  background: #ffffff;

  border: 1px #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/

/* links */
.linklisting {
  margin: 5px 5px 5px 5px;
  width: 100%;
  padding: 1px;
}
.linktitle {
  font-weight: normal;
  font-size: 1.2em;
  text-align: left;
  color: #000;  
  width: 100%;
  padding: 3px 3px 3px 3px;
}
.linklisting h2.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
 font-size: 1em;
}
.linktitle a, .linktitle a:visited {
  margin: 3px;  
  color: #000000;
}
.linklisting p.linkurl a {
  font-size: 1em;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: .5em;
}
.linklisting p.linkrating .linkexpired {
  color: #333333;
  font-weight: normal;
}
.linklisting .linkdescription, .review  {
  margin: 0px 0px 0px 0px;
  padding: 2px;
  background: #ffffff;
  overflow: hidden;
  float: left;
  width: 100%;
  
}
p.actions a, p.actions a:visited {
  padding: 1px 4px;
  border-left: none;
  background: #ffffff;
  color: #000000;
  margin-bottom: 4px;
  font-weight: normal;
  text-decoration: none;
 display: block;
  width: 90%;
  float:left;
}
p.actions a:hover {
  padding: 1px 4px;
  border-left: none;
  font-size: 1em;
  background: #ffffff;
  color: #666666;
  margin-bottom: 6px;
  font-weight: normal;
  text-decoration: none;
 display: block;
  width: 90%;
  float:left;
}
.linklisting p.linkactions {
 margin: 1px;
}
.linklisting p.linkactions a   {
  margin: 4px;  
 padding: 2px 4px;
  /* border: 1px #fff;
  font-size: 1em;
  color: #333333;
  font-weight: normal;
  text-decoration: none;*/
}
.linklisting p.linkactions a.   {
  padding: 2px 4px;
  margin: 2px 2px;  
 /*  background: #ffffff;
  border: 1px solid #FF00FF;
  color: #000000;
 -webkit-border-radius: 15px;
  border-radius: 15px; */
}

.linklisting p.linkactions a:hover  {
  background: #ffffff;
  /*color: #555555;
  border: 1px solid #FF00FF;*/
  
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

/* reviews */
.review h4.reviewsubject {
  margin: 0px 0px 0px 0px;
  float: left;
}
.review h6.reviewbyline {
  margin: 0px;
  font-weight: normal;
  float: left;
}
.review p.reviewer {
  margin: 0px 0px 0px 0px;
  float: left;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 0px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
 .review p.reviewcontent {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 5px 10px;
}


/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .BaseCountry, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default, .free-shipping {
  font-weight: normal;
  color: #595959;
  vertical-align: text-top;
  font-size: .8em;
}
.new-item {
  background-color: #66ff99;
}
.updated-item {
  background-color: #33ccff;
}
.BaseCountry {
  padding: 2px 2px;
  margin: 6px;
  font-size: .8em;
 
}
.free-shipping {
  
  margin: 5px;
  padding: 2px 2px;
  text-size: .8em;
}
.special {
  border: 1px solid #FF00FF;
  margin: 5px;
  padding: 2px 5px;
  text-size: .7em;
}

.popular-item {
  background-color: #33ccff;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
}

/* paging */
.paging {
  text-align: left;
}
.paging img, .paging select {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: center;
}
.ftable th, .ftable td {
  padding: 3px 5px;
   text-align: center;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}
#content ul {
  font-size: 12px;
  list-style: none;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 1px;
}
.row label.name {
  padding-right: 1px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 1px;
}
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
  color: #000;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
  display:inline-block;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}


#category dl {
  margin: 10px 0px 0px 20px;
  width: 50%;
  float: left;
}
ul.catlist, #home dl {
margin-top : 2px;
margin-bottom : 10px; 
padding-left: 0; margin-left: 0;
width : 50%; 
float : left; 
display:inline;
list-style: none;
} 
ul.catlist {
list-style:none;
}
ul.catlist li a {
font-weight : bold; 
font-size : 1em;
list-style: none; 
} 
ul.catlist li, #home dt, #home dd {
margin : 0 0 0 20px; 
}
ul.catlist li {
padding-bottom : 4px; 
} 
#home dl {
  margin: 5px;
  width: 10%;
  float: left;
}
* html #home dl {
  margin: 0px 10px 0px -25px;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 0px;
}
#home dt{
  float: left;
  width: 4.5em;
  height: 6em;
  text-align: center;
  position: relative;
}
#category dd, #home dd {
  padding-bottom: 10px;
}




#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: center;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  padding: 2px;
  padding-top: 5px;
  font-size: 0.8em;
  color: white;
  border: 2px solid white;
}
#home dt a:hover, #home dt a:active {
  color: black;
  border: 3px solid #33c;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 1em;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 2px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}


#about ol {
  color:black;
  font-size: 1em;
  margin-bottom: 10px;
}
#about b {color:#333333;}

#googlebar {
  float: right;
  text-align: right;
  padding: 3px 5px 3px 3px;
  font-size: 6px;
  width: 98%;
  color:black;
}

.specialtitle {
  font-weight: normal;
  text-align: center;
  color: #000;
  font-size: 1.2em;
  background: #f1f1fc;
}

.special {
  padding: 1px 1px;
  margin: .5px .5px;  
  border: 1px solid #FF00FF;
  color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center; 
  img-width: 200px;
  img-height: 200px;
}
.special a, .special a:visited {
  color: #000;
  font-weight: normal;
}


#contentheader .error {
  background: #999999;
}
#contentheader .message {
  background: #999999;
}
/*--NEW--*/


.countrybox {
  background: #cccccc;
  color:white;
  display: block;
  padding: 4px;
  margin: 10px 2px  0px 2px;
  text-align: center;
  font-size: .5em;
  font-weight: bold;
}

.crumb {
 font-weight: bold;
 font-size: 1em;
 padding: 2px;
}
.updated-item {
  display: none;
}
/*.box {
  font-family: arial;
  font-size: 1em;
  list-style: none;
  border: 1px solid #cccccc;
}
.box a {
  padding: 1px 1px 1px 1px;
  background: #cccccc;
  display: inline;
  float: left;
  margin: 3px 3px 3px 3px;
  font-weight: bold;
  text-decoration: none;
  list-style-image: none;
  list-style-position: none;
  list-style-type: none;
}
.box a, .box a:visited {
  color: #ffffff;
}
.box a:hover {
  background: #999999;
  color: #555555;
}
.box li {
margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1;
    list-style: none;
}*/
li.inline {
  display: inline;
  padding-left: 3px;
  padding-right: 5px;
}
.circle {
  padding: 1px 4px;
  font-size: 24px;
  display: inline;
  float: left;
  margin: 3px 3px 3px 3px;
}
.circle a, .circle a:visited {
  color: #555555;
}
.circle a:hover {
  color: #99ffcc;
}
#logo1 {
  width: 95%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 10px;
}
#logo1 a,#logo1 a:visited {
  width: 95%;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.freeshipping, .freeshipping a, .freeshipping a:visited {
  color: #ffffff;
}
#category dt, #category dd {
  margin: 0px 0px 0px 0px;
  float: left;
  text-align: center;
}
#category dd, #home dd {
  padding-bottom: 0px;
  float: left;
}

a:link.buttonback, a:visited.buttonback {
  background:#33c;
  width : 6em; 
  height : 5em; 
  position : absolute; 
  left : 0; 
  top : 0; 
} 
a:hover.buttonback, a:active.buttonback {
  background : #ffffff;
}


/*------------*\
a.buttonback {
  background : transparent url(/pics/buttons/button_down.jpg) no-repeat 110px 124px; 
}
a:link.buttonback, a:visited.buttonback {
  background: transparent url(/pics/buttons/button.jpg) top center no-repeat;
  width : 90px; 
  height : 90px; 
  position : absolute; 
  left : 0; 
  top : 0; 
} 
a:hover.buttonback, a:active.buttonback {
  background : transparent url(/pics/buttons/button_down.jpg) no-repeat 110px 124px; 
}
\*------------*/
 
#content h3 {
  font-size: 12px;
  margin: 0px 10px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
  float: left;
  padding: 0;
}
#detailed p.reviewsheader {
  margin: 0px 0px 0px 0px;
  text-align: left;
  float: right;
}
#footer p {
  font-size: 1em;
}
.searchbar a {
  font-size: 1em;
}
.linklisting .linkdescription, .review .reviewcontent {
  font-size: 1em;
}
#shrink {
font-size:0.9em;
}
#search_results ul.category {
 padding: 0;
 list-style : none; 
 margin : 10px 10px 10px 40px; 
}
#search_results ul.category li {
 border: 1px solid #bbbfa1;
 padding: 1px 4px;
 background: #090;
 display: inline;
 width: 90%;
 font-weight: bold;
}
#search_results ul.category li a {
 color: #fff;
 background: #090;
 margin: 3px 3px 6px 3px;
 text-decoration: none;
 list-style : none; 
}
#search_results ul.category li a:hover {
  background: #99ffcc;
  color: #555555;
}

.scroll {
color: #434343;
text-align: center;
font-size: 1.2em;
margin-bottom: 5px;
}
.firstword {
  font-weight: bold;
  font-size: 0.7em;
  background: #999; /* for non-css3 browsers */
  background: -moz-linear-gradient(top, #909090, #080808);
  background: -webkit-gradient(linear, left top, left bottom, from(#909090), to(#080808));
  margin: 3px;
  padding:5px;
  color: #e0e0e0;
  border: 1px solid #909090;
}
.firstword a, .firstword a:visited {
color: #fff;
}
.hometext {
padding-top: 5px;
text-align: left;
font-size: 1.1em;
padding: 2px;
margin: 1px;
}
.home_left {
display: inline;
float: left;
width: 33%;
overflow: hidden;
}
.home_middle {
/*position:relative;*/
width: 33%;
overflow: hidden;
}
.home_right {
display: inline;
float: right;
width: 33%;
overflow: hidden;
}
.home_box {
padding: 2px;
margin: 5px 5px 5px 5px;
border: 1px solid #cccccc;
-webkit-border-radius: 20px;
border-radius: 20px;
background: #F6F6F6;
  -moz-box-shadow: 3px 4px 5px #000000;
  -webkit-box-shadow: 3px 4px 5px #000000;
  box-shadow: 3px 4px 5px #000000;
}
.home_box a, .home_box a:visited {
text-decoration: none;
color: black;
}
.standout, .standout a, .standout a:visited {
color: #000000;
font-weight: bold;
display: inline;
margin-right: 3px;
}
.standout a:hover {
  color: #000000;
  text-decoration: none;
}
.prodbox {
border : 1px solid #c09; 
padding : 1px; 
margin : 40px auto;
overflow: hidden;
} 

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 1em tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}
div.top{text-align:right;margin:1em 0;padding:0}
div.top div{display:inline;white-space:nowrap}
div.top div.left{float:left}
#content>div.top{display:table;width:100%}
#content>div.top div{display:table-cell}
#content>div.top div.left{float:none;text-align:left}
#content>div.top div.right{text-align:right} 
div.padded {  
      padding-top: 10px;  
      padding-right: 0px;  
      padding-bottom: 0.25in;  
      padding-left: 5em;  
    }  
.Surname {
visibility: hidden;
}
/* Start Social Links */
.social {
	position:relative;
        float:left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	height:1vw;
        display: inline-block;
}
.social_inner {
	float:left;
	margin: 2px;
	padding:2px;
        line-height: 0; 
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
#description {
	float: left;
	margin: 2px;
	padding:2px;
}


#special {
  padding: 1px 1px;
  margin: 10px 10px;  
  border: 1px solid #FF00FF;
  color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  text-size: .7em;
}
.navbar-brand {
  float: left;
  height: 17px;
  padding: 10px 10px;
  font-size: .8em;
  line-height: 1.1em;
  color: #000000;
  margin-left: 5px;
    margin-bottom:5px;
}
.navbar-brand a, a: visited {
  float: left;
  height: 17px;
  padding: 5px 5px;
  color: #000;
}
.page-header {
  padding-bottom: 9px;
  margin: 60px 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 1.8em;
}
/*.page-header  a, a:visited {
  padding-bottom:5px;
  padding-top:5px;
  border-bottom: 1px solid #eee;
  color: #000;
}*/

.container {
margin-top: 20px;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: auto;
  margin-left: auto;
}
.commission{
  text-align: center;
}
.strike{  
 text-decoration: line-through;
 -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
.center{  
 text-align: center;
}

#special {
   padding: 1px 2px;
  margin: 5px 5px;  
  border: 1px solid #FF00FF;
  color: #000000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-size: .7em;
}


/* 
---------------------------------------------
About Us Page from TemplateMo 571 Hexashop

https://templatemo.com/tm-571-hexashop https://themewagon.com
--------------------------------------------- 
*/

.about-page-heading {
  margin-top: 160px;
  margin-bottom: 30px;
  background-image: url(../images/about-us-page-heading.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}
.left{
  
  text-align: left;
}


@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

* {
  box-sizing: border-box;
}



/* Header/Blog Title */
.blogheader {
  padding: 10px;
  font-size: 25px;
  text-align: center;
  background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width:75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}
.breadcrumb {
font-size: .7em;
}

.back-to-top  {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
.panel{
   position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.dropdown-menu {
  max-height: 100px;
  overflow-y: scroll;
  max-height: calc(100vh - 150px);
}
.card {
    position: relative;
    display: block;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.panel-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.header2  {
  font-size: 1.1em;
  margin :0 0 0 0;
  color: #333333;
  padding:5px 5px;
  text-align: center;
  -webkit-border-radius: 9px;
  border-radius: 9px;
 border: 1px solid #c1c1c1
}
.categorybanner { 
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .9em;

}
/*.fixed-card {
  min-height: 10;
  max-height: 10;
  overflow-y: scroll;
}*/
/*.equal {  
    display: -webkit-flex;
    display: flex;
}*/
/* @media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}*/
    
/* add this for full height column content 
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}
*/
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
p.description {
  
}
.panel,.panel-body,.service-item {
min-height:100%;
max-height:100%;
 margin:1px;
 
}

.row.display-flex {
display:flex;
flex-wrap:wrap;
}

.row.display-flex > [class*='col-']{
display:flex;
flex-direction:column;
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}
.truncate{
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 10);
  -webkit-box-orient: vertical;
  word-break: var(--word-break, 'none');
  overflow: hidden;
  hyphens: auto;
  text-align: var(--align, left);
  
  // Automatically use "word-break: break-all" for single-lines
  // (https://css-tricks.com/css-switch-case-conditions)
  --is-single-line: 1 - Clamp(0, Calc(var(--line-clamp) - 1), var(--line-clamp));
  --delay: Calc(-1s * (var(--is-single-line, 1) - 1)); 
  animation: states 1s var(--delay) paused; 
  
  @keyframes states {
      0% { word-break: break-all; }       
  }
}

    /* =============================================
       ISO PAGE LAYOUT IMPROVEMENTS
       ============================================= */

    .iso-hero {
      background: linear-gradient(135deg, #1a3a5c 0%, #0d2137 100%);
      color: #fff;
      border-radius: 8px;
      padding: 28px 32px;
      margin: 20px 0 24px;
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .iso-hero-logo {
      flex-shrink: 0;
      background: #fff;
      border-radius: 8px;
      padding: 8px;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .iso-hero-logo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

    .iso-hero-logo-initials {
      font-size: 28px;
      font-weight: 700;
      color: #1a3a5c;
    }

    .iso-hero-main {
      flex: 1;
      min-width: 200px;
    }

    .iso-hero-main h1 {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 10px;
      border: none;
      padding: 0;
      line-height: 1.3;
    }

    .iso-hero-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 10px;
    }

    .iso-badge {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      background: rgba(255,255,255,0.15);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.25);
    }

    .iso-badge-green {
      background: rgba(40,167,69,0.3);
      border-color: rgba(40,167,69,0.6);
      color: #a8f0b8;
    }

    .iso-badge-red {
      background: rgba(220,53,69,0.3);
      border-color: rgba(220,53,69,0.6);
      color: #f5a0a8;
    }

    .iso-hero-rating {
      font-size: 13px;
      color: rgba(255,255,255,0.75);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .iso-hero-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-shrink: 0;
    }

    .iso-btn-shop {
      display: inline-block;
      background: #28a745;
      color: #fff !important;
      padding: 12px 24px;
      border-radius: 6px;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none !important;
      text-align: center;
      transition: background 0.2s;
      white-space: nowrap;
    }

    .iso-btn-shop:hover { background: #218838; }

    .iso-btn-offers {
      display: inline-block;
      background: #dc3545;
      color: #fff !important;
      padding: 9px 20px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 13px;
      text-decoration: none !important;
      text-align: center;
      transition: background 0.2s;
    }

    .iso-btn-offers:hover { background: #c82333; }

    .iso-section {
      background: #fff;
      border: 1px solid #e5e9ed;
      border-radius: 8px;
      margin-bottom: 20px;
      overflow: hidden;
    }

    .iso-section-header {
      background: #f7f9fc;
      border-bottom: 1px solid #e5e9ed;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .iso-section-header h2,
    .iso-section-header h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      color: #1a3a5c;
      border: none;
      padding: 0;
    }

    .iso-section-icon {
      width: 28px;
      height: 28px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      flex-shrink: 0;
    }

    .iso-section-icon-blue  { background: #e8f0fb; color: #1a3a5c; }
    .iso-section-icon-green { background: #e8f8ed; color: #28a745; }
    .iso-section-icon-red   { background: #fdecea; color: #dc3545; }
    .iso-section-icon-gold  { background: #fef9e7; color: #d4a017; }

    .iso-section-body { padding: 20px; }

    .iso-offers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 16px;
    }

    .iso-store-image {
      text-align: center;
      padding: 16px 20px;
    }

    .iso-store-image img {
      max-width: 100%;
      border-radius: 6px;
    }

    .iso-review-item {
      padding: 16px 0;
      border-bottom: 1px solid #f0f0f0;
    }

    .iso-review-item:last-child { border-bottom: none; }

    .iso-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 16px 20px;
    }

    .iso-action-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 16px;
      border: 1px solid #dee2e6;
      border-radius: 6px;
      color: #495057 !important;
      font-size: 13px;
      text-decoration: none !important;
      background: #fff;
      transition: all 0.15s;
    }

    .iso-action-btn:hover {
      background: #f7f9fc;
      border-color: #1a3a5c;
      color: #1a3a5c !important;
    }

    .iso-bottom-cta {
      background: linear-gradient(135deg, #1a3a5c 0%, #0d2137 100%);
      border-radius: 8px;
      padding: 28px;
      text-align: center;
      margin-bottom: 24px;
    }

    .iso-bottom-cta p {
      color: rgba(255,255,255,0.85);
      margin-bottom: 14px;
      font-size: 15px;
    }

    .breadcrumb {
      margin-bottom: 0;
      background: transparent;
      padding: 8px 0;
    }

    @media (max-width: 600px) {
      .iso-hero { flex-direction: column; text-align: center; padding: 20px; }
      .iso-hero-badges { justify-content: center; }
      .iso-hero-rating { justify-content: center; }
      .iso-hero-actions { width: 100%; }
      .iso-btn-shop, .iso-btn-offers { width: 100%; }
    }
  