/* style.css */

@font-face {
    font-family: 'InterstateRegular';
    src: url('fonts/interstate_regular-webfont.eot');
    src: url('fonts/interstate_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/interstate_regular-webfont.woff') format('woff'),
         url('fonts/interstate_regular-webfont.ttf') format('truetype'),
         url('fonts/interstate_regular-webfont.svg#InterstateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

hr {
    border-style: inset; /* This is already default styling */
    border-width: 1px;
	width: 100%;
	float: left;
}

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
	font: 12px/15px Helvetica, Arial, Verdana, Sans-serif;
	background: #fff;
	color: #fff;
	padding: 35px 43px 0;
}

a, input, select {
	outline: none;
}

input, select, textarea {
	margin: 0;
}

::-webkit-input-placeholder {
	color: #000;
}
:-moz-placeholder {
	color: #000;
}
.placeholder {
	color: #000;
}

.clear { clear: both; }
.alignleft { float: left; margin: 0 30px 10px 0; }
.alignright { float: right; margin: 0 0 10px 30px; }
.center { text-align: center; }
.right {text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.uppercase { text-transform: uppercase; }
.highlight { color: #fff; }
.nomargin { margin: 0 !important; }

.logo {
	display: block;
	width: 25.7%;
	margin: 0 auto;
	max-width: 329px;
}
.logo img {
	width: 100%;
}

.crest {
	display: block;
	width: 4%;
/* 	margin: 3% auto; */
/* 	margin: 3.75% auto; */
	margin: 3.75% auto 2%;
	max-width: 51px;
	color:#4f4f4f;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
}
.crest img {
	width: 100%;
	margin-botton:5%;
}

.loading-icon {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.loading-icon.loading,
.fgallery-imgs.loading {
	background: url('../images/loading.gif') no-repeat center;
}

/*----------------------*/
/*         bars         */
/*----------------------*/

.bar {
	position: fixed;
	top: 0;
	height: 100%;
	width: 43px;
	background: #fff;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url('/js/PIE.htc');
	z-index: 100;
	overflow: hidden;
}
.bar-left {
	left: 0;
}
.bar-right {
	right: 0;
}

.bar-left h1 {
	width: 13px;
	margin: 30px auto;
	text-indent: -9999px;
}

.bar-right .btn-closemenu {
	text-transform: none !important;
	position: absolute !important;
	right: 10px;
	top: 9px;
	padding: 0 !important;
	background: 0 !important;
	color: #000;
}
.bar-right .btn-closemenu:hover {
	color: #c1c1c1;
}

.bar-right .menu {
	list-style: none;
	margin-top: 30px;
	position: relative;
	z-index: 110;
}
.bar-right .menu li {
	margin-bottom: 25px;
	width: 43px;
	text-align: center;
	position: relative;
}
.bar-right .menu a {
	color: #c1c1c1;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-family: InterstateRegular;
	position: relative;
	z-index: 115;
}
.bar-right .menu a:hover,
.bar-right .menu .sfHover > a,
.bar-right .menu .current > a {
	color: #000;
}
.bar-right .menu .big {
	font-size: 20px;
}

.bar-right .menu ul {
	list-style: none;
	display: none !important;
	position: relative;
	width: 270px;
	padding-top: 10px;
	z-index: 110;
}
.bar-right .menu .active ul {
	display: block !important;
	visibility: visible !important;
	margin-top: -35px;
}
.bar-right .menu ul li {
	width: auto;
	margin-bottom: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	font-family: InterstateRegular;
	color: #000;
	text-transform: uppercase;
}
.bar-right .menu ul a {
}

.bar-right .menu .btn-cross,
.bar-right .menu .btn-arrow,
.bar-right .menu .btn-video,
.bar-right .menu .btn-headphones {
	margin: 0 auto;
}
.bar-right .menu .sfHover .btn-arrow,
.bar-right .menu .active .btn-arrow {
	background-position: 0 -18px;
}
.bar-right .menu .sfHover .btn-headphones,
.bar-right .menu .active .btn-headphones {
	background-position: -45px -17px;
}
.bar-right .menu .sfHover .btn-arrow,
.bar-right .menu .active .btn-arrow {
	background-position: 0 -18px;
}

/*----------------------*/
/*      .playlist       */
/*----------------------*/

.playlist {
	list-style: none;
	position: relative;
	z-index: 110;
}
.playlist li {
	width: 43px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}
.playlist a {
	color: #c1c1c1;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 115;
}
.playlist a:hover {
	color: #000;
}

.playlist ul {
	list-style: none;
	position: relative;
	visibility: hidden;
	height: 0;
	width: 270px;
	overflow: hidden;
	z-index: 110;
}
.playlist .active ul {
	visibility: visible;
	height: auto;
	margin-top: -23px;
}
.playlist ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	font-family: InterstateRegular;
	width: auto;
}
.playlist ul a {
	padding: 0 15px;
	font-family: InterstateRegular;
	background: url('../images/btn-play.png') no-repeat left top;
	display: block;
	height: 15px;
}
.playlist ul a.playing {
	padding: 0 15px;
	font-family: InterstateRegular;
	background: url('../images/btn-play.png') no-repeat left -15px;
	display: block;
	height: 15px;
	color: #000;
}
.playlist ul a:hover {
	background-image: url('../images/btn-play-ro.png');
}
.playlist .btn-headphones {
	margin: 0 auto;
}
.playlist .active .btn-headphones {
	background-position: -45px -17px;
}

/*----------------------*/
/*        .about        */
/*----------------------*/

.about {
	list-style: none;
	margin-top: 25px;
	position: relative;
	z-index: 100;
}
.about li {
	width: 43px;
	color: #acacac;
	position: relative;
/* */	
	text-align:center;
}
.about a {
	color: #c1c1c1;
	text-decoration: underline;
	position: relative;
	z-index: 115;
}
.about a:hover {
	color: #86888b;
}

.about ul {
	list-style: none;
	position: relative;
	visibility: hidden;
	height: 0;
	width: 270px;
	overflow: hidden;
	z-index: 110;
}
.about .active ul {
	visibility: visible;
	height: auto;
}
.about ul li {
	padding: 0 10px 10px;
	font-family: InterstateRegular;
	text-align: justify;
	width: auto;
	color: #000;
}
.about ul li h1 {
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
}
.about ul li p {
	margin-bottom: 15px;
}

.about .copy {
	width: 43px;
	height: 37px;
/* 	height: 65px; */
	background: url('../images/copy.png') no-repeat center top;
	display: block;
	text-indent: -9999px;
}
.about .active .copy,
.about .copy:hover {
	background-position: center -65px;
}

.about .btn-closemenu {
/* 	position: static !important; */
	text-decoration: none;
	float:right;
	color: #000;
}
.about .btn-closemenu:hover {
	color: #666666;
}

/*----------------------*/
/*        .page         */
/*----------------------*/

.page {
	position: relative;
	min-width: 900px;
}

/*----------------------*/
/*       .gallery       */
/*----------------------*/

.gallery {
	width: 65%;
	margin: 0 auto;
}
.gallery a {
	display: none;
}

/*----------------------*/
/*      .fgallery       */
/*----------------------*/

.fgallery {
	position: relative;
}

.fgallery .fgallery-imgs {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.fgallery .fgallery-frame {
	
}

.fgallery .fgallery-frame a {
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}
.fgallery .fgallery-frame a span {
	display: inline-block;
    height: 100%;
    width: 0%;
	vertical-align: middle;
}
.fgallery .fgallery-frame a div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fgallery .fgallery-frame a img {
	display: inline-block;
    width: 100%;
	vertical-align: middle;
}

.fgallery .fgallery-btns {
	padding: 50px 0 40px;
	position: absolute;
	z-index: 5;
}
.fgallery .fgallery-control {
	width: 11px;
	height: 17px;
	background: url('../images/fgallery-icons.png') 0 0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	/*top: 50px;*/
	top: 30px;
	padding: 20px;
	
}
.fgallery .fgallery-prev {
	/*background-position: 0 0;*/
	background: url('../images/fgallery-control-l.png') no-repeat center;
	left: 0;
}
.fgallery .fgallery-prev:hover {
	/*background-position: 0 -17px;*/
	background: url('../images/fgallery-control-l-o.png') no-repeat center;
}
.fgallery .fgallery-next {
	/*background-position: -11px 0;*/
	background: url('../images/fgallery-control-r.png') no-repeat center;
	right: 0;
}
.fgallery .fgallery-next:hover {
	/*background-position: -11px -17px;*/
	background: url('../images/fgallery-control-r-o.png') no-repeat center;
}
.fgallery .fgallery-btns-vcenter {
	padding: 0;
	top: 50%;
}
.fgallery .fgallery-btns-vcenter .fgallery-control {
	top: 0;
	/*margin-top: -11px;*/
	margin-top: -31px;
}

.fgallery-zoom-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 45;
}
.fgallery-zoom-overlay-bg {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 45;
}
.fgallery-zoom-overlay img {
	position: relative;
	display: block;
	margin: 0 auto 3px;
	z-index: 46;
}
.fgallery-zoom-btns {
	position: absolute;
	padding: 10px 0 20px;
	margin: 0 auto;
	z-index: 46;
	text-align: center;
	bottom: -50px;
	left: 50%;
}
.fgallery-zoom-btns-vcenter {
	bottom: auto;
	padding: 0;
	margin-top: -11px;
	top: 50%;
}
.fgallery-zoom-btns-vcenter .fgallery-controlZoom {
	top: 0;
}
.fgallery-controlZoom {
	width: 11px;
	height: 17px;
	background: url('../images/fgallery-icons.png') 0 0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	/*top: 10px;*/
	top: -10px;
	padding: 20px;
}
.fgallery-prevZoom {
	/*background-position: 0 0;*/
	background: url('../images/fgallery-control-l.png') no-repeat center;
	left: 0;
}
.fgallery-prevZoom:hover {
	/*background-position: 0 -17px;*/
	background: url('../images/fgallery-control-l-o.png') no-repeat center;
}
.fgallery-nextZoom {
	/*background-position: -11px 0;*/
	background: url('../images/fgallery-control-r.png') no-repeat center;
	right: 0;
}
.fgallery-nextZoom:hover {
	/*background-position: -11px -17px;*/
	background: url('../images/fgallery-control-r-o.png') no-repeat center;
}

.fgallery-zoom-indexBtns {
	display: inline-block;
}
.fgallery-zoom-indexBtns-row {
	clear: both;
}
.fgallery-zoom-indexBtns-row a {
	width: 13px;
	height: 16px;
	display: block;
	margin: 1px;
	background: url('../images/fgallery-icons.png') -63px 0;
	float: left;
	text-indent: -9999px;
}
.fgallery-zoom-indexBtns-row a.active {
	background-position: -63px -16px;
}

.fgallery-zoom-overlay-r2 .fgallery-zoom-indexBtns-row a {
	width: 11px;
	height: 11px;
	background-position: -76px 0;
}
.fgallery-zoom-overlay-r2 .fgallery-zoom-indexBtns-row a.active {
	background-position: -76px -11px;
}
.fgallery-zoom-overlay-r3 .fgallery-zoom-indexBtns-row a {
	width: 7px;
	height: 8px;
	background-position: -87px 0;
}
.fgallery-zoom-overlay-r3 .fgallery-zoom-indexBtns-row a.active {
	background-position: -87px -8px;
}
.fgallery-zoom-overlay-r4 .fgallery-zoom-indexBtns-row a {
	width: 8px;
	height: 5px;
	background-position: -76px -22px;
}
.fgallery-zoom-overlay-r4 .fgallery-zoom-indexBtns-row a.active {
	background-position: -76px -27px;
}
.fgallery-zoom-overlay-r1.fgallery-zoom-overlay-c3 .fgallery-zoom-indexBtns-row a {
	width: 17px;
	height: 13px;
	background-position: -94px 0;
}
.fgallery-zoom-overlay-r1.fgallery-zoom-overlay-c3 .fgallery-zoom-indexBtns-row a.active {
	background-position: -94px -13px;
}

.fgallery-zoom-close {
	display: block;
	text-indent: -9999px;
	background: url('../images/fgallery-icons2.png');
	margin: 0 auto;
	position: relative;
}

.fgallery-imgZoom,
.fgallery-stackZoom {
	height:100%;
	position: relative;
	z-index: 46;
}
.fgallery-shieldZoom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 49;
}

.fgallery-zoom-loading .fgallery-shieldZoom {
	background: url('../images/loading.gif') no-repeat center;
}

/*----------------------*/
/*         .map         */
/*----------------------*/

.map {
	height:100%;
	width: 58%;
	position: relative;
	margin: 0 auto;
}
.map img {
	width: 100%;
	display: none;
	cursor: pointer;
}

.map .gallery {
	display: none;
}

/*----------------------*/
/*   Possible Psalms    */
/*----------------------*/

.PPcontent {
	margin: 4% auto 0;
	width: 76.4%;
	position: relative;
/* 	position: absolute; */
/* 	top:0px; */
/* 	left:0px; */
/* 	display: none; */
/* 	background-image: url(/images/possiblePsalms.jpg); */
	background-repeat: no-repeat;
	background-size: 100%;
}

#PPframe {
	float: left;
	position: relative;
}

#PPframe img {
	width:100%;
}

