/* MAINMENU - JOOMLA STYLE
--------------------------------------------------------- */
/* Effective stylesheet produced by snapshot save */

/** CSS 3 PAGEPEEL */

	@keyframes pagepeel_anim_wobbing {
	  from {
	    width: calc(100%);
	    height: calc(100%);
	  }
	
	  to {
	    width: calc(100% + 2px);
	    height: calc(100% + 2px);
	  }
	}
	
	
	#fpc_effect-back {
		background-color: transparent; /* some background color to match corner inside's */
		color: #666;
		width: 200px;/*any relative or absolute*/
		height: 200px;
		position: fixed;
		right: 0px; top: 0px;
	}
	
	div.pagepeelanim #fpc_page-tip {
		animation-duration: 1s;
		animation-name: pagepeel_anim_wobbing;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}
	div.pagepeelanim:hover #fpc_page-tip {
		/* IF YOu WANT To STOP IT
		-webkit-animation-play-state: paused; 
		animation-play-state: paused; transform: scale(1.0);    */              
	}
	
	#fpc_effect-back * {
		box-sizing: border-box;
	}
	#fpc_box {
		width: 100%;/*any relative or absolute*/
		height: 100%;
		position: absolute;
		right: 0px; top: 0px;
		background-color: transparent;
	}
	#fpc_content {
		padding: 20px;
	}
	#fpc_content:before {
		content:"";
		width: 80px;
		height: 80px;
		float: right;
	}
	#fpc_page-tip:before, #fpc_page-tip:after {
		background-color: #2c2c2c;
		position: absolute;
		display: block;
		z-index: 2;
		border-top-right-radius: 87%;
		width: 43%;
		height: 43%;
		content: "";
	}
	#fpc_page-tip:before {
		right: 100%;
		top: 0%;
		background: -webkit-radial-gradient(-180% 200%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.1) 93%);
	}
	#fpc_box #fpc_page-tip:before {
		border-right: solid 3px rgba(190,40,40,0.75);
		margin-right: -2px;
	}
		#fpc_box #fpc_page-tip.dark:before {
			border-right: solid 1px #3c3c3c;
		}
	#fpc_box div#fpc_corner-box:hover #fpc_page-tip:before {
		border-right: solid 2px rgba(200,50,50,0.75);
	}
		#fpc_box div#fpc_corner-box:hover #fpc_page-tip.dark:before {
			border-right: solid 2px #3c3c3c;
		}
	#fpc_page-tip:after {
		top: 100%;
		right: 0%;
		background: -webkit-radial-gradient(-250% 320%, circle, rgba(255,255,255,0) 85%, rgba(0,0,0,.10) 93%);
	}
	#fpc_box #fpc_page-tip:after {
		border-top: solid 3px rgba(170,40,40,0.75);
		margin-top: -2px;
	}
		#fpc_box #fpc_page-tip.dark:after {
			border-top: solid 1px #3c3c3c;
		}
	#fpc_box div#fpc_corner-box:hover #fpc_page-tip:after {
		border-top: solid 2px rgba(200,50,50,0.75);
	}
		#fpc_box div#fpc_corner-box:hover #fpc_page-tip.dark:after {
			border-top: solid 2px #3c3c3c;
		}
	#fpc_corner-box {  /* edit these sizes for the default revealing corner size */
		height: 70px;
		width: 70px;
		right: 0;
		top: 0;
		position: absolute;
		overflow: visible;
	}
	#fpc_box:hover #fpc_corner-box { /* edit corner size (First animation, when the whole page is rollovered) */
		height: 70px /*60px*/;
		width: 70px /*60px*/;
	}
	#fpc_box div#fpc_corner-box:hover { /* edit corner size (Second animation, when the corner itself is rollovered) */
		height: 150px;
		width: 150px;
	}
	#fpc_corner-box:before {
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		display: block;
		width: 133%;
		height: 133%;
	}
	#fpc_corner-contents:after {
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		background:  -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 37%, #DDD 62%, rgba(230, 230, 230, 0.1) 64%, rgba(255, 255, 255, 0) 67%), -webkit-radial-gradient(-50% 150%, circle, transparent 74%, rgba(0, 0, 0, 0.2) 74%, transparent 81%);
		display: block;
		width: 133%;
		height: 133%;
	}
	#fpc_page-tip {
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		background: rgba(0, 0, 0, 0) -webkit-linear-gradient(45deg, #f33300 17%, #e33300 18%, #b23300 30%, #834400 34%, #724400 39%, rgba(200, 200, 200, 0) 41%);
		display: block;
		width: 100%;
		height: 100%;
	}
	#fpc_corner-button {
		position: absolute;
		width: 180px;
		padding-left: 70px;
		height: 200px;
		top: 0;
		right: 0;
		background-color: #2c2c2c;
		color: #fff;
		font-family: Verdana, Geneva, sans-serif;
		text-align: center;
		padding: 8px 5px;
		border-radius: 0px;
		display: inline-block;
		font-size: 11px;
	}
	#fpc_corner-box:hover #fpc_corner-button {
		padding-left: 70px;
		width: 210px;
		height: 220px;
	}
	
	#fpc_corner-contents {
		width: 125%;
		position: absolute;
		display: block;
		overflow: hidden;
		-webkit-mask: -webkit-linear-gradient(45deg, transparent 49%, #000 53%);
		top: 0;
		right: 0;
		height: 125%;
	}
	#fpc_corner-contents:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: #eeeef4; /* Match this background color to #fpc_effect-back */
	}
	#fpc_corner-box, #fpc_corner-contents, #fpc_page-tip {
		-webkit-transition-property: all;
		-webkit-transition-duration: .5s;
		-webkit-transition-timing-function: cubic-bezier(0, 0.35, .5, 1.7);
	}
	#fpc_corner-button strong {
		font-size: 13px;
		font-weight: bold;
		display: block;
	}

