/*------------------*\
|* global interface *|
\*------------------*/
html {
max-width:100%;overflow-x:hidden;
}
body {
  margin: 0px;
  padding: 0px;
  color: #22222;
  background: #730900;
  font: normal 14px Arial,Helvetica;
  line-height: 20px;
  text-align: center;
  max-width:100%;
}
img {
  border: 0px;
}
iframe {max-width:100%;}
/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #666666;
    text-decoration: underline;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}

/* headings */
h1 {
  font-size: 18px;
}
h2 {
  color: #8e1a10;
  font-family: 'NTR', sans-serif;
  font-size: 22px;
}
h3 {
  color: #8e1a10;
  font-family: 'NTR', sans-serif;
  font-size: 20px;
  margin: 15px;
}

h3.dharma_talks_name {
  margin:25px 0px 0px 0px;
  clear: both;
}

h3 a, h3 a:visited {
  color: #8e1a10;
  text-decoration:none;
}
h3 a:hover {
  color: #8e1a10;
  text-decoration:underline;
}

h4 {
  font-size: 14px;
}
h5 {
  font-weight: normal;
  font-size: 12px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  background: #ffffff;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  margin: 0px auto;
  max-width: 960px;
  text-align: left;
  width:100%;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  background: transparent url(/images/header.jpg) top left no-repeat;
  background-size: contain;
  height: 182px;
  max-height: 182px;
  max-width: 960px;
  position: relative;
  text-indent: -9999px;
  width: 100%;
}
#logo h1, #logo a {
  height: 100%;
  margin: 0px;
  outline: none;
  width: 100%;
}
#logo a {
  display: block;
  text-decoration: none;
}
#header {
  background: transparent url() top right no-repeat;
  position:relative;
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {

}
#loginbar a.out {

}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  text-align: right;
  position:absolute;  
  top:20px;
  right:0;
}
@media(max-width:480px) {
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  text-align: right;
  position:absolute;  
  top:115%;
  right:unset;
  left:0;
  z-index:9
}
  
}

.searchbar input.text, .searchbar input.submit {
  margin-right: 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: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  background: transparent url(/images/footer.jpg) bottom left no-repeat;
  margin-top: 30px;
  min-height: 108px;
  border-top: 0px solid #57594b;
  position:relative;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}
.vcard .org {display:block;}

#footer div.donate-link {
  margin-right: 30px;
}

#footer div.donate-instructions {
  width: 250px;
  margin: 0 auto 20px;
}
#footer div.donate-instructions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer div.donate-instructions li {
  font-style: italic;
}
#footer span.item {
  font-style: normal;
  font-weight: bold;
}

#social_media {
  clear: both;
 position:relative;
 margin:0 auto;
 max-width:350px;
 margin-bottom:20px;
 text-align:center;
 vertical-align:middle;
 border:0px solid;
 font-size:20px;
 top: 15px;
}
#social_media td {border:0px solid}
.f-between{clear:left;padding:0 12px;text-align:center}

.sm-link{border:0px solid;font-size:10px;display:inline-block;vertical-align:middle;}
.likeusonfb,.plusone,.gplus-share{display:table-cell0;;text-align:center}

.social_link {height:50px;display:table-cell;vertical-align:middle;text-align:center}
.social_link span {display:table-cell;vertical-align:middle;text-align:center}
.plusone .social_link{overflow:hidden;margin:0 auto;max-width:68px;}
#footer-top {
text-align: center;

}
#footer-top .ft-between{display:inline-block; width:5%;}
#footer-bottom {
  font-size: 11px;
  
  padding: 0 30px;
}
#copyright {
  color: #333333;
  float: left;

  text-align: left;
}
#credits {
  color:#333333;
  float: right;
  width: 50%;
  text-align: right;
  margin-top:-25px;
  
}