a#playPP img {
	position: absolute;
	top:0px;
	left:0px; /* 50px; */
	cursor: pointer;
}

#ppX {
	position: absolute;
	top:15px;
	left:15px;
	cursor: pointer;
}

/*----------------------*/
/*        .tiles        */
/*----------------------*/

.tiles {
	margin: 4% auto 0;
	width: 76.4%;
	position: relative;
}
.tiles-loading {
	background: url('../images/loading.gif') no-repeat center;
}

.tiles ul {
	list-style: none;
}
.tiles li {
	float: left;
	padding: 0 0 1px 1px;
	width: 23.7%;
}
.tiles li.first {
	padding-left: 0;
}
.tiles .tile {
	display: block;
}
.tiles .tile img {
	display: block;
	width: 100%;
	visibility: hidden;
}

.tiles .overlay-bg {
	position: absolute;
	/* background: #000; */
}

/*----------------------*/
/*       .overlay       */
/*----------------------*/

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
	overflow: hidden;
	background-color: #FFFFFF;
}
.overlay-bg {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------*/
/*      .container      */
/*----------------------*/

.container {
	color: #000;
	font-family: InterstateRegular;
	width: 846px;
	margin: 0 auto;
	padding: 15px 0;
}

.container a {
	text-decoration: none;
	color: #5e5d5d;
}
.container a:hover {
	color: #000;
	text-decoration: underline;
}

.container ul {
	list-style-position: inside;
	margin-bottom: 15px;
}

.container h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 13px;
}