ul.menu {
	list-style:none;
	padding:0 0 0 0;
	margin:0;
}
ul.menu a {
	display:block;
	background:url(../images/tr-arrow.png) no-repeat left center;
	margin:0px;
	padding:3px 0 3px 15px;
	text-decoration:none;
	font-size:12px;
}
ul.menu a:hover, ul.menu li#current a {
	display:block;
	text-decoration:none;
	font-weight:bold;
}
ul.menu a:visited {
	text-decoration:none;
}
ul.menu ul {
	list-style:none;
	padding:0 0 0 0px;
	margin:0;
}
ul.menu li#current ul a {
	background-image:none;
	font-size:11px;
	font-weight:normal;
	color:#666;
}
ul.menu ul li#current a {
	background-image:none;
	font-size:11px;
	font-weight:bold;
	color:#666;
}
/* TOPMENU - JOOMLA STYLE WITH SUFFIX -nav
--------------------------------------------------------- */
#tr-top-menu th {
	display:none;
}
#tr-top-menu #mainlevel-nav {
	list-style:none;
	white-space:nowrap;
	font-size:11px;
	margin:0 auto;
	padding:0;
	
}
#tr-top-menu #mainlevel-nav li {
	width:auto!important;
	float:left;
	white-space:nowrap;
	font-size:13px;
	margin:0;
}
#tr-top-menu #mainlevel-nav li a {

	display:block;
	padding:0 3px;
	text-decoration:none;
	white-space:nowrap;
	font-size:9px;
	text-transform: uppercase;
}
#tr-top-menu #mainlevel-nav li a:hover {
	text-decoration:none;
	color:#0099cc;
}

#tr-top-menu #mainlevel-nav li a#active_menu-nav
{
	color: darkorange;
}