#credits a:link, #credits a:visited, #credits a:hover{
  color:#222222;
  text-decoration:underline;
}
/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0;
  background: #ffffff;
}
#contentheader .error, #contentheader .message {
  margin: 40px 0 0;
  padding: 20px 50px 0;
  text-align: left;
}
#contentheader .error {
  border-top: 1px solid #8c3030;
  background: #ffffff;
  color: #8c3030;
  clear:both
}
#contentheader .message {
  border-top: 1px solid #3a5841;
  background: #ffffff;
  color: #3a5841;
}


/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  background: #ffffff;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display: none;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 0px;
  padding: 0px 3%;
  background: #ffffff;
}
#content.content-w-leftbar{
    padding-left:280px;
}

.content-right {
  float:right;
  width: 100%;
  max-width:500px;
  min-width:248px;
}
.content-left {float:left;
    margin-bottom:40px;
    margin-left:-280px;
    width:280px;
    text-align:center;
    border:0px solid
}
.content-left div {margin:0 auto;}

#content.content-w-leftbar-and-links .content-left{
        margin-left:0px;
}


.NDR .rightbar {width:155px;}
.LDR #content {}
.LDN #content {}
.LNN #content {}
.LNR #content {}
.NDR #content {}
.NDN #content {}
.NNN #content {}
.NNR #content {}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft, .align-left {float:left;}
.floatright, .align-right {float:right}
img.floatleft,.floatleft img {margin:0 15px 15px 0px;}
img.floatright, .floatright img {margin:0 0 15px 15px;}
.floatright.home {margin-left:15px;}
.caption {font-size:13px;color:#777;}


.floatcenter, .align-center {display:block;margin:0 auto;}
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}

.floatright.home {
  margin-right: 10px;
  text-align: center;
}
.floatright.home img {
  border: 1px solid #777777;
  margin: 0;
}
.floatright.home span.caption {
  font-size: 12px;
  line-height:15px;
  margin: 0px auto;
  

}

.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}


.subcategory-wrapper h3 {margin:0px 0 0px 0;}
.sublinks-wrapper h4.sublink-title {margin:0px 0 0 0;padding:0px}
.sublinks-wrapper b {font-weight:normal;font-style:italic;}/*NOT bold, but content has it as bold, we want italic for this version*/
.sublinks-wrapper {border:0px solid;margin-bottom:25px;}
/* links */
.linklisting {  padding: 15px 15px 20px 0;width:100%;clear:both}
img.blockleft {float:left;margin-right:10px;vertical-align:top}
img.max-width-150 {max-width:150px;height:auuto}
/*teachings*/
.catroot6 .linklisting  {clear:both;margin-bottom:60px;}
.catroot6 img.blockleft {float:left;margin-right:10px;margin-bottom:70px;vertical-align:top}
.linkdescription-blockleft {}

/*audio files*/
.linklisting .table-caption-audio-pdf {max-width:80.5%;width:100%;position:relative;border:0px solid;float:right}
.linklisting .table-caption-audio-pdf th {width:10px;font-weight:normal;vertical-align: top}
.linklisting .table-caption-audio-pdf td {vertical-align: top}
.linklisting .audio-caption {min-width:240px;border:0px solid;}
.linklisting .audio-player {min-width:200px;padding:0 10px 10px;}
.linklisting .audio-player audio {width:100%;padding:0px 0px;}
.linklisting td.audio-pdf {min-width:20px;padding:0px}

/*
  .linklisting .table-caption-audio-pdf {min-width:auto !important;width:100%;max-width:100%;position:relative;border:0px solid}
  .linklisting .table-caption-audio-pdf th {float:left;position:relative;}
  .linklisting .table-caption-audio-pdf td {display:inline-block;position:relative;width:auto;padding-right:10px;border:0px solid}
  .linklisting td.audio-caption {width:80%;padding-right:0px;}
  .linklisting td.audio-pdf {text-align:right;}
  .linklisting td.audio-player audio {width:265px;}
*/



