@CHARSET "UTF-8";

.theme-mobile .clearfix {
	clear: both;
}

.theme-mobile p:empty {
	display: none;
}


/*
 * page header container
 */
.theme-mobile .ui-header {
}

.theme-mobile .ui-header a[class~="xbtn-up"] {
	right: 45px;
	left: auto;
	width: 120px;
}

.theme-mobile .ui-header a[data-rel="back"] {
}

.theme-mobile .ui-header a[data-icon="home"] {
	top: 8px;
}




/*
 * page content container
 */
.theme-mobile .ui-content {
	overflow-y: hidden;
}

.theme-mobile .ui-content > div {
	margin: 1em auto;
}

.theme-mobile .ui-content > div:first-child {
	margin-top: 0;
}

.theme-mobile .ui-content > div:last-child {
	margin-bottom: 0;
}


/*
 * page footer container
 */
.theme-mobile .ui-footer {
}


/*
 * dialog styles
 * default:
 * 		max-width: 500px; 
 * 		margin: 10% auto 15px auto; 
 */
.theme-mobile .ui-dialog .ui-header, 
.theme-mobile .ui-dialog .ui-content, 
.theme-mobile .ui-dialog .ui-footer { 
}


/*
 * page header
 */
.theme-mobile .page-header {
	position: relative;
	font-family: 'Ubuntu',Arial;
	z-index: 10;
	padding: 0;
	border: 0;
}


.theme-mobile .page-header-text-and-image .logo {
	position: relative;
	z-index: 10;
}

.theme-mobile .page-header-text-and-image .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-left: .5em;
	z-index: 1;
}

.theme-mobile .page-header-text-and-image .content h1 {
	font-size: 200%;
}

.theme-mobile .page-header-text-and-image .content.text-before-headline h1 {
	margin-top: 0;
	margin-bottom: .5em;
}

.theme-mobile .page-header-text-and-image .content.text-after-headline h1 {
	margin-top: .5em;
	margin-bottom: 0;
}

.theme-mobile .page-header-text-and-image .content.text-before-headline p {
	margin-bottom: .25em;
}

.theme-mobile .page-header-text-and-image .content.text-after-headline p {
	margin-top: .25em;
}

.theme-mobile .page-header-text-and-image .content p {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.theme-mobile .page-header-text-and-image .navbar {
	height: 1.7em;
	z-index: 5;
}

.theme-mobile .page-header-text-and-image .navbar.logo-overflow a[data-rel="back"],
.theme-mobile .page-header-text-and-image .navbar.logo-overflow a[class~="btn-up"] {
	margin-left: .5em;
}

/*
 * vertical navigation
 */
.theme-mobile .nav-view-vertical {
	margin-top: 15px;
}

.theme-mobile .nav-view-vertical h1,
.theme-mobile .nav-view-vertical h2 {
	margin-top: 0;
}


/*
 * list paginator
 */
.theme-mobile .list .pagi {
	position: absolute;
	height: 36px;
	right: 0;
}

.theme-mobile .list .pagi-top {
	top: -36px;
}

.theme-mobile .list .pagi-bottom {
	bottom: -36px;
}


.theme-mobile .list .pagi .yui-pg-previous,
.theme-mobile .list .pagi .yui-pg-next {
	display: block;
	width: 36px;
	height: 36px;
	text-decoration: none;
	float: left;
	padding: 0;
	margin: 0;
}

.theme-mobile .list .pagi span.yui-pg-previous,
.theme-mobile .list .pagi span.yui-pg-next {
	opacity: .5;
}

.theme-mobile .list .pagi .yui-pg-previous {
	background: url('../../../jquery.mobile/images/icons-36-white.png') no-repeat scroll -288px center;
}


.theme-mobile .list .pagi .yui-pg-next {
	background: url('../../../jquery.mobile/images/icons-36-white.png') no-repeat scroll -216px center;
}

.theme-mobile .list .pagi .yui-pg-pages {
	float: left;
	margin: 0;
	padding: 0;
}

.theme-mobile .list .pagi .yui-pg-page {
	background-color: rgba(255,255,255,.33);
	padding: 0;
	margin: 0 .5em;
	margin-top: 4px;
	border: 0px;
	border-radius: 13px;
	height: 26px;
	width: 26px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: .8em;
	line-height: 2.1em;
	text-shadow: none;
	font-weight: normal;
	box-shadow: 0px 0px 2px 0px rgba(255,255,255,.33);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(255,255,255,.33);
	color: rgba(0,0,0,.25);
}

.theme-mobile .list .pagi .yui-pg-page.activ,
.theme-mobile .list .pagi .yui-pg-page.active {
	background-color: rgba(255, 255, 255,.85);
	box-shadow: 0px 0px 5px 1px #2489CE;
	-webkit-box-shadow: 0px 0px 5px 1px #2489CE;
	color: rgba(0,0,0,.5);
	border-radius: 14px;
	height: 28px;
	width: 28px;
	font-weight: bold;
	
}


/*
 * basic styles for carousels (gallery, sponsor bar, ...)
 */
.theme-mobile .widget .carousel {
	position: relative;
}


.theme-mobile .widget .carousel .nav {
	position: absolute;
	height: 100%;
	max-height: 120px;
	top: 0;
	width: 80px;
	z-index: 10;
	/* background-color: rgba(255,255,255,.5); */
	border-radius: 40px;
}

.theme-mobile .widget .carousel .nav-prev {
	left: -50px;
	background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .66)),color-stop(1, rgba(0, 0, 0, 0)));
}