.container h2 {
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	font-weight: normal;
}

.container p {
	margin-bottom: 15px;
}

.container hr {
	margin: 10px 0;
	height: 0;
	border: 0;
	border-bottom: 1px solid #000;
}

/*----------------------*/
/*       cleditor       */
/*----------------------*/

.cleditorPopup {
	color: #000;
	font-family: InterstateRegular;
	font-size: 12px;
}
.cleditorPopup h1 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
.cleditorPopup h2 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

/*----------------------*/
/*       .portlet       */
/*----------------------*/

.portlet {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	padding: 5px;
}
.portlet-title {
	margin-bottom: 10px;
}
.portlet ul {
	list-style: none;
}

/*----------------------*/
/*        forms         */
/*----------------------*/

.form {
}

.form .row {
	padding: 5px 0;
	clear: both;
}
.form .row:first-child {
	padding-top: 0;
}

.form .row label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 3px;
}
.form .row input[type="text"],
.form .row input[type="password"],
.form .row input[type="submit"],
.form .row input[type="button"],
.form .row textarea,
.form .row select {
	font-family: InterstateRegular;
	font-size: 12px;
	border: 1px solid #000;
	color: #000;
	margin: 0;
	padding: 8px 3px;
	height: 12px;
	background: none;
}
.form .row input[type="submit"],
.form .row input[type="button"],
.form .row select {
	height: 30px;
	padding: 4px 3px;
	cursor: pointer;
}
.form .row input[type="submit"],
.form .row input[type="button"] {
	background: #e5e5e5;
}
.form .row input[type="submit"]:hover,
.form .row input[type="button"]:hover {
	background: #999;
}
.form .row textarea {
	height: 90px;
}
.form .row .errorMessage,
.form span.required {
	color: #870000;
}

.form .row.checkboxs label {
	display: inline;
	text-transform: none;
}

.form-login {
	width: 200px;
	margin: 0 auto;
}
.form-login input[type="text"],
.form-login input[type="password"] {
	width: 190px;
}

.form-shop .row {
	float: left;
	margin-right: 25px;
	clear: none;
	position: relative;
	padding: 0 0 15px;
}
.form-shop .row:first-child {
	padding: 0 0 15px;
}
.form-shop .row-qty {
	margin-left: -70px;
	padding-left: 70px;
}
.form-shop .row .errorMessage,
.form-shop .row span.required {
	color: #000;
	padding-top: 10px;
}
.form-shop .row-qty .errorMessage {
	width: 95px;
	text-align: right;
	position: absolute;
	right: 0;
}
.form-shop .row select {
	width: 177px;
}
.form-shop input[type="submit"] {
	text-transform: uppercase;
}

.form-shop .row-expire select {
	width: 70px;
}
.form-shop .row-expire select:first-child {
	width: 50px;
	margin-right: 5px;
}

.form-shop .row-sub {
	margin-top: 10px;
}
.form-shop .row-shipping {
	width: 192px;
}

/*----------------------*/
/*        admin         */
/*----------------------*/

.admin-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: InterstateRegular;
	font-size: 12px;
	z-index: 150;
}
.admin-menu ul {
	display: inline-block;
	padding: 4px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url('/js/PIE.htc');
	list-style: none;
	background: #fff;
}
.admin-menu li {
	float: left;
	margin-left: 10px;
}
.admin-menu li:first-child {
	margin-left: 0;
}
.admin-menu a {
	text-decoration: none;
	color: #c1c1c1;
}
.admin-menu a:hover,
.admin-menu .active a {
	color: #000
}

