.super-page .ui-bar-eventify {
	/*color:#FFF;*/
	background-color: #1f4971;
	border:none;
}
.super-page .ui-bar-eventify .icon {
	color:#fff;
	text-shadow:0 1px 0 #333;
}
.super-page .ui-bar-eventify .icon:hover {
	color:#9C0;
	text-shadow:0 1px 0 #333;
}
.super-page .ui-bar-eventify H1 {
	color:#FFF;
	text-shadow:0 1px 0 #333;
}

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

.login {
	position:absolute;
	right:7px;
}
.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:#1f4971;/*border-color:#ddd;color:#fff;text-shadow:0 1px 0 #333*/}

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


/* ================================= 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: #7EC14A; 
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 300;	
	text-align: center;
	padding:10px;
  background-image: -moz-linear-gradient(top,  rgba(94, 174, 30, 1) 0%, rgba(126, 193, 74, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94, 174, 30, 1)), color-stop(100%,rgba(126, 193, 74, 1)));
  background-image: -webkit-linear-gradient(top,  rgba(94, 174, 30, 1) 0%,rgba(126, 193, 74, 1) 100%);
  background-image: -o-linear-gradient(top,  rgba(94, 174, 30, 1) 0%,rgba(126, 193, 74, 1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(94, 174, 30, 1) 0%,rgba(126, 193, 74, 1) 100%);
  background-image: linear-gradient(to bottom,  rgba(94, 174, 30, 1) 0%,rgba(126, 193, 74, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eae1e', endColorstr='#7ec14a',GradientType=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 #202020;
	box-shadow: inset 0 1px 0 rgba(238,238,238,.2);
	color:#FFF;
	text-shadow:0 1px 1px #333;
}
.super-page .fancy-btn .ui-btn:hover {
	background: none;
	color:#9C0;
	text-shadow:0 1px 1px #333;
 	border-bottom: 1px solid #202020;
	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 #000 inset;
  -moz-box-shadow: 0px 0px 40px -7px #000 inset;
  -ms-box-shadow: 0px 0px 40px -7px #000 inset;
  -o-box-shadow: 0px 0px 40px -7px #000 inset;
}
.super-page .fancy-btn .ui-btn:active {
	background: none;
	border-bottom: 1px solid #202020;
	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 #000 inset;
  -moz-box-shadow: 0px 0px 40px -1px #000 inset;
  -ms-box-shadow: 0px 0px 40px -1px #000 inset;
  -o-box-shadow: 0px 0px 40px -1px #000 inset;
}



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

.eventlogo img {
   width:100%;
   height:auto;
	text-align:center;
	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 img {
	width: 100%;
	min-width:280px;
	height:auto;
}

.boxbar {
	position:absolute;
	bottom:0px;
	width: 100%;
	height:30px;
	background-color: rgba(0, 0, 0, 0.4);
	margin:0;
	padding:9px;
	color:#FFF;
}
.boxbar:hover {
	height:36px;
	padding-bottom:15px;
	background-color: rgba(0, 0, 0, 0.6);
	-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.1em;
	text-shadow:0 1px 1px #000;
	margin:0;
	padding:0;
	font-weight:100;
}
.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: #FAFAFA;
	border-right: 1px solid #CCC;
  background-image: -moz-linear-gradient(top,  rgba(250, 250, 250, 1) 0%, rgba(221, 221, 221, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250, 250, 250, 1)), color-stop(100%,rgba(221, 221, 221, 1)));
  background-image: -webkit-linear-gradient(top,  rgba(250, 250, 250, 1) 0%,rgba(221, 221, 221, 1) 100%);
  background-image: -o-linear-gradient(top,  rgba(250, 250, 250, 1) 0%,rgba(221, 221, 221, 1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(250, 250, 250, 1) 0%,rgba(221, 221, 221, 1) 100%);
  background-image: linear-gradient(to bottom,  rgba(250, 250, 250, 1) 0%,rgba(221, 221, 221, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#DDDDDD',GradientType=0 );
}
.ui-bar-eventify .navbar .ui-btn:hover {
	background: #DDD;
  background-image: -moz-linear-gradient(top,  rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204, 204, 204, 1)), color-stop(100%,rgba(250, 250, 250, 1)));
  background-image: -webkit-linear-gradient(top,  rgba(204, 204, 204, 1) 0%,rgba(250, 250, 250, 1) 100%);
  background-image: -o-linear-gradient(top,  rgba(204, 204, 204, 1) 0%,rgba(250, 250, 250, 1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(204, 204, 204, 1) 0%,rgba(250, 250, 250, 1) 100%);
  background-image: linear-gradient(to bottom,  rgba(204, 204, 204, 1) 0%,rgba(250, 250, 250, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#FAFAFA',GradientType=0 );
}
.ui-bar-eventify .navbar .ui-btn-active, .track-date .ui-btn-active {
	background: #9DB6C8;
  background-image: -moz-linear-gradient(top,  rgba(130, 165, 192, 1) 0%, rgba(46, 94, 130, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130, 165, 192, 1)), color-stop(100%,rgba(46, 94, 130, 1)));
  background-image: -webkit-linear-gradient(top,  rgba(130, 165, 192, 1) 0%,rgba(46, 94, 130, 1) 100%);
  background-image: -o-linear-gradient(top,  rgba(130, 165, 192, 1) 0%,rgba(46, 94, 130, 1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(130, 165, 192, 1) 0%,rgba(46, 94, 130, 1) 100%);
  background-image: linear-gradient(to bottom,  rgba(130, 165, 192, 1) 0%,rgba(46, 94, 130, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82A5C0', endColorstr='#2e5e82',GradientType=0 );
}
.ui-bar-eventify .navbar .ui-btn-active:hover, .track-date .ui-btn-active:hover {
	background: #2e5e82;
  background-image: -moz-linear-gradient(top,  rgba(32, 89, 131, 1) 0%, rgba(77, 127, 164, 1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32, 89, 131, 1)), color-stop(100%,rgba(77, 127, 164, 1)));
  background-image: -webkit-linear-gradient(top,  rgba(32, 89, 131, 1) 0%,rgba(77, 127, 164, 1) 100%);
  background-image: -o-linear-gradient(top,  rgba(32, 89, 131, 1) 0%,rgba(77, 127, 164, 1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(32, 89, 131, 1) 0%,rgba(77, 127, 164, 1) 100%);
  background-image: linear-gradient(to bottom,  rgba(32, 89, 131, 1) 0%,rgba(77, 127, 164, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205983', endColorstr='#4d7fa4',GradientType=0 );
}

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


.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 */

.home.ui-content{padding:0}
