.login {
	position:absolute;
	right:7px;
	top:-3px;
}
.menulft {
	position: absolute;
	left:7px;
}


.ui-body-a,.ui-page-theme-a .ui-body-inherit,html .ui-bar-a .ui-body-inherit,html .ui-body-a .ui-body-inherit,html body .ui-group-theme-a .ui-body-inherit,html .ui-panel-page-container-a{background:#980d13;/*border-color:#ddd;color:#fff;text-shadow:0 1px 0 #333*/}

.super-page ul li .fa {
	padding-right:10px;
  width: 26px;
  text-align: center;
}


/* ====================================== home page =========================== */
.main {
	max-width: 670px;
	margin:0 auto;
	padding: 10px 0;
}

.eventlogo img {
   width:100%;
   height:auto;
	text-align:center;
	margin:0;
	padding: 0 0 10px 0;
}

.ui-listview .ui-li-has-thumb>img:first-child {
	max-width: 100%;
}

.box {
	display:inline; 
	float:left; 
	width: 47%;
	height: 180px;
	margin-top: 15px;
	margin-left:1%;
	margin-right:1%;
	-webkit-box-shadow: 0px 0px 7px rgba(25,25,25, 0.2);
	-moz-box-shadow:    0px 0px 7px rgba(25,25,25, 0.2);
	box-shadow:         0px 0px 7px rgba(25,25,25, 0.2);
	border:1px solid #FFF;
	position:relative;
	overflow:hidden;
}

.box-full {
	display:inline; 
	float:left; 
	width: 96.2%;
	height: 180px;
	margin-top: 15px;
	margin-left:1%;
	margin-right:1%;
	-webkit-box-shadow: 0px 0px 7px rgba(25,25,25, 0.2);
	-moz-box-shadow:    0px 0px 7px rgba(25,25,25, 0.2);
	box-shadow:         0px 0px 7px rgba(25,25,25, 0.2);
	border:1px solid #FFF;
	position:relative;
	overflow:hidden;
}

.box img, .box-full img {
	max-width: 100%;
	min-width:260px;
	height:auto;
}

.boxbar {
	position:absolute;
	bottom:0px;
	width: 100%;
	height:28px;
	background-color: rgba(0, 0, 0, 0.5);
	margin:0;
	padding:5px 7px 7px 7px;
	color:#FFF;
}
.boxbar:hover {
	height:30px;
	padding-bottom:10px;
	background-color: rgba(152, 13, 19, 0.9);
	-webkit-transition: height 0.6s ease-in-out, background-color 0.6s, padding 0.6s;
    -o-transition: height 0.6s ease-in-out, background-color 0.6s, padding 0.6s;
    -moz-transition: height 0.6s ease-in-out, background-color 0.6s, padding 0.6s;
    transition: height 0.6s ease-in-out, background-color 0.6s, padding 0.6s;
}
.boxbar h2 {
	font-size:1.0em;
	text-shadow:0 1px 1px #000;
	color:#fff;
	margin:0;
	padding:0;
	font-weight:300;
	line-height:1.0
}
.boxbar i {
	float: right; 
	margin-right:16px;
}
@media screen and (max-height: 430px) {
	.box {
	height: 120px;
	}
	.box img {
	min-width:200px;
	}
	.boxbar h2 {
	font-size:.8em;
	}
	.main .logo img {
	padding: 5px 0;
}

}
@media screen and (min-width: 660px) {
	.box {
	height: 203px;
	margin-top: 25px;
	}
}


/* ========================== HEADER+NAVBAR ==========================*/
.super-page .ui-bar-eventify.ui-bar-inherit {
	text-shadow: none;
}
.ui-bar-eventify .ui-btn {
	background: none;
	border: none;
}
.ui-bar-eventify .ui-btn:hover {
	background: none;
	border: none;
}

.ui-bar-eventify .navbar ul {
	margin-left:0;
}

.ui-bar-eventify .navbar .ui-btn {
	background: #eaeaea;
	border-right: 1px solid #CCC;
}
.ui-bar-eventify .navbar .ui-btn:hover {
	background: #DDD;
}
.ui-bar-eventify .navbar .ui-btn-active, .track-date .ui-btn-active {
	background: #777;
}
.ui-bar-eventify .navbar .ui-btn-active:hover, .track-date .ui-btn-active:hover {
	background: #555;
}

.ui-page-theme-a .ui-btn {
	background-color: #f6f6f6;
	background-image: linear-gradient( #f9f9f9, #f2f2f2 );
}
.ui-page-theme-a .ui-btn.ui-btn-active {
	background-color:#777;
	background-image: linear-gradient( #777, #555 );
	border-color:#777;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
}
.ui-btn-right {
	left: 3.5em;
	right:auto;
}

.track-date .ui-btn, .track-date .ui-btn-active {
	border-color: #333;
}


.ui-bar-eventify .ui-btn.ui-corner-all {
	border-radius: 0;
}
.ui-bar-eventify .ui-btn.ui-shadow {
	box-shadow: none;
}

.fancy-btn .ui-icon-carat-r:after {
	background: none;
}

.feature-sponsor {
	text-align: center;
}

.iframe-container iframe {
	width: 100%;
}
/* ================================ Program Buttons ===============================*/
.program-button .ui-btn  {
	font-size: .9em;
	padding: 3px 5px;
	border: 0;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}

.speaker-box {
	overflow:auto;
}
.speaker-box img {
	float:left;
	margin: 0 15px 0 0;
	border:1px solid #FFF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.speaker-box h2 {
	font-size:1.3em;
	font-weight:100;
	color: #369;
	margin: 60px 0 0 0;
}

.speaker-overview img {
	border:1px solid #FFF;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

/* ===================== ????? ======================= */

.nabar .ui-grid-solo>[class*=ui-] {
	margin-left:0;
}

/* ==================== override home page padding ===================== */

img, .table img {/*min-width:100%;*/ max-width:100%; height:auto;}

.ui-body  {padding:2px;}
.ui-content  {padding:2px;}
.home .ui-content, .home .main  {padding:3px;}

.ui-btn p span, .ui-first-child { color:#fff; }

.ui-btn.ui-btn-active {background-color:#666;border-color:#666}


/* =============== FONT ========= */

h1 {color:#DCA718}
h2 {color:#DCA718}
h3 {color:#666}
h4 {color:#DCA718}
h5 {color:#666}
h6 {color:#DCA718}

.small {font-size:11px}
.medium {font-size:14px}
.large {font-size:16px}
.xlarge {font-size:18px}

.ui-listview>li h5, .ui-listview>li p span { white-space:normal;}

.ui-btn { white-space: inherit;}

/*.ui-grid-a>.ui-block-a { width: 100%;}*/

.ui-grid-a .program-button { width: 100%;}

.ui-page-theme-a .ui-btn:hover, .ui-page-theme-a .ui-btn, .ui-page-theme-a .ui-panel-wrapper { text-shadow:none;}

.ui-listview>.ui-li-static.ui-li-has-thumb {min-height:2.72em;}

.ui-input-text.ui-body-inherit { background: #f2f2f2; }
.ui-input-text { border: 0; }

html head+body .ui-btn.ui-btn-b { text-shadow: 0px 1px 0 rgba(0,0,0,0.4); }

/* ================================= PUSH PANEL ===================================*/

.super-page .fancy-btn .eventlogo {
   background-color: #FFF;
	 padding: 15px 0 10px 0;
	border-bottom: 0;
	box-shadow: 0px 0px 23px -3px #ccc inset;
  -webkit-box-shadow: 0px 0px 23px -3px #ccc inset;
  -moz-box-shadow: 0px 0px 23px -3px #ccc inset;
  -ms-box-shadow: 0px 0px 23px -3px #ccc inset;
  -o-box-shadow: 0px 0px 23px -3px #ccc inset;
}
.super-page .fancy-btn .eventlogo img {
   width:100%;
   height:auto;
}

.super-page .fancy-btn .ui-btn-title {
   background-color: #7C050A; 
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 300;	
	text-align: center;
	padding:15px 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.super-page .ui-listview>li>a.ui-btn, 
.super-page .ui-listview>li>a.ui-btn:hover{
	border-top:0px;
}
	
.super-page .fancy-btn .ui-btn {
	background: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(238,238,238,0.2);
	color:#FFF;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
}
.super-page .fancy-btn .ui-btn:hover {
	background: none;
	color:#FFDB55;
	text-shadow:0 1px 0 rgba(0,0,0,0.8);
 	border-bottom: 1px solid rgba(0,0,0,0.4);
	/* box-shadow: inset 0 1px 0 rgba(238,238,238,.2);
 	box-shadow: 0px 0px 40px -7px #000 inset;*/
  -webkit-box-shadow: 0px 0px 40px -7px rgba(0,0,0,0.8) inset;
  -moz-box-shadow: 0px 0px 40px -7px rgba(0,0,0,0.8) inset;
  -ms-box-shadow: 0px 0px 40px -7px rgba(0,0,0,0.8) inset;
  -o-box-shadow: 0px 0px 40px -7px rgba(0,0,0,0.8) inset;
}
.super-page .fancy-btn .ui-btn:active {
	background: none;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	/*box-shadow: inset 0 1px 0 rgba(238,238,238,.2);
  box-shadow: 0px 0px 40px -1px #000 inset;*/
  -webkit-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.8) inset;
  -moz-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.8) inset;
  -ms-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.8) inset;
  -o-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.8) inset;
}


.super-page .ui-bar-eventify {
	/*color:#FFF;*/
	background-color: #980d13;
	border:none;
}
.super-page .ui-bar-eventify .icon {
	color:#fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.2);
	background: none;
	background-color: none;
}
.super-page .ui-bar-eventify .icon:hover, .super-page .ui-bar-eventify .icon:active  {
	color: #FFDB55;
	text-shadow: 0 1px 0 #333;
	background: none;
	background-color: none;
}
.super-page .ui-bar-eventify H1 {
	color:#FFF;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.4);
	font-weight:lighter;
}

.super-page .ui-bar-eventify p {
	margin: 0;
	padding: 0;
  font-size: .7em;
}