.v2017 #tr-top-menu #mainlevel-nav { list-style: outside none none; white-space: nowrap; font-size: 11px; margin: 0px auto; padding: 0px; float: left; width: 102%; }
.v2017 #tr-top-menu #mainlevel-nav li { float: none; white-space: nowrap; margin: 0px; clear: both; font-size: 13px; width: 100%; text-align: left; }
.v2017 #tr-top-menu #mainlevel-nav li a { display: block; text-decoration: none; white-space: nowrap; text-transform: uppercase; font-weight: 300; letter-spacing: 0.18px; padding: 2px 3px; font-size: 27px; }
.v2017 #tr-top-menu #mainlevel-nav li a:hover { text-decoration: none; color: rgb(0, 153, 204); }
.v2017 #tr-top-menu #mainlevel-nav li a#active_menu-nav { color: rgb(254, 68, 0); background: rgba(0, 0, 0, 0.54) none repeat scroll 0px 0px; }

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	padding: 3px 5px;
	border: 1px solid #ccc;
	background: url(../images/button_bg.gif) repeat-x top white;
	color: #333;
	font-size: 85%;
	text-transform: uppercase;
}
.button:hover, .button:focus {
	border: 1px solid #999999;
	background: url(../images/button_bg.gif) repeat-x top silver;
	color: #333;
}
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}
.article_separator {
	clear: both;
	display: block;
	height: 20px;
}
.v2017 .article_separator { clear: both; display: block; height: 20px; }

.v2017 td { max-width: 518px; }


.article_column {
}
.column_separator {
	padding: 0 25px;
}
/* content tables */
td.sectiontableheader {
	padding: 4px;
	border-right: 1px solid #fff;
}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 4px;
}
td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	padding: 3px;
}

div.slide_content { width: 400px; height: 380px; float: left; }


table.contentpane {
	border: none; margin-left: 6px;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.contentpaneopen ul {
	padding: 0 0 0 15px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}
table.contenttoc a {
	text-decoration: none;
}
table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}
table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}
/* Search */

.searchcontentpaneopen {
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:10px 0px;
	margin:10px 0;
}
.searchcontentpaneopen fieldset {
	border:1px solid #DDDDDD;
	padding:5px;
	margin:5px 0;
}
.searchintro {
	border:1px solid #DDDDDD;
	background:#EEEEEE;
	padding:10px;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
table.adminform {
}
.adminform .inputbox {
}
.blog_more , .links {
	padding:10px;

}
.blog_more strong, .links strong {
	margin:0 0 5px;
	display:block;
	font-size:11px;
}
.blog_more ul , .links ul{
	margin:0;
	padding:0 0 0 15px;
}
.blog_more ul li  , .links ul li{
	margin:0;
}
.paginate {
	text-align:center;
	border-top:1px solid #ddd;
	padding:10px 0 0 0;
	margin:0 0 0;
}
.pagecounter {
	text-align:center;
}
.category {
	font-weight: bold;
}
h1.componentheading, .componentheading {
	color:#333333;
font-size:125%;
line-height:150%;
padding:0 10px;
text-align:right;
	
}
.contentdescription {
	padding-bottom: 20px;
}
h2.contentheading, .contentheading {
	
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:11px;
	text-transform:uppercase;
}
td.buttonheading {

}
table.blog .contentheading {
}
.leading {
	color:#ffffff;
	padding: 10px 30px;
}
.leading .contentheading {
	color:#FFFFFF;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-weight:normal;
	background:none;
	border:none;
}
a.contentpagetitle, a.contentpagetitle:hover, a.contentpagetitle:active, a.contentpagetitle:focus {
	text-decoration: none !important;
}
a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 5px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}
a.readon:hover, a.readon:active, a.readon:focus {
	
}
table.contentpaneopen td, table.contentpane td {
padding:0px 10px;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.v2017 table.contentpaneopen { border: medium none; border-collapse: collapse; border-spacing: 0px; text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); }
.v2017 table.contentpaneopen td, .v2017 table.contentpane td { padding: 0px 10px; }
.v2017 table.contentpaneopen, .v2017 table.contentpane, .v2017 table.blog { width: 100%; }