.admin-images-preview {
	float: left;
	margin-right: 15px;
	max-width: 200px;
}
.admin-images-preview img {
	margin-bottom: 15px;
	display: block;
	max-width: 200px;
}

.admin-continents-switcher {
	list-style: none;
	padding-left: 5px;
	position: relative;
	top: 5px;
}
.admin-continents-switcher li {
	float: left;
	padding: 3px 5px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #777;
	border-bottom: 0;
	margin-right: 2px;
}
.admin-continents-switcher li.active {
	position: relative;
	border-color: #000;
	top: 1px;
	cursor: default;
}
.admin-continents-lists .row.checkboxs {
	border: 1px solid #000;
	padding: 8px !important;
	margin-bottom: 15px;
	width: 400px;
	height: 300px;
	overflow: auto;
	display: none;
}


/*----------------------*/
/*        players       */
/*----------------------*/

.audioplayer {
	width: 270px;
	height: 20px;
}
.audioplayer-wrapper {
	position: absolute;
	top: -4000px;
	padding: 0 0 0 20px;	
}

#videowrap {
	position: fixed;
	top: -9999px;
	left: 0;
	width: 100%;
	height: 80%;
	padding-top: 5%;
	z-index: 65;
}
#videowrap-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

#videoplayer {
	/*position: static !important;*/
	width: 864px;
	height: /*515*/484px;
	margin: 0 auto;
	z-index: 65 !important;
	outline: none;
	margin-left: -432px !important;
	left: 50%;
}
#videoplayer video {
	background: #000;
}

#videoplayer_wrapper {
	position: static !important;
	z-index: 65 !important;
	margin: 0 auto;
	outline: none;
}
embed#videoplayer,
object#videoplayer,
iframe#videoplayer {
	height: 484px !important;
	width: 864px !important;
	margin: 0 auto;
	top: 0;
	position: relative;
}

.jp-audio {
	display: none;
}
.jp-interface {
	position: relative;
	height: 20px;
	width: 220px;
}
.jp-progress {
	width: 138px;
	margin: 0 auto;
	height: 20px;
	overflow: hidden;
	background: url('../js/skins/americasutraAudio/controlbar/timeSliderRail.png') repeat-x;
}
.jp-seek-bar {
	height: 20px;
	background: url('../js/skins/americasutraAudio/controlbar/timeSliderBuffer.png') repeat-x;
	cursor: pointer;
}
.jp-play-bar {
	height: 20px;
	background: url('../js/skins/americasutraAudio/controlbar/timeSliderThumb.png') no-repeat right;
}
.jp-current-time {
	font-size: 9px;
	line-height: 20px;
	position: absolute;
	left: 7px;
	top: 0;
}
.jp-duration {
	font-size: 9px;
	line-height: 20px;
	position: absolute;
	right: 8px;
	top: 0;
}

/*----------------------*/
/*        .index        */
/*----------------------*/

.index .content-wrap {
	display: none;
}
.index .content {
	margin: 4% auto 0;	
}
.index .PPcontent {
	margin: 2.65% auto 0;
}
.index .content ,
.index .PPcontent {
	width: 76.4%;
	position: relative;
/* 	position: absolute; */
/* 	top:0px; */
/* 	left:0px; */
/* 	float: left; */
/* 	display: none; */
/* 	width: 100%; */
/* 	height:100%; */
/* 	background-color: #000000; */
	color: #ccc;
	font-size: 16px;
	line-height: 1.4;	
/* 	line-height: 112%; */
	font-family: InterstateRegular;
	font-weight: 400;
}
.index .content-column {
	width: 42.5%;
	padding: 0% 0 0% 5%;
	float: left;
/* 	width: 33%; */
/* 	padding: 3% 7% 7% 2%; */
/* 	float: left; */
/* 	font-size: 76%; */
/* 	line-height: 130%; */
}
.index .content p ,
.index .PPcontent p {
	margin-bottom: 15px;
	font-size:75%;
	float: left;
	width: 100%;
/* 	margin: 2% 0% 2% 0%; */
	margin: 1% 0% 1% 0%;
	z-index: 0;
}

.index .PPcontent p {
	text-align: center;
}

.index .content a {
	text-decoration: none;
	color: #ccc;
}

.index .content .btn-closecontent {
/*
	float: left;
	padding:0 0 0 20px;
	color: #666;
	text-decoration: none;
	text-indent: 50px;
	width: 23px;
	overflow: hidden;
	height: 22px;
	background-image: url('../assets/btn-x.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 8px;
	margin-right: 17px;
*/
	float: left;
	padding: 0px 0px 0px 20px;
	color: #666;
	text-decoration: none;
	z-index: 1;
/* 	font-size: 125%; */
}
.index .content .btn-closecontent:hover {
	color: #ccc;
}

.index .bar-left h1,
.index .bar-right .menu,
.index .bar-right .playlist,
.index .bar-right .about {
	display: none;
}

.index .content .closeContent {
	margin: 2% 0% 0% 0%;
	z-index: 1;
	display: none;
}

/* .index .content  */
.introText p:first-child {
	margin-top:0px;
}

/* .index .content */
.introText p:last-child {
	margin-bottom:0px;
}

/*----------------------*/
/*        .page1        */
/*----------------------*/

.page1 .bar-left h1 {
	height: 170px;
	background: url('../images/page1-h.png');
}

.page1 .fgallery-zoom-close {
	width: 28px;
	height: 16px;
	background-position: 0 0;
}

.page1 .fgallery-zoom-btns {
	/*margin-top: -9px;
	top: 49% !important;*/
}

.page1 .fgallery-prevZoom,
.page2 .fgallery-prevZoom,
.page2 .fgallery-prev,
.page3 .fgallery-prevZoom,
.page3 .fgallery-prev,
.page5 .fgallery-prevZoom,
.page5 .fgallery-prev,
.page6 .fgallery-prevZoom {
	/*left: -55px;*/
	left: -95px;
}
.page1 .fgallery-nextZoom,
.page2 .fgallery-nextZoom,
.page2 .fgallery-next,
.page3 .fgallery-nextZoom,
.page3 .fgallery-next,
.page5 .fgallery-nextZoom,
.page5 .fgallery-next,
.page6 .fgallery-nextZoom {
	/*right: -55px;*/
	right: -95px;
}