/*gratitude*/
.category18 .linklistings-wrapper{text-align:center;}
.category18 .linklisting{background:#fff9e7;padding:10px;margin:0px}
.category18 .linklisting .linkdescription-wrapper9 {text-align:left;}
.category18 .linklisting .linkdescription9 {text-align:center;border:1px solid red}

.category18 .linklisting h4 {text-align:center;padding-bottom:5px;}
.category18 .linklisting .col33 {
  display:inline-block;
  border:0px solid blue;
  min-width:150px;
  width:20%;
  padding-left:10%;
  text-align:left;
  vertical-align: top;
}

/*who we are*/
.category14 #content{}
.category14 .linklisting {display:inline-block; width:30%;vertical-align:top;border:0px solid}
.category14 .linklisting-even {display:inline-block; width:30%;vertical-align:top;clear:left;}
.category14 .linklisting img {display:block;}
.category14 #l14 {display:block;margin:20px 0 0 0;} /*Board of Directos*/

.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.product {
  background:url(/images/yellow_separator.jpg) bottom center no-repeat;
  padding-bottom:20px;
  margin-bottom:20px;
}

.prod-title{display:block;font-weight:bold;margin-top:10px;}
.prod-description{display:block;margin-bottom:10px;}
.prod-description ul{list-style:none;margin-top:0px !important;}
.prod-prop1{}
.prod-prop1 b{font-size:90%;padding:3px 0px 0px 20px;display:inline-block;border:0px solid;vertical-align: top}
.prod-prop2{}
.prod-price{display:inline-block;}
.prod-add{display:inline-block;}
.prod-add-button{background:transparent url(/images/yellow_donate.png) center left no-repeat;border:0px;cursor:pointer;text-indent:-9999px;width:95px;height:35px;}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  list-style:none;
}


/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.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;
}
.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;
}
.indent1 table {padding-left:10px;}
.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-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#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: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}




.gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{/*float:left;*/position:relative;text-align:left;max-width:100%;}
.mainimage{overflow:hidden;z-index:1;max-width:100%;position:relative;}
.mainimage-caption{text-align:justify;}
.fade {position:relative;}
.fade .tgwrapper {max-width:100%;width:100%;}
.fade .mainimage-inner{max-width:100%;width:100% !important;position:relative;}
.mainimage-inner img{max-width:100%;width:100%;position:relative;height:auto;}

.fph{margin:-1px;}
.float-inside{position:absolute;}
.gw5 .float-inside{bottom:0px;}
.gw6 .float-inside{bottom:0;}
.gw7 .float-inside{bottom:0;}
.columns-numerical .float5{height:40px;}
.columns-numerical .fph5{float:right;width:1px;height:80%;}
.scrollablewrapper{z-index:99999;max-width:100%;}
.scrollable{position:relative;overflow:hidden;height:100%;width:auto;}
.scrollh{width:20000em;position:absolute;height:100%;}
.scrollh .scrollable-column{float:left;max-height:100%;}

.scrollable-column .item {}
.scrollable-column .item .inner-item {max-width:94% !important;position:relative;margin:0 auto;}
.scrollable-column .item .inner-item img {width:100% !important;height:auto}