.moduletable {
	padding: 0;
}
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	
}
ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
ul.pagination li span {
	padding: 2px 5px;
}
ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}
.pagenavbar {
	padding-left: 14px;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
}
.sectiontableheader {
	padding: 8px 5px;
	color: #FFFFFF;
}
.sectiontableheader a {
	color: #FFFFFF;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
}
tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: #ECECEC;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
	background:  #FFFFCC;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td, .pollstableborder tr.sectiontableentry2 td {
	background: none;
}
.filter {
	background:#DDDDDD;
	padding:2px 5px;
	text-align:right;
}
div.category-table .item {
	border-bottom:1px solid #DDDDDD;
	padding: 5px;
}
.intro, .contentdescription {
	padding:10px;
	background:#f7f7f7;
	border:1px solid #EEEEEE;
}
.category {
	font-weight:bold;
	font-size:110%;
}
ul.categories {
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
}
ul.categories li {
	margin:0;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #DDDDDD;
}
.weblinks {
	clear:both
}
.display {
	clear:both;
	text-align:right;
}
/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}
.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}
.author {
}
.createby {
}
.createdate {
}
.modifydate {
	width: 100%;
	float: left;
}
div.buttonheading {
}
.buttonheading img {
}
.buttons {
	float:right;
	width:85px;
}
.buttons .buttonheading {
	float:right;
}
.buttons img {
	border: 0;
}
/* MODULE BASIC
--------------------------------------------------------- */
div.moduletable, div.moduletable_menu, div.moduletable_text {
	margin:0 0 30px 0;
}
div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: normal;
	padding:0 0 0 10px;
	text-transform: uppercase;
	font-size:11px;
	
}
#tr-left-in div.moduletable, #tr-left-in div.moduletable_menu, #tr-left-in div.moduletable_text {
	color:#999999;
}
/* MODULE USER2 & USSER1 ROUNDED
--------------------------------------------------------- */


div.back_button a, div.back_button a:hover, div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
#form-login p {
	margin: 0 0 5px;
	text-align:left;
}
#form-login ul {
	margin: 10px 0 0;
}
#form-login .inputbox {
}
/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}
.tool-text {
	margin: 0;
	font-size: 100%;
}
#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
	padding: 0;
	margin: 0;
}
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}
/* System Standard Messages */
#system-message dd.message ul {
	border: none;
}
/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}
/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

	
/* FLASH */

#flash_bg 	{ position: absolute; overflow: visible; left: 0px; top: 210px; height: 175px; width: 2880px; z-index: 1; }
#flash_overlay 	{ top: 0px; left: 0px; position: absolute; background: none; margin-left: 0px; margin-top: 0px; height: 100%; width: 100%; max-width: 100%; z-index: 2; }
.v2017 #flash_overlay { top: 0px; left: 0px; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; margin-left: 0px; margin-top: 0px; height: 100%; width: 100%; max-width: 100%; z-index: 2; position: fixed; }

.ad {   position: absolute; float: none; overflow: visible; 
	background: none;height: 156px; width: 157px; 
	padding: 10px;  margin-top: 0px; 
	-moz-opacity: 0.8;
	opacity: .8;
	filter: alpha(opacity=80);
	display: none;
}
	
		*+html .ad { top: 23px; }/*IE7ONLY*/
		*html .ad { top: 23px; }/*IE6ONLY*/
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			.ad { top: 23px; }/*SAFARIONLY*/
		}
#ad1		
{ 	margin-left: 0px;  z-index: 9990; 
	}
#ad2		
{ 	margin-left: 189px;  z-index: 9991; 
	}

	
/* MOD NOTEs MODULES */
#modules { position: absolute; width: 100%; }
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modules { height: 650px; width: 100%; margin-left: 0px; }
	}

#modbox_mediabaynav
{ 
	background: none;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 5px; padding-right: 5px; padding-left: 0px;
	height: 400px; /*225 nopad*/ width: 165px; /*233 nopad*/
	color: #ffffff; position: absolute; right: 1%; top: 4%; margin-top: 4%;
	z-index: 8999;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox_mediabaynav { top: 4%; }/*SAFARI*/
	}