/*----------------------*/
/*        .page2        */
/*----------------------*/

.page2 .bar-left h1 {
	height: 116px;
	background: url('../images/page2-h.png');
}

.page2 .fgallery-zoom-close {
	/*width: 14px;
	height: 26px;
	background-position: -28px 0;*/
	width: 28px;
	height: 16px;
	background-position: 0 0;
}

.page2 .fgallery-imgs {
	/*padding-bottom: 50px;*/
}

.page2 .fgallery-zoom-overlay {
	position: fixed;
	top: 35px;
}

/*----------------------*/
/*        .page3        */
/*----------------------*/

.page3 .bar-left h1 {
	height: 190px;
	background: url('../images/page3-h.png');
}

.page3 .fgallery-zoom-close {
	width: 23px;
	height: 23px;
	background-position: -42px 0;
}

.page3 .gallery {
	width: 65%;
}

/*----------------------*/
/*        .page4        */
/*----------------------*/

.page4 {
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.page4 .bar-left h1 {
	height: 114px;
	background: url('../images/page4-h.png');
}

.page4 .fgallery-zoom-overlay {
	position: fixed;
}
.page4 .fgallery-zoom-close {
	width: 35px;
	height: 23px;
	background-position: -65px 0;
}
.page4 .fgallery-frame img {
	
}

.page4 .gallery {
	/*width: 85%;*/
	width: 1265px;
}
.page4 .fgallery-zoom-overlay {
	padding-top: 35px;
}
.page4 .fgallery-zoom-btns {
	width: 180px !important;
	margin-left: -90px !important;
}

/*----------------------*/
/*        .page5        */
/*----------------------*/

.page5 .bar-left h1 {
	height: 128px;
	background: url('../images/page5-h.png');
}

.page5 .fgallery-zoom-overlay-r1 .fgallery-zoom-indexBtns-row a {
	width: 15px;
	height: 16px;
	background-position: -111px 0;
}
.page5 .fgallery-zoom-overlay-r1 .fgallery-zoom-indexBtns-row a.active {
	background-position: -111px -16px;
}

.page5 .fgallery-zoom-close {
	width: 33px;
	height: 16px;
	background-position: -100px 0;
}

.page5 .gallery {
	width: 88%;
}

.page5 .fgallery-imgZoom,
.page5 .fgallery-zoom-btns {
	max-width: 340px;
}

/*----------------------*/
/*        .page6        */
/*----------------------*/

.page6 .bar-left h1 {
	height: 78px;
	background: url('../images/page6-h.png');
}

.page6 .fgallery-zoom-close {
	width: 57px;
	height: 16px;
	background-position: -133px 2px;
}

.page6 .gallery {
	width: 95%;
}

/*----------------------*/
/*        .page7        */
/*----------------------*/

.page7 {
}

.page7 .bar-left h1 {
	height: 120px;
	background: url('../images/page7-h.png');
}

.page7 .fgallery-zoom-close {
	background-image: url('../images/fgallery-icons3.png');
	width: 224px;
	height: 139px;
}
.page7 .fgallery-zoom-close:hover {
	background-position: 0 -139px;
}
.page7 .fgallery-zoom-btns {
	bottom: -170px;
	display: none !important;
}
.page7 .fgallery-zoom-overlay img {
	width: auto !important;
}

.page7 .gallery {
	display: none;
}

/*----------------------*/
/*        .shop         */
/*----------------------*/
/*----------------------*/
/*        .shop         */
/*----------------------*/

.shipping-options{
	clear:both;
}
.shipping-header {
	background-color: #D0D2D1;
	text-transform: uppercase;
	width: 145px;
	margin-bottom: 14px;
	padding: 0.1cm;
	font-size:12px;
	display:block;
	clear:both;
	}

.row.buttons.checkoutbutton input{
	margin:0;
	padding:0;
	background-image: url('../images/checkout.gif');
	text-indent: -500px;
	width: 176px;
	height: 39px;
	background-repeat: no-repeat;
	border: 0px;
	background-color:transparent;

} 

.row.buttons.checkoutbutton {
	float:left;
	margin-left: -8px;


} 
.row.buttons.checkoutbutton input:hover{
	background-image: url('../images/checkout.gif');
	background-color:transparent; 
}

.shop .bar-left h1 {
	height: 41px;
	background: url('../images/shop-h.png');
}

.shop .bar-right .btn-closemenu {
	display: none;
}

.shop .gallery {
	width: 90%;
	margin: 0 auto;
}
.shop .gallery img {
	height: 470px !important;
	width: auto !important;
	margin: 0 auto !important;
	display: block !important;
}
.shop .fgallery-prev {
/* 	left;: -15px; */
	left: -32px;
	cursor: pointer;
}
.shop .fgallery-next {
/* 	right: -15px; */
	right: -32px;
	cursor: pointer;
}

.shop .previews {
	margin-top: 15px;
	position: relative;
}
.shop .previews .item {
	float: left;
	width: 82px;
	height: 160px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.shop .previews .item img {
	max-height: 125px;
	max-width: 82px;
	display: block;
	margin: 0 auto;
}
.shop .previews .item-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #818285;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	margin-top: 3px;
	text-transform: uppercase;
}

.shop .previews .item.active .item-title,
.shop .previews .item:hover .item-title {
	color: #000;
	padding-top: 0;
	border-top: 5px solid #000;
}
.shop .previews .item:hover {
	text-decoration: none;
}

.shop .previews .item-featured {
	margin-right: 40px;
}
.shop .previews .item-featured img {
	max-width: 120px;
}

.shop-pay {
	text-align: center;
/* 	margin-top: 30px; */
	margin-top: 10px;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.shop-pay .row input[type="submit"] {
	font-size: 16px;
	border-width: 2px;
	background: #fff;
/* 	background: #e5e5e5; */
	padding: 4px 20px;
}
.shop-pay .row input[type="submit"]:hover {
	background: #999;
}
.shop-pay .row input[type="submit"].fixed:hover {
	background: #e5e5e5;
	cursor: default;
}

.shop .description {
	margin-top: 20px;
	border-top: 1px solid #000;
	padding: 20px 145px 0;
}

.shop .copyright {
	color: #a7a9ac;
	font-size: 9px;
	text-align: center;
	margin: 60px 0 30px;
}
.shop .copyright a {
	color: #a7a9ac;
}
.shop .copyright a:hover {
	color: #000;
}

.shop-back {
	padding: 30px 0 65px;
}
.shop-back a {
	margin-left: -25px;
	text-transform: uppercase;
	color: #818285;
	display: block;
	float: left;
	height: 16px;
	padding-left: 20px;
	background: url('../images/btn-shop-back.png') no-repeat left;
	line-height: 16px;
}
.shop-back a:hover {
	text-decoration: none;
	color: #000;
} 

.shop-checkout {
	width: 560px;
	padding-left: 140px;
	position: relative;
	padding-top: 81px;
}
.shop-checkout .shop-back {
	padding: 0;
	position: absolute;
	top: 25px;
	left: 18px;
}
.shop-checkout .productimage {
	max-width: 394px;
	float: left;
	margin-bottom: 15px;
	position: absolute;
	left: -272px;
	top: 43px;
	
}
.shop-checkout .description {
	font-family: InterstateRegular;
	float: left;
	border: 0;
	margin: 0;
	width: 286px;
	padding:0;
	font-size:13px;

}
.shop-checkout .description p{
	font-family: InterstateRegular;
}

.shop-checkout-currency {
	list-style: none;
	color: #939598;
	margin-top: 10px;
	font-size: 14px;
}
.shop-checkout-currency li {
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
.shop-checkout-currency li.active {
	cursor: default;
	color: #000;
}
.shop-checkout .shop-paypalSign {
	float: left;
	max-width:219px;
}

.shop-shipping-quotes input {
	float: left;
	margin-right: 10px;
}
.shop-shipping-quotes label {
	text-transform: none !important;
	margin-bottom: 0 !important;
}

.shop-shipping-quotes {
	width: 250px;
	float: left;	
}

.shop-confirm table td {
	padding-right: 15px;
}

.shop-complete .description {
	padding-top: 95px;
	text-transform: uppercase;
	line-height: 24px;
	width: 205px;
	padding-right: 110px;
}
.shop-complete .description a {
	color: #000;
	text-decoration: underline;
}
.shop-complete .description a:hover {
	text-decoration: none;
}

/*----------------------*/
/*        buttons       */
/*----------------------*/

.btn-cross {
	display: block;
	width: 11px;
	height: 10px;
	text-indent: -9999px;
	background: url('../images/btn-cross.png');
}
.btn-cross:hover {
	background-position: 0 -10px;
}

.btn-arrow {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	background: url('../images/arrow-right.png');
}
.btn-arrow:hover {
	background-position: 0 -18px;
}

.btn-video {
	display: block;
	width: 23px;
	height: 17px;
	text-indent: -9999px;
	background: url('../images/fgallery-icons.png') -22px 0;
	cursor: default;
}
.btn-video.binded {
	cursor: pointer;
}
.btn-video.binded:hover {
	background-position: -22px -17px;
}

.btn-headphones {
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	background: url('../images/fgallery-icons.png') -45px 0;
}
.btn-headphones:hover {
	background-position: -45px -17px;
}

/*----------------------*/
/*          TBC         */
/*----------------------*/

#introText {
	width: 100%;
	float:left;
	margin-top:1px;
	font-family: Times;
	font-size:125%;
	color:#a1252c;
	display: inline;
	cursor: pointer;
	text-align: center !important;
}

ol#asparts {
	margin-left: 3%;
	float:left;
	list-style-type: none;
	width: 100%;
	text-indent: -3%;
}
ol#asparts li {
	float:left;
	font-size: 75%;
}
ol#asparts li.num {
	clear:left;
	width: 3%;
}