.scrollv{position:absolute;}
.slider-h a:link{border-top:5px solid yellow}
.slider-h a.current{background:#880C23;border-top:5px solid red}
.slider-v a.current{background:#880C23;border-top:5px solid red}
.gallerywrapper .item{float:left;box-sizing:border-box;}
a.forward, a.backward{position:relative;z-index:9999;}
.browse{position:absolute;cursor:pointer;}
.browse{color:#7F8A5E;}
.browse:hover{color:#924523;text-decoration:none;}
.scrollable a.current{}
.scrollablewrapper span.right{margin:0;z-index:99999;}
.scrollablewrapper span.left{margin:0;z-index:99999;}
.scrollablewrapper span.disabled{visibility:hidden !important;}
.scrollable a,
.scrollable a:link,
.scrollable a:visited{display:block;text-align:center;}
.scrollable img {max-width:100%;max-height:100%;height:auto;}
.image img{}
.arrows{text-align:justify;}
.arrows .inner-item{}
.arrows a{height:auto;width:auto;}
.arrows a:link{float:left;height:auto;width:auto;}
.arrows a.current{float:left;height:auto;}
.char a{
   color:blue;font-size:20px;text-decoration:none;
   background:url(/images/button_radial_non-activated.png) center center no-repeat;
}
.char a:link{}
.char a.current{color:#DC871D;
   background:url(/images/button_radial_activated.png) center center no-repeat;
}
.tip{cursor:pointer;border:1px solid;padding:0px 3px;border-radius:8px;background:#fff;font-size:10px;vertical-align:super;}
.thetip{display:none;border:3px solid green;background:#fff;padding:5px;z-index:99999;box-shadow:0px 5px 15px #000;width:100%;}
.td-name .thetip{font-weight:normal;}
.tooltip{z-index:9999;display:none;padding:5px 5px 15px 5px;font-size:11px;border:3px solid gold;background:#fff;text-align:left;}
.tooltip .label{color:yellow;width:35px;}
.tooltip a{color:#ad4;font-size:11px;font-weight:bold;}

@media (max-width: 630px) {
#copyright {margin-top:40px;;}
.gallerywrapper{max-width:100%;position:relative}
.mainimage{max-width:100%;}
.fade{max-width:100%;}
.tgwrapper {max-width:100%;}
.scrollablewrapper {max-width:100%;position:relative}
.scrollable-column{max-width:500px;position:relative;}
.mainimage-inner{max-width:100%;text-align:center;margin:0 auto;}
.mainimage-inner img{max-width:100%;text-align:center;margin:0 auto;}
.item {max-width:99%;}
.inner-item {max-width:95%;}
.image a {max-width:99%;}
.image img{max-width:14%;height:auto}
.gallerywrapper img {width:100%;max-width:100%;}
}
@media (max-width: 500px) {
    .gallerywrapper{max-height:300px;position:relative;border:0px solid}
}
@media (max-width: 400px) {
    .gallerywrapper{max-height:230px;position:relative;border:0px solid}
}
@media (max-width: 320px) {
    .gallerywrapper{max-height:170px;position:relative;border:0px solid}
}

.slicknav_menu {display:none; }
.menu {position:relative;min-height:40px;float:left;width:100%;max-width:100%;border-bottom:1px solid #c9c9c8}
.menui{/*overflow-x:hidden;*/width:100%;max-width:100%;background:#B4330F;position:relative;margin:0px 0 0px 0px;padding:0px 0 0px 0;font-family:'NTR', sans-serif;z-index:9999;text-transform:uppercase;font-size:18px;}

.menui ul{width:960px;z-index:0;padding:0px 0px 0px 64px;margin:0;list-style-type:none;line-height:1.5em;}
.menui li{float:left;margin:0px;padding:0px;position:relative;}
.menui ul li table{margin:-1px 0;m\argin:0;border-collapse:collapse;font-size:12px;}
.menui ul li ul{display:none;padding:1px;font-size:14px;-moz-border-radius:0 0 0px 0px;-webkit-border-radius:0px;border-radius:0px;} 
.menui li ul li{width:100%;margin-left:0px;z-index:999}
.menui li.li-first{width:100%;}
.menui li.li-alpha{float:left;width:1.5em;text-align:center}
.menui li.column-2{float:left;width:52%;}
.menui li.column-3{float:left;width:45%;}
.a-span{float:left;width:100%;}
.a-span a{float:left;}
.menui ul li a, .menui ul li a:visited, .nolink {
  float:left;text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:0 44px 0 0px;
  text-decoration:none;
  border:0px solid;
  margin-right:0px;
  color:#666666;
}
.menui ul li.nav-between{display:none;padding:0px 20px;}
.menui ul li.home a, .menui ul li.home a:visited{padding-right:0px;}
.menui ul li:hover{position:relative;z-index:999;}
.menui ul li:hover a, .menui ul li a:hover{ color:#666666;text-decoration:none;}
.menui ul li:hover ul, .menui ul li a:hover ul{display:block;position:absolute;margin:0 0 0 0;
  top:26px;left:0px;height:auto;
  width:100%;
  background:#ffffff;
  border-top:1px solid #c9c9c8;
  border-right:1px solid #c9c9c8;
  border-left:1px solid #c9c9c8;
  border-bottom:1px solid #c9c9c8;
  padding:8px 10px 6px 10px;
  z-index:9999}
.menui ul li:hover ul li a, .menui ul li a:hover ul li a{
  clear:left;
  display:block;
  font-family:arial;
  font-weight:normal;
  text-transform:capitalize;border:0px solid green;margin:0;
  padding:4px 0px;
  height:auto;
  color:#666666;
  background:#ffffff;
  font-size:12px;
  max-width:100%;
  text-decoration: none;
 }
.menui ul li:hover ul li a:visited, .menui ul li a:hover ul li a:visited{
    color:#666666;
}
.menui ul li:hover ul li:hover a:hover, .menui ul li a:hover ul li a:hover{text-decoration:underline;/*color:#b01712*/;background:transparent;}
.menui ul li:hover ul li a.active,.menui ul li:hover ul li a.ison,.menui ul li a:hover ul li a.active
{
 text-decoration:underline;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
    background:#fff;
    display:none;
    font-size:16px;
    padding:5px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #fff;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #666;
    font-weight: bold;

}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #666;
}
.slicknav_nav {
  border-top:1px solid #ccc;
    color:#666;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#666;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  text-decoration: underline
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

/*************************
        CUSTOM UI
**************************/

/* home page */

#home-boxes {
  clear: both;
  text-align:center;
  display:flex;
  flex-flow:wrap;
  text-align: center;
  justify-content: space-evenly;
  gap:30px 4%;
  max-width:640px;
  margin:0 auto;
}

.home-box {
  border: 1px solid #c9c9c8;
  display:inline-block;
  margin: 20px auto;
  min-height: 300px;
  text-align: center;
  width: 275px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height:400px;
  margin-bottom:0px;
  vertical-align: top
}




.home-box-title a:hover{text-decoration:none;}
.home-box-title {
  border-bottom: 1px solid #c9c9c8;
}
.home-box-title:hover {
  border-bottom: 1px solid #8e1a10;
}


.home-box-content {
  padding: 10px;
  text-align: left;
}

/* all formail forms */

div.formmail-container {
  border: 1px solid #999999;
  float:right;
  padding: 10px 20px;

  margin: 0 0 0 0%;
  position:relative;
}
div#formmail-contact {
  background: #fff9e7;

}
div.formmail-container label {
  display: inline-block;
  padding: 0 10px 0 0;
  text-align: right;
  vertical-align: top;
  width: 147.5px;

}
div.formmail-container label.checkbox {
  padding: 3px 0;
  vertical-align: inherit;
  width: auto;
}
div.formmail-container input {
  cursor: pointer;
  max-width:60%;
}
div.formmail-container input.submit {
  cursor: pointer;
  padding: 4px 8px;
  text-transform: uppercase;
}
p.form-instructions {
  font-weight: bold;
}

/* Book Landing Page */
.category49 .clear:after { clear: none; display: inline-block; }
.category49 .linklistings-wrapper { display: inline-block; max-width: 550px; }
.category49 .product .prod-title { display: none; }
.category49 .product .prod-description { margin-top: 10px; }
.category49 .prod-add-button {
    background: transparent url(/images/yellow_subscribe.png) center left no-repeat;
}


@media (max-width:920px) {
  .slicknav_menu {display:block}
  .slicknav_menu .nav-between {display:none}
  .menui {display:none}
  img {max-width:100%;height:auto}

  #credits {
  width: 100%;
  margin-top:0px;
  }
}

@media (max-width:795px) {
  /*contact page form*/
  .content-right{display:block;clear:both; margin:0px;padding-top:20px;

  }

}


/*shopping cart*/
#cart_wrapper {position:relative;  border:0px solid;  margin:0 auto ;  width:700px;  text-align:center;  max-width:94%;padding:0px;}
#cart_wrapper table{width:100%;border-collapse:collapse;padding:0px;margin:0px auto;}
#cart_wrapper table td{max-width:100%;padding:5px 3px;line-height:140%}
#cart_wrapper table td textarea{max-width:80%;}
#cart_wrapper table td input{max-width:150px;}
#cart_wrapper table td select{width:155px}
#cart_wrapper th,.lhv,.lh,.table_header_font { background:#fff9e7;}
#cart_wrapper table,#cart_wrapper th { text-align:left;  max-width:100% !important;padding:3px 0px;}

#cart_wrapper table.cartbuttons td {padding:0px 0px !important;}
.remember{max-width:250px;line-height:140%}
.cartbuttons {max-width:100%;line-height:140%}
.buttonw {min-width:180px;}
.button {margin-bottom:5px;}

#icart_wrapper tr.item td sup {
  display: none;
}

@media (max-width:500px) {
    div.formmail-container label {
    text-align: left;
  }
  .cartbuttons-left{ display:inline-block;margin-right:0px;min-width:160px;width:48% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-center{ display:inline-block;margin:0px auto;min-width:140px;width:45% !important;max-width:48% !important;text-align:center;}
  .cartbuttons-right{ float:left;width:100%;text-align:center;}
  .cartbuttons-right b{ display:block;}
}
@media (max-width:485px) {

  .floatleft,.floatright {float:none !important;margin:0 auto 15px auto !important;display:block;}
}

@media (max-width:530px) {
  .linklisting .table-caption-audio-pdf {min-width:auto !important;width:100%;max-width:100%;position:relative;border:0px solid}
  .linklisting .table-caption-audio-pdf th {float:left;position:relative;}
  .linklisting .table-caption-audio-pdf td {display:inline-block;position:relative;width:auto;padding-right:10px;border:0px solid}
  .linklisting td.audio-caption {width:80%;padding-right:0px;}
  .linklisting td.audio-pdf {text-align:right;padding-right:0px;}
  .linklisting td.audio-player {float:left;width:100%;position:relative;width:auto;padding-left:15px;margin-top:5px;margin-bottom:10px;width:auto}
  .linklisting td.audio-player audio {width:265px;}
}
  
@media (max-width:380px) {

/*audio files*/
  
  
  .button,.buttonw{width:220px !important;max-width:100% !important;}


  .cart_items th,
  .cart_items th.itemcode,
  .cart_items th.itemname,
  .cart_items th.itemprops,
  .cart_items th.itemquant,
  .cart_items th.itemprice,
  .cart_items th.itemtotal {
    float:left;padding:2px 4px !important;
    box-sizing:border-box
  }
  .cart_items td{float:left;border:0px solid;}
  .cart_items td.itemcode,.cart_items th.itemprops {float:left;}
  .cart_items td.itemcode {width:25%;}
  .cart_items td.itemname {width:70%;border:0px solid;clear:none;padding:4px 0px !important;}

  .cart_items th.itemprice,.cart_items th.itemquant,.cart_items th.itemtotal {float:right;}
  .cart_items td.itemprice{
    clear:both;
    float:left;
    width:40%;
    border:0px solid;
    box-sizing:border-box;
  }
  .cart_items td.itemquant{
    float:left;
    width:32%;
    border:0px solid;
    box-sizing:border-box;
    text-align:right;
  }
  .cart_items td.itemtotal {
    float:left;
    width:28%;
    border:0px solid;
    box-sizing:border-box;
  }
  .cart_items td.notespan {float:left;width:100%;}
  .cart_items td.itemprice {text-align:right;}
  .cart_items .lh {float:left;display:block;border:0px solid;text-align:right;width:50%; box-sizing:border-box;}
  .cart_items .lhv {float:left;display:block;border:0px solid;width:50%; box-sizing:border-box;text-align:right;}
  .cartbuttons-left{ width:100% !important;max-width:100% !important;}
  .cartbuttons-center{ width:100% !important;max-width:100% !important;}

}