#modbox1 
{ 
	background: url(../images/MOD_box_notes2_bg.gif) top left no-repeat;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 40px; padding-left: 25px; padding-right: 30px;
	height: 190px; /*225 nopad*/ width: 180px; /*233 nopad*/
	color: #6c6c6c; position: absolute; left: 5%; /*top: 5%;*/ margin-top: 5%;
	z-index: 8999;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox1 { top: 5%; }/*SAFARI*/
	}
	
	.v2017 #modbox1 { 
		background: rgba(0, 0, 0, 0) url("../images/MOD_box_notes2_bg.gif") no-repeat scroll left top; 
		margin: 5% 0px 0px; padding: 40px 30px 0px 25px; height: 190px; width: 180px; color: rgb(108, 108, 108); 
		z-index: 8999; position: fixed; bottom: 25%; right: 5%; left: unset !important; }
	
		@media not all {
		  .v2017 #modbox1 { top: 5%; }
		}

#modbox1b
{ 
	background: url() top left no-repeat;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 40px; padding-left: 12px; padding-right: 30px;
	height: 190px; /*225 nopad*/ width: 200px; /*233 nopad*/
	color: #6c6c6c; position: absolute; left: 5%; top: 0; /*top: 5%;*/ margin-top: 3%;
	z-index: 8999;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox1b { top: 3%; }/*SAFARI*/
	}
#modbox2 
{ 
	background: url(../images/MOD_box_notes1_bg.gif) top left no-repeat;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 40px; padding-left: 25px; padding-right: 30px;
	height: 230px;width: 180px; z-index: 9999;
	color: #6c6c6c; position: absolute; bottom: 10%; /*top: 24%;*/  left: 5%; margin-top: 0 /*24%*/;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox2 { bottom: 10%; }/*SAFARI*/
	}
	body.home #modbox2 { bottom: 25%; }	

	.v2017 #modbox2 { background: none transparent; margin: 0px; padding: 40px 30px 0px 25px; height: 230px; z-index: 9999; position: fixed; color: rgb(108, 108, 108); width: 287px; left: 12%; top: 284px; }
		@media not all {
		  .v2017 #modbox2 { bottom: 10%; }
		}

#modbox3 
{ 
	background: url(../images/MOD_box_notes3_bg.gif) top left no-repeat;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 40px; padding-left: 25px; padding-right: 30px;
	height: 230px;width: 180px;
	color: #6c6c6c; position: absolute; right: 5%; top: 5%; margin-top: 5%;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox3 { top: 5%; }/*SAFARI*/
	}
	
#modbox3_audiobase 
{ 
	background: /*url(../images/MOD_box_notes3_bg.gif)*/ top left no-repeat;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 30px; padding-left: 25px; padding-right: 30px;
	height: 230px;width: 180px;
	color: #6c6c6c; position: absolute; right: 5%; /*top: 10%;*/ margin-top: 10%;
	z-index: 8999;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox3_audiobase { top: 10%; }/*SAFARI*/
	}
	
#modbox3_info_audiobase 
{ 
	background: /*url(../images/MOD_box_notes3_bg.gif)*/ top left no-repeat;
	margin: 0 0 0 0; padding: 0 0 0 0; padding-top: 25px; padding-left: 25px; padding-right: 30px;
	height: 100px;width: 180px;
	color: #6c6c6c; position: absolute; right:5%; top: 5px; margin-bottom:10px;
	z-index: 8999;
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modbox3_info_audiobase { } /*SAFARI*/
	}

#button_news {
	width: 50px; height: 30px; position: absolute; left: 0px; top: 0px; margin-left: 0px; z-index: 8999; 
}

/* MENU FOOTER */
#footer-menu { 
	position: fixed; width: 100px; height: 20px; right: 40px; bottom: 20px;
	text-align: right
}
	#footer-menu a { font-size: 9px; }