a#currentPage {
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	font-family: InterstateRegular;
	color:#C1C1C1;
	position: relative;
	top: 5px;
}

a#currentPage:hover {
	text-decoration: none;
	color:#000;
}

.about-blurb {
	position: relative;
	top: 13px;
}

#aboutX {
	width:19px !important;
	height:18px !important;
	cursor: pointer;
}

.homeLinks {
	display: block;
	margin: 5px auto 1.5%;
	color: #4F4F4F;
	text-align: center;
	text-decoration: none;
	clear: both;
	width: 400px;
}

.homeLinks div {
	cursor: pointer;
}

#menuTwitter {
	padding:0px 15px 0px 0px;
}
#menuContact {
	padding:0px 12px 0px 0px;
}
a.email {
	position: relative;
	left:3px;	
}
#menuTumblr {
	padding:0px 27px 0px 0px;
	position: relative;
	top: 2px;
}
a.dig {
	position: relative;
	left:-6px;
}

.introText {
	margin: 1% auto 0;
/*     margin: 52px; */
    width: 100%;
    padding: 0px 0px;
    color: #000;	
    text-align: justify;
    float: left;
    position: relative; 
/*     top: -59px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index:0;
}

.introText p a {
	color:#983834 !important;
	text-decoration: none;
}

.introLinks {
	line-height: 100%;
/* 	line-height: 10px; */
}
.aboutText ,
.PPlink {
	    letter-spacing: 2px;
}


#backToTop {
	cursor: pointer;
	margin: 25px 0;
}

#soldOut {
	font-size: 35px;
	margin: 0px;
}

.inStores {
/* 	color:#a1252c !important; */
	margin-bottom: 10px !important;
	text-align: left !important;
	list-style-type: none;
}

.inStores a {
/* 	color:#a1252c !important; */
	text-decoration: none;
}
.inStores a:hover {
	text-decoration: none;
}
#pdfMoreInfo {
	text-decoration: none;
}

.description .p1 {
	text-align: justify;
}
.description .s1 {
	margin-top: 10px;
}



.idxMenu {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	font-family: InterstateRegular;
}
	.idxMenu a ,
	.idxMenu span {
		margin:0 25px;
		text-decoration: none;
		color: #000;
		font-weight: 400;
		cursor: pointer;
	}

#main {
	width: 100%;
}

.idx {
	display: none;
}
.idx.on {
	display: block;
}
	
#doc ,
#intro ,
#pages {
	position: absolute;
	top:0; left:0;
	width: 100%;
	background: #fff;
	z-index: 1;
}