.theme-mobile .widget .carousel .nav-prev.disabled {
	background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .33)),color-stop(1, rgba(0, 0, 0, 0)));
}

.theme-mobile .widget.ui-bar-a .carousel .nav-prev {
	background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, .25) 100%);
	background: -moz-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, .25) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, .25) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .66)),color-stop(1, rgba(0, 0, 0, .25)));
}

.theme-mobile .widget.ui-bar-a .carousel .nav-prev.disabled {
	background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, .15) 100%);
	background: -moz-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .33)),color-stop(1, rgba(0, 0, 0, .15)));
}

.theme-mobile .widget.ui-bar-b .carousel .nav-prev {
	background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .15) 100%);
	background: -moz-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .5)),color-stop(1, rgba(0, 0, 0, .15)));
}

.theme-mobile .widget.ui-bar-b .carousel .nav-prev.disabled {
	background: linear-gradient(0deg, black 40%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .05) 100%);
	background: -moz-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .05) 100%);
	background: -webkit-linear-gradient(0deg, black 40%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .05) 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .25)),color-stop(1, rgba(0, 0, 0, .05)));
}


.theme-mobile .widget .carousel .nav-next {
	right: -50px;
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear,right top,left top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .66)),color-stop(1, rgba(0, 0, 0, 0)));
}

.theme-mobile .widget .carousel .nav-next.disabled {
	background: linear-gradient(180deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear,right top,left top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .33)),color-stop(1, rgba(0, 0, 0, 0)));
}

.theme-mobile .widget.ui-bar-a .carousel .nav-next {
	background: linear-gradient(180deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, .25) 100%);
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, .25) 100%);
	background: -webkit-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .66) 40%, rgba(0, 0, 0, .25) 100%);
	background: -webkit-gradient(linear,right top,left top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .66)),color-stop(1, rgba(0, 0, 0, .25)));
}

.theme-mobile .widget.ui-bar-a .carousel .nav-next.disabled {
	background: linear-gradient(180deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, .15) 100%);
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .33) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-gradient(linear,right top,left top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .33)),color-stop(1, rgba(0, 0, 0, .15)));
}

.theme-mobile .widget.ui-bar-b .carousel .nav-next {
	background: linear-gradient(180deg, black 40%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .15) 100%);
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .15) 100%);
	background: -webkit-gradient(linear,right top,left top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .5)),color-stop(1, rgba(0, 0, 0, .15)));
}

