/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   Template
   ========================================================================== */

body {
	background: #260c5c;
	min-width: 1048px;
}
body#tinymce, body.contentpane{
	background:#fff;
	border:0 none;
}

.separator, .clear, .clr{
	clear:both;
}
.buttonheading{
	float:right;
}

#top {
	padding-top: 30px;
}
#top, #top a {
	font-family: 'Open Sans', sans-serif;
}
#top .moduletable {
	float: left;
	margin-right: 30px;
}

#top .moduletable.size {
	width: 152px;
	margin-top: 5px;
}
#top .size h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	float: left;
	margin: 3px 15px 0 0;
}
#top .size a {
	display: block;
	float: left;
	width: 31px;
	height: 30px;
	margin-left: 5px;
	-webkit-filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.6));
	filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.6));
}
#top .size a.increase {
	background: url(../images/site/a+.png) no-repeat top center;
}
#top .size a.decrease {
	background: url(../images/site/a-.png) no-repeat top center;
}
#top .size a:hover {
	background-position: bottom center;
}

#top .button.login {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 115px;
	height: 33px;
	padding: 53px 41px 44px 87px;
	margin: -44px -41px;
	background: url(../images/site/login-bt.png) no-repeat top center;
	text-shadow: 1px 1px #777;
}
#top .button.login:hover {
	background-position: bottom center;
}

#top #login-form {
	color: #fff;
	min-width: 160px;
	margin-top: 10px;
}
#top #login-form .login-greeting {
	float: left;
}
#top #login-form input[type=submit]{
	float: left;
	background: transparent;
	border: 0 none;
	color: #fff;
	text-decoration: underline;
}

#top .moduletable.search {
	width: 185px;
	height: 30px;
	padding: 54px 37px;
	margin: -54px -37px;
	margin-top: -49px;
	background: url(../images/site/search-bg.png) no-repeat center center;
}
#top .search input {
	border: 0 none;
	background: transparent;
}
#top .search input[type=text] {
	padding: 0;
	margin-top: 7px;
	margin-left: 17px;
	width: 70%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #5c24b8;
	line-height: 16px;
}
#top .search input[type=submit] {
	color:transparent;text-indent:-9999px;*font-size:0px;line-height:0;
	width: 31px;
	height: 30px;
	float: right;
	background: url(../images/site/search-bt.png) no-repeat top center;
}
#top .search input[type=submit]:hover {
	background-position: bottom center;
}

#navigation {
	background:url(../images/site/menu-bg.png) no-repeat top center;
	height: 65px;
	padding: 44px;
	position: relative;
	width: 100%;
	left: -44px;
	top: -44px;
	margin-bottom: -88px; /*double?*/
	z-index: 2;
}
#navigation a, #navigation span {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
#navigation .item-124 > a > span {
    margin-left:-10px;
}
#navigation li {
	list-style: none none;
}
#navigation ul.menu {
	padding:0;
	margin:0;
	display:table;
	width: 100%;
}
#navigation li.level1 {
	position: relative;
	display:table-cell;
	list-style:none none;
}
#navigation li.level1 > a {
	text-align:center;
	height: 65px;
	line-height: 65px;
	display: block;
	color:#fff;
	float: left;
	width: 100%;
}
#navigation li.level1.first > a {
	border-radius: 5px 0 0 5px;
}
#navigation li.level1.last > a {
	border-radius: 0 5px 5px 0;
}
#navigation li.level1.item-101 > a span {
	color:transparent;text-indent:-9999px;*font-size:0px;line-height:0;
	background: url(../images/site/home-bt.png) no-repeat center center;
	height: 65px;
	min-width: 50px;
	display: block;
}
#navigation li.level1 > a:hover, #navigation li.level1:hover > a
, #navigation li.level1.active > a {
	background: url(../images/site/menu-active-bg.png) repeat-x bottom center;
}
#navigation li.level1.item-127 > a {
	background: url(../images/site/menu-login-bg.png) repeat-x top center;
}
#navigation li.level1.item-127:hover > a {
	background-position: bottom center;
}

#navigation li ul {
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left:0;
	margin-top:65px;
	padding: 10px 0;
	min-width: 230px;
	border-bottom: 3px solid #dadada;
	border-radius: 5px;
	background: #fff;
	color: #6017a3;
	-webkit-transition: opacity  400ms linear;
	-moz-transition: opacity  400ms linear;
	-o-transition: opacity  400ms linear;
	transition: opacity  400ms linear; 
}
#navigation li.level1:hover > ul {
	opacity: 1;
	visibility: visible;
}
#navigation li.level1 > ul > li {
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
}
#navigation li.level1 > ul > li a {
	display: block;
	border-radius: 5px;
	padding: 15px;
	width: 200px;
}
#navigation li.level1 > ul > li a:hover {
	background: #dfd1ee;
}
#navigation li.level1 > ul > li.parent > a {
	background-image: url(../images/site/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 215px center;
}

#navigation li.level2 > ul {
	opacity: 0;
	display: block;
	position: absolute;
	left: 250px;
	background: #dfd1ee;
	width: 230px;
	border-radius: 5px;
	margin-top: -50px;
	padding: 0;
	border-bottom: 3px solid #d0b3ee;
}
#navigation li.level2:hover > ul {
	opacity: 1;
	visibility: visible;
}

#content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
}

#footer, #footer a {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #5f11a4;
	text-decoration: none;
	-webkit-text-stroke: 0.1px rgba(0, 0, 0, 0.1); /*antialiased*/
}
#footer a:hover {
	text-decoration: underline;
}
#footer p, #footer ul {
	padding: 0;
	margin: 0;
}
#footer li{
	list-style: none none;
	float: left;
	border-right: 2px solid #5f11a4;
	line-height: 12px;
	margin-right: 10px;
	padding-right: 10px;
}
#footer li.last{
	border-right: 0 none;
}
#footer .moduletable {
	float:left;
}
#footer .moduletable.statement {
	clear:left;
	border-right: 2px solid #5f11a4;
	line-height: 12px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 14px;
}
#footer #development {
	width: 164px;
	height: 17px;
	float: left;
	margin-top: 10px;
}
#footer #development img{
	margin-top: -5px;
	width:77px;
	height:17px;
}

#footer .moduletable.social-icons {
	float:right;
}
#footer .social-icons a {
	display: block;
	float: left;
	margin-left: 20px;
}
#footer .social-icons span {
	display: none;
}
#footer .social-icons a.fb {
	background: url(../images/site/icon-fb.png) no-repeat center center;
	width: 14px;
	height: 30px;
}
#footer .social-icons a.t {
	background: url(../images/site/icon-t.png) no-repeat center center;
	width: 34px;
	height: 28px;
}
/*back to top button */
#footer .moduletable.back-to-top {
	clear:left;
	float:none;
	margin-bottom:0.5em;
}

/***** Fix to hide text size buttons on iPad *****/
@media screen and (max-width:1200px) {
    #header  .size {
        display:none;
    }
}