.pgContent {
	position: relative;
}

.INTROcontent {
	margin: 2.65% auto 0;
	margin: 4% auto 0;
	width: 76.4%;
	position: relative;
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	/* display: none; */
	/* background-image: url(/images/possiblePsalms.jpg); */
	background-repeat: no-repeat;
	background-size: 100%;
}

#pagesBox {
	width: 900px;
	margin: 0 auto;
	transform-origin: center top;
	-moz-transform-origin: center top;
	-webkit-transform-origin: center top;
	zoom: 1.25;
}
#pages.idx {
	text-align: center;
	
}
#pages.idx .pgImg {
	width: 900px;
	height: 452px;
	margin: 0 auto;
	/* width: 100%; */
	/* height: auto; */
	/* float:left; */
	clear: both;
	display: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	color: #000;
/* 	font-size: 1em; */
	border-top: 1px solid #757575;
}
#pages.idx .pgImg:first-child {
	border-top:0;
}
#pages.idx .pgImg .l ,
#pages.idx .pgImg .r {
	padding: 0;
	margin: 0;
	float:left;
	min-width: 450px;
	min-height: 452px;
	display: inline-block;
	position: relative;
	text-align: justify;
	text-justify: inter-word;
	font-weight:normal;
	font-size: 9.0px;
	font-family: InterstateRegular;
}
#pages.idx .pgBox {
	padding: 27px 15px;
}
#pages.idx .vis {
	display: block;
}

#pages.idx .caption { font-size: .85em; }

#pages.idx #pg1 .l { background: #4E76A9; margin:0; }
#pages.idx #pg1 .r img { width:450px; height:auto; float:left; }
#pages.idx #pg1 .r .pgBox { padding:0; }
#pages.idx #pg1 .r { text-align:center; padding:0; }
#pages.idx #pg1 .r h1 { font-size:2em; color:#c12c0e; margin-top:42px; }
#pages.idx #pg1 .r h2 { font-size:1.82em; margin-top:79px; font-family: Times; }
#pages.idx #pg1 .r h3 { font-size:1.12em; margin-top:163px; font-family: Times; font-weight:500; }

#pages.idx #pg2 .l { text-align: center; }
#pages.idx #pg2 .l p {  width:373px; clear:both; text-align: left; padding-top:5px; margin:0 auto; }
#pages.idx #pg2 .l img { margin-top:30px; width:373px; height:auto; }
#pages.idx #pg2 .r p { margin-top:118px; text-align: left; margin-left:38px; width:342px; line-height: 1.5em; }

#pages.idx #pg3 .l { text-align: center; }
#pages.idx #pg3 .l img { width:248px; height:auto; }
#pages.idx #pg3 .r h1 { text-align: center; }
#pages.idx #pg3 .r h1 { width:342px; margin:0px auto 0; line-height: 1.5em; }
#pages.idx #pg3 .r p { width:342px; margin:5px auto 0; line-height: 1.5em; }
#pages.idx #pg3 .r h1 i { line-height: 1.25em; }
#pages.idx #pg3 .r .inset { margin:10px auto 10px}

#pages.idx #pg4 .l img { width:368px; height:auto; float:left; }
#pages.idx #pg4 .l p { width:368px; clear:both;text-align: left; padding-top:5px; }
#pages.idx #pg4 .r h1 { text-align: center; }
#pages.idx #pg4 .r h1 { width:342px; margin:0px auto 0; }
#pages.idx #pg4 .r p { width:342px; margin:5px auto 0; }

#pages.idx #pg5 .l { line-height:1.50em; }
#pages.idx #pg5 .l #col2 { width: 220px; float:right; margin-left: 0; text-align: justify; line-height: 1.5em; }
#pages.idx #pg5 .l #col2 p { margin: 5px; margin-top: -2px; }
#pages.idx #pg5 .pgBox { width:410px !important; padding-right: 0; }
#pages.idx #pg5 .l img { width:178px; height:auto; float:left; }
#pages.idx #pg5 .l #col1 { width: 190px; float:left; text-align: left; margin: 0;  padding-left:0px; line-height: 1.5em; }
#pages.idx #pg5 .r { text-align: center; }
#pages.idx #pg5 .r img { width:185px; height:auto; margin-bottom: 25px;}
#pages.idx #pg5 .r h1 , #pages.idx #pg5 .r p { width:342px; margin:-2px auto;  margin-bottom: 25px; text-align: justify; }

#pages.idx #pg6 .l h1 , #pages.idx #pg6 .l p { width:342px; margin:5px auto 0}
#pages.idx #pg6 .l h1 { margin:0px auto;  text-align: center; }
#pages.idx #pg6 .l p { margin:5px auto;  text-align: justify; line-height: 1.5em; }
#pages.idx #pg6 .r { text-align: center; }
#pages.idx #pg6 .r img { width:255px; height:auto; margin-top:3px;}

#pages.idx #pg7 .l { text-align: center; }
#pages.idx #pg7 .l img { width:255px; height:auto; margin-top: 5px;}
#pages.idx #pg7 .r h1 , #pages.idx #pg7 .r p { width:342px; }
#pages.idx #pg7 .r h1 { margin:0px auto;  text-align: center; }
#pages.idx #pg7 .r p { margin:5px auto;  text-align: justify; line-height: 1.5em; }

#pages.idx #pg8 .l h1 , #pages.idx #pg8 .l p { width:342px; }
#pages.idx #pg8 .l h1 { margin:0px auto;  text-align: center; }
#pages.idx #pg8 .l p { margin:5px auto;  text-align: justify; line-height: 1.5em; }
#pages.idx #pg8 .r { text-align: center; }
#pages.idx #pg8 .r img { width:251px; height:auto; margin-top: 4px;}

#pages.idx #pg9 .l h1 , #pages.idx #pg9 .l p { width:342px; }
#pages.idx #pg9 .l h1 { margin:0px auto;  text-align: center; }
#pages.idx #pg9 .l p { margin:5px auto;  text-align: justify; line-height: 1.5em; }
#pages.idx #pg9 .r { text-align: center; }
#pages.idx #pg9 .r .pgBox { padding:36px 0; }
#pages.idx #pg9 .r img { width:393px; height:auto; }