.theme-mobile .widget.ui-bar-b .carousel .nav-next.disabled {
	background: linear-gradient(180deg, black 40%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .05) 100%);
	background: -moz-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .05) 100%);
	background: -webkit-linear-gradient(180deg, black 40%, rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .05) 100%);
	background: -webkit-gradient(linear,right top,left top,color-stop(0.4, black),color-stop(0.4, rgba(0, 0, 0, .25)),color-stop(1, rgba(0, 0, 0, .05)));
}


.theme-mobile .widget .carousel .nav .btn {
	position: absolute;
	display: block;
	width: 36px;
	height: 100%;
	top: 0;
}

.theme-mobile .widget .carousel .nav .btn-prev {
	left: 45px;
	background: url('../../../jquery.mobile/images/icons-36-white.png') no-repeat scroll -288px center;
}

.theme-mobile .widget .carousel .nav .btn-next {
	right: 45px;
	background: url('../../../jquery.mobile/images/icons-36-white.png') no-repeat scroll -216px center;
}

.theme-mobile .widget .carousel .nav.disabled .btn {
	opacity: .4;
}


.theme-mobile .widget .carousel .body {
}

.theme-mobile .widget .carousel .body ul {
}

.theme-mobile .widget .carousel .body ul li {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
}


/*
 * footer info bar
 */
.theme-mobile .footer .info {
	color:rgba(255,255,255,.5);
	font-size: 10px;
	text-align: center;	
}

.theme-mobile .footer .info a {
	color: inherit;
	text-decoration: none;
}


.theme-mobile .footer .info p {
	margin: 0;
	padding: 0;
}


/*
 * loading mask
 */
.theme-mobile .loading-mask {
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,.92);
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.theme-mobile .loading-mask .icon {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../../../jquery.mobile/images/ajax-loader.png') no-repeat scroll center center;
}


/*
 * social bar
 */
.theme-mobile .social-plugins-bar {
	clear:both;
	display:block;
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding: .25em .5em;
	border-left: 0;
	border-right: 0;
	z-index:999999999;
}

.theme-mobile .social-plugins-bar:first-child {
	margin-top: -15px !important;
}

.theme-mobile .social-plugins-bar:last-child {
	margin-bottom: -15px !important;
}

.theme-mobile .social-plugins-bar .twitter-share {
	float:left;
	margin:0;
	padding: 0;
	z-index:999999999;
	width:100px;
	overfow:hidden;
}

.theme-mobile .social-plugins-bar .social-like {
	float:left;
	margin:0;
	padding:0;
	text-align:right;
	z-index:999999999;
}

.theme-mobile .social-plugins-bar .googleplus {
	float:left;
	width:85px;
	margin:0;
	padding:0;
	z-index:999999999;
}

.theme-mobile .page-header-text-and-image .content{
position: relative;
margin: 15px 15px 15px 12px;
}


.theme-mobile .page-header-text-and-image .content p,
.theme-mobile .page-header-text-and-image .content h1
{
 font-family: 'Open Sans', 'Ubuntu', 'PT Sans Narrow', Arial, sans-serif;


text-transform: uppercase;
line-height: 90%;
margin: 0;
  font-size: 1.4em;

}

.theme-mobile .page-header-text-and-image .content p{
position: relative;
top: -0.2em;
}


.theme-mobile .page-header-text-and-image .content {
position: relative;

}



input.ui-input-text{

background: #fff;

}


.theme-mobile .offspring-content-list-widget.list.has-pagi-bottom,
.theme-mobile .offspring-content-list-widget.list.has-pagi-bottom:last-child {
	position: relative;
	margin-bottom: 2.5em;
}

.theme-mobile .offspring-content-list-widget.list {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.theme-mobile .offspring-content-list-widget.list.has-pagi-top {
	position: relative;
	margin-top: 2.5em;
}

.theme-mobile .offspring-content-list-widget.list.has-pagi-bottom .pagi-bottom {
	bottom: -2.5em;
	margin: 0;
}

.theme-mobile .offspring-content-list-widget.list.has-pagi-top .pagi-top {
	top: -2.5em;
	margin: 0;
}