/* MENU CustoMenu MODULE */
.customenu_default { text-align: right; line-height: 30px; }
.customenu_default a { 
	font-family: Courier New, monospace, Courier, Typewriter, sans-serif; 
	font-size: 20px; text-decoration: none; margin-right: 20px; display: block; 
}
.customenu_default a:hover { color: #58ccce; }
.customenu_default a span.span_active { color: #58ccce; font-weight: bold; }

.customenu_small { text-align: right; line-height: 30px; }
.customenu_small a { 
	font-family: Courier New, monospace, Courier, Typewriter, sans-serif; 
	font-size: 15px; text-decoration: none; margin-right: 12px; display: block; 
}
.customenu_small a:hover { color: #58ccce; }
.customenu_small a span.span_active { color: #58ccce; font-weight: bold; }


.v2017 .customenu_default { text-align: right; line-height: 30px;  }
.v2017 .customenu_default a { font-family: "Encode Sans Semi Condensed"; text-decoration: none; margin-top: 10px; text-transform: uppercase; margin-bottom: -8px; line-height: 1em; font-weight: 300; border-bottom: 1px solid rgb(0, 0, 0); float: right; clear: both; padding-right: 72px; margin-right: 8px; color: rgb(0, 0, 0); font-size: 27px; text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.35); padding-bottom: 1px; padding-top: 0px; }
.v2017 .customenu_default a:hover { color: rgb(88, 204, 206); }
.v2017 .customenu_default a span.span_active { color: rgb(240, 240, 240); font-weight: 300; }

/** JOOMLA SYS*/
a.readmore, a.readmore:visited { 
	background: #000000; color: white; 
	color:#FFFFFF;
	font-size:10px;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
}
a.readmore:hover { background:#0099CC none repeat scroll 0 0; }

a.readmore img { float: none; clear: none; margin-top: 0px;}

/**LINKS*/
a.weblink,a.weblink:visited { 
	background: url(../images/Icon_External_Link.gif) no-repeat right top #ff4800; color: white; text-decoration:none; 
	padding-left: 2px; padding-right: 17px; font-weight: bold;
}
a.weblink:hover { 
	background: url(../images/Icon_External_Link.gif) no-repeat right top white; 
	color: #5c5c5d;
}

a.play,a.play:visited { 
	background: url(../images/play.gif) no-repeat 3px 4px #111111; color: silver; text-decoration:none; 
	padding-right: 5px; padding-left: 22px; padding-right: 10px; font-weight: normal; text-align: left; display: block; float: left;
}
a.play:hover { 
	background: url(../images/play.white.gif) no-repeat 3px 4px white; 
	color: #5c5c5d;
}


/** RESPONSIVENESS 
############################################ */

	@media only screen and (max-width: 890px) {
		html, body { overflow: visible !important; }
		#tr-logo { padding-left: 0px; }
		#tr-container { max-width: 100%; height: auto !important; }
			#tr-container div { max-width: 100%; }
			#tr-container #tr-top-menu { left: 0px !important; padding: 0px !important; height: auto !important; max-width: 100%; margin-left: auto !important; margin-right: auto !important; margin-bottom: 30px; }
				#tr-container #tr-top-menu li { float: none; }
					#tr-container #tr-top-menu li a { font-size: 12px; line-height: 2em; }
		#modbox1 { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; left: auto; right: auto; }
		#modbox1b { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; left: auto; right: auto; width: 70%; }
			#artlist { width: 100% !important; }
			#artlist #BIGDIV { text-align:center; width: 100%; }
			
		#modbox2 { position: relative; margin-left: auto; margin-right: auto; margin-bottom: 30px; left: auto; right: auto; }
		#modbox3_info_audiobase { position: relative; margin-left: auto; margin-right: auto;  left: auto; right: auto; }
		#modbox3_audiobase { position: relative; margin-left: auto; margin-right: auto;  left: auto; right: auto; }
		#site { overflow: visible !important; max-width: 100%; width: calc(100% - 50px) !important; padding: 10px 20px 10px 10px !important; }
		#site div, #site table, #site embed, #site object, #site video, #site audio, #site iframe { max-width: 100%; }
		#site table.contentpaneopen td, #site table.contentpane td { padding: 0 0 0 0 !important; }
		.slide_content { height: auto !Important; }
	}
	