#pages.idx #pg10 .l { text-align: center; }
#pages.idx #pg10 .l .pgBox { padding:36px 0; }
#pages.idx #pg10 .l img { width:393px; height:auto; margin-top: 14px;}
#pages.idx #pg10 .r h1 , #pages.idx #pg10 .r p { width:330px; }
#pages.idx #pg10 .r h1 { margin:0px auto;  text-align: center; }
#pages.idx #pg10 .r p { margin:5px auto;  text-align: justify; line-height: 1.5em; }

#pages.idx #pg11 .l { background: #ce720b; }
#pages.idx #pg11 .r { text-align:center; }
#pages.idx #pg11 .r .pgBox { padding-bottom: 0; }
#pages.idx #pg10 .r img { width:119px; height:auto; }
#pages.idx #pg11 .r h1 , #pages.idx #pg11 .r p { margin:10px auto 0; width:330px; }
#pages.idx #pg11 .r h1 { text-align: center; margin-top: 29px;}
#pages.idx #pg11 .r p { text-align: justify; line-height: 1.5em; }

#pages.idx #pg12 .l , #pages.idx #pg12 .r { text-align: center; }
#pages.idx #pg12 .l img { width:176px; height:auto; margin-top: 10px;}
#pages.idx #pg12 h1 , #pages.idx #pg12 p { width:330px; }
#pages.idx #pg12 h1 { margin:30px auto 0;  text-align: center; }
#pages.idx #pg12 p { margin:10px auto 0;  text-align: justify; line-height: 1.5em; }
#pages.idx #pg12 .r img { width:179px; height:auto; margin-top: 10px;}

#pages.idx #pg13 .l , #pages.idx #pg13 .r { text-align: center; }
#pages.idx #pg13 .l img { width:176px; height:auto; margin-top: 10px;}
#pages.idx #pg13 h1 , #pages.idx #pg13 p { width:330px; }
#pages.idx #pg13 h1 { margin:30px auto 0;  text-align: center; }
#pages.idx #pg13 p { margin:10px auto 0;  text-align: justify; line-height: 1.5em; }
#pages.idx #pg13 .r img { width:179px; height:auto; margin-top: 10px;}

#pages.idx #pg14 .l , #pages.idx #pg14 .r { text-align: center; }
#pages.idx #pg14 .l img { width:176px; height:auto; margin-top: 10px;}
#pages.idx #pg14 h1 , #pages.idx #pg14 p { width:330px; }
#pages.idx #pg14 h1 { margin:30px auto 0;  text-align: center; }
#pages.idx #pg14 p { margin:10px auto 0;  text-align: justify; line-height: 1.5em; }
#pages.idx #pg14 .r img { width:179px; height:auto; margin-top: 10px;}

#pages.idx #pg15 .l , #pages.idx #pg15 .r { text-align: center; }
#pages.idx #pg15 .l img { width:176px; height:auto; margin-top: 10px;}
#pages.idx #pg15 h1 , #pages.idx #pg15 p { margin:10px auto 0; width:330px; }
#pages.idx #pg15 h1 { text-align: center; }
#pages.idx #pg15 p { text-align: justify; line-height: 1.5em; }
#pages.idx #pg15 .r { background: #d4b69c; }

#pages.idx #pg16 .l { text-align: center; }
#pages.idx #pg16 .l img { width:199px; height:auto; margin-top:52px; }
#pages.idx #pg16 .r h1 , #pages.idx #pg16 .r p { width:330px; }
#pages.idx #pg16 .r h1 { margin:120px auto 0;  text-align: center; }
#pages.idx #pg16 .r p { margin:10px auto 0;  text-align: justify; line-height: 1.5em; }




#pages.idx .morePages {
	position: fixed;
	bottom:0; left:0;
	width: 100%;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-size: auto;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	background-image: none;
	color: transparent;
}
#pages.idx .morePages.mTxt {
	background-image: none;
	color: #000;
}
#pages.idx .morePages.mImg {
	background-image: url(/images/loader.gif);
	color: transparent;
}

#idxX {
	display: none;
	position: fixed;
	top:0;left:0;
}
#idxX.on {
	display: block;
	z-index: 100;
	cursor: pointer;
}

#pgsDots {
	display: none;
	position: fixed;
	top:30%;left:0;
	width: 45px;
}
#pgsDots.on {
	display: block;
  	z-index: 100;
	margin:0;
}
#pgsDots ul {
	list-style: circle;
	list-style-type: circle;
}
#pgsDots ul.on {
	list-style: initial;
	list-style-type: initial;
}
#pgsDots ul ,
#pgsDots ul li {
	width: 25px;
	height: 18px;
	line-height: 18px;
	float: left;
	clear: both;
	color: #000;
	margin-left: 18px;
	font-size: 20px;
	position: relative;
	opacity: .25;
}
#pgsDots ul.on ,
#pgsDots ul li.on {
	opacity: 1;
}
#pgsDots ul li.on a {
	cursor: pointer;
}
#pgsDots ul li a {
	width: 10px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: -21px;
}

#test {
	position: absolute;
	top:0;
	background: blue;
	width:50px;
	height:0px;
	z-index: 1999;
}

#others.idx  {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#others.idx #other-sites {
	position: fixed;
	top: 0 !important;
	margin-top: 150px;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	font-family: InterstateRegular;
}
#others.idx #other-sites-links, 
#others.idx #other-sites-close {
	margin-top: 25px;
}
#others.idx #other-sites-close {
	width: 360px;
	margin: auto;
	position: relative;
}
#others.idx #other-close {
	position: absolute;
	left: -75px;
	top: -5px;
	cursor: pointer;
}
#others.idx #other-sites-links {
	height: 270px;
}
#others.idx #other-sites-links div:first-child {
	margin-top: -20px !important;
}
#others.idx #other-sites-links div {
	display: block;
	border-bottom: 1px solid #9f1a1f;
	width: 320px;
	margin: 0 auto 0;
	padding: 23px 0;
	font-size: 24px;
	letter-spacing: 3px;
}
#others.idx #other-sites-links a {
	color: #000;
	text-decoration: none;
}