@import url('https://fonts.googleapis.com/css?family=Pirata+One|Bilbo+Swash+Caps&display=swap');

@font-face {
  font-family: Morris;
  src: url(https://cdn.statically.io/gh/EmmesCodes/Tipografias/dae9f5bb/MorrisInitials.ttf);
  }
body
{
	margin:0;
	padding:0;
/*	background: url(../images/pagebg.png);
	background-size:cover;
	mix-blend-mode:multiply;*/
}
@font-face 
{
	font-family: 'Hultog Engraved Regular';
	font-style: normal;
	font-weight: normal;
	src: local('../fonts/Hultog Engraved Regular'), url('../fonts/Hultog Engraved.woff') format('woff');
}
@font-face 
{
	font-family: 'IMFellDWPica Regular';
	font-style: normal;
	font-weight: normal;
	src: local('../fonts/IMFellDWPica-Regular'), url('../fonts/IMFellDWPica-Regular.ttf') format('truetype');
}
dt.tq
{
	margin:20px 0;
}
.header-wrap
{
//	background: url(../images/hbg.jpg) center top;
//	background-position: center -64px;
}
.header
{
	display:grid;
	grid-template-columns: 58% repeat(auto-fit, minmax(200px, 1fr));
}
.header2
{
	display:grid;
	grid-template-columns: 98% auto;
/*	background-color:#f2dcb8;*/
	background-color:#f3f3f3;
	border-bottom:5px solid #d3d3d3;
	padding:10px 10px 0 10px;
}
.oldheader
{
	display:grid;
	grid-template-columns: 58% 8% 8% auto;
	background-image: url('../images/brick.gif');
}
.quote
{
/*	border: 2px solid black;
	border-radius:10px;*/
	font-size:14pt;
	color:#000;
	/*margin:10px 0 0 15%;*/
	background-color:#fff;
	opacity:0.9;
	margin-top:15px;
}
.showverse,.newquote,.trivlink,.newtrivia
{
	margin-top:0px;
	color:#fff;
	font-weight:bold;
}	
.testamenttitle 
{
	font-size: large;
	background-image:linear-gradient(#d36b10, #512905, #6F4E37);
	color: white;
	text-align: center;
	border-radius:5px 5px 0 0;
	padding: 5px;
}
.list
{
	grid-column:1/3;
	background-color: #fff;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	border-style: outset;
}
.list p
{
/*	margin:0;*/
}
a.showverse,a.newtrivia,a.newquote
{
	color: #aaa !important;
}
.list table
{
	width:100%;
}
.list h2
{
	font-size:1.5rem;
	font-weight:bold;
}
.hdimg
{
	margin:3px;
}
.searchbar
{
//	background: #a23021;
	padding: 20px 0 20px;
	margin:0 !important;
}
.searchselect, .searchselect:active, .searchselect:focus
{
	background-color:#ffddc7;
	color:#655f4a;
}
.searchinput
{
	background-color:#ffddc7;
	color:#655f4a;
	border-radius:5px;
	position:relative;
}
.searchinput button
{
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
.booklist
{
	column-count:2;
	margin-top:20px;
}
.booklist ul
{
	list-style:none;
}
.booklist ul li
{
	margin-bottom:15px;
	font-size:14pt;
	list-style-position:inside;
}
.booklist ul li a
{
	color: #a10004;
}
.booklist ul li a:hover
{
	color:#8863df;
	background-color:#ffddc7;
}
.mainbook
{
	background:url(../images/bookcover.png);
	height:280px;
	background-size:contain;
	width:200px;
	font-family:'Hultog Engraved Regular';
	cursor:pointer;
	position:relative;
}
.booktocb
{
	font-family:'Hultog Engraved Regular';
	cursor:pointer;
	background-color:#555 !important;
	font-size:14pt;
	color:gold;
}
.mainbookb
{
	background:url(../images/bible.png);
	background-size:cover;
	color:gold;
}
.mainbookq
{
	background:url(../images/quran.png);
	background-size:cover;
	color:gold;
}
.mainbookm
{
	background:url(../images/bom.png);
	background-size:cover;
	color:gold;
}
.mainbook h1
{
	text-align:center;
	padding-top:15px;
}
.mainbook .bookinfo
{
	background-color:#fff;
	color:#a23021;
	font-family:'Hultog Engraved Regular';
	font-weight:bold;
	border:1px solid black;
	position:absolute;
	border-radius:5px;
	padding:15px;
	left:23px;
	visibility:hidden;
	opacity:0;
}
.mainbook .bookinfo:before
{
	content: '';
	position:absolute;
	width:30px;
	height:30px;
	top:-15px;
	transform: rotate(45deg);
	background-color:#fff;
	left:50px;
}
.mainbook:hover .bookinfo
{
	visibility:visible;
	opacity:1;
}
.pobooklist
{
	list-style:none;
	padding:0;
}
.booklink
{
	display:inline-block;
	text-align:left;
	width:50%;
	white-space:nowrap;
}
.booklink:hover
{
	background-color:#f2dcb8;
}
.sabfooter
{
	background:linear-gradient(to bottom,#a23021 0%,#430000 100%);
	color:#fff;
	width:99%;
}
.footul
{
	list-style:none;
}
.footul li
{
	position:relative;
}
.footul li:before
{
	font-family: 'FontAwesome';
	content:'\f054';
	font-size:16px;
	position:abolute;
	color:#900;
	margin-right:5px;
}
.footul li a
{
	color:#fff;
	text-decoration:none;
}
.footul li a:hover
{
	color: yellow;
}
#footerfoot
{
	min-height:40px;
	width:99%;
/*	background: url(../images/hbg.jpg) center top;*/
	color:#fff;
}
.modal-content
{
	margin-top:30%;
	border-radius:15px;
}
.modal-header {
  padding: 0;
}
.modal-header .close {
  padding: 10px 15px;
}
.modal-header ul {
  border: none;
}
.modal-header ul li {
  margin: 0;
}
.modal-header ul li a {
  border: none;
  border-radius: 0;
}
.modal-header ul li.active a {
  color: #e12f27;
}
.modal-header ul li a:hover {
  border: none;
}
.modal-header ul li a span {
  margin-left: 10px;
}
.modal-body .form-group {
  margin-bottom: 10px;
}
.linav
{
	width:100%;
	padding-left:15px;
	margin-bottom:0;
	list-style:none;
	margin-top:0;
}
.linav:before
{
	content:"";
	display:table;
}
.linav li
{
	margin:0;
	padding:0 5px;
	float:left;
	position:relative;
	display:block;
}
.linav li a
{
	border:1px solid #ddd !important;
	display:inline-block;
	padding:4px;
}
.tab-content label
{
	font-weight:700;
}
.btn-default
{
	border:1px solid #ccc;
}
.schhd
{
	font-size:16pt;
}
.mainverse
{
	font-family: 'Hultog Engraved Regular';
	font-size:32px;
	font-weight:bold;
	color:#900;
	text-align:center;
	border-bottom:1px dotted #900;
}
.versehighlight
{
	font-family: 'Hultog Engraved Regular';
	color:#900;
	font-weight:bold;
}
.versecontext
{
	font-family: 'Hultog Engraved Regular';
	font-size:14pt;
	padding:15%;
}
.commentsrow,.oldcommentsrow
{
	display:none;
}
.contra 
{
	grid-column: 1/3;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	background-color: #fff;
/*	border-style: outset;*/
	margin-top:10px;
	margin-bottom:15px;
}
.contra h2 a
{
	display:none;
}
.contra hr
{
	border-top:1px solid #000;
}
ul.ilink
{
	list-style:none;
}
///  comments section
.comments-details button.btn.dropdown-toggle, .comments-details .total-comments 
{
	font-size: 18px;
	font-weight: 500;
	color: #5e5e5e;
}
.comments-details 
{
	padding: 15px 15px;
}
.comments .comments .dropdown, .comments .dropup 
{
	position: relative;
}
.comments button 
{
//	background-color: transparent; 
	border: none;
}
.comments .comment-box 
{
	width: 100%;
	float: left;
	height: 100%;
	background-color: #FAFAFA;
	padding: 10px 10px 10px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.comments .add-comment 
{
	background-color: transparent;
	border: none;
	position: relative;
	margin-bottom: 50px;
}
.comments .commenter-pic 
{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid #fff;
	overflow: hidden;
	background-color: #fff;
	text-align:center;
}
.comments .add-comment .commenter-name 
{
	width: 100%;
	padding-left: 75px;
	position: absolute;
	top: 20px;
	left: 0px;
}
.comments .add-comment input 
{
	border-top: 0px;
	border-bottom: 1px solid #ccc;
	border-left: 0px;
	border-right: 0px;
	outline: 0px;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	padding: 0;
	font-weight: normal;
}
.comments .add-comment input:focus 
{
	border-color: #03a9f4;
	border-width: 2px;
}
.comments .add-comment button 
{
	/*background-color: #03a9f4;
	color: #fff;*/
	margin-right: 0px;
}
.comments .add-comment button 
{
	margin: 10px 5px;
	font-size: 14px;
	text-transform: uppercase;
	float: right;
}
.comments .commenter-name .comment-time 
{
	font-weight: normal;
	margin-left: 8px;
	font-size: 15px;
}
.comments p.comment-txt 
{
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 15px;
}
.comments .commenter-name 
{
	display: inline-block;
	position: relative;
	top: -20px;
	left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.comments .comment-meta 
{
	font-size: 14px;
	color: #333;
	padding: 2px 5px 0px;
	line-height: 20px;
	float: right;
}
.comments .reply-box 
{
	display: none;
}
.comments .replied , .replied
{
	background-color: #fff;
	width: 90%;
	/*float: right;*/
	margin-top: 15px;
	margin-left:80px;
	height:auto;
}
.lg-icon
{
	font-size:32px;
}
.lib
{
	color:#888 !important;
	text-decoration:none;
}
.cmtcnt
{
	display:inline-block;
	width:25px;
	height:25px;
/*	color:white;
	background-color:#900;
	margin-left:25px;
	border-radius:50%;*/
	text-align:center;
	padding:5px;
	line-height:1;
}
/*======Responsive CSS=======*/
@media (max-width: 767px)
{
	.comments .commenter-name 
	{
		font-size: 13px;
		top: -5px;
	}
	.comments .commenter-pic 
	{
		width: 40px;
		height: 40px;
	}
	.comments .commenter-name a
	{
		display: block;
	}
	.comments .commenter-name .comment-time
	{
		display: block;
		margin-left: 0px;
	}
	.headprod
	{
		display:none;
	}
}
.nav-link
{
/*	color:yellow !important;
	color:black !important;*/
	font-weight:bold !important;
}
.bav-link:hover
{
	font-weight:900 !important;
}
.page-link {
    min-width: 35px;
    min-height: 100%;
    color: #e16123;
    border-color: #ebebea;
    text-align: center;
}
.page-link:hover,
.page-link:focus {
    color: #e16123;
    z-index: 0;
}
.page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link ,.page-link a{
    background-color: #e16123;
    border-color: #e16123;
}

.pagination-lg .page-link {
    min-width: 40px;
    padding: 8px 4px;
    padding: .5rem .25rem;
    font-size: 16px;
    line-height: 22px;
}
.pagination-sm .page-link {
    min-width: 30px;
    line-height: 20px;
}

.pagination-circular .page-item {
    margin: 0 2px;
}
.pagination-circular .page-link {
    min-height: 0;
}
.pagination-circular .page-link,
.pagination-circular .page-item:first-child .page-link,
.pagination-circular .page-item:last-child .page-link {
    border-radius: 50%;
}
.page-item a
{
	color:#e16123 !important;
}
.page-item.active a
{
	color:#fff !important;
}
.price
{
	font-weight:bold;
	position:absolute;
	bottom:50px;
	text-align:center;
	width:100%;
	font-size:16pt;
}
#bwrap
{
	display:none;
	position:absolute;
	right:10px;
	background-color:white;
	color:black;
	min-height:200px;
	z-index:20;
}
#bwrap ul
{
	list-style:none;
}
.ctl
{
        width:12px;
        float:left;
}
.ctm
{
        width:250px;
        float:left;
}
.ctr
{
        width:30px;
        float:left;
        text-align:right;
        padding-right:5px;
}
.ctdel
{
        width:15px;
        float:left;
        position:relative;
        top:-4px;
	margin-left:25px;
}
#carttrig
{
	cursor:pointer;
}
.cartcount:after
{
	content:attr(data-count);
	background-color:red;
	color:white;
	padding:2px 7px;
	font-family:Arial;
	font-size:12px;
	border-radius:50%;
	position:relative;
	top:-5px;
	left:-4px;
}
#conav
{
	width:100%;
	margin:10px auto;
}
.costep
{
	width:25%;
	border:1px solid #ddd;
	height:70px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	padding:7px;
	cursor:pointer;
}
.step-past
{
        color: #999999;
        padding:15px;
        border:1px solid #ddd;
        background-color: #a23021;
        position:relative;
}
#nav1, #nav3, #nav4
{
        line-height:55px;
}
.step-present,.step-past
{
	transition: all 1s ease;
}
.step-present
{
        color: #fff;
        overflow:visible;
        position:relative;
        background-color: #a23021;
        /* border:1px solid #000000; */
        background-image:url(img/step_current_bg.png);
        background-repeat:no-repeat;
}
.step-future
{
        color: #999999;
        border:1px solid #999999;
        position:relative;
}
.step-present::after
{
        position:absolute;
        top:-1px;
        left:180px;
        z-index:10;
        content:" ";
        border:solid transparent;
        border-left-color:#a23021;
        border-width:35px;
}
.step-present:last-child:after
{
        content:" ";
	border:none;
}
#coblock
{
        margin-top:100px;
}
.bookbox
{
	position:absolute;
	right:52px;
	border:1px solid black;
	background-color:#fff;
	padding:10px;
	/*min-height:100px;
	max-height:160px;*/
	overflow:auto;
	border-radius:6px;
	width:20%;
	top:75px;
	height:100px;
	padding:1px;
	font-size:12px;
}
.bookbox h3
{
	font-size:14px;
}
.bookbox2
{
	font-size:14px;
}
.currchap
{
	color:#900;
	font-weight:bold;
}
.chaplinks
{
	margin-bottom:10px;
	padding-bottom:10px;
/*	border-bottom:1px dashed #000;*/
}
.chaplinks a
{
	display:inline-block;
/*	margin: 3px 10px;*/
	margin: 3px 0;
	width: 5%;
	text-align:right;
	padding-right:0;
}
.faqlist li
{
	padding-bottom:1em;
}
.faqans h3
{
	margin:2em 0;
}
.modal-sm
{
	max-width:500px !important;
}
.ejat_heading
{
	padding-bottom:10px;
	border-bottom: 1px solid #333;
	margin-bottom:5px;
}
.ejat_heading h1
{
	font-size:20pt;
	font-weight:800;
}
ol li hr
{
	border-color:#000;
}
.apic .grid  
{
	grid-template-columns: 100% auto !important;
	background: url(../images/chapscrollbg.png);
}
.resul li
{
	margin: 10px 0;
	padding:8px;
}
.resul li a
{
	display:inline-block;
	margin: 0 10px;
}
.resul li:nth-child(odd)
{
	background-color:#fff;
}
.resul li:nth-child(even)
{
	background-color:#ddd;
}
#topicdrop
{
	columns:8;
	padding-left:10px;
	height:500px;
	overflow-x:auto;
}
#bookdrop
{
	padding-left:10px;
}
.title
{
	text-align:center;
}
.title h1
{
	font-size:1.5rem;
}
.title h2
{
	font-size:16px;
}
.ttitle
{
	background-image: linear-gradient(#d36b10,#512905,#5f4e37);
	color:white;
	border-radius: 5px 5px 0 0;
}
.pgup,.pgdn
{
	cursor:pointer;
}
.pgup:hover,.pgdn:hover
{
	font-size:16pt;
}
.blab
{
	display:inline-block;
	width:700px;
}
.rowbg
{
	background-color:#ddd;
}
#google_esf, p[data-f-id="pbf"]
{
	display:none;
}
h3.post-title
{
	font-size:18px;
	color:#900;
	cursor:pointer;
}
h3.post-title:hover
{
	color:#c00;
}
#blogposts div.card
{
	border-radius:10px;
}
.post-footer
{
	margin:10px 0 0;
	padding:10px 0 0;
	border-top:1px dashed #000;
}
dd.comment
{
	margin-bottom:2px;
}
dd.comment-date
{
	font-size:0.85rem;
	color:#900;
	border-bottom: 1px dotted #000;
	margin-bottom:20px;
}
.quran,.rtcol
{
	background-color:#fff;
}
.otlist
{
	/*background: url(../images/tscrollgrn.png);
	background-size: cover;*/
	/*border:2px solid #000;
	border-radius:10px;*/
	padding:0;
	margin:0;
	height:100%;
	background-color:#fff;
}
.othd
{
	/*background: linear-gradient(0deg,#638240,#495240);*/
	/*background: linear-gradient(0deg,#bd4242,#712c2c);*/
	background-color: #712c2c;
/*	border-radius:7px 7px 0 0;*/
	color:#fff2d7;
}
.ntlist
{
	/*background: url(../images/tscrollred.png);
	background-size: cover;*/
	/*border:2px solid #000;
	border-radius:10px;*/
	padding:0;
	margin:0 5px;
	height:100%;
	background-color:#fff;
}
.linkslist
{
	background-color:#fff;
}
.nthd
{
	/*background: linear-gradient(0deg,#bd4242,#712c2c);*/
	background-color: #712c2c;
	/*border-radius:7px 7px 0 0;*/
	color:#fff2d7;
}
.qhd
{
	/*background: linear-gradient(0deg,#bd4242,#712c2c);*/
	background-color: #c05025;
/*	border-radius:7px 7px 0 0;*/
	color:#fff2d7;
}
.bwt
{
	background-color:#fff;
}
.bomhd
{
	background-color: #313a50;
/*	border-radius:7px 7px 0 0;*/
	color:#fff2d7;
}
.testamentheader
{
	/*color:#fff2d7;*/
	color:#f2dcb8;
	/*font-size:28pt;*/
	font-size:24px;
	text-align:left;
	padding:3px 3px 3px 15px;
}
.caticon
{
	height:40px;
}
.hdimg img
{
	width:180px;
}
.booklink:hover
{
	cursor:pointer;
}
.odv
{
	height:9.5rem;
	padding:25px 10px 5px 10px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	line-height:1.5rem;
	margin-top:10px;
	margin-left:1rem;
	width:15rem;
}
#sabsrch,#goadv
{
	margin-top:5px;
}
#sabsrch
{
	width:250px;
}
#slideOut 
{
	position: fixed;
	width: 400px;
	height: 800px;
	top: 30px;
	right: -400px;
	/* Animation  */
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	z-index:20;
}

/* Display slideOut */

.showSlideOut 
{
	right: 0px !important;
}
.slideOutTab 
{
	margin-top: 50px;
	position: absolute;
	left: -40px;
	height: 50px;
	width: 40px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border-radius: 15px 0px 0px 15px;
	cursor:pointer;
}
.slideOutTab div 
{
	text-align: center;
	position: relative;
	right: 0px;
	top: 8px;
	padding-top:20%;
}
#icontitle
{
	padding:0 10px 0 10px;
	margin-bottom:0;
}
#iconcatlist
{
	font-size:1rem;
}
.pennant {
  background: #712c2c;
  padding: 20px 20px 20px 25px;
  font-size: 40px;
  font-family: Arial;
  text-align: left;
  position: relative;
	width:250px;
	color:#fff;
}

.pennant:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-right: 40px solid white;
  position: absolute;
  right: 0;
  top: 0;
}
#quranhead
{
	text-align:center;
	background:#c05025;
	border-radius:20px;
	height:50px;
	font-size:34px;
	line-height:44px;
	color:white;
}
.fnpop
{
	border:1px solid #000;
	background: #fff;
	width:400px;
	position:absolute;
	top:150px;
	left:250px;
	display:none;
	border-radius:7px;
	padding:10px;
}
.rtcol
{
/*	border:2px solid #000;
	border-radius:10px;*/
/*	padding:8px;*/
	/*height:100%;*/
}
#clearsep
{
	text-align:center;
	border: 1px solid #000;
	padding: 15px 0;
	background-color:#fff;
}
.nonbib
{
	background-color:#ddd !important;
}
/* star rating */
#rating
{
/*      margin-left:140px; */
        margin-top:10px;
        margin-bottom:10px;
        float:left;
}
.rating_text
{
        margin-top:5px;
        font-size:10pt;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
        background: url(../images/stars.gif) left -1000px repeat-x;
}
.star-rating {
   position:relative;
   margin:0;
   padding:0;
   width:125px;
   height:25px;
   overflow:hidden;
   list-style:none;
   background-position: left top;
}
.star-rating li {
   display:inline;
   margin-bottom:10px;
}
.star-rating a,
.star-rating .current-rating {
   position:absolute;
   top:0;
   left:0;
   height:25px;
   text-indent:-1000em;
   line-height:25px;
   outline:none;
   border:none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
   background-position: left bottom;
}
.star-rating a.one-star {
   width:20%;
   z-index:6;
}
.star-rating a.two-stars {
   width:40%;
   z-index:5;
}
.star-rating a.three-stars {
   width:60%;
   z-index:4;
}
.star-rating a.four-stars {
   width:80%;
   z-index:3;
}
.star-rating a.five-stars{
   width:100%;
   z-index:2;
}
.star-rating .current-rating {
   z-index:1;
   background-position:left center;
}
hr.fewer
{
	border-top:2px solid #d5d5d5;
	margin-left:10px;
	margin-bottom:0;
}
.nav-item
{
	margin:0 2.5%;
}
#homelist
{
	padding:5px 5px 5px 10px;
}
#homelist p
{
	border-bottom:2px solid #d3d3d3;
/*	padding-bottom:5px;*/
	margin-bottom:0.25rem;
}
#homelist p:hover
{
	background-color:#f2dcb8;
}
.topics
{
	display:inline-block;
	font-size:115%;
}
.newgrid
{
/*	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: minmax(20px,auto);
	grid-gap: 1em;
	justify-items:stretch;
	align-items:start;*/
	background-color:#fff;
	padding:2em;
}
.newgrid .title
{
	text-align:center;
	/*grid-column:1/5;
	grid-row:2;*/
	background-color:#f5f5f5;
	border-style:ridge;
	border-radius:10px 10px 0 0;
	font-size:1.5em;
	padding:15px 0;
}
.topiclist
{
	columns:4;
	padding:7px;
}
.topiclist p
{
	margin-bottom:0.5rem;
}
.podhead,.podhead2,.podhead2a
{
	text-align:center;
	/*margin-top:50px;*/
	font-size:20pt;
}
.podhead2
{
	margin-top:2px;
}
.podhead2a
{
	font-size:14pt;
}
.quran
{
/*	border:2px solid #000;
	border-radius:10px;*/
	padding:0;
/*	font-size:90%;*/
}
.quran a
{
	margin-left:4px;
}
.quran p
{
/*	font-size:96%;*/
}
.chapter > p
{
	font-size:80%;
	text-align:left;
}
.chapter h2
{
	font-size:1.3em;
	padding-top:20px;
}
.bomhd1,.bomhd2
{
	color:#000;
}
.bomhd1
{
	font-family:'Times New Roman';
	text-align:center;
	font-size:168%;
	text-transform:uppercase;
}
.bomhd2
{
	text-align:center;
	font-size:138%;
	margin-bottom:15px;
}
.headprod
{
	position:absolute;
	top:110px;
	left:44%;
}
.headprod img
{
	height:185px;
}
.ejatcommentsshow
{
	position:absolute;
	color:#999;
	z-index:20;
	right:0;
	bottom:10px;
	cursor:pointer;
}
.ejatcommentsshow:after
{
	content:attr(data-count);
	background-color:#900;
	color:white;
	padding:2px 4px;
	font-family:Arial;
	font-size:10px;
	border-radius:50%;
	position:relative;
	top:-12px;
	left:-8px;
}
.ticket-2
{
	position:relative;
	width:100%;
	height:180px;
	/*margin:20px;*/
	background-image:
		radial-gradient(circle at 0 0, white 20px, grey 20px, grey 22px, transparent 22px),
		radial-gradient(circle at 100% 0, white 20px, grey 20px, grey 22px, transparent 22px),
		radial-gradient(circle at 0 100%, white 20px, grey 20px, grey 22px, transparent 22px),
		radial-gradient(circle at 100% 100%, white 20px, grey 20px, grey 22px, white 22px);
	display:grid;
	place-items:center;
}

.ticket-2::before{
content:"";
position:absolute;
top:50%;
left:50%;
width:100%;
height:calc(100% - 40px);
transform:translate(-50%, -50%);
border-left:2px solid grey;
border-right:2px solid grey;
}

.ticket-2::after{
content:"";
position:absolute;
top:50%;
left:50%;
width:calc(100% - 40px);
height:100%;
transform:translate(-50%, -50%);
border-top:2px solid grey;
border-bottom:2px solid grey;
}
.quotep,.quotepb
{
	/*font-size:85%;*/
	margin:0;
/*	position:relative;*/
/*	height:50%;*/
	/*top:20%;
	transform:translateY(-45%);*/
	padding-right:5px;
	z-index:10;
	/*display:flex;
	align-items:flex-end;*/
}
.quotepb
{
	/*align-items:flex-start;*/
}
.wonder
{
	background-color:#fff;
	color: #000;
}
.faqq
{
	cursor:pointer;
}
.faqq >p:hover
{
	color:#900;
}
.faqq div
{
	display:none;
}
.faqans
{
	font-style:italic;
}
.listspan
{
	display:inline-block;
	width:100%;
}
.listspan:hover
{
	background-color:#f2dcb8;
	font-weight:bold;
}
.listspan a,.listspan a:visited, listspan a:link
{
	/*color: #000;*/
}
.listspan a:hover
{
	text-decoration:none;
}
.col-md-4-sab
{
	flex: 0 0 30%;
	max-width:30%;
}
.col-md-4-sab2
{
	flex: 0 0 40%;
	max-width:40%;
}
.br
{
	display:block;
	margin-bottom:1.0em;
}
#prevlink,#nextlink
{
	font-size:64px;
	position:relative;
	top:-14px;
	height:40px;
}
#prevlink
{
	text-align:left;
}
#nextlink
{
	text-align:right;
}
/*#prevarrow,#nextarrow
{
	position:fixed;
	font-size:46px;
	font-weight:bold;
	cursor:pointer;
	top:50%;
	z-index:50;
}
#prevarrow
{
	left:10%;
}
#nextarrow
{
	right:10%;
}
@media (max-width: 800px)
{*/
	#prevarrow,#nextarrow
	{
		font-size:56px;
		position:absolute;
		top:-22px;
		cursor:pointer;
		z-index:50;
	}
	#prevarrow
	{
		left:30%;
	}
	#nextarrow
	{
		right:26%;
	}
/*}*/
.narrow
{
	padding-left:1px !important;
	padding-right:1px !important;
}
.bloglink:hover
{
	color:#900;
}
.blog-edit-trigger
{
	cursor:pointer;
}
.patlink
{
	position:absolute;
	left:45%;
	z-index:2;
}
.lastcomm
{
	padding:10px 8%;
	background-color:#fff;
	margin-top:-60px;
}
.list a + h2
{
	margin-top:20px;
}
.comment-area
{
	display:none;
}
.clinks
{
	padding:5px;
}
.clinks ul
{
	list-style:none;
	margin-bottom:0;
}
.clinks ul li
{
	display:inline-block;
	border:1px solid #ddd;
	padding:0 8px;
	margin:0 3px;
}
.clinks ul li:hover
{
	background-color:#eee;
}
.clinks ul li a
{
	color: #333;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10pt;
}
.clinks ul li a:hover
{
	color:#900;
}
.notes ul li,.notes ol li,.text-fw ol li
{
	margin-top:15px;
}
.links dl
{
	border-top:none !important;
}
//text:last-child
//{
//	color:white;
//	fill:white !important;
//}
.highcharts-credits
{
	fill:white !important;
}
